Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on osuosl3-amd64.debian.net (osuosl3 amd64) in workspace /srv/jenkins/pseudo-hosts/osuosl3-amd64/workspace/mmdebstrap-jenkins-worker
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://salsa.debian.org/josch/mmdebstrap-jenkins
 > git init /srv/jenkins/pseudo-hosts/osuosl3-amd64/workspace/mmdebstrap-jenkins-worker # timeout=10
Fetching upstream changes from https://salsa.debian.org/josch/mmdebstrap-jenkins
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress -- https://salsa.debian.org/josch/mmdebstrap-jenkins +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://salsa.debian.org/josch/mmdebstrap-jenkins # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f1e32e77b0683e209f37d3dbb9a5dbf7be978863 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f1e32e77b0683e209f37d3dbb9a5dbf7be978863 # timeout=10
Commit message: "Revert "run.sh: skip-tar-in-mknod: sleep""
 > git rev-list --no-walk f1e32e77b0683e209f37d3dbb9a5dbf7be978863 # timeout=10
[mmdebstrap-jenkins-worker] $ /bin/sh -xe /tmp/jenkins8061403258343654604.sh
+ /srv/jenkins/bin/jenkins_master_wrapper.sh
+ DEBUG=true
+ . /srv/jenkins/bin/common-functions.sh
+ common_init
+ '[' '' '!=' x ']'
+ export LC_ALL=C.UTF-8
+ LC_ALL=C.UTF-8
+ '[' /srv/ '!=' /tmp/ ']'
++ id -u
+ '[' 108 -eq 0 ']'
+ '[' '' = x ']'
+ WHOAREWE=mmdebstrap-jenkins-worker
+ case $WHOAREWE in
++ mktemp --tmpdir=/tmp jenkins-script-XXXXXXXX
====================================================================================
Mon Aug  5 14:44:15 UTC 2024 - running /srv/jenkins/bin/mmdebstrap_jenkins_worker.sh (for job mmdebstrap-jenkins-worker) on osuosl3-amd64, called using "" as arguments.
Mon Aug  5 14:44:15 UTC 2024 - actually running "mmdebstrap_jenkins_worker.sh" (md5sum a246b210589d884342ccd0a145a3f330) as "/tmp/jenkins-script-QifLVvlo"

$ git clone https://salsa.debian.org/qa/jenkins.debian.net.git ; more CONTRIBUTING

+ TTT=/tmp/jenkins-script-QifLVvlo
+ '[' -z /tmp/jenkins-script-QifLVvlo ']'
+ trap common_cleanup INT TERM EXIT
+ cp /srv/jenkins/bin/mmdebstrap_jenkins_worker.sh /tmp/jenkins-script-QifLVvlo
+ chmod +x /tmp/jenkins-script-QifLVvlo
+ echo ====================================================================================
++ date -u
++ hostname
+ echo 'Mon Aug  5 14:44:15 UTC 2024 - running /srv/jenkins/bin/mmdebstrap_jenkins_worker.sh (for job mmdebstrap-jenkins-worker) on osuosl3-amd64, called using "" as arguments.'
++ date -u
++ basename /srv/jenkins/bin/mmdebstrap_jenkins_worker.sh
++ md5sum /srv/jenkins/bin/mmdebstrap_jenkins_worker.sh
++ cut -d ' ' -f1
+ echo 'Mon Aug  5 14:44:15 UTC 2024 - actually running "mmdebstrap_jenkins_worker.sh" (md5sum a246b210589d884342ccd0a145a3f330) as "/tmp/jenkins-script-QifLVvlo"'
+ echo
+ echo '$ git clone https://salsa.debian.org/qa/jenkins.debian.net.git ; more CONTRIBUTING'
+ echo
+ /tmp/jenkins-script-QifLVvlo
+ DEBUG=true
+ . /srv/jenkins/bin/common-functions.sh
+ common_init
+ '[' x '!=' x ']'
+ '[' /tmp/ '!=' /tmp/ ']'
+ mkdir -p /srv/workspace/chroots
+ '[' '' '!=' x ']'
+ case $HOSTNAME in
+ export MIRROR=http://deb.debian.org/debian
+ MIRROR=http://deb.debian.org/debian
+ case $HOSTNAME in
+ export http_proxy=http://127.0.0.1:3128
+ http_proxy=http://127.0.0.1:3128
+ '[' '' '!=' x ']'
declare -x CHROOT_BASE="/chroots"
declare -x DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/108/bus"
declare -x HOME="/var/lib/jenkins"
declare -x LANG="en_US.UTF-8"
declare -x LC_ALL="C.UTF-8"
declare -x LOGNAME="jenkins"
declare -x MIRROR="http://deb.debian.org/debian"
declare -x MOTD_SHOWN="pam"
declare -x OLDPWD
declare -x PATH="/usr/local/bin:/usr/bin:/bin:/usr/games"
declare -x PWD="/var/lib/jenkins"
declare -x SCHROOT_BASE="/schroots"
declare -x SCRIPT_HEADER=$'#!/bin/bash\n\tif true ; then\n\t\tset -x\n\tfi\n\tset -e\n\texport DEBIAN_FRONTEND=noninteractive\n\texport LC_ALL=C.UTF-8\n\texport http_proxy=http://127.0.0.1:3128\n\texport MIRROR=http://deb.debian.org/debian'
declare -x SHELL="/bin/bash"
declare -x SHLVL="2"
declare -x SSH_CLIENT="46.16.76.207 45536 22"
declare -x SSH_CONNECTION="46.16.76.207 45536 140.211.9.211 22"
declare -x SSH_ORIGINAL_COMMAND="mmdebstrap-jenkins-worker"
declare -x USER="jenkins"
declare -x XDG_RUNTIME_DIR="/run/user/108"
declare -x XDG_SESSION_CLASS="user"
declare -x XDG_SESSION_ID="16512"
declare -x XDG_SESSION_TYPE="tty"
declare -x http_proxy="http://127.0.0.1:3128"
+ export CHROOT_BASE=/chroots
+ CHROOT_BASE=/chroots
+ '[' '' '!=' x ']'
+ export SCHROOT_BASE=/schroots
+ SCHROOT_BASE=/schroots
+ '[' '!' -d /schroots ']'
+ export 'SCRIPT_HEADER=#!/bin/bash
	if true ; then
		set -x
	fi
	set -e
	export DEBIAN_FRONTEND=noninteractive
	export LC_ALL=C.UTF-8
	export http_proxy=http://127.0.0.1:3128
	export MIRROR=http://deb.debian.org/debian'
+ SCRIPT_HEADER='#!/bin/bash
	if true ; then
		set -x
	fi
	set -e
	export DEBIAN_FRONTEND=noninteractive
	export LC_ALL=C.UTF-8
	export http_proxy=http://127.0.0.1:3128
	export MIRROR=http://deb.debian.org/debian'
+ true
+ export
+ set -x
+ set -e
+ REPO_URL=https://salsa.debian.org/josch/mmdebstrap-jenkins
+ TARGET=/srv/mmdebstrap-jenkins
+ sudo mkdir -p /srv/mmdebstrap-jenkins/
+ sudo chown -R jenkins:jenkins /srv/mmdebstrap-jenkins/
+ '[' '!' -d /srv/mmdebstrap-jenkins/mmdebstrap-jenkins ']'
+ git -C /srv/mmdebstrap-jenkins/mmdebstrap-jenkins status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
+ git -C /srv/mmdebstrap-jenkins/mmdebstrap-jenkins fetch
warning: redirecting to https://salsa.debian.org/josch/mmdebstrap-jenkins.git/
+ git -C /srv/mmdebstrap-jenkins/mmdebstrap-jenkins reset --hard origin/master
HEAD is now at f1e32e7 Revert "run.sh: skip-tar-in-mknod: sleep"
+ git -C /srv/mmdebstrap-jenkins/mmdebstrap-jenkins submodule update --init
+ sh /srv/mmdebstrap-jenkins/mmdebstrap-jenkins/run.sh
+ readlink -f /srv/mmdebstrap-jenkins/mmdebstrap-jenkins/run.sh
+ dirname /srv/mmdebstrap-jenkins/mmdebstrap-jenkins/run.sh
+ cd /srv/mmdebstrap-jenkins/mmdebstrap-jenkins
+ ls -lha /proc/sys/fs/binfmt_misc
total 0
drwxr-xr-x 2 root root 0 Jul 17 13:37 .
dr-xr-xr-x 1 root root 0 Jul 17 13:37 ..
-rw-r--r-- 1 root root 0 Jul 17 13:37 python3.11
--w------- 1 root root 0 Jul 17 13:37 register
-rw-r--r-- 1 root root 0 Jul 17 13:37 status
+ ls -lha /sys/module/binfmt_misc
total 0
drwxr-xr-x   5 root root    0 Jul 17 13:37 .
drwxr-xr-x 191 root root    0 Jul 17 13:37 ..
-r--r--r--   1 root root 4.0K Jul 17 13:37 coresize
drwxr-xr-x   2 root root    0 Jul 17 13:37 holders
-r--r--r--   1 root root 4.0K Jul 17 14:44 initsize
-r--r--r--   1 root root 4.0K Jul 17 14:44 initstate
drwxr-xr-x   2 root root    0 Jul 17 14:44 notes
-r--r--r--   1 root root 4.0K Jul 17 13:37 refcnt
drwxr-xr-x   2 root root    0 Jul 17 14:44 sections
-r--r--r--   1 root root 4.0K Jul 17 14:44 taint
--w-------   1 root root 4.0K Jul 17 13:37 uevent
total 0
drwxr-xr-x   6 root root    0 Jul 17 13:37 .
drwxr-xr-x 191 root root    0 Jul 17 13:37 ..
-r--r--r--   1 root root 4.0K Jul 17 13:37 coresize
drwxr-xr-x   2 root root    0 Jul 17 13:37 holders
-r--r--r--   1 root root 4.0K Jul 17 14:44 initsize
-r--r--r--   1 root root 4.0K Jul 17 14:44 initstate
drwxr-xr-x   2 root root    0 Jul 17 14:44 notes
drwxr-xr-x   2 root root    0 Jul 17 14:44 parameters
-r--r--r--   1 root root 4.0K Jul 17 13:37 refcnt
drwxr-xr-x   2 root root    0 Jul 17 14:44 sections
-r--r--r--   1 root root 4.0K Jul 17 14:44 taint
--w-------   1 root root 4.0K Jul 17 13:37 uevent
crw-rw---- 1 root kvm 10, 232 Aug  5 14:42 /dev/kvm
kvm_amd               155648  12
ccp                   118784  1 kvm_amd
kvm                  1142784  1 kvm_amd
irqbypass              16384  19 kvm
binfmt_misc            24576  1
jenkins
jenkins sbuild docker
+ ls -lha /sys/module/kvm
+ ls -lha /dev/kvm
+ lsmod
+ grep kvm
+ lsmod
+ grep binfmt_misc
+ whoami
+ groups
+ /usr/sbin/update-binfmts --display
python3.11 (enabled):
     package = python3.11
        type = magic
      offset = 0
       magic = \xa7\x0d\x0d\x0a
        mask = 
 interpreter = /usr/bin/python3.11
    detector = 
+ dpkg -l
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                  Version                                 Architecture Description
+++-=====================================-=======================================-============-================================================================================
ii  adduser                               3.134                                   all          add and remove users and groups
ii  adwaita-icon-theme                    43-1                                    all          default icon theme of GNOME
ii  alsa-topology-conf                    1.2.5.1-2                               all          ALSA topology configuration files
ii  alsa-ucm-conf                         1.2.8-1                                 all          ALSA Use Case Manager configuration files
ii  amqp-specs                            1-0r0-3.1                               all          specs for the Advanced Message Queuing Protocol (AMQP)
ii  apparmor                              3.0.8-3                                 amd64        user-space parser utility for AppArmor
ii  apt                                   2.6.1                                   amd64        commandline package manager
ii  apt-cacher-ng                         3.7.4-1+b2                              amd64        caching proxy server for software repositories
ii  apt-listchanges                       3.24                                    all          package change history notification tool
ii  apt-show-versions                     0.22.13+nmu1                            all          lists available package versions with distribution
ii  apt-utils                             2.6.1                                   amd64        package management related utility programs
ii  arch-test                             0.20-1                                  all          detect architectures supported by your machine/kernel
ii  at-spi2-common                        2.46.0-5                                all          Assistive Technology Service Provider Interface (common files)
ii  at-spi2-core                          2.46.0-5                                amd64        Assistive Technology Service Provider Interface (D-Bus core)
ii  atop                                  2.8.1-1                                 amd64        Monitor for system resources and process activity
ii  autoconf                              2.71-3                                  all          automatic configure script builder
ii  autodep8                              0.28                                    all          DEP-8 test control file generator
ii  automake                              1:1.16.5-1.3                            all          Tool for generating GNU Standards-compliant Makefiles
ii  autopkgtest                           5.28                                    all          automatic as-installed testing for Debian packages
ii  autopoint                             0.21-12                                 all          tool for setting up gettext infrastructure in a source package
ii  autotools-dev                         20220109.1                              all          Update infrastructure for config.{guess,sub} files
ii  base-files                            12.4+deb12u6                            amd64        Debian base system miscellaneous files
ii  base-passwd                           3.6.1                                   amd64        Debian base system master password and group files
ii  bash                                  5.2.15-2+b7                             amd64        GNU Bourne Again SHell
ii  bash-completion                       1:2.11-6                                all          programmable completion for the bash shell
ii  bc                                    1.07.1-3+b1                             amd64        GNU bc arbitrary precision calculator language
ii  bind9-dnsutils                        1:9.18.28-1~deb12u2                     amd64        Clients provided with BIND 9
ii  bind9-host                            1:9.18.28-1~deb12u2                     amd64        DNS Lookup Utility
ii  bind9-libs:amd64                      1:9.18.28-1~deb12u2                     amd64        Shared Libraries used by BIND 9
ii  binfmt-support                        2.2.2-2                                 amd64        Support for extra binary formats
ii  binutils                              2.40-2                                  amd64        GNU assembler, linker and binary utilities
ii  binutils-common:amd64                 2.40-2                                  amd64        Common files for the GNU assembler, linker and binary utilities
ii  binutils-x86-64-linux-gnu             2.40-2                                  amd64        GNU binary utilities, for x86-64-linux-gnu target
ii  bsd-mailx                             8.1.2-0.20220412cvs-1                   amd64        simple mail user agent
ii  bsdextrautils                         2.38.1-5+deb12u1                        amd64        extra utilities from 4.4BSD-Lite
ii  bsdutils                              1:2.38.1-5+deb12u1                      amd64        basic utilities from 4.4BSD-Lite
ii  btop                                  1.2.13-1                                amd64        Modern and colorful command line resource monitor that shows usage and stats
ii  build-essential                       12.9                                    amd64        Informational list of build-essential packages
ii  busybox                               1:1.35.0-4+b3                           amd64        Tiny utilities for small and embedded systems
ii  bzip2                                 1.0.8-5+b1                              amd64        high-quality block-sorting file compressor - utilities
ii  ca-certificates                       20230311                                all          Common CA certificates
ii  cachefilesd                           0.10.10-0.3                             amd64        support fscache on already mounted filesystem
ii  ccze                                  0.2.1-7                                 amd64        robust, modular log coloriser
ii  cdebootstrap                          0.7.8+b14                               amd64        Bootstrap a Debian system
ii  cdebootstrap-static                   0.7.8+b14                               amd64        Bootstrap a Debian system - static binary
ii  cgroupfs-mount                        1.4                                     all          Light-weight package to set up cgroupfs mounts
ii  console-setup                         1.221                                   all          console font and keymap setup program
ii  console-setup-linux                   1.221                                   all          Linux specific part of console-setup
ii  containerd                            1.6.20~ds1-1+b1                         amd64        open and reliable container runtime
ii  coreutils                             9.1-1                                   amd64        GNU core utilities
ii  cpio                                  2.13+dfsg-7.1                           amd64        GNU cpio -- a program to manage archives of files
ii  cpp                                   4:12.2.0-3                              amd64        GNU C preprocessor (cpp)
ii  cpp-12                                12.2.0-14                               amd64        GNU C preprocessor
ii  cron                                  3.0pl1-162                              amd64        process scheduling daemon
ii  cron-daemon-common                    3.0pl1-162                              all          process scheduling daemon's configuration files
ii  cryptsetup                            2:2.6.1-4~deb12u2                       amd64        disk encryption support - startup scripts
ii  cryptsetup-bin                        2:2.6.1-4~deb12u2                       amd64        disk encryption support - command line tools
ii  curl                                  7.88.1-10+deb12u6                       amd64        command line tool for transferring data with URL syntax
ii  dash                                  0.5.12-2                                amd64        POSIX-compliant shell
ii  dbus                                  1.14.10-1~deb12u1                       amd64        simple interprocess messaging system (system message bus)
ii  dbus-bin                              1.14.10-1~deb12u1                       amd64        simple interprocess messaging system (command line utilities)
ii  dbus-daemon                           1.14.10-1~deb12u1                       amd64        simple interprocess messaging system (reference message bus)
ii  dbus-session-bus-common               1.14.10-1~deb12u1                       all          simple interprocess messaging system (session bus configuration)
ii  dbus-system-bus-common                1.14.10-1~deb12u1                       all          simple interprocess messaging system (system bus configuration)
ii  dbus-user-session                     1.14.10-1~deb12u1                       amd64        simple interprocess messaging system (systemd --user integration)
ii  dconf-gsettings-backend:amd64         0.40.0-4                                amd64        simple configuration storage system - GSettings back-end
ii  dconf-service                         0.40.0-4                                amd64        simple configuration storage system - D-Bus service
ii  dctrl-tools                           2.24-3+b1                               amd64        Command-line tools to process Debian package information
ii  debconf                               1.5.82                                  all          Debian configuration management system
ii  debconf-i18n                          1.5.82                                  all          full internationalization support for debconf
ii  debhelper                             13.11.4                                 all          helper programs for debian/rules
ii  debian-archive-keyring                2023.3+deb12u1                          all          GnuPG archive keys of the Debian archive
ii  debian-faq                            11.1                                    all          Debian Frequently Asked Questions
ii  debian-keyring                        2022.12.24                              all          GnuPG keys of Debian Developers and Maintainers
ii  debianutils                           5.7-0.5~deb12u1                         amd64        Miscellaneous utilities specific to Debian
ii  debootstrap                           1.0.137~bpo12+1                         all          Bootstrap a basic Debian system
ii  devscripts                            2.23.4+deb12u1                          amd64        scripts to make the life of a Debian Package maintainer easier
ii  dh-autoreconf                         20                                      all          debhelper add-on to call autoreconf and clean up after the build
ii  dh-strip-nondeterminism               1.13.1-1                                all          file non-deterministic information stripper — Debhelper add-on
ii  dictionaries-common                   1.29.5                                  all          spelling dictionaries - common utilities
ii  diffstat                              1.65-1                                  amd64        produces graph of changes introduced by a diff file
ii  diffutils                             1:3.8-4                                 amd64        File comparison utilities
ii  dirmngr                               2.2.40-1.1                              amd64        GNU privacy guard - network certificate management service
ii  discover                              2.1.2-10                                amd64        hardware identification system
ii  discover-data                         2.2013.01.13                            all          Data lists for Discover hardware detection system
ii  distro-info                           1.5+deb12u1                             amd64        provides information about the distributions' releases
ii  distro-info-data                      0.58+deb12u2                            all          information about the distributions' releases (data files)
ii  dmeventd                              2:1.02.185-2                            amd64        Linux Kernel Device Mapper event daemon
ii  dmidecode                             3.4-1                                   amd64        SMBIOS/DMI table decoder
ii  dmsetup                               2:1.02.185-2                            amd64        Linux Kernel Device Mapper userspace library
ii  doc-debian                            11.3+nmu1                               all          Debian Project documentation and other documents
ii  docker.io                             20.10.24+dfsg1-1+b3                     amd64        Linux container runtime
ii  dpkg                                  1.21.22                                 amd64        Debian package management system
ii  dpkg-dev                              1.21.22                                 all          Debian package development tools
ii  dput                                  1.1.3                                   all          Debian package upload tool
ii  dstat                                 0.7.4-6.1                               all          versatile resource statistics tool
ii  dwz                                   0.15-1                                  amd64        DWARF compression tool
ii  e2fsprogs                             1.47.0-2                                amd64        ext2/ext3/ext4 file system utilities
ii  eatmydata                             130-2                                   all          Library and utilities designed to disable fsync and friends
ii  emacsen-common                        3.0.5                                   all          Common facilities for all emacsen
ii  equivs                                2.3.1                                   all          Circumvent Debian package dependencies
ii  etckeeper                             1.18.20-1                               all          store /etc in git, mercurial, brz or darcs
ii  ethtool                               1:6.1-1                                 amd64        display or change Ethernet device settings
ii  fail2ban                              1.0.2-2                                 all          ban hosts that cause multiple authentication errors
ii  fakechroot                            2.20.1+ds-15                            all          gives a fake chroot environment - utilities
ii  fakeroot                              1.31-1.2                                amd64        tool for simulating superuser privileges
ii  fasttrack-archive-keyring             2020.12.19                              all          GnuPG archive key for Debian FastTrack Repository
ii  fdisk                                 2.38.1-5+deb12u1                        amd64        collection of partitioning utilities
ii  figlet                                2.2.5-3+b1                              amd64        Make large character ASCII banners out of ordinary text
ii  file                                  1:5.44-3                                amd64        Recognize the type of data in a file using "magic" numbers
ii  findutils                             4.9.0-4                                 amd64        utilities for finding files--find, xargs
ii  firmware-bnx2                         20230210-5                              all          Binary firmware for Broadcom NetXtremeII
ii  firmware-linux-free                   20200122-1                              all          Binary firmware for various drivers in the Linux kernel
ii  fish                                  3.6.0-3.1+deb12u1                       amd64        friendly interactive shell
ii  fish-common                           3.6.0-3.1+deb12u1                       all          friendly interactive shell (architecture-independent files)
ii  fontconfig                            2.14.1-4                                amd64        generic font configuration library - support binaries
ii  fontconfig-config                     2.14.1-4                                amd64        generic font configuration library - configuration
ii  fonts-dejavu-core                     2.37-6                                  all          Vera font family derivate with additional characters
ii  fonts-fork-awesome                    1.2.0+ds1-1                             all          fork of the iconic font and CSS toolkit
ii  fonts-lato                            2.0-2.1                                 all          sans-serif typeface family font
ii  fonts-liberation2                     2.1.5-1                                 all          Fonts with the same metrics as Times, Arial and Courier (v2)
ii  foot-terminfo                         1.13.1-2+deb12u1                        all          Fast, lightweight and minimalistic Wayland terminal emulator (terminfo files)
ii  freeipmi-common                       1.6.10-1                                all          GNU implementation of the IPMI protocol - common files
ii  freeipmi-tools                        1.6.10-1+b1                             amd64        GNU implementation of the IPMI protocol - tools
ii  g++                                   4:12.2.0-3                              amd64        GNU C++ compiler
ii  g++-12                                12.2.0-14                               amd64        GNU C++ compiler
ii  gawk                                  1:5.2.1-2                               amd64        GNU awk, a pattern scanning and processing language
ii  gcc                                   4:12.2.0-3                              amd64        GNU C compiler
ii  gcc-12                                12.2.0-14                               amd64        GNU C compiler
ii  gcc-12-base:amd64                     12.2.0-14                               amd64        GCC, the GNU Compiler Collection (base package)
ii  gdal-data                             3.6.2+dfsg-1                            all          Geospatial Data Abstraction Library - Data files
ii  gdal-plugins                          3.6.2+dfsg-1+b2                         amd64        Geospatial Data Abstraction Library - Plugins
ii  gettext                               0.21-12                                 amd64        GNU Internationalization utilities
ii  gettext-base                          0.21-12                                 amd64        GNU Internationalization utilities for the base system
ii  gir1.2-glib-2.0:amd64                 1.74.0-3                                amd64        Introspection data for GLib, GObject, Gio and GModule
ii  git                                   1:2.39.2-1.1                            amd64        fast, scalable, distributed revision control system
ii  git-lfs                               3.3.0-1+b5                              amd64        Git Large File Support
ii  git-man                               1:2.39.2-1.1                            all          fast, scalable, distributed revision control system (manual pages)
ii  glib-networking:amd64                 2.74.0-4                                amd64        network-related giomodules for GLib
ii  glib-networking-common                2.74.0-4                                all          network-related giomodules for GLib - data files
ii  glib-networking-services              2.74.0-4                                amd64        network-related giomodules for GLib - D-Bus services
ii  gnupg                                 2.2.40-1.1                              all          GNU privacy guard - a free PGP replacement
ii  gnupg-l10n                            2.2.40-1.1                              all          GNU privacy guard - localization files
ii  gnupg-utils                           2.2.40-1.1                              amd64        GNU privacy guard - utility programs
ii  gpg                                   2.2.40-1.1                              amd64        GNU Privacy Guard -- minimalist public key operations
ii  gpg-agent                             2.2.40-1.1                              amd64        GNU privacy guard - cryptographic agent
ii  gpg-wks-client                        2.2.40-1.1                              amd64        GNU privacy guard - Web Key Service client
ii  gpg-wks-server                        2.2.40-1.1                              amd64        GNU privacy guard - Web Key Service server
ii  gpgconf                               2.2.40-1.1                              amd64        GNU privacy guard - core configuration utilities
ii  gpgsm                                 2.2.40-1.1                              amd64        GNU privacy guard - S/MIME version
ii  gpgv                                  2.2.40-1.1                              amd64        GNU privacy guard - signature verification tool
ii  graphviz                              2.42.2-7+b3                             amd64        rich set of graph drawing tools
ii  grep                                  3.8-5                                   amd64        GNU grep, egrep and fgrep
ii  groff-base                            1.22.4-10                               amd64        GNU troff text-formatting system (base system components)
ii  grub-common                           2.06-13+deb12u1                         amd64        GRand Unified Bootloader (common files)
ii  grub-pc                               2.06-13+deb12u1                         amd64        GRand Unified Bootloader, version 2 (PC/BIOS version)
ii  grub-pc-bin                           2.06-13+deb12u1                         amd64        GRand Unified Bootloader, version 2 (PC/BIOS modules)
ii  grub2-common                          2.06-13+deb12u1                         amd64        GRand Unified Bootloader (common files for version 2)
ii  gsettings-desktop-schemas             43.0-1                                  all          GSettings desktop-wide schemas
ii  gstreamer1.0-libav:amd64              1.22.0-2                                amd64        ffmpeg plugin for GStreamer
ii  gstreamer1.0-plugins-base:amd64       1.22.0-3+deb12u2                        amd64        GStreamer plugins from the "base" set
ii  gstreamer1.0-plugins-good:amd64       1.22.0-5+deb12u1                        amd64        GStreamer plugins from the "good" set
ii  gstreamer1.0-x:amd64                  1.22.0-3+deb12u2                        amd64        GStreamer plugins for X11 and Pango
ii  gtk-update-icon-cache                 3.24.38-2~deb12u1                       amd64        icon theme caching utility
ii  gzip                                  1.12-1                                  amd64        GNU compression utilities
ii  haveged                               1.9.14-1+b1                             amd64        Linux entropy source using the HAVEGE algorithm
ii  hicolor-icon-theme                    0.17-2                                  all          default fallback theme for FreeDesktop.org icon themes
ii  hostname                              3.23+nmu1                               amd64        utility to set/show the host name or domain name
ii  htop                                  3.2.2-2                                 amd64        interactive processes viewer
ii  hwinfo                                21.82-1                                 amd64        Hardware identification system
ii  i965-va-driver:amd64                  2.4.1+dfsg1-1                           amd64        VAAPI driver for Intel G45 & HD Graphics family
ii  iamerican                             3.4.05-1                                all          American English dictionary for ispell (standard version)
ii  ibritish                              3.4.05-1                                all          British English dictionary for ispell (standard version)
ii  ibverbs-providers:amd64               44.0-2                                  amd64        User space provider drivers for libibverbs
ii  ienglish-common                       3.4.05-1                                all          Common files for British and American ispell dictionaries
ii  iftop                                 1.0~pre4-9                              amd64        displays bandwidth usage information on an network interface
ii  ifupdown                              0.8.41                                  amd64        high level tools to configure network interfaces
ii  inetutils-telnet                      2:2.4-2+deb12u1                         amd64        telnet client
ii  init                                  1.65.2                                  amd64        metapackage ensuring an init system is installed
ii  init-system-helpers                   1.65.2                                  all          helper tools for all init systems
ii  initramfs-tools                       0.142                                   all          generic modular initramfs generator (automation)
ii  initramfs-tools-core                  0.142                                   all          generic modular initramfs generator (core tools)
ii  installation-report                   2.89                                    all          system installation report
ii  intel-media-va-driver:amd64           23.1.1+dfsg1-1                          amd64        VAAPI driver for the Intel GEN8+ Graphics family
ii  intltool-debian                       0.35.0+20060710.6                       all          Help i18n of RFC822 compliant config files
ii  iproute2                              6.1.0-3                                 amd64        networking and traffic control tools
ii  iptables                              1.8.9-2                                 amd64        administration tools for packet filtering and NAT
ii  iputils-ping                          3:20221126-1                            amd64        Tools to test the reachability of network hosts
ii  ipxe-qemu                             1.0.0+git-20190125.36a4c85-5.1          all          PXE boot firmware - ROM images for qemu
ii  isc-dhcp-client                       4.4.3-P1-2                              amd64        DHCP client for automatically obtaining an IP address
ii  isc-dhcp-common                       4.4.3-P1-2                              amd64        common manpages relevant to all of the isc-dhcp packages
ii  iso-codes                             4.15.0-1                                all          ISO language, territory, currency, script codes and their translations
ii  ispell                                3.4.05-1                                amd64        International Ispell (an interactive spelling corrector)
ii  javascript-common                     11+nmu1                                 all          Base support for JavaScript library packages
ii  jo                                    1.9-1                                   amd64        command-line processor to output JSON from a shell
ii  jq                                    1.6-2.1                                 amd64        lightweight and flexible command-line JSON processor
ii  kbd                                   2.5.1-1+b1                              amd64        Linux console font and keytable utilities
ii  keyboard-configuration                1.221                                   all          system-wide keyboard preferences
ii  keyutils                              1.6.3-2                                 amd64        Linux Key Management Utilities
ii  kgb-client                            1.58-1.1                                all          client for KGB (IRC collaboration bot)
ii  klibc-utils                           2.0.12-1                                amd64        small utilities built with klibc for early boot
ii  kmod                                  30+20221128-1                           amd64        tools for managing Linux kernel modules
ii  krb5-locales                          1.20.1-2+deb12u2                        all          internationalization support for MIT Kerberos
ii  laptop-detect                         0.16                                    all          system chassis type checker
ii  less                                  590-2.1~deb12u2                         amd64        pager program similar to more
ii  libaa1:amd64                          1.4p5-50                                amd64        ASCII art library
ii  libaacs0:amd64                        0.11.1-2                                amd64        free-and-libre implementation of AACS
ii  libabsl20220623:amd64                 20220623.1-1                            amd64        extensions to the C++ standard library
ii  libacl1:amd64                         2.3.1-3                                 amd64        access control list - shared library
ii  libaec0:amd64                         1.0.6-1+b1                              amd64        Adaptive Entropy Coding library
ii  libaio1:amd64                         0.3.113-4                               amd64        Linux kernel AIO access library - shared library
ii  libalgorithm-c3-perl                  0.11-2                                  all          Perl module for merging hierarchies using the C3 algorithm
ii  libalgorithm-diff-perl                1.201-1                                 all          module to find differences between files
ii  libalgorithm-diff-xs-perl:amd64       0.04-8+b1                               amd64        module to find differences between files (XS accelerated)
ii  libalgorithm-merge-perl               0.08-5                                  all          Perl module for three-way merge of textual data
ii  libaliased-perl                       0.34-3                                  all          Perl module to provide aliases of class names
ii  libann0                               1.1.2+doc-9+b1                          amd64        Approximate Nearest Neighbor Searching library
ii  libaom3:amd64                         3.6.0-1                                 amd64        AV1 Video Codec Library
ii  libapache-logformat-compiler-perl     0.36-3                                  all          Perl module to pre-compile a LogFormat string
ii  libapparmor1:amd64                    3.0.8-3                                 amd64        changehat AppArmor library
ii  libappconfig-perl                     1.71-2.2                                all          Perl module for configuration file and command line handling
ii  libapr1:amd64                         1.7.2-3                                 amd64        Apache Portable Runtime Library
ii  libaprutil1:amd64                     1.6.3-1                                 amd64        Apache Portable Runtime Utility Library
ii  libapt-pkg-perl                       0.1.40+b2                               amd64        Perl interface to libapt-pkg
ii  libapt-pkg6.0:amd64                   2.6.1                                   amd64        package management runtime library
ii  libarchive-cpio-perl                  0.10-3                                  all          module for manipulations of cpio archives
ii  libarchive-extract-perl               0.88-1                                  all          generic archive extracting module
ii  libarchive-zip-perl                   1.68-1                                  all          Perl module for manipulation of ZIP archives
ii  libarchive13:amd64                    3.6.2-1+deb12u1                         amd64        Multi-format archive and compression library (shared library)
ii  libargon2-1:amd64                     0~20171227-0.3+deb12u1                  amd64        memory-hard hashing function - runtime library
ii  libarmadillo11                        1:11.4.2+dfsg-1                         amd64        streamlined C++ linear algebra library
ii  libarpack2:amd64                      3.8.0-3                                 amd64        Fortran77 subroutines to solve large scale eigenvalue problems
ii  libarray-intspan-perl                 2.004-2                                 all          Handles arrays of scalars or objects using integer ranges as index
ii  libasan8:amd64                        12.2.0-14                               amd64        AddressSanitizer -- a fast memory error detector
ii  libasound2:amd64                      1.2.8-1+b1                              amd64        shared library for ALSA applications
ii  libasound2-data                       1.2.8-1                                 all          Configuration files and profiles for ALSA drivers
ii  libass9:amd64                         1:0.17.1-1                              amd64        library for SSA/ASS subtitles rendering
ii  libassuan0:amd64                      2.5.5-5                                 amd64        IPC library for the GnuPG components
ii  libasyncns0:amd64                     0.8-6+b3                                amd64        Asynchronous name service query library
ii  libatk-bridge2.0-0:amd64              2.46.0-5                                amd64        AT-SPI 2 toolkit bridge - shared library
ii  libatk1.0-0:amd64                     2.46.0-5                                amd64        ATK accessibility toolkit
ii  libatomic1:amd64                      12.2.0-14                               amd64        support library providing __atomic built-in functions
ii  libatspi2.0-0:amd64                   2.46.0-5                                amd64        Assistive Technology Service Provider Interface - shared library
ii  libattr1:amd64                        1:2.5.1-4                               amd64        extended attribute handling - shared library
ii  libaudit-common                       1:3.0.9-1                               all          Dynamic library for security auditing - common files
ii  libaudit1:amd64                       1:3.0.9-1                               amd64        Dynamic library for security auditing
ii  libauthen-sasl-perl                   2.1600-3                                all          Authen::SASL - SASL Authentication framework
ii  libavahi-client3:amd64                0.8-10                                  amd64        Avahi client library
ii  libavahi-common-data:amd64            0.8-10                                  amd64        Avahi common data files
ii  libavahi-common3:amd64                0.8-10                                  amd64        Avahi common library
ii  libavc1394-0:amd64                    0.5.4-5                                 amd64        control IEEE 1394 audio/video devices
ii  libavcodec59:amd64                    7:5.1.5-0+deb12u1                       amd64        FFmpeg library with de/encoders for audio/video codecs - runtime files
ii  libavfilter8:amd64                    7:5.1.5-0+deb12u1                       amd64        FFmpeg library containing media filters - runtime files
ii  libavformat59:amd64                   7:5.1.5-0+deb12u1                       amd64        FFmpeg library with (de)muxers for multimedia containers - runtime files
ii  libavif15:amd64                       0.11.1-1                                amd64        Library for handling .avif files
ii  libavutil57:amd64                     7:5.1.5-0+deb12u1                       amd64        FFmpeg library with functions for simplifying programming - runtime files
ii  libb-debug-perl                       1.26-3                                  all          module to print debug info about perl ops
ii  libb-hooks-endofscope-perl            0.26-1                                  all          module for executing code after a scope finished compilation
ii  libb-hooks-op-check-perl:amd64        0.22-2+b1                               amd64        Perl wrapper for OP check callbacks
ii  libbdplus0:amd64                      0.2.0-3                                 amd64        implementation of BD+ for reading Blu-ray Discs
ii  libberkeleydb-perl:amd64              0.64-2+b1                               amd64        use Berkeley DB databases from Perl
ii  libbinutils:amd64                     2.40-2                                  amd64        GNU binary utilities (private shared library)
ii  libbit-vector-perl:amd64              7.4-2+b1                                amd64        Perl module for bit vectors and more
ii  libblas3:amd64                        3.11.0-2                                amd64        Basic Linear Algebra Reference implementations, shared library
ii  libblkid1:amd64                       2.38.1-5+deb12u1                        amd64        block device ID library
ii  libblosc1:amd64                       1.21.3+ds-1                             amd64        high performance meta-compressor optimized for binary data
ii  libbluray2:amd64                      1:1.3.4-1                               amd64        Blu-ray disc playback support library (shared library)
ii  libboost-filesystem1.74.0:amd64       1.74.0+ds1-21                           amd64        filesystem operations (portable paths, iteration over directories, etc) in C++
ii  libboost-iostreams1.74.0:amd64        1.74.0+ds1-21                           amd64        Boost.Iostreams Library
ii  libboost-program-options1.74.0:amd64  1.74.0+ds1-21                           amd64        program options library for C++
ii  libboost-thread1.74.0:amd64           1.74.0+ds1-21                           amd64        portable C++ multi-threading
ii  libbpf1:amd64                         1:1.1.0-1                               amd64        eBPF helper library (shared library)
ii  libbrlapi0.8:amd64                    6.5-7+deb12u1                           amd64        braille display access via BRLTTY - shared library
ii  libbrotli1:amd64                      1.0.9-2+b6                              amd64        library implementing brotli encoder and decoder (shared libraries)
ii  libbs2b0:amd64                        3.1.0+dfsg-7                            amd64        Bauer stereophonic-to-binaural DSP library
ii  libbsd-resource-perl                  1.2911-2+b1                             amd64        BSD process resource limit and priority functions
ii  libbsd0:amd64                         0.11.7-2                                amd64        utility functions from BSD systems - shared library
ii  libbytes-random-secure-perl           0.29-3                                  all          Perl extension to generate cryptographically-secure random bytes
ii  libbz2-1.0:amd64                      1.0.8-5+b1                              amd64        high-quality block-sorting file compressor library - runtime
ii  libc-ares2:amd64                      1.18.1-3                                amd64        asynchronous name resolver
ii  libc-bin                              2.36-9+deb12u7                          amd64        GNU C Library: Binaries
ii  libc-dev-bin                          2.36-9+deb12u7                          amd64        GNU C Library: Development binaries
ii  libc-devtools                         2.36-9+deb12u7                          amd64        GNU C Library: Development tools
ii  libc-l10n                             2.36-9+deb12u7                          all          GNU C Library: localization files
ii  libc6:amd64                           2.36-9+deb12u7                          amd64        GNU C Library: Shared libraries
ii  libc6-dev:amd64                       2.36-9+deb12u7                          amd64        GNU C Library: Development Libraries and Header Files
ii  libcaca0:amd64                        0.99.beta20-3                           amd64        colour ASCII art library
ii  libcacard0:amd64                      1:2.8.0-3                               amd64        Virtual Common Access Card (CAC) Emulator (runtime library)
ii  libcairo-gobject2:amd64               1.16.0-7                                amd64        Cairo 2D vector graphics library (GObject library)
ii  libcairo2:amd64                       1.16.0-7                                amd64        Cairo 2D vector graphics library
ii  libcap-ng0:amd64                      0.8.3-1+b3                              amd64        alternate POSIX capabilities library
ii  libcap2:amd64                         1:2.66-4                                amd64        POSIX 1003.1e capabilities (library)
ii  libcap2-bin                           1:2.66-4                                amd64        POSIX 1003.1e capabilities (utilities)
ii  libcapstone4:amd64                    4.0.2-5                                 amd64        lightweight multi-architecture disassembly framework - library
ii  libcapture-tiny-perl                  0.48-2                                  all          module to capture STDOUT and STDERR
ii  libcarp-always-perl                   0.16-1                                  all          Perl module to make warn and die noisy with stack backtraces
ii  libcarp-clan-perl                     6.08-2                                  all          Perl enhancement to Carp error logging facilities
ii  libcbor0.8:amd64                      0.8.0-2+b1                              amd64        library for parsing and generating CBOR (RFC 7049)
ii  libcc1-0:amd64                        12.2.0-14                               amd64        GCC cc1 plugin for GDB
ii  libcdparanoia0:amd64                  3.10.2+debian-14                        amd64        audio extraction tool for sampling CDs (library)
ii  libcdt5:amd64                         2.42.2-7+b3                             amd64        rich set of graph drawing tools - cdt library
ii  libcfitsio10:amd64                    4.2.0-3                                 amd64        shared library for I/O with FITS format data files
ii  libcgi-compile-perl                   0.25-1                                  all          module for compiling .cgi scripts to a code reference
ii  libcgi-emulate-psgi-perl              0.23-2                                  all          PSGI adapter for CGI
ii  libcgi-fast-perl                      1:2.15-1                                all          CGI subclass for work with FCGI
ii  libcgi-pm-perl                        4.55-1                                  all          module for Common Gateway Interface applications
ii  libcgraph6:amd64                      2.42.2-7+b3                             amd64        rich set of graph drawing tools - cgraph library
ii  libcharls2:amd64                      2.4.1-1                                 amd64        Implementation of the JPEG-LS standard
ii  libchromaprint1:amd64                 1.5.1-2+b1                              amd64        audio fingerprint library
ii  libcjson1:amd64                       1.7.15-1+deb12u1                        amd64        Ultralightweight JSON parser in ANSI C
ii  libclass-accessor-grouped-perl        0.10014-2                               all          Perl module to build groups of accessors
ii  libclass-accessor-lite-perl           0.08-3                                  all          minimalistic variant of Class::Accessor
ii  libclass-accessor-perl                0.51-2                                  all          Perl module that automatically generates accessors
ii  libclass-c3-componentised-perl        1.001002-2                              all          module to load mix-ins or components to C3-based classes
ii  libclass-c3-perl                      0.35-2                                  all          pragma for using the C3 method resolution order
ii  libclass-c3-xs-perl                   0.15-1+b3                               amd64        Perl module to accelerate Class::C3
ii  libclass-data-inheritable-perl        0.08-3                                  all          Perl module to create accessors to class data
ii  libclass-inspector-perl               1.36-3                                  all          Perl module that provides information about classes
ii  libclass-load-perl                    0.25-2                                  all          module for loading modules by name
ii  libclass-load-xs-perl                 0.10-2+b1                               amd64        XS implementation of parts of Class::Load
ii  libclass-makemethods-perl             1.01-7                                  all          Perl module for generating common types of methods
ii  libclass-method-modifiers-perl        2.14-1                                  all          Perl module providing method modifiers
ii  libclass-singleton-perl               1.6-2                                   all          implementation of a "Singleton" class
ii  libclass-tiny-perl                    1.008-2                                 all          minimalist class construction module for Perl
ii  libclass-xsaccessor-perl              1.19-4+b1                               amd64        Perl module providing fast XS accessors
ii  libclone-choose-perl                  0.010-2                                 all          Choose appropriate clone utility (Perl library)
ii  libclone-perl:amd64                   0.46-1                                  amd64        module for recursively copying Perl datatypes
ii  libcodec2-1.0:amd64                   1.0.5-1                                 amd64        Codec2 runtime library
ii  libcolord2:amd64                      1.4.6-2.2                               amd64        system service to manage device colour profiles -- runtime
ii  libcom-err2:amd64                     1.47.0-2                                amd64        common error description library
ii  libcommon-sense-perl:amd64            3.75-3                                  amd64        module that implements some sane defaults for Perl programs
ii  libconfig-any-perl                    0.32-3                                  all          module to load configuration from different file formats
ii  libconfig-general-perl                2.65-2                                  all          generic configuration module
ii  libconfig-inifiles-perl               3.000003-2                              all          read .ini-style configuration files
ii  libconfig-tiny-perl                   2.28-2                                  all          Read/Write .ini style files with as little code as possible
ii  libconst-fast-perl                    0.014-2                                 all          facility for creating read-only scalars, arrays, and hashes
ii  libcontext-preserve-perl              0.03-3                                  all          Perl module to preserve calling context
ii  libcontextual-return-perl             0.004014-4                              all          module for creating context-sensitive return values
ii  libconvert-binhex-perl                1.125-3                                 all          Perl5 module for extracting data from macintosh BinHex files
ii  libcookie-baker-perl                  0.11-3                                  all          simple cookie string generator and parser
ii  libcookie-baker-xs-perl               0.12-1+b1                               amd64        module to boost Cookie::Baker's crush_cookie
ii  libcpanel-json-xs-perl:amd64          4.35-1                                  amd64        module for fast and correct serialising to JSON
ii  libcrypt-des-perl:amd64               2.07-4+b2                               amd64        Perl DES encryption module
ii  libcrypt-dev:amd64                    1:4.4.33-2                              amd64        libcrypt development files
ii  libcrypt-dh-gmp-perl                  0.00012-2+b1                            amd64        Crypt::DH replacement that uses GMP directly
ii  libcrypt-random-seed-perl             0.03-3                                  all          Perl module providing strong randomness for seeding
ii  libcrypt-rc4-perl                     2.02-5                                  all          Perl implementation of the RC4 encryption algorithm
ii  libcrypt-ssleay-perl                  0.73.06-2+b1                            amd64        OpenSSL support for LWP
ii  libcrypt1:amd64                       1:4.4.33-2                              amd64        libcrypt shared library
ii  libcryptsetup12:amd64                 2:2.6.1-4~deb12u2                       amd64        disk encryption support - shared library
ii  libcss-minifier-xs-perl               0.13-1+b2                               amd64        XS based CSS minifier
ii  libctf-nobfd0:amd64                   2.40-2                                  amd64        Compact C Type Format library (runtime, no BFD dependency)
ii  libctf0:amd64                         2.40-2                                  amd64        Compact C Type Format library (runtime, BFD dependency)
ii  libcups2:amd64                        2.4.2-3+deb12u5                         amd64        Common UNIX Printing System(tm) - Core library
ii  libcurl3-gnutls:amd64                 7.88.1-10+deb12u6                       amd64        easy-to-use client-side URL transfer library (GnuTLS flavour)
ii  libcurl4:amd64                        7.88.1-10+deb12u6                       amd64        easy-to-use client-side URL transfer library (OpenSSL flavour)
ii  libdata-dpath-perl                    0.58-2                                  all          DPath is like XPath but for Perl data structures
ii  libdata-dump-perl                     1.25-1                                  all          Perl module to help dump data structures
ii  libdata-dumper-concise-perl           2.023-3                                 all          module for more shorter Data::Dumper-like output
ii  libdata-messagepack-perl              1.02-1+b1                               amd64        MessagePack serializing/deserializing
ii  libdata-optlist-perl                  0.113-1                                 all          module to parse and validate simple name/value option pairs
ii  libdata-validate-domain-perl          0.10-1.1                                all          perl domain name validation functions
ii  libdata-validate-ip-perl              0.31-1                                  all          Perl module for IP validation
ii  libdata-validate-uri-perl             0.07-2                                  all          common URI validation methods
ii  libdate-calc-perl                     6.4-2                                   all          Perl library for accessing dates
ii  libdate-calc-xs-perl:amd64            6.4-2+b1                                amd64        Perl library for accessing dates
ii  libdate-manip-perl                    6.91-1                                  all          module for manipulating dates
ii  libdatetime-format-builder-perl       0.8300-1                                all          module to create DateTime parsers
ii  libdatetime-format-sqlite-perl        0.11-3                                  all          module to parse and format SQLite dates and times
ii  libdatetime-format-strptime-perl      1.7900-1                                all          Perl module to parse and format strp and strf time patterns
ii  libdatetime-locale-perl               1:1.37-1                                all          Perl extension providing localization support for DateTime
ii  libdatetime-perl                      2:1.59-1                                amd64        module for manipulating dates, times and timestamps
ii  libdatetime-timezone-perl             1:2.60-1+2024a                          all          framework exposing the Olson time zone database to Perl
ii  libdatrie1:amd64                      0.2.13-2+b1                             amd64        Double-array trie library
ii  libdav1d6:amd64                       1.0.0-2+deb12u1                         amd64        fast and small AV1 video stream decoder (shared library)
ii  libdaxctl1:amd64                      76.1-1                                  amd64        Utility library for managing the device DAX subsystem
ii  libdb5.3:amd64                        5.3.28+dfsg2-1                          amd64        Berkeley v5.3 Database Libraries [runtime]
ii  libdbd-mysql-perl:amd64               4.050-5+b1                              amd64        Perl5 database interface to the MariaDB/MySQL database
ii  libdbd-sqlite3-perl:amd64             1.72-1                                  amd64        Perl DBI driver with a self-contained RDBMS
ii  libdbi-perl:amd64                     1.643-4                                 amd64        Perl Database Interface (DBI)
ii  libdbix-class-dynamicdefault-perl     0.04-3                                  all          dbix-class extension to automatically set and update fields
ii  libdbix-class-optimisticlocking-perl  0.02-6                                  all          Optimistic locking support for DBIx::Class
ii  libdbix-class-perl                    0.082843-1                              all          extensible and flexible object <-> relational mapper
ii  libdbix-class-schema-config-perl      0.001014-2                              all          Manage connection credentials for DBIx::Class::Schema
ii  libdbus-1-3:amd64                     1.14.10-1~deb12u1                       amd64        simple interprocess messaging system (library)
ii  libdconf1:amd64                       0.40.0-4                                amd64        simple configuration storage system - runtime library
ii  libde265-0:amd64                      1.0.11-1+deb12u2                        amd64        Open H.265 video codec implementation
ii  libdebconfclient0:amd64               0.270                                   amd64        Debian Configuration Management System (C-implementation library)
ii  libdebhelper-perl                     13.11.4                                 all          debhelper perl modules
ii  libdebian-installer-extra4:amd64      0.124                                   amd64        Library of some extra debian-installer functions
ii  libdebian-installer4:amd64            0.124                                   amd64        Library of common debian-installer functions
ii  libdecor-0-0:amd64                    0.1.1-2                                 amd64        client-side window decoration library
ii  libdecor-0-plugin-1-cairo:amd64       0.1.1-2                                 amd64        default decoration plugin
ii  libdeflate0:amd64                     1.14-1                                  amd64        fast, whole-buffer DEFLATE-based compression and decompression
ii  libdevel-argnames-perl                0.03-3                                  all          module providing access to subroutine variable names
ii  libdevel-callchecker-perl:amd64       0.008-2                                 amd64        custom op checking attached to subroutines
ii  libdevel-caller-perl:amd64            2.06-3+b1                               amd64        module providing enhanced caller() support
ii  libdevel-cover-perl                   1.38-1+b1                               amd64        Perl tool for determining code coverage metrics
ii  libdevel-globaldestruction-perl       0.14-4                                  all          module to expose the flag that marks global destruction
ii  libdevel-lexalias-perl                0.05-3+b1                               amd64        Perl module that provides alias lexical variables
ii  libdevel-overloadinfo-perl            0.007-1                                 all          module to introspect overloaded operators
ii  libdevel-partialdump-perl             0.20-2                                  all          Perl module to dump subroutine parameters concisely
ii  libdevel-size-perl                    0.83-2+b1                               amd64        Perl extension for finding the memory usage of Perl variables
ii  libdevel-stacktrace-ashtml-perl       0.15-2                                  all          module to display a stack trace in HTML
ii  libdevel-stacktrace-perl              2.0400-2                                all          Perl module containing stack trace and related objects
ii  libdevel-symdump-perl                 2.18-5                                  all          Perl module for inspecting perl's symbol table
ii  libdevmapper-event1.02.1:amd64        2:1.02.185-2                            amd64        Linux Kernel Device Mapper event support library
ii  libdevmapper1.02.1:amd64              2:1.02.185-2                            amd64        Linux Kernel Device Mapper userspace library
ii  libdigest-bubblebabble-perl           0.02-2.1                                all          perl module to create bubble-babble fingerprints
ii  libdigest-hmac-perl                   1.04+dfsg-2                             all          module for creating standard message integrity checks
ii  libdigest-perl-md5-perl               1.9-5                                   all          Perl Implementation of Rivest's MD5 algorithm
ii  libdiscover2                          2.1.2-10                                amd64        hardware identification library
ii  libdist-checkconflicts-perl           0.11-2                                  all          module for declaring version conflicts for a distribution
ii  libdistro-info-perl                   1.5+deb12u1                             all          information about distributions' releases (Perl module)
ii  libdouble-conversion3:amd64           3.2.1-1                                 amd64        routines to convert IEEE floats to and from strings
ii  libdpkg-perl                          1.21.22                                 all          Dpkg perl modules
ii  libdrm-amdgpu1:amd64                  2.4.114-1+b1                            amd64        Userspace interface to amdgpu-specific kernel DRM services -- runtime
ii  libdrm-common                         2.4.114-1                               all          Userspace interface to kernel DRM services -- common files
ii  libdrm-intel1:amd64                   2.4.114-1+b1                            amd64        Userspace interface to intel-specific kernel DRM services -- runtime
ii  libdrm-nouveau2:amd64                 2.4.114-1+b1                            amd64        Userspace interface to nouveau-specific kernel DRM services -- runtime
ii  libdrm-radeon1:amd64                  2.4.114-1+b1                            amd64        Userspace interface to radeon-specific kernel DRM services -- runtime
ii  libdrm2:amd64                         2.4.114-1+b1                            amd64        Userspace interface to kernel DRM services -- runtime
ii  libdv4:amd64                          1.0.0-15                                amd64        software library for DV format digital video (runtime lib)
ii  libdw1:amd64                          0.188-2.1                               amd64        library that provides access to the DWARF debug information
ii  libdynaloader-functions-perl          0.003-3                                 all          deconstructed dynamic C library loading
ii  libeatmydata1:amd64                   130-2+b1                                amd64        Library and utilities to disable fsync and friends - shared library
ii  libecap3:amd64                        1.0.1-3.4                               amd64        eCAP library
ii  libedit2:amd64                        3.1-20221030-2                          amd64        BSD editline and history libraries
ii  libefiboot1:amd64                     37-6                                    amd64        Library to manage UEFI variables
ii  libefivar1:amd64                      37-6                                    amd64        Library to manage UEFI variables
ii  libegl-mesa0:amd64                    22.3.6-1+deb12u1                        amd64        free implementation of the EGL API -- Mesa vendor library
ii  libegl1:amd64                         1.6.0-1                                 amd64        Vendor neutral GL dispatch library -- EGL support
ii  libelf1:amd64                         0.188-2.1                               amd64        library to read and write ELF files
ii  libemail-address-xs-perl              1.05-1+b1                               amd64        Perl library for RFC 5322 address/group parsing and formatting
ii  libemail-date-format-perl             1.008-1                                 all          Module to generate RFC-2822-valid date strings
ii  libencode-locale-perl                 1.05-3                                  all          utility to determine the locale encoding
ii  libepoxy0:amd64                       1.5.10-1                                amd64        OpenGL function pointer management library
ii  liberror-perl                         0.17029-2                               all          Perl module for error/exception handling in an OO-ish way
ii  libestr0:amd64                        0.1.11-1                                amd64        Helper functions for handling strings (lib)
ii  libev-perl:amd64                      4.33-2                                  amd64        Perl interface to libev, the high performance event loop
ii  libeval-closure-perl                  0.14-3                                  all          Perl module to safely and cleanly create closures via string eval
ii  libevdev2:amd64                       1.13.0+dfsg-1                           amd64        wrapper library for evdev devices
ii  libevent-2.1-7:amd64                  2.1.12-stable-8                         amd64        Asynchronous event notification library
ii  libevent-core-2.1-7:amd64             2.1.12-stable-8                         amd64        Asynchronous event notification library (core)
ii  libevent-pthreads-2.1-7:amd64         2.1.12-stable-8                         amd64        Asynchronous event notification library (pthreads)
ii  libexception-class-perl               1.45-1                                  all          module that allows you to declare real exception classes in Perl
ii  libexecs0:amd64                       1.3-2                                   amd64        C library for commands execution
ii  libexpat1:amd64                       2.5.0-1                                 amd64        XML parsing C library - runtime library
ii  libexporter-tiny-perl                 1.006000-1                              all          tiny exporter similar to Sub::Exporter
ii  libext2fs2:amd64                      1.47.0-2                                amd64        ext2/ext3/ext4 file system libraries
ii  libfakechroot:amd64                   2.20.1+ds-15                            amd64        gives a fake chroot environment - runtime
ii  libfakeroot:amd64                     1.31-1.2                                amd64        tool for simulating superuser privileges - shared libraries
ii  libfastjson4:amd64                    1.2304.0-1                              amd64        fast json library for C
ii  libfcgi-bin                           2.4.2-2                                 amd64        FastCGI bridge from CGI
ii  libfcgi-perl                          0.82+ds-2                               amd64        helper module for FastCGI
ii  libfcgi-procmanager-perl              0.28-3                                  all          Perl module to help manage FastCGI applications
ii  libfcgi0ldbl:amd64                    2.4.2-2                                 amd64        shared library of FastCGI
ii  libfdisk1:amd64                       2.38.1-5+deb12u1                        amd64        fdisk partitioning library
ii  libfdt1:amd64                         1.6.1-4+b1                              amd64        Flat Device Trees manipulation library
ii  libfeature-compat-class-perl          0.05-1                                  all          make class syntax available
ii  libfeature-compat-try-perl            0.05-1                                  all          make try/catch syntax available
ii  libffi8:amd64                         3.4.4-1                                 amd64        Foreign Function Interface library runtime
ii  libfftw3-double3:amd64                3.3.10-1                                amd64        Library for computing Fast Fourier Transforms - Double precision
ii  libfido2-1:amd64                      1.12.0-2+b1                             amd64        library for generating and verifying FIDO 2.0 objects
ii  libfile-basedir-perl                  0.09-2                                  all          Perl module to use the freedesktop basedir specification
ii  libfile-chdir-perl                    0.1008-1.1                              all          more sensible way to change directories
ii  libfile-copy-recursive-perl           0.45-4                                  all          Perl extension for recursively copying files and directories
ii  libfile-dirlist-perl                  0.05-3                                  all          provide a sorted list of directory content
ii  libfile-fcntllock-perl                0.22-4+b1                               amd64        Perl module for file locking with fcntl(2)
ii  libfile-find-rule-perl                0.34-3                                  all          module to search for files based on rules
ii  libfile-homedir-perl                  1.006-2                                 all          Perl module for finding user directories across platforms
ii  libfile-listing-perl                  6.15-1                                  all          module to parse directory listings
ii  libfile-map-perl                      0.67-2                                  amd64        Perl module providing simple and safe memory mapping
ii  libfile-pushd-perl                    1.016-2                                 all          module for changing directory temporarily for a limited scope
ii  libfile-readbackwards-perl            1.06-2                                  all          Perl module for reading a file backwards by lines
ii  libfile-sharedir-perl                 1.118-3                                 all          module to locate non-code files during run-time
ii  libfile-stripnondeterminism-perl      1.13.1-1                                all          file non-deterministic information stripper — Perl module
ii  libfile-touch-perl                    0.12-2                                  all          Perl interface to touch-like functions
ii  libfile-which-perl                    1.27-2                                  all          Perl module for searching paths for executable programs
ii  libfilesys-df-perl                    0.92-7+b1                               amd64        Module to obtain filesystem disk space information
ii  libfilesys-notify-simple-perl         0.14-3                                  all          simple file system monitor
ii  libflac12:amd64                       1.4.2+ds-2                              amd64        Free Lossless Audio Codec - runtime C library
ii  libflite1:amd64                       2.2-5                                   amd64        Small run-time speech synthesis engine - shared libraries
ii  libfmt9:amd64                         9.1.0+ds1-2                             amd64        fast type-safe C++ formatting library -- library
ii  libfont-afm-perl                      1.20-4                                  all          Perl interface to Adobe Font Metrics files
ii  libfont-ttf-perl                      1.06-2                                  all          Perl module for TrueType font hacking
ii  libfontconfig1:amd64                  2.14.1-4                                amd64        generic font configuration library - runtime
ii  libfontenc1:amd64                     1:1.1.4-1                               amd64        X11 font encoding library
ii  libfreeipmi17                         1.6.10-1+b1                             amd64        GNU IPMI - libraries
ii  libfreetype6:amd64                    2.12.1+dfsg-5+deb12u3                   amd64        FreeType 2 font engine, shared library files
ii  libfreexl1:amd64                      1.0.6-2                                 amd64        library for direct reading of Microsoft Excel spreadsheets
ii  libfreezethaw-perl                    0.5001-3                                all          module to serialize and deserialize Perl data structures
ii  libfribidi0:amd64                     1.0.8-2.1                               amd64        Free Implementation of the Unicode BiDi algorithm
ii  libfstrm0:amd64                       0.6.1-1                                 amd64        Frame Streams (fstrm) library
ii  libfuse2:amd64                        2.9.9-6+b1                              amd64        Filesystem in Userspace (library)
ii  libfuse3-3:amd64                      3.14.0-4                                amd64        Filesystem in Userspace (library) (3.x version)
ii  libfuture-asyncawait-perl             0.63-1                                  amd64        deferred subroutine syntax for futures
ii  libfuture-perl                        0.49-1                                  all          module for operations awaiting completion
ii  libfyba0:amd64                        4.1.1-8                                 amd64        FYBA library to read and write Norwegian geodata standard format SOSI
ii  libgail-common:amd64                  2.24.33-2                               amd64        GNOME Accessibility Implementation Library -- common modules
ii  libgail18:amd64                       2.24.33-2                               amd64        GNOME Accessibility Implementation Library -- shared libraries
ii  libgav1-1:amd64                       0.18.0-1+b1                             amd64        AV1 decoder developed by Google -- runtime library
ii  libgbm1:amd64                         22.3.6-1+deb12u1                        amd64        generic buffer management API -- runtime
ii  libgcc-12-dev:amd64                   12.2.0-14                               amd64        GCC support library (development files)
ii  libgcc-s1:amd64                       12.2.0-14                               amd64        GCC support library
ii  libgcrypt20:amd64                     1.10.1-3                                amd64        LGPL Crypto library - runtime library
ii  libgd-perl                            2.76-4+b1                               amd64        Perl module wrapper for libgd
ii  libgd3:amd64                          2.3.3-9                                 amd64        GD Graphics Library
ii  libgdal32                             3.6.2+dfsg-1+b2                         amd64        Geospatial Data Abstraction Library
ii  libgdbm-compat4:amd64                 1.23-3                                  amd64        GNU dbm database routines (legacy support runtime version) 
ii  libgdbm6:amd64                        1.23-3                                  amd64        GNU dbm database routines (runtime version) 
ii  libgdcm3.0:amd64                      3.0.21-1                                amd64        Grassroots DICOM runtime libraries
ii  libgdk-pixbuf-2.0-0:amd64             2.42.10+dfsg-1+deb12u1                  amd64        GDK Pixbuf library
ii  libgdk-pixbuf2.0-bin                  2.42.10+dfsg-1+deb12u1                  amd64        GDK Pixbuf library (thumbnailer)
ii  libgdk-pixbuf2.0-common               2.42.10+dfsg-1+deb12u1                  all          GDK Pixbuf library - data files
ii  libgeos-c1v5:amd64                    3.11.1-1                                amd64        Geometry engine for Geographic Information Systems - C Library
ii  libgeos3.11.1:amd64                   3.11.1-1                                amd64        Geometry engine for Geographic Information Systems - C++ Library
ii  libgeotiff5:amd64                     1.7.1-2+b1                              amd64        GeoTIFF (geografic enabled TIFF) library -- run-time files
ii  libgetopt-long-descriptive-perl       0.111-1                                 all          module that handles command-line arguments with usage text
ii  libgfapi0:amd64                       10.3-5                                  amd64        GlusterFS gfapi shared library
ii  libgfortran5:amd64                    12.2.0-14                               amd64        Runtime library for GNU Fortran applications
ii  libgfrpc0:amd64                       10.3-5                                  amd64        GlusterFS libgfrpc shared library
ii  libgfxdr0:amd64                       10.3-5                                  amd64        GlusterFS libgfxdr shared library
ii  libgif7:amd64                         5.2.1-2.5                               amd64        library for GIF images (library)
ii  libgirepository-1.0-1:amd64           1.74.0-3                                amd64        Library for handling GObject introspection data (runtime library)
ii  libgit-wrapper-perl                   0.048-2                                 all          Perl module to wrap git command-line interface
ii  libgitlab-api-v4-perl                 0.26-3                                  all          GitLab API v4 module and command-line client
ii  libgl1:amd64                          1.6.0-1                                 amd64        Vendor neutral GL dispatch library -- legacy GL support
ii  libgl1-mesa-dri:amd64                 22.3.6-1+deb12u1                        amd64        free implementation of the OpenGL API -- DRI modules
ii  libglapi-mesa:amd64                   22.3.6-1+deb12u1                        amd64        free implementation of the GL API -- shared library
ii  libglib2.0-0:amd64                    2.74.6-2+deb12u3                        amd64        GLib library of C routines
ii  libglib2.0-data                       2.74.6-2+deb12u3                        all          Common files for GLib library
ii  libglusterfs0:amd64                   10.3-5                                  amd64        GlusterFS shared library
ii  libglvnd0:amd64                       1.6.0-1                                 amd64        Vendor neutral GL dispatch library
ii  libglx-mesa0:amd64                    22.3.6-1+deb12u1                        amd64        free implementation of the OpenGL API -- GLX vendor library
ii  libglx0:amd64                         1.6.0-1                                 amd64        Vendor neutral GL dispatch library -- GLX support
ii  libgme0:amd64                         0.6.3-6                                 amd64        Playback library for video game music files - shared library
ii  libgmp10:amd64                        2:6.2.1+dfsg1-1.1                       amd64        Multiprecision arithmetic library
ii  libgnutls30:amd64                     3.7.9-2+deb12u3                         amd64        GNU TLS library - main runtime library
ii  libgomp1:amd64                        12.2.0-14                               amd64        GCC OpenMP (GOMP) support library
ii  libgpg-error0:amd64                   1.46-1                                  amd64        GnuPG development runtime library
ii  libgpgme11:amd64                      1.18.0-3+b1                             amd64        GPGME - GnuPG Made Easy (library)
ii  libgpm2:amd64                         1.20.7-10+b1                            amd64        General Purpose Mouse - shared library
ii  libgprofng0:amd64                     2.40-2                                  amd64        GNU Next Generation profiler (runtime library)
ii  libgraph-perl                         1:0.9726-1                              all          Perl module for graph data structures and algorithms
ii  libgraphite2-3:amd64                  1.3.14-1                                amd64        Font rendering engine for Complex Scripts -- library
ii  libgraphviz-perl                      2.24-1                                  all          Perl interface to the GraphViz graphing tool
ii  libgsm1:amd64                         1.0.22-1                                amd64        Shared libraries for GSM speech compressor
ii  libgssapi-krb5-2:amd64                1.20.1-2+deb12u2                        amd64        MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii  libgstreamer-plugins-base1.0-0:amd64  1.22.0-3+deb12u2                        amd64        GStreamer libraries from the "base" set
ii  libgstreamer1.0-0:amd64               1.22.0-2                                amd64        Core GStreamer libraries and elements
ii  libgtk-3-0:amd64                      3.24.38-2~deb12u1                       amd64        GTK graphical user interface library
ii  libgtk-3-bin                          3.24.38-2~deb12u1                       amd64        programs for the GTK graphical user interface library
ii  libgtk-3-common                       3.24.38-2~deb12u1                       all          common files for the GTK graphical user interface library
ii  libgtk2.0-0:amd64                     2.24.33-2                               amd64        GTK graphical user interface library - old version
ii  libgtk2.0-bin                         2.24.33-2                               amd64        programs for the GTK graphical user interface library
ii  libgtk2.0-common                      2.24.33-2                               all          common files for the GTK graphical user interface library
ii  libgts-0.7-5:amd64                    0.7.6+darcs121130-5+b1                  amd64        library to deal with 3D computational surface meshes
ii  libgts-bin                            0.7.6+darcs121130-5+b1                  amd64        utility binaries for libgts
ii  libgudev-1.0-0:amd64                  237-2                                   amd64        GObject-based wrapper library for libudev
ii  libgvc6                               2.42.2-7+b3                             amd64        rich set of graph drawing tools - gvc library
ii  libgvpr2:amd64                        2.42.2-7+b3                             amd64        rich set of graph drawing tools - gvpr library
ii  libharfbuzz0b:amd64                   6.0.0+dfsg-3                            amd64        OpenType text shaping engine (shared library)
ii  libhash-merge-perl                    0.302-1                                 all          Perl module for merging arbitrarily deep hashes into a single hash
ii  libhash-multivalue-perl               0.16-3                                  all          module for storing multiple values per key in a hash
ii  libhashkit2:amd64                     1.1.4-1                                 amd64        libmemcached hashing functions and algorithms
ii  libhavege2:amd64                      1.9.14-1+b1                             amd64        entropy source using the HAVEGE algorithm - shared library
ii  libhd21:amd64                         21.82-1                                 amd64        Hardware identification system library
ii  libhdf4-0-alt                         4.2.15-5                                amd64        Hierarchical Data Format library (without NetCDF)
ii  libhdf5-103-1:amd64                   1.10.8+repack1-1                        amd64        HDF5 C runtime files - serial version
ii  libhdf5-hl-100:amd64                  1.10.8+repack1-1                        amd64        HDF5 High Level runtime files - serial version
ii  libheap-perl                          0.80-5                                  all          Perl extensions for keeping data partially sorted
ii  libheif1:amd64                        1.15.1-1                                amd64        ISO/IEC 23008-12:2017 HEIF file format decoder - shared library
ii  libhogweed6:amd64                     3.8.1-2                                 amd64        low level cryptographic library (public-key cryptos)
ii  libhtml-form-perl                     6.11-1                                  all          module that represents an HTML form element
ii  libhtml-format-perl                   2.16-2                                  all          module for transforming HTML into various formats
ii  libhtml-html5-entities-perl           0.004-3                                 all          module to encode and decode character entities defined in HTML5
ii  libhtml-parser-perl:amd64             3.81-1                                  amd64        collection of modules that parse HTML text documents
ii  libhtml-tagset-perl                   3.20-6                                  all          data tables pertaining to HTML
ii  libhtml-tokeparser-simple-perl        3.16-4                                  all          Perl module used to tokenize HTML documents
ii  libhtml-tree-perl                     5.07-3                                  all          Perl module to represent and create HTML syntax trees
ii  libhttp-cookies-perl                  6.10-1                                  all          HTTP cookie jars
ii  libhttp-daemon-perl                   6.16-1                                  all          simple http server class
ii  libhttp-date-perl                     6.05-2                                  all          module of date conversion routines
ii  libhttp-entity-parser-perl            0.25-2                                  all          PSGI compliant HTTP Entity Parser
ii  libhttp-headers-fast-perl             0.22-3                                  all          faster implementation of HTTP::Headers
ii  libhttp-message-perl                  6.44-1                                  all          perl interface to HTTP style messages
ii  libhttp-multipartparser-perl          0.02-3                                  all          HTTP multipart MIME parser
ii  libhttp-negotiate-perl                6.01-2                                  all          implementation of content negotiation
ii  libhttp-tiny-multipart-perl           0.08-2                                  all          module to add post_multipart method to HTTP::Tiny
ii  libhwloc-plugins:amd64                2.9.0-1                                 amd64        Hierarchical view of the machine - plugins
ii  libhwloc15:amd64                      2.9.0-1                                 amd64        Hierarchical view of the machine - shared libs
ii  libhwy1:amd64                         1.0.3-3+deb12u1                         amd64        Efficient and performance-portable SIMD wrapper (runtime files)
ii  libibverbs1:amd64                     44.0-2                                  amd64        Library for direct userspace use of RDMA (InfiniBand/iWARP)
ii  libice6:amd64                         2:1.0.10-1                              amd64        X11 Inter-Client Exchange library
ii  libicu72:amd64                        72.1-3                                  amd64        International Components for Unicode
ii  libidn12:amd64                        1.41-1                                  amd64        GNU Libidn library, implementation of IETF IDN specifications
ii  libidn2-0:amd64                       2.3.3-1+b1                              amd64        Internationalized domain names (IDNA2008/TR46) library
ii  libiec61883-0:amd64                   1.2.0-6+b1                              amd64        partial implementation of IEC 61883 (shared lib)
ii  libigdgmm12:amd64                     22.3.3+ds1-1                            amd64        Intel Graphics Memory Management Library -- shared library
ii  libimath-3-1-29:amd64                 3.1.6-1                                 amd64        Utility libraries from ASF used by OpenEXR - runtime
ii  libimport-into-perl                   1.002005-2                              all          module for importing packages into other packages
ii  libindirect-perl                      0.39-2+b1                               amd64        module warning about using the indirect object syntax
ii  libinput-bin                          1.22.1-1                                amd64        input device management and event handling library - udev quirks
ii  libinput10:amd64                      1.22.1-1                                amd64        input device management and event handling library - shared library
ii  libintl-perl                          1.33-1                                  all          Uniforum message translations system compatible i18n library
ii  libintl-xs-perl                       1.33-1                                  amd64        XS Uniforum message translations system compatible i18n library
ii  libio-html-perl                       1.004-3                                 all          open an HTML file with automatic charset detection
ii  libio-interactive-perl                1.023-2                                 all          utility module for interactive I/O
ii  libio-multiplex-perl                  1.16-3                                  all          object-oriented interface to select() for Perl
ii  libio-prompter-perl                   0.004015-2                              all          Perl module to prompt for input, read it, clean it, return it
ii  libio-pty-perl                        1:1.17-1                                amd64        Perl module for pseudo tty IO
ii  libio-sessiondata-perl                1.03-3                                  all          set of modules for non-blocking I/O
ii  libio-socket-inet6-perl               2.73-1                                  all          object interface for AF_INET6 domain sockets
ii  libio-socket-ip-perl                  0.41-2                                  all          module for using IPv4 and IPv6 sockets in a protocol-independent way
ii  libio-socket-socks-perl               0.74-3                                  all          extension to IO::Socket providing SOCKS proxy
ii  libio-socket-ssl-perl                 2.081-2                                 all          Perl module implementing object oriented interface to SSL sockets
ii  libio-socket-timeout-perl             0.32-3                                  all          IO::Socket with read/write timeout
ii  libio-string-perl                     1.08-4                                  all          Emulate IO::File interface for in-core strings
ii  libio-stringy-perl                    2.111-3                                 all          modules for I/O on in-core objects (strings/arrays)
ii  libip4tc2:amd64                       1.8.9-2                                 amd64        netfilter libip4tc library
ii  libip6tc2:amd64                       1.8.9-2                                 amd64        netfilter libip6tc library
ii  libipc-run-perl                       20220807.0-1                            all          Perl module for running processes
ii  libipc-run3-perl                      0.048-3                                 all          run a subprocess with input/output redirection
ii  libipc-shareable-perl                 1.13-1                                  all          module to access IPC shared memory segments through perl
ii  libipc-system-simple-perl             1.30-2                                  all          Perl module to run commands simply, with detailed diagnostics
ii  libipmiconsole2                       1.6.10-1+b1                             amd64        GNU IPMI - Serial-over-Lan library
ii  libipmidetect0                        1.6.10-1+b1                             amd64        GNU IPMI - IPMI node detection library
ii  libiscsi7:amd64                       1.19.0-3                                amd64        iSCSI client shared library
ii  libisl23:amd64                        0.25-1.1                                amd64        manipulating sets and relations of integer points bounded by linear constraints
ii  libiterator-perl                      0.03+ds1-2                              all          Perl implementation of iterators
ii  libiterator-util-perl                 0.02+ds1-2                              all          Useful functions for creating and manipulating iterator objects
ii  libitm1:amd64                         12.2.0-14                               amd64        GNU Transactional Memory Library
ii  libjack-jackd2-0:amd64                1.9.21~dfsg-3                           amd64        JACK Audio Connection Kit (libraries)
ii  libjansson4:amd64                     2.14-2                                  amd64        C library for encoding, decoding and manipulating JSON data
ii  libjavascript-minifier-xs-perl        0.15-1+b2                               amd64        XS based JavaScript minifier
ii  libjbig0:amd64                        2.1-6.1                                 amd64        JBIGkit libraries
ii  libjcode-pm-perl                      2.06-1.1                                amd64        Perl extension interface to convert Japanese text
ii  libjemalloc2:amd64                    5.3.0-1                                 amd64        general-purpose scalable concurrent malloc(3) implementation
ii  libjpeg62-turbo:amd64                 1:2.1.5-2                               amd64        libjpeg-turbo JPEG runtime library
ii  libjq1:amd64                          1.6-2.1                                 amd64        lightweight and flexible command-line JSON processor - shared library
ii  libjs-bootstrap4                      4.6.1+dfsg1-4                           all          HTML, CSS and JS framework
ii  libjs-chosen                          1.8.7+dfsg-2                            all          select box enhancer for jQuery and Prototype
ii  libjs-d3                              3.5.17-4                                all          JavaScript visualization library for HTML and SVG
ii  libjs-highlight.js                    9.18.5+dfsg1-2                          all          JavaScript library for syntax highlighting
ii  libjs-jquery                          3.6.1+dfsg+~3.5.14-1                    all          JavaScript library for dynamic web applications
ii  libjs-moment                          2.29.4+ds-1                             all          Work with dates in JavaScript (library)
ii  libjs-popper.js                       1.16.1+ds-6                             all          Javascript library to position poppers in web applications
ii  libjs-sizzle                          2.3.6+ds+~2.3.3-2                       all          Pure-JavaScript CSS selector engine
ii  libjson-c5:amd64                      0.16-2                                  amd64        JSON manipulation library - shared library
ii  libjson-maybexs-perl                  1.004004-1                              all          interface to the best available JSON module
ii  libjson-perl                          4.10000-1                               all          module for manipulating JSON-formatted data
ii  libjson-rpc-perl                      1.06-3                                  all          Perl implementation of JSON-RPC 2.0 and 1.1 protocols
ii  libjson-validator-perl                5.14+dfsg-1                             all          module to validate data against a JSON schema
ii  libjson-xs-perl                       4.030-2+b1                              amd64        module for manipulating JSON-formatted data (C/XS-accelerated)
ii  libjxl0.7:amd64                       0.7.0-10                                amd64        JPEG XL Image Coding System - "JXL" (shared libraries)
ii  libk5crypto3:amd64                    1.20.1-2+deb12u2                        amd64        MIT Kerberos runtime libraries - Crypto Library
ii  libkeyutils1:amd64                    1.6.3-2                                 amd64        Linux Key Management Utilities (library)
ii  libklibc:amd64                        2.0.12-1                                amd64        minimal libc subset for use with initramfs
ii  libkmlbase1:amd64                     1.3.0-10                                amd64        Library to manipulate KML 2.2 OGC standard files - libkmlbase
ii  libkmldom1:amd64                      1.3.0-10                                amd64        Library to manipulate KML 2.2 OGC standard files - libkmldom
ii  libkmlengine1:amd64                   1.3.0-10                                amd64        Library to manipulate KML 2.2 OGC standard files - libkmlengine
ii  libkmod2:amd64                        30+20221128-1                           amd64        libkmod shared library
ii  libkrb5-3:amd64                       1.20.1-2+deb12u2                        amd64        MIT Kerberos runtime libraries
ii  libkrb5support0:amd64                 1.20.1-2+deb12u2                        amd64        MIT Kerberos runtime libraries - Support library
ii  libksba8:amd64                        1.6.3-2                                 amd64        X.509 and CMS support library
ii  liblab-gamut1:amd64                   2.42.2-7+b3                             amd64        rich set of graph drawing tools - liblab_gamut library
ii  liblapack3:amd64                      3.11.0-2                                amd64        Library of linear algebra routines 3 - shared version
ii  liblcms2-2:amd64                      2.14-2                                  amd64        Little CMS 2 color management library
ii  libldap-2.5-0:amd64                   2.5.13+dfsg-5                           amd64        OpenLDAP libraries
ii  libldap-common                        2.5.13+dfsg-5                           all          OpenLDAP common files for libraries
ii  liblept5:amd64                        1.82.0-3+b3                             amd64        image processing library
ii  liblerc4:amd64                        4.0.0+ds-2                              amd64        Limited Error Raster Compression library
ii  liblilv-0-0:amd64                     0.24.14-1                               amd64        library for simple use of LV2 plugins
ii  liblist-compare-perl                  0.55-2                                  all          Perl module for comparing elements of two or more lists
ii  liblist-moreutils-perl                0.430-2                                 all          Perl module with additional list functions not found in List::Util
ii  liblist-moreutils-xs-perl             0.430-3+b1                              amd64        Perl module providing compiled List::MoreUtils functions
ii  liblist-someutils-perl                0.59-1                                  all          module that provides the stuff missing in List::Util
ii  liblist-someutils-xs-perl:amd64       0.58-3                                  amd64        module providing XS implementation for List::SomeUtils
ii  liblist-utilsby-perl                  0.12-2                                  all          higher-order list utility functions
ii  libllvm15:amd64                       1:15.0.6-4+b1                           amd64        Modular compiler and toolchain technologies, runtime library
ii  liblmdb0:amd64                        0.9.24-1                                amd64        Lightning Memory-Mapped Database shared library
ii  liblocale-gettext-perl                1.07-5                                  amd64        module using libc functions for internationalization in Perl
ii  liblockfile-bin                       1.17-1+b1                               amd64        support binaries for and cli utilities based on liblockfile
ii  liblockfile1:amd64                    1.17-1+b1                               amd64        NFS-safe locking library
ii  liblog-any-adapter-screen-perl        0.140-2                                 all          send logs to screen, with colors and some other features
ii  liblog-any-perl                       1.713-1                                 all          Perl module to log messages safely and efficiently
ii  liblog-dispatch-perl                  2.70-1                                  all          message dispatcher to multiple Log::Dispatch::* objects
ii  liblog-log4perl-perl                  1.57-1                                  all          Perl port of the widely popular log4j logging package
ii  liblognorm5:amd64                     2.0.6-4                                 amd64        log normalizing library
ii  liblsan0:amd64                        12.2.0-14                               amd64        LeakSanitizer -- a memory leak detector (runtime)
ii  libltdl-dev:amd64                     2.4.7-7~deb12u1                         amd64        System independent dlopen wrapper for GNU libtool (headers)
ii  libltdl7:amd64                        2.4.7-7~deb12u1                         amd64        System independent dlopen wrapper for GNU libtool
ii  liblvm2cmd2.03:amd64                  2.03.16-2                               amd64        LVM2 command library
ii  liblwp-mediatypes-perl                6.04-2                                  all          module to guess media type for a file or a URL
ii  liblwp-protocol-https-perl            6.10-1                                  all          HTTPS driver for LWP::UserAgent
ii  liblwp-useragent-determined-perl      1.07-3                                  all          LWP useragent that retries errors
ii  liblz4-1:amd64                        1.9.4-1                                 amd64        Fast LZ compression algorithm library - runtime
ii  liblzma5:amd64                        5.4.1-0.2                               amd64        XZ-format compression library
ii  liblzo2-2:amd64                       2.10-2                                  amd64        data compression library
ii  libmagic-mgc                          1:5.44-3                                amd64        File type determination library using "magic" numbers (compiled magic file)
ii  libmagic1:amd64                       1:5.44-3                                amd64        Recognize the type of data in a file using "magic" numbers - library
ii  libmail-imapclient-perl               3.43-1                                  all          Perl library for manipulating IMAP mail stores
ii  libmail-sendmail-perl                 0.80-3                                  all          simple way to send email from a perl script
ii  libmailtools-perl                     2.21-2                                  all          modules to manipulate email in perl programs
ii  libmariadb3:amd64                     1:10.11.6-0+deb12u1                     amd64        MariaDB database client library
ii  libmarkdown2:amd64                    2.2.7-2                                 amd64        implementation of the Markdown markup language in C (library)
ii  libmath-base85-perl                   0.5+dfsg-2                              all          Perl extension for base 85 numbers, as referenced by RFC 1924
ii  libmath-calc-units-perl               1.07-2.1                                all          Human-readable unit-aware calculator
ii  libmath-random-isaac-perl             1.004-2                                 all          Perl interface to the ISAAC PRNG Algorithm
ii  libmath-random-isaac-xs-perl          1.004-3+b1                              amd64        Perl implementation of the ISAAC PRNG (C/XS Accelerated)
ii  libmaxminddb0:amd64                   1.7.1-1                                 amd64        IP geolocation database library
ii  libmbedcrypto7:amd64                  2.28.3-1                                amd64        lightweight crypto and SSL/TLS library - crypto library
ii  libmd0:amd64                          1.0.4-2                                 amd64        message digest functions from BSD systems - shared library
ii  libmd4c0:amd64                        0.4.8-1                                 amd64        Markdown for C
ii  libmemcached11:amd64                  1.1.4-1                                 amd64        C and C++ client library to the memcached server
ii  libmfx1:amd64                         22.5.4-1                                amd64        Intel Media SDK -- shared library
ii  libmime-lite-perl                     3.033-1                                 all          module for convenient MIME message creation
ii  libmime-tools-perl                    5.510-1                                 all          Perl5 modules for MIME-compliant messages
ii  libmime-types-perl                    2.24-1                                  all          Perl extension for determining MIME types and Transfer Encoding
ii  libminion-backend-sqlite-perl         5.0.7-1                                 all          SQLite backend for Minion job queue
ii  libminion-perl                        10.25+dfsg-4                            all          job queue for Mojolicious
ii  libminizip1:amd64                     1.1-8+deb12u1                           amd64        compression library - minizip library
ii  libmldbm-perl                         2.05-4                                  all          module for storing multidimensional hash structures in perl tied hashes
ii  libmnl0:amd64                         1.0.4-3                                 amd64        minimalistic Netlink communication library
ii  libmodule-find-perl                   0.16-2                                  all          module to find and use installed Perl modules
ii  libmodule-implementation-perl         0.09-2                                  all          module for loading one of several alternate implementations of a module
ii  libmodule-pluggable-perl              5.2-4                                   all          module for giving  modules the ability to have plugins
ii  libmodule-refresh-perl                0.18-2                                  all          tool to refresh %INC files when updated on disk
ii  libmodule-runtime-conflicts-perl      0.003-2                                 all          module to provide information on conflicts for Module::Runtime
ii  libmodule-runtime-perl                0.016-2                                 all          Perl module for runtime module handling
ii  libmodule-scandeps-perl               1.31-2                                  all          module to recursively scan Perl code for dependencies
ii  libmojo-ioloop-readwriteprocess-perl  0.33-1                                  all          module to execute external programs or internal code blocks as separate process
ii  libmojo-rabbitmq-client-perl          0.3.1-3                                 all          Mojo::IOLoop based RabbitMQ client
ii  libmojo-server-fastcgi-perl           0.50-2                                  all          Mojolicious FastCGI Server
ii  libmojo-sqlite-perl                   3.009-2                                 all          tiny Mojolicious wrapper for SQLite
ii  libmojolicious-perl                   9.36+dfsg-1~bpo12+2                     all          simple, yet powerful, Web Application Framework
ii  libmojolicious-plugin-assetpack-perl  2.14-1                                  all          Mojolicious plugin for compressing and converting assets
ii  libmojolicious-plugin-renderfile-perl 0.12-5                                  all          "render_file" helper for Mojolicious
ii  libmonitoring-plugin-perl             0.40-1                                  all          family of perl modules to streamline writing Monitoring plugins
ii  libmoo-perl                           2.005005-1                              all          Minimalist Object Orientation library (with Moose compatibility)
ii  libmoose-perl:amd64                   2.2203-1                                amd64        modern Perl object system framework
ii  libmoox-aliases-perl                  0.001006-2                              all          easy aliasing of methods and attributes in Moo
ii  libmount1:amd64                       2.38.1-5+deb12u1                        amd64        device mounting library
ii  libmouse-perl                         2.5.10-1+b3                             amd64        lightweight object framework for Perl
ii  libmp3lame0:amd64                     3.100-6                                 amd64        MP3 encoding library
ii  libmpc3:amd64                         1.3.1-1                                 amd64        multiple precision complex floating-point library
ii  libmpfr6:amd64                        4.2.0-1                                 amd64        multiple precision floating-point computation
ii  libmpg123-0:amd64                     1.31.2-1                                amd64        MPEG layer 1/2/3 audio decoder (shared library)
ii  libmro-compat-perl                    0.15-2                                  all          mro::* interface compatibility for Perls < 5.9.5
ii  libmtdev1:amd64                       1.1.6-1                                 amd64        Multitouch Protocol Translation Library - shared library
ii  libmysofa1:amd64                      1.3.1~dfsg0-1                           amd64        library to read HRTFs stored in the AES69-2015 SOFA format
ii  libnamespace-autoclean-perl           0.29-2                                  all          module to remove imported symbols after compilation
ii  libnamespace-clean-perl               0.27-2                                  all          module for keeping imports and functions out of the current namespace
ii  libncurses5:amd64                     6.4-4                                   amd64        shared libraries for terminal handling (legacy version)
ii  libncurses6:amd64                     6.4-4                                   amd64        shared libraries for terminal handling
ii  libncursesw6:amd64                    6.4-4                                   amd64        shared libraries for terminal handling (wide character support)
ii  libndctl6:amd64                       76.1-1                                  amd64        Utility library for managing the libnvdimm subsystem
ii  libnet-amqp-perl                      0.06~dfsg-4                             all          AMQP (de)serialization and representation
ii  libnet-cidr-perl                      0.21-2                                  all          module to manipulate IPv4/IPv6 netblocks in CIDR notation
ii  libnet-cups-perl                      0.64-2+b1                               amd64        Perl module for printing through CUPS
ii  libnet-dbus-perl                      1.2.0-2                                 amd64        Perl extension for the DBus bindings
ii  libnet-dns-native-perl                0.22-2+b2                               amd64        non-blocking system DNS resolver
ii  libnet-dns-perl                       1.36-1                                  all          module to perform DNS queries
ii  libnet-dns-sec-perl                   1.20-1+b1                               amd64        DNSSEC extension to NET::DNS
ii  libnet-domain-tld-perl                1.75-3                                  all          list of currently available Top-level Domains (TLDs)
ii  libnet-http-perl                      6.22-1                                  all          module providing low-level HTTP connection client
ii  libnet-idn-encode-perl                2.500-3+b1                              amd64        Internationalizing Domain Names in Applications (IDNA)
ii  libnet-ip-perl                        1.26-3                                  all          Perl extension for manipulating IPv4/IPv6 addresses
ii  libnet-ipv6addr-perl                  1.02-1                                  all          module to validate/manipulate IPv6 addresses
ii  libnet-libidn-perl                    0.12.ds-4+b1                            amd64        Perl bindings for GNU Libidn
ii  libnet-netmask-perl                   2.0002-2                                all          module to parse, manipulate and lookup IP network blocks
ii  libnet-openid-common-perl             1.20-2                                  all          libraries shared between Net::OpenID::Consumer and Net::OpenID::Server
ii  libnet-openid-consumer-perl           1.18-2                                  all          library for consumers of OpenID identities
ii  libnet-server-perl                    2.013-2                                 all          extensible, general perl server engine
ii  libnet-smtp-ssl-perl                  1.04-2                                  all          Perl module providing SSL support to Net::SMTP
ii  libnet-smtp-tls-perl                  0.12-4                                  all          Perl SMTP client library supporting TLS and AUTH
ii  libnet-smtpauth-perl                  0.08-6                                  all          Perl module that provides SMTP authentication (Net::SMTP_auth)
ii  libnet-snmp-perl                      6.0.1-7                                 all          Script SNMP connections
ii  libnet-ssh2-perl                      0.73-1+b1                               amd64        Perl module for the SSH 2 protocol
ii  libnet-ssleay-perl:amd64              1.92-2+b1                               amd64        Perl module for Secure Sockets Layer (SSL)
ii  libnetaddr-ip-perl                    4.079+dfsg-2+b1                         amd64        IP address manipulation module
ii  libnetcdf19:amd64                     1:4.9.0-3+b1                            amd64        Interface for scientific data access to large binary data
ii  libnetfilter-conntrack3:amd64         1.0.9-3                                 amd64        Netfilter netlink-conntrack library
ii  libnettle8:amd64                      3.8.1-2                                 amd64        low level cryptographic library (symmetric and one-way cryptos)
ii  libnewt0.52:amd64                     0.52.23-1+b1                            amd64        Not Erik's Windowing Toolkit - text mode windowing with slang
ii  libnfnetlink0:amd64                   1.0.2-2                                 amd64        Netfilter netlink library
ii  libnfs13:amd64                        4.0.0-1                                 amd64        NFS client library (shared library)
ii  libnfsidmap1:amd64                    1:2.6.2-4                               amd64        NFS idmapping library
ii  libnftables1:amd64                    1.0.6-2+deb12u2                         amd64        Netfilter nftables high level userspace API library
ii  libnftnl11:amd64                      1.2.4-2                                 amd64        Netfilter nftables userspace API library
ii  libnghttp2-14:amd64                   1.52.0-1+deb12u1                        amd64        library implementing HTTP/2 protocol (shared library)
ii  libnl-3-200:amd64                     3.7.0-0.2+b1                            amd64        library for dealing with netlink sockets
ii  libnl-genl-3-200:amd64                3.7.0-0.2+b1                            amd64        library for dealing with netlink sockets - generic netlink
ii  libnl-route-3-200:amd64               3.7.0-0.2+b1                            amd64        library for dealing with netlink sockets - route interface
ii  libnorm1:amd64                        1.5.9+dfsg-2                            amd64        NACK-Oriented Reliable Multicast (NORM) library
ii  libnpth0:amd64                        1.6-3                                   amd64        replacement for GNU Pth using system threads
ii  libnsl-dev:amd64                      1.3.0-2                                 amd64        libnsl development files
ii  libnsl2:amd64                         1.3.0-2                                 amd64        Public client interface for NIS(YP) and NIS+
ii  libnspr4:amd64                        2:4.35-1                                amd64        NetScape Portable Runtime Library
ii  libnss-mymachines:amd64               252.26-1~deb12u2                        amd64        nss module to resolve hostnames for local container instances
ii  libnss-systemd:amd64                  252.26-1~deb12u2                        amd64        nss module providing dynamic user and group name resolution
ii  libnss3:amd64                         2:3.87.1-1                              amd64        Network Security Service libraries
ii  libnuma1:amd64                        2.0.16-1                                amd64        Libraries for controlling NUMA policy
ii  libnumber-compare-perl                0.03-3                                  all          module for performing numeric comparisons in Perl
ii  libobject-pad-perl                    0.78-1                                  amd64        module providing a simple syntax for lexical field-based objects
ii  libodbc2:amd64                        2.3.11-2+deb12u1                        amd64        ODBC Driver Manager library for Unix
ii  libodbcinst2:amd64                    2.3.11-2+deb12u1                        amd64        Support library for accessing ODBC configuration files
ii  libogdi4.1                            4.1.0+ds-6                              amd64        Open Geographic Datastore Interface Library -- library
ii  libogg0:amd64                         1.3.5-3                                 amd64        Ogg bitstream library
ii  libole-storage-lite-perl              0.20-2                                  all          simple class for OLE document interface
ii  libonig5:amd64                        6.9.8-1                                 amd64        regular expressions library
ii  libopencv-core406:amd64               4.6.0+dfsg-12                           amd64        computer vision core library
ii  libopencv-highgui406:amd64            4.6.0+dfsg-12                           amd64        computer vision High-level GUI and Media I/O library
ii  libopencv-imgcodecs406:amd64          4.6.0+dfsg-12                           amd64        computer vision Image Codecs library
ii  libopencv-imgproc406:amd64            4.6.0+dfsg-12                           amd64        computer vision Image Processing library
ii  libopenexr-3-1-30:amd64               3.1.5-5                                 amd64        runtime files for the OpenEXR image library
ii  libopengl0:amd64                      1.6.0-1                                 amd64        Vendor neutral GL dispatch library -- OpenGL support
ii  libopenjp2-7:amd64                    2.5.0-2                                 amd64        JPEG 2000 image compression/decompression library
ii  libopenmpt0:amd64                     0.6.9-1                                 amd64        module music library based on OpenMPT -- shared library
ii  libopus0:amd64                        1.3.1-3                                 amd64        Opus codec runtime library
ii  liborc-0.4-0:amd64                    1:0.4.33-2                              amd64        Library of Optimized Inner Loops Runtime Compiler
ii  libp11-kit0:amd64                     0.24.1-2                                amd64        library for loading and coordinating access to PKCS#11 modules - runtime
ii  libpackage-deprecationmanager-perl    0.18-1                                  all          module for managing deprecation warnings for Perl distributions
ii  libpackage-stash-perl                 0.40-1                                  all          module providing routines for manipulating stashes
ii  libpackage-stash-xs-perl:amd64        0.30-1+b1                               amd64        Perl module providing routines for manipulating stashes (XS version)
ii  libpackage-variant-perl               1.003002-2                              all          parameterizable packages
ii  libpadwalker-perl                     2.5-1+b3                                amd64        module to inspect and manipulate lexical variables
ii  libpam-modules:amd64                  1.5.2-6+deb12u1                         amd64        Pluggable Authentication Modules for PAM
ii  libpam-modules-bin                    1.5.2-6+deb12u1                         amd64        Pluggable Authentication Modules for PAM - helper binaries
ii  libpam-runtime                        1.5.2-6+deb12u1                         all          Runtime support for the PAM library
ii  libpam-systemd:amd64                  252.26-1~deb12u2                        amd64        system and service manager - PAM module
ii  libpam0g:amd64                        1.5.2-6+deb12u1                         amd64        Pluggable Authentication Modules library
ii  libpango-1.0-0:amd64                  1.50.12+ds-1                            amd64        Layout and rendering of internationalized text
ii  libpangocairo-1.0-0:amd64             1.50.12+ds-1                            amd64        Layout and rendering of internationalized text
ii  libpangoft2-1.0-0:amd64               1.50.12+ds-1                            amd64        Layout and rendering of internationalized text
ii  libparams-classify-perl:amd64         0.015-2+b1                              amd64        Perl module for argument type classification
ii  libparams-util-perl                   1.102-2+b1                              amd64        Perl extension for simple stand-alone param checking functions
ii  libparams-validate-perl:amd64         1.31-1                                  amd64        Perl module to validate parameters to Perl method/function calls
ii  libparams-validationcompiler-perl     0.31-1                                  all          module to build an optimized subroutine parameter validator
ii  libparse-recdescent-perl              1.967015+dfsg-4                         all          Perl module to create and use recursive-descent parsers
ii  libpath-class-perl                    0.37-4                                  all          module for cross-platform path specification manipulation
ii  libpath-iterator-rule-perl            1.015-2                                 all          iterative, recursive file finder
ii  libpath-tiny-perl                     0.144-1                                 all          file path utility
ii  libpathplan4:amd64                    2.42.2-7+b3                             amd64        rich set of graph drawing tools - pathplan library
ii  libpcap0.8:amd64                      1.10.3-1                                amd64        system interface for user-level packet capture
ii  libpci3:amd64                         1:3.9.0-4                               amd64        PCI utilities (shared library)
ii  libpciaccess0:amd64                   0.17-2                                  amd64        Generic PCI access library for X
ii  libpcre2-16-0:amd64                   10.42-1                                 amd64        New Perl Compatible Regular Expression Library - 16 bit runtime files
ii  libpcre2-32-0:amd64                   10.42-1                                 amd64        New Perl Compatible Regular Expression Library - 32 bit runtime files
ii  libpcre2-8-0:amd64                    10.42-1                                 amd64        New Perl Compatible Regular Expression Library- 8 bit runtime files
ii  libpcre3:amd64                        2:8.39-15                               amd64        Old Perl 5 Compatible Regular Expression Library - runtime files
ii  libpcsclite1:amd64                    1.9.9-2                                 amd64        Middleware to access a smart card using PC/SC (library)
ii  libperl4-corelibs-perl                0.004-3                                 all          libraries historically supplied with Perl 4
ii  libperl5.36:amd64                     5.36.0-7+deb12u1                        amd64        shared Perl library
ii  libperlio-gzip-perl                   0.20-1+b1                               amd64        module providing a PerlIO layer to gzip/gunzip
ii  libperlio-layers-perl                 0.012-3                                 amd64        Perl module to query a filehandle's capabilities
ii  libperlio-utf8-strict-perl            0.010-1                                 amd64        fast and correct UTF-8 Perl IO module
ii  libperlio-via-timeout-perl            0.32-3                                  all          PerlIO layer that adds read & write timeout to a handle
ii  libpgm-5.3-0:amd64                    5.3.128~dfsg-2                          amd64        OpenPGM shared library
ii  libpipeline1:amd64                    1.5.7-1                                 amd64        Unix process pipeline manipulation library
ii  libpixman-1-0:amd64                   0.42.2-1                                amd64        pixel-manipulation library for X and cairo
ii  libplacebo208:amd64                   4.208.0-3                               amd64        GPU-accelerated video/image rendering primitives (shared library)
ii  libplack-perl                         1.0050-1                                all          interface between web servers and Perl web applications
ii  libpmem1:amd64                        1.12.1-2                                amd64        Persistent Memory low level support library, v1 runtime
ii  libpng16-16:amd64                     1.6.39-2                                amd64        PNG library - runtime (version 1.6)
ii  libpocketsphinx3:amd64                0.8+5prealpha+1-15                      amd64        Speech recognition tool - front-end library
ii  libpod-constants-perl                 0.19-2                                  all          module for including constants from POD
ii  libpod-coverage-perl                  0.23-2                                  all          checker for comprehensiveness of perl module documentation
ii  libpod-parser-perl                    1.65-1                                  all          modules for parsing/translating POD format documents
ii  libpod-pom-perl                       2.01-4                                  all          module providing a Pod Object Model
ii  libpoppler126:amd64                   22.12.0-2+b1                            amd64        PDF rendering library
ii  libpopt0:amd64                        1.19+dfsg-1                             amd64        lib for parsing cmdline parameters
ii  libposix-strftime-compiler-perl       0.44-3                                  all          GNU C library compatible strftime for loggers and servers
ii  libpostproc56:amd64                   7:5.1.5-0+deb12u1                       amd64        FFmpeg library for post processing - runtime files
ii  libpq5:amd64                          15.7-0+deb12u1                          amd64        PostgreSQL C client library
ii  libproc-processtable-perl:amd64       0.634-1+b2                              amd64        Perl library for accessing process table information
ii  libproc2-0:amd64                      2:4.0.2-3                               amd64        library for accessing process information from /proc
ii  libproj25:amd64                       9.1.1-1+b1                              amd64        Cartographic projection library
ii  libprotobuf-c1:amd64                  1.4.1-1+b1                              amd64        Protocol Buffers C shared library (protobuf-c)
ii  libprotobuf32:amd64                   3.21.12-3                               amd64        protocol buffers C++ library
ii  libproxy1v5:amd64                     0.4.18-1.2                              amd64        automatic proxy configuration management library (shared)
ii  libpsl5:amd64                         0.21.2-1                                amd64        Library for Public Suffix List (shared libraries)
ii  libpulse0:amd64                       16.1+dfsg1-2+b1                         amd64        PulseAudio client libraries
ii  libpython3-stdlib:amd64               3.11.2-1+b1                             amd64        interactive high-level object-oriented language (default python3 version)
ii  libpython3.11-minimal:amd64           3.11.2-6+deb12u2                        amd64        Minimal subset of the Python language (version 3.11)
ii  libpython3.11-stdlib:amd64            3.11.2-6+deb12u2                        amd64        Interactive high-level object-oriented language (standard library, version 3.11)
ii  libqhull-r8.0:amd64                   2020.2-5                                amd64        calculate convex hulls and related structures (reentrant shared library)
ii  libqt5core5a:amd64                    5.15.8+dfsg-11+deb12u2                  amd64        Qt 5 core module
ii  libqt5dbus5:amd64                     5.15.8+dfsg-11+deb12u2                  amd64        Qt 5 D-Bus module
ii  libqt5gui5:amd64                      5.15.8+dfsg-11+deb12u2                  amd64        Qt 5 GUI module
ii  libqt5network5:amd64                  5.15.8+dfsg-11+deb12u2                  amd64        Qt 5 network module
ii  libqt5opengl5:amd64                   5.15.8+dfsg-11+deb12u2                  amd64        Qt 5 OpenGL module
ii  libqt5qml5:amd64                      5.15.8+dfsg-3                           amd64        Qt 5 QML module
ii  libqt5qmlmodels5:amd64                5.15.8+dfsg-3                           amd64        Qt 5 QML Models library
ii  libqt5quick5:amd64                    5.15.8+dfsg-3                           amd64        Qt 5 Quick library
ii  libqt5svg5:amd64                      5.15.8-3                                amd64        Qt 5 SVG module
ii  libqt5test5:amd64                     5.15.8+dfsg-11+deb12u2                  amd64        Qt 5 test module
ii  libqt5waylandclient5:amd64            5.15.8-2                                amd64        QtWayland client library
ii  libqt5waylandcompositor5:amd64        5.15.8-2                                amd64        QtWayland compositor library
ii  libqt5widgets5:amd64                  5.15.8+dfsg-11+deb12u2                  amd64        Qt 5 widgets module
ii  libquadmath0:amd64                    12.2.0-14                               amd64        GCC Quad-Precision Math Library
ii  librabbitmq4:amd64                    0.11.0-1+b1                             amd64        AMQP client library written in C
ii  librados2                             16.2.11+ds-2                            amd64        RADOS distributed object store client library
ii  librav1e0:amd64                       0.5.1-6                                 amd64        Fastest and safest AV1 encoder - shared library
ii  libraw1394-11:amd64                   2.1.2-2                                 amd64        library for direct access to IEEE 1394 bus (aka FireWire)
ii  librbd1                               16.2.11+ds-2                            amd64        RADOS block device client library
ii  librdmacm1:amd64                      44.0-2                                  amd64        Library for managing RDMA connections
ii  libre-engine-re2-perl:amd64           0.17+ds-1                               amd64        RE2 regex engine
ii  libre2-9:amd64                        20220601+dfsg-1+b1                      amd64        efficient, principled regular expression library
ii  libreadline8:amd64                    8.2-1.3                                 amd64        GNU readline and history libraries, run-time libraries
ii  libreadonly-perl                      2.050-3                                 all          facility for creating read-only scalars, arrays and hashes
ii  libredis-perl                         2:2.000-1                               all          persistent key-value database with network interface (Perl client library)
ii  libref-util-perl                      0.204-2                                 all          set of utility functions for checking references
ii  libref-util-xs-perl                   0.117-2+b1                              amd64        XS implementation for Ref::Util
ii  libregexp-common-perl                 2017060201-3                            all          module with common regular expressions
ii  libregexp-ipv6-perl                   0.03-3                                  all          Regular expression for IPv6 addresses
ii  libregexp-pattern-license-perl        3.9.4-3                                 all          regular expressions for legal licenses
ii  libregexp-pattern-perl                0.2.14-2                                all          convention/framework for modules that contain collection of regexes
ii  libregexp-wildcards-perl              1.05-3                                  all          converts wildcard expressions to Perl regular expressions
ii  librist4:amd64                        0.2.7+dfsg-1                            amd64        Reliable Internet Stream Transport -- shared library
ii  librole-tiny-perl                     2.002004-1                              all          Perl module for minimalist role composition
ii  librouter-simple-perl                 0.17-3                                  all          simple HTTP router for web applications
ii  librsvg2-2:amd64                      2.54.7+dfsg-1~deb12u1                   amd64        SAX-based renderer library for SVG files (runtime)
ii  librsvg2-common:amd64                 2.54.7+dfsg-1~deb12u1                   amd64        SAX-based renderer library for SVG files (extra runtime)
ii  librtmp1:amd64                        2.4+20151223.gitfa8646d.1-2+b2          amd64        toolkit for RTMP streams (shared library)
ii  librttopo1:amd64                      1.1.0-3                                 amd64        Tuscany Region topology library
ii  librubberband2:amd64                  3.1.2+dfsg0-1                           amd64        audio time-stretching and pitch-shifting library
ii  libruby:amd64                         1:3.1                                   amd64        Libraries necessary to run Ruby
ii  libruby3.1:amd64                      3.1.2-7+deb12u1                         amd64        Libraries necessary to run Ruby 3.1
ii  libsamplerate0:amd64                  0.2.2-3                                 amd64        Audio sample rate conversion library
ii  libsasl2-2:amd64                      2.1.28+dfsg-10                          amd64        Cyrus SASL - authentication abstraction library
ii  libsasl2-modules:amd64                2.1.28+dfsg-10                          amd64        Cyrus SASL - pluggable authentication modules
ii  libsasl2-modules-db:amd64             2.1.28+dfsg-10                          amd64        Cyrus SASL - pluggable authentication modules (DB)
ii  libsbuild-perl                        0.85.0                                  all          Library for building Debian binary packages from Debian sources
ii  libscope-guard-perl                   0.21-2                                  all          lexically scoped resource management
ii  libsdl2-2.0-0:amd64                   2.26.5+dfsg-1                           amd64        Simple DirectMedia Layer
ii  libseccomp2:amd64                     2.5.4-1+deb12u1                         amd64        high level interface to Linux seccomp filter
ii  libselinux1:amd64                     3.4-1+b6                                amd64        SELinux runtime shared libraries
ii  libsemanage-common                    3.4-1                                   all          Common files for SELinux policy management libraries
ii  libsemanage2:amd64                    3.4-1+b5                                amd64        SELinux policy management library
ii  libsensors-config                     1:3.6.0-7.1                             all          lm-sensors configuration files
ii  libsensors5:amd64                     1:3.6.0-7.1                             amd64        library to read temperature/voltage/fan sensors
ii  libsepol2:amd64                       3.4-2.1                                 amd64        SELinux library for manipulating binary security policies
ii  libserd-0-0:amd64                     0.30.16-1                               amd64        lightweight RDF syntax library
ii  libsereal-decoder-perl                5.003+ds-1                              amd64        fast, compact, powerful binary deserialization module
ii  libsereal-encoder-perl                5.003+ds-1                              amd64        fast, compact, powerful binary serialization module
ii  libserf-1-1:amd64                     1.3.9-11                                amd64        high-performance asynchronous HTTP client library
ii  libset-intspan-perl                   1.19-3                                  all          module to manage sets of integers
ii  libset-object-perl                    1.42-1+b2                               amd64        collection of objects without duplications
ii  libshine3:amd64                       3.1.1-2                                 amd64        Fixed-point MP3 encoding library - runtime files
ii  libshout3:amd64                       2.4.6-1+b1                              amd64        MP3/Ogg Vorbis broadcast streaming library
ii  libsigsegv2:amd64                     2.14-1                                  amd64        Library for handling page faults in a portable way
ii  libslang2:amd64                       2.3.3-3                                 amd64        S-Lang programming library - runtime version
ii  libslirp0:amd64                       4.7.0-1                                 amd64        General purpose TCP-IP emulator library
ii  libsm6:amd64                          2:1.2.3-1                               amd64        X11 Session Management library
ii  libsmartcols1:amd64                   2.38.1-5+deb12u1                        amd64        smart column output alignment library
ii  libsnappy1v5:amd64                    1.1.9-3                                 amd64        fast compression/decompression library
ii  libsndfile1:amd64                     1.2.0-1                                 amd64        Library for reading/writing audio files
ii  libsndio7.0:amd64                     1.9.0-0.3+b2                            amd64        Small audio and MIDI framework from OpenBSD, runtime libraries
ii  libsnmp-base                          5.9.3+dfsg-2                            all          SNMP configuration script, MIBs and documentation
ii  libsnmp40:amd64                       5.9.3+dfsg-2                            amd64        SNMP (Simple Network Management Protocol) library
ii  libsoap-lite-perl                     1.27-3                                  all          Perl implementation of a SOAP client and server
ii  libsocket++1:amd64                    1.12.13+git20131030.5d039ba-1+b1        amd64        lightweight convenience library to handle low level BSD sockets in C++ - libs
ii  libsocket6-perl                       0.29-3                                  amd64        Perl extensions for IPv6
ii  libsodium23:amd64                     1.0.18-1                                amd64        Network communication, cryptography and signaturing library
ii  libsord-0-0:amd64                     0.16.14+git221008-1                     amd64        library for storing RDF data in memory
ii  libsort-naturally-perl                1.03-4                                  all          Sort naturally - sort lexically except for numerical parts
ii  libsort-versions-perl                 1.62-3                                  all          Perl module for sorting of revision (and similar) numbers
ii  libsoup2.4-1:amd64                    2.74.3-1                                amd64        HTTP library implementation in C -- Shared library
ii  libsoup2.4-common                     2.74.3-1                                all          HTTP library implementation in C -- Common files
ii  libsoxr0:amd64                        0.1.3-4                                 amd64        High quality 1D sample-rate conversion library
ii  libspatialite7:amd64                  5.0.1-3                                 amd64        Geospatial extension for SQLite - libraries
ii  libspecio-perl                        0.48-1                                  all          Perl module providing type constraints and coercions
ii  libspeex1:amd64                       1.2.1-2                                 amd64        The Speex codec runtime library
ii  libsphinxbase3:amd64                  0.8+5prealpha+1-16                      amd64        Speech recognition tool - shared library
ii  libspice-server1:amd64                0.15.1-1                                amd64        Implements the server side of the SPICE protocol
ii  libspreadsheet-parseexcel-perl        0.6500-4~deb12u1                        all          Perl module to access information from Excel Spreadsheets
ii  libspreadsheet-writeexcel-perl        2.40-4                                  all          module to create Excel spreadsheets
ii  libsql-abstract-classic-perl          1.91-4                                  all          module to generate SQL from Perl data structures - classic version
ii  libsql-abstract-perl                  2.000001-2                              all          module to generate SQL from Perl data structures
ii  libsql-abstract-pg-perl               1.0-2                                   all          PostgreSQL features for SQL::Abstract
ii  libsql-splitstatement-perl            1.00023-2                               all          Split any SQL code into atomic statements
ii  libsql-tokenizer-perl                 0.24-8                                  all          simple SQL tokenizer
ii  libsql-translator-perl                1.62-3                                  all          SQL translation library
ii  libsqlite3-0:amd64                    3.40.1-2                                amd64        SQLite 3 shared library
ii  libsratom-0-0:amd64                   0.6.14-1                                amd64        library for serialising LV2 atoms to/from Turtle
ii  libsrt1.5-gnutls:amd64                1.5.1-1                                 amd64        Secure Reliable Transport UDP streaming library (GnuTLS flavour)
ii  libss2:amd64                          1.47.0-2                                amd64        command-line interface parsing library
ii  libssh-4:amd64                        0.10.6-0+deb12u1                        amd64        tiny C SSH library (OpenSSL flavor)
ii  libssh-gcrypt-4:amd64                 0.10.6-0+deb12u1                        amd64        tiny C SSH library (gcrypt flavor)
ii  libssh2-1:amd64                       1.10.0-3+b1                             amd64        SSH2 client-side library
ii  libssl3:amd64                         3.0.13-1~deb12u1                        amd64        Secure Sockets Layer toolkit - shared libraries
ii  libstdc++-12-dev:amd64                12.2.0-14                               amd64        GNU Standard C++ Library v3 (development files)
ii  libstdc++6:amd64                      12.2.0-14                               amd64        GNU Standard C++ Library v3
ii  libstream-buffered-perl               0.03-3                                  all          temporary buffer to store strings in a seekable filehandle
ii  libstrictures-perl                    2.000006-1                              all          Perl module to turn on strict and make all warnings fatal
ii  libstring-copyright-perl              0.003014-1                              all          representation of text-based copyright statements
ii  libstring-crc32-perl                  2.100-2                                 amd64        Perl interface for cyclic redundancy check generation
ii  libstring-escape-perl                 2010.002-3                              all          module for manipulating escaped strings
ii  libstring-license-perl                0.0.2-1                                 all          detect source code license statements in a text string
ii  libstring-shellquote-perl             1.04-3                                  all          module to quote strings for passing through the shell
ii  libsub-exporter-perl                  0.989-1                                 all          sophisticated exporter for custom-built routines
ii  libsub-exporter-progressive-perl      0.001013-3                              all          module for using Sub::Exporter only if needed
ii  libsub-identify-perl                  0.14-3                                  amd64        module to retrieve names of code references
ii  libsub-install-perl                   0.929-1                                 all          module for installing subroutines into packages easily
ii  libsub-name-perl:amd64                0.26-2+b1                               amd64        module for assigning a new name to referenced sub
ii  libsub-override-perl                  0.09-4                                  all          Perl module used to temporarily override subroutines
ii  libsub-quote-perl                     2.006008-1                              all          helper modules for subroutines
ii  libsubid4:amd64                       1:4.13+dfsg1-1+b1                       amd64        subordinate id handling library -- shared library
ii  libsuper-perl                         1.20190531-1                            all          control superclass method dispatch
ii  libsuperlu5:amd64                     5.3.0+dfsg1-2+b1                        amd64        Direct solution of large, sparse systems of linear equations
ii  libsvn-perl:amd64                     1.14.2-4+b2                             amd64        Perl bindings for Apache Subversion
ii  libsvn1:amd64                         1.14.2-4+b2                             amd64        Shared libraries used by Apache Subversion
ii  libsvtav1enc1:amd64                   1.4.1+dfsg-1                            amd64        Scalable Video Technology for AV1 (libsvtav1enc shared library)
ii  libswresample4:amd64                  7:5.1.5-0+deb12u1                       amd64        FFmpeg library for audio resampling, rematrixing etc. - runtime files
ii  libswscale6:amd64                     7:5.1.5-0+deb12u1                       amd64        FFmpeg library for image scaling and various conversions - runtime files
ii  libsyntax-keyword-try-perl            0.28-1                                  amd64        try/catch/finally syntax for perl
ii  libsys-cpuaffinity-perl               1.13~03-2+b1                            amd64        module to set CPU affinity for processes
ii  libsys-hostname-long-perl             1.5-3                                   all          module tp determine the long (fully-qualified) hostname
ii  libsystemd-shared:amd64               252.26-1~deb12u2                        amd64        systemd shared private library
ii  libsystemd0:amd64                     252.26-1~deb12u2                        amd64        systemd utility library
ii  libsz2:amd64                          1.0.6-1+b1                              amd64        Adaptive Entropy Coding library - SZIP
ii  libtag1v5:amd64                       1.13-2                                  amd64        audio meta-data library
ii  libtag1v5-vanilla:amd64               1.13-2                                  amd64        audio meta-data library - vanilla flavour
ii  libtask-weaken-perl                   1.06-2                                  all          module for ensuring that a platform has weaken support
ii  libtasn1-6:amd64                      4.19.0-2                                amd64        Manage ASN.1 structures (runtime)
ii  libtbb12:amd64                        2021.8.0-2                              amd64        parallelism library for C++ - runtime files
ii  libtbbbind-2-5:amd64                  2021.8.0-2                              amd64        parallelism library for C++ - runtime files
ii  libtbbmalloc2:amd64                   2021.8.0-2                              amd64        parallelism helper library for C++ - runtime files
ii  libtdb1:amd64                         1.4.8-2                                 amd64        Trivial Database - shared library
ii  libtemplate-perl                      2.27-1+b5                               amd64        "Template Toolkit" template processing system in Perl
ii  libterm-readkey-perl                  2.38-2+b1                               amd64        perl module for simple terminal control
ii  libtesseract5:amd64                   5.3.0-2                                 amd64        Tesseract OCR library
ii  libtest-deep-perl                     1.204-1                                 all          Perl module for extremely flexible deep comparisons
ii  libtest-fatal-perl                    0.017-1                                 all          module for testing code with exceptions
ii  libtest-mockmodule-perl               0.177.0-1                               all          Perl module to override subroutines in a module for unit testing
ii  libtest-output-perl                   1.033-2                                 all          perl module to test stdout and stderr messages
ii  libtest-pod-perl                      1.52-2                                  all          module to test for POD errors
ii  libtest-sharedfork-perl               0.35-3                                  all          module to run tests in multiple processes and merge results
ii  libtest-tcp-perl                      2.22-2                                  all          module to test TCP/IP programs
ii  libtest-warnings-perl                 0.031-2                                 all          Perl module to test for warnings and the lack of them
ii  libtext-autoformat-perl               1.750000-2                              all          module for automatic text wrapping and reformatting
ii  libtext-charwidth-perl:amd64          0.04-11                                 amd64        get display widths of characters on the terminal
ii  libtext-glob-perl                     0.11-3                                  all          Perl module for matching globbing patterns against text
ii  libtext-iconv-perl:amd64              1.7-8                                   amd64        module to convert between character sets in Perl
ii  libtext-levenshteinxs-perl            0.03-5+b1                               amd64        XS implementation of the Levenshtein edit distance
ii  libtext-markdown-discount-perl        0.16-1                                  amd64        Perl interface to Discount, an implementation of Markdown
ii  libtext-markdown-perl                 1.000031-4                              all          module to convert Markdown syntax to (X)HTML
ii  libtext-recordparser-perl             1.6.5-4                                 all          module to parse record-oriented data in a text file
ii  libtext-reform-perl                   1.20-5                                  all          Perl module for manual text wrapping and reformatting
ii  libtext-tabulardisplay-perl           1.38-3                                  all          Perl module to display text as a formatted table
ii  libtext-wrapi18n-perl                 0.06-10                                 all          internationalized substitute of Text::Wrap
ii  libtext-xslate-perl:amd64             3.5.9-1+b2                              amd64        scalable template engine for Perl 5 (C/XS accelerated)
ii  libthai-data                          0.1.29-1                                all          Data files for Thai language support library
ii  libthai0:amd64                        0.1.29-1                                amd64        Thai language support library
ii  libtheora0:amd64                      1.1.1+dfsg.1-16.1+b1                    amd64        Theora Video Compression Codec
ii  libtie-ixhash-perl                    1.23-4                                  all          Perl module to order associative arrays
ii  libtiff6:amd64                        4.5.0-6+deb12u1                         amd64        Tag Image File Format (TIFF) library
ii  libtime-duration-perl                 1.21-2                                  all          module for rounded or exact English expression of durations
ii  libtime-moment-perl                   0.44-2+b1                               amd64        Perl C/XS module representing date and time of day with UTC offset
ii  libtime-parsedate-perl                2015.103-4                              all          collection of Perl modules for time/date manipulation
ii  libtimedate-perl                      2.3300-2                                all          collection of modules to manipulate date/time information
ii  libtinfo5:amd64                       6.4-4                                   amd64        shared low-level terminfo library (legacy version)
ii  libtinfo6:amd64                       6.4-4                                   amd64        shared low-level terminfo library for terminal handling
ii  libtirpc-common                       1.3.3+ds-1                              all          transport-independent RPC library - common files
ii  libtirpc-dev:amd64                    1.3.3+ds-1                              amd64        transport-independent RPC library - development files
ii  libtirpc3:amd64                       1.3.3+ds-1                              amd64        transport-independent RPC library
ii  libtool                               2.4.7-7~deb12u1                         all          Generic library support script
ii  libtry-tiny-perl                      0.31-2                                  all          module providing minimalistic try/catch
ii  libtsan2:amd64                        12.2.0-14                               amd64        ThreadSanitizer -- a Valgrind-based detector of data races (runtime)
ii  libtwolame0:amd64                     0.4.0-2                                 amd64        MPEG Audio Layer 2 encoding library
ii  libtype-tiny-perl                     2.002001-1                              all          tiny, yet Moo(se)-compatible type constraint
ii  libtype-tiny-xs-perl:amd64            0.025-1                                 amd64        boost for some of Type::Tiny's built-in type constraints
ii  libtypes-serialiser-perl              1.01-1                                  all          module providing simple data types for common serialisation formats
ii  libubsan1:amd64                       12.2.0-14                               amd64        UBSan -- undefined behaviour sanitizer (runtime)
ii  libuchardet0:amd64                    0.0.7-1                                 amd64        universal charset detection library - shared library
ii  libudev1:amd64                        252.26-1~deb12u2                        amd64        libudev shared library
ii  libudfread0:amd64                     1.1.2-1                                 amd64        UDF reader library
ii  libunbound8:amd64                     1.17.1-2+deb12u2                        amd64        library implementing DNS resolution and validation
ii  libunicode-map-perl                   0.112-13+b1                             amd64        Perl module for mapping charsets from and to UTF16 Unicode
ii  libunicode-utf8-perl                  0.62-2                                  amd64        encoding and decoding of UTF-8 encoding form
ii  libunistring2:amd64                   1.0-2                                   amd64        Unicode string library for C
ii  libunwind8:amd64                      1.6.2-3                                 amd64        library to determine the call-chain of a program - runtime
ii  liburi-db-perl                        0.20-2                                  all          module to support database URI standard
ii  liburi-nested-perl                    0.10-4                                  all          module for handling nested URIs
ii  liburi-perl                           5.17-1                                  all          module to manipulate and access URI strings
ii  liburing2:amd64                       2.3-3                                   amd64        Linux kernel io_uring access library - shared library
ii  liburiparser1:amd64                   0.9.7+dfsg-2                            amd64        URI parsing library compliant with RFC 3986
ii  libusb-1.0-0:amd64                    2:1.0.26-1                              amd64        userspace USB programming library
ii  libusbredirparser1:amd64              0.13.0-2                                amd64        Parser for the usbredir protocol (runtime)
ii  libutempter0:amd64                    1.2.1-3                                 amd64        privileged helper for utmp/wtmp updates (runtime)
ii  libutf8proc2:amd64                    2.8.0-1                                 amd64        C library for processing UTF-8 Unicode data (shared library)
ii  libuuid1:amd64                        2.38.1-5+deb12u1                        amd64        Universally Unique ID library
ii  libuv1:amd64                          1.44.2-1+deb12u1                        amd64        asynchronous event notification library - runtime library
ii  libv4l-0:amd64                        1.22.1-5+b2                             amd64        Collection of video4linux support libraries
ii  libv4lconvert0:amd64                  1.22.1-5+b2                             amd64        Video4linux frame format conversion library
ii  libva-drm2:amd64                      2.17.0-1                                amd64        Video Acceleration (VA) API for Linux -- DRM runtime
ii  libva-x11-2:amd64                     2.17.0-1                                amd64        Video Acceleration (VA) API for Linux -- X11 runtime
ii  libva2:amd64                          2.17.0-1                                amd64        Video Acceleration (VA) API for Linux -- runtime
ii  libvariable-magic-perl                0.63-1+b1                               amd64        module to associate user-defined magic to variables from Perl
ii  libvde0                               2.3.2+r586-8+b1                         amd64        Virtual Distributed Ethernet - support libraries
ii  libvdeplug2:amd64                     4.0.1-4                                 amd64        Virtual Distributed Ethernet - Plug library
ii  libvdpau-va-gl1:amd64                 0.4.2-1+b1                              amd64        VDPAU driver with OpenGL/VAAPI backend
ii  libvdpau1:amd64                       1.5-2                                   amd64        Video Decode and Presentation API for Unix (libraries)
ii  libvidstab1.1:amd64                   1.1.0-2+b1                              amd64        video stabilization library (shared library)
ii  libvirglrenderer1:amd64               0.10.4-1                                amd64        virtual GPU for KVM virtualization
ii  libvisual-0.4-0:amd64                 0.4.0-19                                amd64        audio visualization framework
ii  libvorbis0a:amd64                     1.3.7-1                                 amd64        decoder library for Vorbis General Audio Compression Codec
ii  libvorbisenc2:amd64                   1.3.7-1                                 amd64        encoder library for Vorbis General Audio Compression Codec
ii  libvorbisfile3:amd64                  1.3.7-1                                 amd64        high-level API for Vorbis General Audio Compression Codec
ii  libvpx7:amd64                         1.12.0-1+deb12u3                        amd64        VP8 and VP9 video codec (shared library)
ii  libvte-2.91-0:amd64                   0.70.6-2~deb12u1                        amd64        Terminal emulator widget for GTK+ 3.0 - runtime files
ii  libvte-2.91-common                    0.70.6-2~deb12u1                        amd64        Terminal emulator widget for GTK+ 3.0 - common files
ii  libvulkan1:amd64                      1.3.239.0-1                             amd64        Vulkan loader library
ii  libwacom-common                       2.6.0-1                                 all          Wacom model feature query library (common files)
ii  libwacom9:amd64                       2.6.0-1                                 amd64        Wacom model feature query library
ii  libwant-perl                          0.29-2+b1                               amd64        generalisation of wantarray
ii  libwavpack1:amd64                     5.6.0-1                                 amd64        audio codec (lossy and lossless) - library
ii  libwayland-client0:amd64              1.21.0-1                                amd64        wayland compositor infrastructure - client library
ii  libwayland-cursor0:amd64              1.21.0-1                                amd64        wayland compositor infrastructure - cursor library
ii  libwayland-egl1:amd64                 1.21.0-1                                amd64        wayland compositor infrastructure - EGL library
ii  libwayland-server0:amd64              1.21.0-1                                amd64        wayland compositor infrastructure - server library
ii  libwebinject-perl                     1.94-2                                  all          Perl Module for testing web services
ii  libwebp7:amd64                        1.2.4-0.2+deb12u1                       amd64        Lossy compression of digital photographic images
ii  libwebpmux3:amd64                     1.2.4-0.2+deb12u1                       amd64        Lossy compression of digital photographic images
ii  libwrap0:amd64                        7.6.q-32                                amd64        Wietse Venema's TCP wrappers library
ii  libwww-form-urlencoded-perl           0.26-2                                  all          parser and builder for application/x-www-form-urlencoded format
ii  libwww-form-urlencoded-xs-perl:amd64  0.28-1+b1                               amd64        XS implementation of application/x-www-form-urlencoded parser/builder
ii  libwww-mechanize-perl                 2.16-1                                  all          module to automate interaction with websites
ii  libwww-perl                           6.68-1                                  all          simple and consistent interface to the world-wide web
ii  libwww-robotrules-perl                6.02-1                                  all          database of robots.txt-derived permissions
ii  libwww-shorten-perl                   3.094-2                                 all          interface to URL shortening sites
ii  libx11-6:amd64                        2:1.8.4-2+deb12u2                       amd64        X11 client-side library
ii  libx11-data                           2:1.8.4-2+deb12u2                       all          X11 client-side library
ii  libx11-xcb1:amd64                     2:1.8.4-2+deb12u2                       amd64        Xlib/XCB interface library
ii  libx264-164:amd64                     2:0.164.3095+gitbaee400-3               amd64        x264 video coding library
ii  libx265-199:amd64                     3.5-2+b1                                amd64        H.265/HEVC video stream encoder (shared library)
ii  libx86emu3:amd64                      3.5-1                                   amd64        x86 emulation library
ii  libxau6:amd64                         1:1.0.9-1                               amd64        X11 authorisation library
ii  libxaw7:amd64                         2:1.0.14-1                              amd64        X11 Athena Widget library
ii  libxcb-dri2-0:amd64                   1.15-1                                  amd64        X C Binding, dri2 extension
ii  libxcb-dri3-0:amd64                   1.15-1                                  amd64        X C Binding, dri3 extension
ii  libxcb-glx0:amd64                     1.15-1                                  amd64        X C Binding, glx extension
ii  libxcb-icccm4:amd64                   0.4.1-1.1                               amd64        utility libraries for X C Binding -- icccm
ii  libxcb-image0:amd64                   0.4.0-2                                 amd64        utility libraries for X C Binding -- image
ii  libxcb-keysyms1:amd64                 0.4.0-1+b2                              amd64        utility libraries for X C Binding -- keysyms
ii  libxcb-present0:amd64                 1.15-1                                  amd64        X C Binding, present extension
ii  libxcb-randr0:amd64                   1.15-1                                  amd64        X C Binding, randr extension
ii  libxcb-render-util0:amd64             0.3.9-1+b1                              amd64        utility libraries for X C Binding -- render-util
ii  libxcb-render0:amd64                  1.15-1                                  amd64        X C Binding, render extension
ii  libxcb-shape0:amd64                   1.15-1                                  amd64        X C Binding, shape extension
ii  libxcb-shm0:amd64                     1.15-1                                  amd64        X C Binding, shm extension
ii  libxcb-sync1:amd64                    1.15-1                                  amd64        X C Binding, sync extension
ii  libxcb-util1:amd64                    0.4.0-1+b1                              amd64        utility libraries for X C Binding -- atom, aux and event
ii  libxcb-xfixes0:amd64                  1.15-1                                  amd64        X C Binding, xfixes extension
ii  libxcb-xinerama0:amd64                1.15-1                                  amd64        X C Binding, xinerama extension
ii  libxcb-xinput0:amd64                  1.15-1                                  amd64        X C Binding, xinput extension
ii  libxcb-xkb1:amd64                     1.15-1                                  amd64        X C Binding, XKEYBOARD extension
ii  libxcb1:amd64                         1.15-1                                  amd64        X C Binding
ii  libxcomposite1:amd64                  1:0.4.5-1                               amd64        X11 Composite extension library
ii  libxcursor1:amd64                     1:1.2.1-1                               amd64        X cursor management library
ii  libxdamage1:amd64                     1:1.1.6-1                               amd64        X11 damaged region extension library
ii  libxdelta2:amd64                      1.1.3-10.4                              amd64        Xdelta runtime library
ii  libxdmcp6:amd64                       1:1.1.2-3                               amd64        X11 Display Manager Control Protocol library
ii  libxdp1:amd64                         1.3.1-1                                 amd64        library and utilities for use with XDP - shared library
ii  libxerces-c3.2:amd64                  3.2.4+debian-1                          amd64        validating XML parser library for C++
ii  libxext6:amd64                        2:1.3.4-1+b1                            amd64        X11 miscellaneous extension library
ii  libxfixes3:amd64                      1:6.0.0-2                               amd64        X11 miscellaneous 'fixes' extension library
ii  libxfont2:amd64                       1:2.0.6-1                               amd64        X11 font rasterisation library
ii  libxi6:amd64                          2:1.8-1+b1                              amd64        X11 Input extension library
ii  libxinerama1:amd64                    2:1.1.4-3                               amd64        X11 Xinerama extension library
ii  libxkbcommon-x11-0:amd64              1.5.0-1                                 amd64        library to create keymaps with the XKB X11 protocol
ii  libxkbcommon0:amd64                   1.5.0-1                                 amd64        library interface to the XKB compiler - shared library
ii  libxkbfile1:amd64                     1:1.1.0-1                               amd64        X11 keyboard file manipulation library
ii  libxml-libxml-perl                    2.0207+dfsg+really+2.0134-1+b1          amd64        Perl interface to the libxml2 library
ii  libxml-namespacesupport-perl          1.12-2                                  all          Perl module for supporting simple generic namespaces
ii  libxml-parser-perl                    2.46-4                                  amd64        Perl module for parsing XML files
ii  libxml-sax-base-perl                  1.09-3                                  all          base class for SAX drivers and filters
ii  libxml-sax-expat-perl                 0.51-2                                  all          Perl module for a SAX2 driver for Expat (XML::Parser)
ii  libxml-sax-perl                       1.02+dfsg-3                             all          Perl module for using and building Perl SAX2 XML processors
ii  libxml-simple-perl                    2.25-2                                  all          Perl module for reading and writing XML
ii  libxml-twig-perl                      1:3.52-2                                all          Perl module for processing huge XML documents in tree mode
ii  libxml-writer-perl                    0.900-2                                 all          Perl module for writing XML documents
ii  libxml-xpath-perl                     1.48-1                                  all          Perl module for processing XPath
ii  libxml-xpathengine-perl               0.14-2                                  all          re-usable XPath engine for DOM-like trees
ii  libxml2:amd64                         2.9.14+dfsg-1.3~deb12u1                 amd64        GNOME XML library
ii  libxmlrpc-lite-perl                   0.717-5                                 all          client and server implementation of the XML-RPC protocol
ii  libxmu6:amd64                         2:1.1.3-3                               amd64        X11 miscellaneous utility library
ii  libxmuu1:amd64                        2:1.1.3-3                               amd64        X11 miscellaneous micro-utility library
ii  libxnvctrl0:amd64                     525.85.05-3~deb12u1                     amd64        NV-CONTROL X extension (runtime library)
ii  libxpm4:amd64                         1:3.5.12-1.1+deb12u1                    amd64        X11 pixmap library
ii  libxrandr2:amd64                      2:1.5.2-2+b1                            amd64        X11 RandR extension library
ii  libxrender1:amd64                     1:0.9.10-1.1                            amd64        X Rendering Extension client library
ii  libxs-parse-keyword-perl              0.33-1                                  amd64        XS functions to assist in parsing keyword syntax
ii  libxs-parse-sublike-perl:amd64        0.16-1+b2                               amd64        XS functions to assist in parsing sub-like syntax
ii  libxshmfence1:amd64                   1.3-1                                   amd64        X shared memory fences - shared library
ii  libxslt1.1:amd64                      1.1.35-1                                amd64        XSLT 1.0 processing library - runtime library
ii  libxss1:amd64                         1:1.2.3-1                               amd64        X11 Screen Saver extension library
ii  libxstring-perl:amd64                 0.005-2+b1                              amd64        module containing isolated string helpers from B
ii  libxt6:amd64                          1:1.2.1-1.1                             amd64        X11 toolkit intrinsics library
ii  libxtables12:amd64                    1.8.9-2                                 amd64        netfilter xtables library
ii  libxtst6:amd64                        2:1.2.3-1.1                             amd64        X11 Testing -- Record extension library
ii  libxv1:amd64                          2:1.0.11-1.1                            amd64        X11 Video extension library
ii  libxvidcore4:amd64                    2:1.3.7-1                               amd64        Open source MPEG-4 video codec (library)
ii  libxxf86vm1:amd64                     1:1.1.4-1+b2                            amd64        X11 XFree86 video mode extension library
ii  libxxhash0:amd64                      0.8.1-1                                 amd64        shared library for xxhash
ii  libyaml-0-2:amd64                     0.2.5-1                                 amd64        Fast YAML 1.1 parser and emitter library
ii  libyaml-libyaml-perl                  0.86+ds-1                               amd64        Perl interface to libyaml, a YAML implementation
ii  libyaml-perl                          1.30-2                                  all          YAML Ain't Markup Language
ii  libyaml-pp-perl                       0.035-1                                 all          pure-perl YAML framework
ii  libyuv0:amd64                         0.0~git20230123.b2528b0-1               amd64        Library for YUV scaling (shared library)
ii  libz3-4:amd64                         4.8.12-3.1                              amd64        theorem prover from Microsoft Research - runtime libraries
ii  libzimg2:amd64                        3.0.4+ds1-1                             amd64        scaling, colorspace, depth conversion library (shared library)
ii  libzmq5:amd64                         4.3.4-6                                 amd64        lightweight messaging kernel (shared library)
ii  libzstd1:amd64                        1.5.4+dfsg2-5                           amd64        fast lossless compression algorithm
ii  libzvbi-common                        0.2.41-1                                all          Vertical Blanking Interval decoder (VBI) - common files
ii  libzvbi0:amd64                        0.2.41-1                                amd64        Vertical Blanking Interval decoder (VBI) - runtime files
ii  licensecheck                          3.3.5-1                                 all          simple license checker for source files
ii  lintian                               2.116.3                                 all          Debian package checker
ii  linux-base                            4.9                                     all          Linux image base package
rc  linux-image-6.1.0-11-amd64            6.1.38-4                                amd64        Linux 6.1 for 64-bit PCs (signed)
rc  linux-image-6.1.0-12-amd64            6.1.52-1                                amd64        Linux 6.1 for 64-bit PCs (signed)
rc  linux-image-6.1.0-13-amd64            6.1.55-1                                amd64        Linux 6.1 for 64-bit PCs (signed)
rc  linux-image-6.1.0-14-amd64            6.1.64-1                                amd64        Linux 6.1 for 64-bit PCs (signed)
rc  linux-image-6.1.0-15-amd64            6.1.66-1                                amd64        Linux 6.1 for 64-bit PCs (signed)
rc  linux-image-6.1.0-16-amd64            6.1.67-1                                amd64        Linux 6.1 for 64-bit PCs (signed)
rc  linux-image-6.1.0-17-amd64            6.1.69-1                                amd64        Linux 6.1 for 64-bit PCs (signed)
rc  linux-image-6.1.0-18-amd64            6.1.76-1                                amd64        Linux 6.1 for 64-bit PCs (signed)
rc  linux-image-6.1.0-20-amd64            6.1.85-1                                amd64        Linux 6.1 for 64-bit PCs (signed)
rc  linux-image-6.1.0-21-amd64            6.1.90-1                                amd64        Linux 6.1 for 64-bit PCs (signed)
ii  linux-image-6.1.0-22-amd64            6.1.94-1                                amd64        Linux 6.1 for 64-bit PCs (signed)
ii  linux-image-6.1.0-23-amd64            6.1.99-1                                amd64        Linux 6.1 for 64-bit PCs (signed)
ii  linux-image-amd64                     6.1.99-1                                amd64        Linux for 64-bit PCs (meta-package)
ii  linux-libc-dev:amd64                  6.1.99-1                                amd64        Linux support headers for userspace development
ii  liquidprompt                          2.1.2-1                                 all          adaptative prompt for bash & zsh
ii  live-boot-doc                         1:20230131                              all          Live System Boot Components (documentation)
ii  live-build                            1:20230502                              all          Live System Build Components
ii  live-config-doc                       11.0.3+nmu1                             all          Live System Configuration Components (documentation)
ii  live-manual-html                      2:20151217.2                            all          Live Systems Documentation (html)
ii  locales                               2.36-9+deb12u7                          all          GNU C Library: National Language (locale) data [support]
ii  locales-all                           2.36-9+deb12u7                          amd64        GNU C Library: Precompiled locale data
ii  login                                 1:4.13+dfsg1-1+b1                       amd64        system login tools
ii  logrotate                             3.21.0-1                                amd64        Log rotation utility
ii  logsave                               1.47.0-2                                amd64        save the output of a command in a log file
ii  lsb-release                           12.0-1                                  all          Linux Standard Base version reporting utility (minimal implementation)
ii  lsof                                  4.95.0-1                                amd64        utility to list open files
ii  lvm2                                  2.03.16-2                               amd64        Linux Logical Volume Manager
ii  lynx                                  2.9.0dev.12-1                           amd64        classic non-graphical (text-mode) web browser
ii  lynx-common                           2.9.0dev.12-1                           all          shared files for lynx package
ii  lz4                                   1.9.4-1                                 amd64        Fast LZ compression algorithm library - tool
ii  lzip                                  1.23-5                                  amd64        lossless data compressor based on the LZMA algorithm
ii  lzop                                  1.04-2                                  amd64        fast compression program
ii  m4                                    1.4.19-3                                amd64        macro processing language
ii  mailcap                               3.70+nmu1                               all          Debian's mailcap system, and support programs
ii  make                                  4.3-4.1                                 amd64        utility for directing compilation
ii  man-db                                2.11.2-2                                amd64        tools for reading manual pages
ii  manpages                              6.03-2                                  all          Manual pages about using a GNU/Linux system
ii  manpages-dev                          6.03-2                                  all          Manual pages about using GNU/Linux for development
ii  mariadb-common                        1:10.11.6-0+deb12u1                     all          MariaDB common configuration files
ii  mawk                                  1.3.4.20200120-3.1                      amd64        Pattern scanning and text processing language
ii  media-types                           10.0.0                                  all          List of standard media types and their usual file extension
ii  megacli                               8.07.14-3+Debian.11.bullseye            amd64        LSI Logic MegaRAID SAS MegaCLI
ii  mesa-va-drivers:amd64                 22.3.6-1+deb12u1                        amd64        Mesa VA-API video acceleration drivers
ii  mesa-vdpau-drivers:amd64              22.3.6-1+deb12u1                        amd64        Mesa VDPAU video acceleration drivers
ii  mesa-vulkan-drivers:amd64             22.3.6-1+deb12u1                        amd64        Mesa Vulkan graphics drivers
ii  mime-support                          3.66                                    all          transitional package
ii  mmdebstrap                            1.3.5-7                                 all          create a Debian chroot
ii  molly-guard                           0.7.2                                   all          protects machines from accidental shutdowns/reboots
ii  monitoring-plugins-basic              2.3.3-5+deb12u2                         amd64        Plugins for nagios compatible monitoring systems (basic)
ii  monitoring-plugins-common             2.3.3-5+deb12u2                         amd64        Common files for plugins for nagios compatible monitoring
ii  monitoring-plugins-contrib            42.20230308+deb12u1+b1                  amd64        Plugins for nagios compatible monitoring systems
ii  moreutils                             0.67-1                                  amd64        additional Unix utilities
ii  mosh                                  1.4.0-1+b1                              amd64        Mobile shell that supports roaming and intelligent local echo
ii  mount                                 2.38.1-5+deb12u1                        amd64        tools for mounting and manipulating filesystems
ii  mtr                                   0.95-1                                  amd64        Full screen ncurses and X11 traceroute tool
ii  munin-common                          2.0.73-1                                all          network-wide graphing framework (common)
ii  munin-node                            2.0.73-1                                all          network-wide graphing framework (node)
ii  munin-plugins-core                    2.0.73-1                                all          network-wide graphing framework (plugins for node)
ii  munin-plugins-extra                   2.0.73-1                                all          network-wide graphing framework (user contributed plugins for node)
ii  mysql-common                          5.8+1.1.0                               all          MySQL database common files, e.g. /etc/mysql/my.cnf
ii  nano                                  7.2-1+deb12u1                           amd64        small, friendly text editor inspired by Pico
ii  ncurses-base                          6.4-4                                   all          basic terminal type definitions
ii  ncurses-bin                           6.4-4                                   amd64        terminal-related programs and man pages
ii  ncurses-term                          6.4-4                                   all          additional terminal type definitions
ii  needrestart                           3.6-4+deb12u1                           all          check which daemons need to be restarted after library upgrades
ii  netbase                               6.4                                     all          Basic TCP/IP networking system
ii  netcat-traditional                    1.10-47                                 amd64        TCP/IP swiss army knife
ii  nfs-common                            1:2.6.2-4                               amd64        NFS support files common to client and server
ii  nftables                              1.0.6-2+deb12u2                         amd64        Program to control packet filtering rules by Netfilter project
ii  node-jquery                           3.6.1+dfsg+~3.5.14-1                    all          NodeJS wrapper for jQuery
ii  ntp                                   1:4.2.8p15+dfsg-2~1.2.2+dfsg1-1+deb12u1 all          Network Time Protocol daemon/utilities (transitional package)
ii  ntpdate                               1:4.2.8p15+dfsg-2~1.2.2+dfsg1-1+deb12u1 all          Network Time Protocol client (transitional package)
ii  ntpsec                                1.2.2+dfsg1-1+deb12u1                   amd64        Network Time Protocol daemon and utility programs
ii  ntpsec-ntpdate                        1.2.2+dfsg1-1+deb12u1                   amd64        client for setting system time from NTP servers
ii  ntpsec-ntpdig                         1.2.2+dfsg1-1+deb12u1                   amd64        ntpdig SNTP client
ii  ocl-icd-libopencl1:amd64              2.3.1-1                                 amd64        Generic OpenCL ICD Loader
ii  openapi-specification                 3.1.0-1                                 all          community-driven open specification within the OpenAPI Initiative
ii  openqa-client                         4.6.1712926289.b0d689b52-2~bpo12+1      all          automatic Operating System testing framework (utilities)
ii  openqa-common                         4.6.1712926289.b0d689b52-2~bpo12+1      all          automatic Operating System testing framework (common files)
ii  openqa-worker                         4.6.1712926289.b0d689b52-2~bpo12+1      all          automatic Operating System testing framework (worker)
ii  openssh-client                        1:9.2p1-2+deb12u3                       amd64        secure shell (SSH) client, for secure access to remote machines
ii  openssh-server                        1:9.2p1-2+deb12u3                       amd64        secure shell (SSH) server, for secure access from remote machines
ii  openssh-sftp-server                   1:9.2p1-2+deb12u3                       amd64        secure shell (SSH) sftp server module, for SFTP access from remote machines
ii  openssl                               3.0.13-1~deb12u1                        amd64        Secure Sockets Layer toolkit - cryptographic utility
ii  openvswitch-common                    3.1.0-2+deb12u1                         amd64        Open vSwitch common components
ii  openvswitch-switch                    3.1.0-2+deb12u1                         amd64        Open vSwitch switch implementations
ii  optipng                               0.7.7-2+b1                              amd64        advanced PNG (Portable Network Graphics) optimizer
ii  os-autoinst                           4.6.1699947509.970d0609-5~bpo12+1       amd64        automated testing of Operating Systems
ii  os-prober                             1.81                                    amd64        utility to detect other OSes on a set of drives
ii  ovmf                                  2022.11-6+deb12u1                       all          UEFI firmware for 64-bit x86 virtual machines
ii  passwd                                1:4.13+dfsg1-1+b1                       amd64        change and administer password and group data
ii  patch                                 2.7.6-7                                 amd64        Apply a diff file to an original
ii  patchutils                            0.4.2-1                                 amd64        Utilities to work with patches
ii  pbuilder                              0.231                                   all          personal package builder for Debian packages
ii  pbzip2                                1.1.13-1                                amd64        parallel bzip2 implementation
ii  pci.ids                               0.0~2023.04.11-1                        all          PCI ID Repository
ii  pciutils                              1:3.9.0-4                               amd64        PCI utilities
ii  perl                                  5.36.0-7+deb12u1                        amd64        Larry Wall's Practical Extraction and Report Language
ii  perl-base                             5.36.0-7+deb12u1                        amd64        minimal Perl system
ii  perl-doc                              5.36.0-7+deb12u1                        all          Perl documentation
ii  perl-modules-5.36                     5.36.0-7+deb12u1                        all          Core Perl modules
ii  perl-openssl-defaults:amd64           7+b1                                    amd64        version compatibility baseline for Perl OpenSSL packages
ii  pigz                                  2.6-1                                   amd64        Parallel Implementation of GZip
ii  pinentry-curses                       1.2.1-1                                 amd64        curses-based PIN or pass-phrase entry dialog for GnuPG
ii  pixz                                  1.0.7-2                                 amd64        parallel, indexing XZ compressor/decompressor
ii  po-debconf                            1.0.21+nmu1                             all          tool for managing templates file translations with gettext
ii  pocketsphinx-en-us                    0.8+5prealpha+1-15                      all          Speech recognition tool - US English language model
ii  poppler-data                          0.4.12-1                                all          encoding data for the poppler PDF rendering library
ii  postfix                               3.7.11-0+deb12u1                        amd64        High-performance mail transport agent
ii  pristine-tar                          1.50                                    amd64        regenerate pristine tarballs
ii  procmail                              3.22-27                                 amd64        Versatile e-mail processor
ii  procps                                2:4.0.2-3                               amd64        /proc file system utilities
ii  proj-bin                              9.1.1-1+b1                              amd64        Cartographic projection library (tools)
ii  proj-data                             9.1.1-1                                 all          Cartographic projection filter and library (datum package)
ii  psmisc                                23.6-1                                  amd64        utilities that use the proc file system
ii  publicsuffix                          20230209.2326-1                         all          accurate, machine-readable list of domain name suffixes
ii  python-apt-common                     2.6.0                                   all          Python interface to libapt-pkg (locales)
ii  python3                               3.11.2-1+b1                             amd64        interactive high-level object-oriented language (default python3 version)
ii  python3-apt                           2.6.0                                   amd64        Python 3 interface to libapt-pkg
ii  python3-bson                          3.11.0-1+deb12u1                        amd64        Python3 implementation of BSON for MongoDB
ii  python3-bson-ext                      3.11.0-1+deb12u1                        amd64        C-coded extension to the python3-bson package
ii  python3-certifi                       2022.9.24-1                             all          root certificates for validating SSL certs and verifying TLS hosts (python3)
ii  python3-chardet                       5.1.0+dfsg-2                            all          Universal Character Encoding Detector (Python3)
ii  python3-charset-normalizer            3.0.1-2                                 all          charset, encoding and language detection (Python 3)
ii  python3-debconf                       1.5.82                                  all          interact with debconf from Python 3
ii  python3-debian                        0.1.49                                  all          Python 3 modules to work with Debian-related data formats
ii  python3-debianbts                     4.0.1                                   all          Python interface to Debian's Bug Tracking System
ii  python3-gi                            3.42.2-3+b1                             amd64        Python 3 bindings for gobject-introspection libraries
ii  python3-gpg                           1.18.0-3+b1                             amd64        Python interface to the GPGME GnuPG encryption library (Python 3)
ii  python3-gridfs                        3.11.0-1+deb12u1                        all          Python3 implementation of GridFS for MongoDB
ii  python3-httplib2                      0.20.4-3                                all          comprehensive HTTP client library written for Python3
ii  python3-idna                          3.3-1+deb12u1                           all          Python IDNA2008 (RFC 5891) handling (Python 3)
ii  python3-magic                         2:0.4.26-3                              all          python3 interface to the libmagic file type identification library
ii  python3-minimal                       3.11.2-1+b1                             amd64        minimal subset of the Python language (default python3 version)
ii  python3-netifaces:amd64               0.11.0-2+b1                             amd64        portable network interface information - Python 3.x
ii  python3-ntp                           1.2.2+dfsg1-1+deb12u1                   amd64        Python 3 NTP Helper Classes
ii  python3-openvswitch                   3.1.0-2+deb12u1                         amd64        Python 3 bindings for Open vSwitch
ii  python3-pkg-resources                 66.1.1-1                                all          Package Discovery and Resource Access using pkg_resources
ii  python3-psycopg2                      2.9.5-1+b1                              amd64        Python 3 module for PostgreSQL
ii  python3-pycurl                        7.45.2-3                                amd64        Python bindings to libcurl (Python 3)
ii  python3-pyinotify                     0.9.6-2                                 all          simple Linux inotify Python bindings
ii  python3-pymongo                       3.11.0-1+deb12u1                        amd64        Python3 interface to the MongoDB document-oriented database
ii  python3-pymongo-ext                   3.11.0-1+deb12u1                        amd64        C-coded extension to the python3-pymongo package
ii  python3-pyparsing                     3.0.9-1                                 all          alternative to creating and executing simple grammars - Python 3.x
ii  python3-pysimplesoap                  1.16.2-5                                all          simple and lightweight SOAP Library (Python 3)
ii  python3-reportbug                     12.0.0                                  all          Python modules for interacting with bug tracking systems
ii  python3-requests                      2.28.1+dfsg-1                           all          elegant and simple HTTP library for Python3, built for human beings
ii  python3-six                           1.16.0-4                                all          Python 2 and 3 compatibility library
ii  python3-sortedcontainers              2.4.0-2                                 all          sorted container types: SortedList, SortedDict, and SortedSet (Python 3)
ii  python3-systemd                       235-1+b2                                amd64        Python 3 bindings for systemd
ii  python3-unidiff                       0.7.3-1                                 all          Unified diff Python parsing/metadata extraction library (Python 3)
ii  python3-urllib3                       1.26.12-1                               all          HTTP library with thread-safe connection pooling for Python3
ii  python3-xdg                           0.28-2                                  all          Python 3 library to access freedesktop.org standards
ii  python3-yaml                          6.0-3+b2                                amd64        YAML parser and emitter for Python3
ii  python3.11                            3.11.2-6+deb12u2                        amd64        Interactive high-level object-oriented language (version 3.11)
ii  python3.11-minimal                    3.11.2-6+deb12u2                        amd64        Minimal subset of the Python language (version 3.11)
ii  qemu-block-extra                      1:7.2+dfsg-7+deb12u6                    amd64        extra block backend modules for qemu-system and qemu-utils
ii  qemu-system-common                    1:7.2+dfsg-7+deb12u6                    amd64        QEMU full system emulation binaries (common files)
ii  qemu-system-data                      1:7.2+dfsg-7+deb12u6                    all          QEMU full system emulation (data files)
ii  qemu-system-gui                       1:7.2+dfsg-7+deb12u6                    amd64        QEMU full system emulation binaries (user interface and audio support)
ii  qemu-system-x86                       1:7.2+dfsg-7+deb12u6                    amd64        QEMU full system emulation binaries (x86)
ii  qemu-utils                            1:7.2+dfsg-7+deb12u6                    amd64        QEMU utilities
ii  qt5-gtk-platformtheme:amd64           5.15.8+dfsg-11+deb12u2                  amd64        Qt 5 GTK+ 3 platform theme
ii  qttranslations5-l10n                  5.15.8-2                                all          translations for Qt 5
ii  qtwayland5:amd64                      5.15.8-2                                amd64        QtWayland platform plugin
ii  rake                                  13.0.6-3                                all          ruby make-like utility
ii  readline-common                       8.2-1.3                                 all          GNU readline and history libraries, common files
ii  reportbug                             12.0.0                                  all          reports bugs in the Debian distribution
ii  ripgrep                               13.0.0-4+b2                             amd64        Recursively searches directories for a regex pattern
ii  rpcbind                               1.2.6-6+b1                              amd64        converts RPC program numbers into universal addresses
ii  rpcsvc-proto                          1.4.3-1                                 amd64        RPC protocol compiler and definitions
ii  rsync                                 3.2.7-1                                 amd64        fast, versatile, remote (and local) file-copying tool
rc  rsyslog                               8.2302.0-1                              amd64        reliable system and kernel logging daemon
ii  ruby                                  1:3.1                                   amd64        Interpreter of object-oriented scripting language Ruby (default version)
ii  ruby-net-telnet                       0.2.0-1                                 all          telnet client library
ii  ruby-rubygems                         3.3.15-2                                all          Package management framework for Ruby
ii  ruby-sdbm:amd64                       1.0.0-5+b1                              amd64        simple file-based key-value store with String keys and values
ii  ruby-webrick                          1.8.1-1                                 all          HTTP server toolkit in Ruby
ii  ruby-xmlrpc                           0.3.2-2                                 all          XMLRPC library for Ruby
ii  ruby3.1                               3.1.2-7+deb12u1                         amd64        Interpreter of object-oriented scripting language Ruby
ii  rubygems-integration                  1.18                                    all          integration of Debian Ruby packages with Rubygems
ii  runc                                  1.1.5+ds1-1+deb12u1                     amd64        Open Container Project - runtime
ii  runit-helper                          2.15.2                                  all          dh-runit implementation detail
ii  sbuild                                0.85.0                                  all          Tool for building Debian binary packages from Debian sources
ii  schroot                               1.6.13-3+b2                             amd64        Execute commands in a chroot environment
ii  schroot-common                        1.6.13-3                                all          common files for schroot
ii  screen                                4.9.0-4                                 amd64        terminal multiplexer with VT100/ANSI terminal emulation
ii  seabios                               1.16.2-1                                all          Legacy BIOS implementation
ii  sed                                   4.9-1                                   amd64        GNU stream editor for filtering/transforming text
ii  sensible-utils                        0.0.17+nmu1                             all          Utilities for sensible alternative selection
ii  sgml-base                             1.31                                    all          SGML infrastructure and SGML catalog file support
ii  shared-mime-info                      2.2-1                                   amd64        FreeDesktop.org shared MIME database and spec
ii  slay                                  3.0.2                                   all          Kills all of the user's processes
ii  snmp                                  5.9.3+dfsg-2                            amd64        SNMP (Simple Network Management Protocol) applications
ii  speedtest-cli                         2.1.3-2                                 all          Command line interface for testing internet bandwidth using speedtest.net
ii  squid                                 5.7-2+deb12u1                           amd64        Full featured Web Proxy cache (HTTP proxy GnuTLS flavour)
ii  squid-common                          5.7-2+deb12u1                           all          Full featured Web Proxy cache (HTTP proxy) - common files
ii  squid-langpack                        20220130-1                              all          Localized error pages for Squid
ii  ssl-cert                              1.1.2                                   all          simple debconf wrapper for OpenSSL
ii  strace                                6.1-0.1                                 amd64        System call tracer
ii  subversion                            1.14.2-4+b2                             amd64        Advanced version control system
ii  subversion-tools                      1.14.2-4+b2                             amd64        Assorted tools related to Apache Subversion
ii  sudo                                  1.9.13p3-1+deb12u1                      amd64        Provide limited super user privileges to specific users
ii  svn2cl                                0.14-3                                  all          Generate a GNU-style ChangeLog from Subversion repository history
ii  systemd                               252.26-1~deb12u2                        amd64        system and service manager
ii  systemd-container                     252.26-1~deb12u2                        amd64        systemd container/nspawn tools
ii  systemd-sysv                          252.26-1~deb12u2                        amd64        system and service manager - SysV compatibility symlinks
ii  sysvinit-utils                        3.06-4                                  amd64        System-V-like utilities
ii  t1utils                               1.41-4                                  amd64        Collection of simple Type 1 font manipulation programs
ii  tar                                   1.34+dfsg-1.2+deb12u1                   amd64        GNU version of the tar archiving utility
ii  task-english                          3.73                                    all          General English environment
ii  task-ssh-server                       3.73                                    all          SSH server
ii  tasksel                               3.73                                    all          tool for selecting tasks for installation on Debian systems
ii  tasksel-data                          3.73                                    all          official tasks used for installation of Debian systems
ii  tcpdump                               4.99.3-1                                amd64        command-line network traffic analyzer
ii  tesseract-ocr                         5.3.0-2                                 amd64        Tesseract command line OCR tool
ii  tesseract-ocr-afr                     1:4.1.0-2                               all          tesseract-ocr language files for Afrikaans
ii  tesseract-ocr-all                     5.3.0-2                                 all          Tesseract OCR with all language and script packages
ii  tesseract-ocr-amh                     1:4.1.0-2                               all          tesseract-ocr language files for Amharic
ii  tesseract-ocr-ara                     1:4.1.0-2                               all          tesseract-ocr language files for Arabic
ii  tesseract-ocr-asm                     1:4.1.0-2                               all          tesseract-ocr language files for Assamese
ii  tesseract-ocr-aze                     1:4.1.0-2                               all          tesseract-ocr language files for Azerbaijani
ii  tesseract-ocr-aze-cyrl                1:4.1.0-2                               all          tesseract-ocr language files for Azerbaijani (Cyrillic)
ii  tesseract-ocr-bel                     1:4.1.0-2                               all          tesseract-ocr language files for Belarusian
ii  tesseract-ocr-ben                     1:4.1.0-2                               all          tesseract-ocr language files for Bengali
ii  tesseract-ocr-bod                     1:4.1.0-2                               all          tesseract-ocr language files for Tibetan Standard
ii  tesseract-ocr-bos                     1:4.1.0-2                               all          tesseract-ocr language files for Bosnian
ii  tesseract-ocr-bre                     1:4.1.0-2                               all          tesseract-ocr language files for Breton
ii  tesseract-ocr-bul                     1:4.1.0-2                               all          tesseract-ocr language files for Bulgarian
ii  tesseract-ocr-cat                     1:4.1.0-2                               all          tesseract-ocr language files for Catalan
ii  tesseract-ocr-ceb                     1:4.1.0-2                               all          tesseract-ocr language files for Cebuano
ii  tesseract-ocr-ces                     1:4.1.0-2                               all          tesseract-ocr language files for Czech
ii  tesseract-ocr-chi-sim                 1:4.1.0-2                               all          tesseract-ocr language files for Chinese - Simplified
ii  tesseract-ocr-chi-sim-vert            1:4.1.0-2                               all          tesseract-ocr language files for Chinese - Simplified (vertical)
ii  tesseract-ocr-chi-tra                 1:4.1.0-2                               all          tesseract-ocr language files for Chinese - Traditional
ii  tesseract-ocr-chi-tra-vert            1:4.1.0-2                               all          tesseract-ocr language files for Chinese - Traditional (vertical)
ii  tesseract-ocr-chr                     1:4.1.0-2                               all          tesseract-ocr language files for Cherokee
ii  tesseract-ocr-cos                     1:4.1.0-2                               all          tesseract-ocr language files for Corsican
ii  tesseract-ocr-cym                     1:4.1.0-2                               all          tesseract-ocr language files for Welsh
ii  tesseract-ocr-dan                     1:4.1.0-2                               all          tesseract-ocr language files for Danish
ii  tesseract-ocr-deu                     1:4.1.0-2                               all          tesseract-ocr language files for German
ii  tesseract-ocr-div                     1:4.1.0-2                               all          tesseract-ocr language files for Divehi
ii  tesseract-ocr-dzo                     1:4.1.0-2                               all          tesseract-ocr language files for Dzongkha
ii  tesseract-ocr-ell                     1:4.1.0-2                               all          tesseract-ocr language files for Greek
ii  tesseract-ocr-eng                     1:4.1.0-2                               all          tesseract-ocr language files for English
ii  tesseract-ocr-enm                     1:4.1.0-2                               all          tesseract-ocr language files for English, Middle (1100-1500)
ii  tesseract-ocr-epo                     1:4.1.0-2                               all          tesseract-ocr language files for Esperanto
ii  tesseract-ocr-est                     1:4.1.0-2                               all          tesseract-ocr language files for Estonian
ii  tesseract-ocr-eus                     1:4.1.0-2                               all          tesseract-ocr language files for Basque
ii  tesseract-ocr-fao                     1:4.1.0-2                               all          tesseract-ocr language files for Faroese
ii  tesseract-ocr-fas                     1:4.1.0-2                               all          tesseract-ocr language files for Persian
ii  tesseract-ocr-fil                     1:4.1.0-2                               all          tesseract-ocr language files for Filipino
ii  tesseract-ocr-fin                     1:4.1.0-2                               all          tesseract-ocr language files for Finnish
ii  tesseract-ocr-fra                     1:4.1.0-2                               all          tesseract-ocr language files for French
ii  tesseract-ocr-frk                     1:4.1.0-2                               all          tesseract-ocr language files for German (Fraktur)
ii  tesseract-ocr-frm                     1:4.1.0-2                               all          tesseract-ocr language files for French, Middle (ca.1400-1600)
ii  tesseract-ocr-fry                     1:4.1.0-2                               all          tesseract-ocr language files for Frisian (Western)
ii  tesseract-ocr-gla                     1:4.1.0-2                               all          tesseract-ocr language files for Gaelic (Scots)
ii  tesseract-ocr-gle                     1:4.1.0-2                               all          tesseract-ocr language files for Irish
ii  tesseract-ocr-glg                     1:4.1.0-2                               all          tesseract-ocr language files for Galician
ii  tesseract-ocr-grc                     1:4.1.0-2                               all          tesseract-ocr language files for Greek, Ancient (to 1453)
ii  tesseract-ocr-guj                     1:4.1.0-2                               all          tesseract-ocr language files for Gujarati
ii  tesseract-ocr-hat                     1:4.1.0-2                               all          tesseract-ocr language files for Haitian
ii  tesseract-ocr-heb                     1:4.1.0-2                               all          tesseract-ocr language files for Hebrew
ii  tesseract-ocr-hin                     1:4.1.0-2                               all          tesseract-ocr language files for Hindi
ii  tesseract-ocr-hrv                     1:4.1.0-2                               all          tesseract-ocr language files for Croatian
ii  tesseract-ocr-hun                     1:4.1.0-2                               all          tesseract-ocr language files for Hungarian
ii  tesseract-ocr-hye                     1:4.1.0-2                               all          tesseract-ocr language files for Armenian
ii  tesseract-ocr-iku                     1:4.1.0-2                               all          tesseract-ocr language files for Inuktitut
ii  tesseract-ocr-ind                     1:4.1.0-2                               all          tesseract-ocr language files for Indonesian
ii  tesseract-ocr-isl                     1:4.1.0-2                               all          tesseract-ocr language files for Icelandic
ii  tesseract-ocr-ita                     1:4.1.0-2                               all          tesseract-ocr language files for Italian
ii  tesseract-ocr-ita-old                 1:4.1.0-2                               all          tesseract-ocr language files for Italian - Old
ii  tesseract-ocr-jav                     1:4.1.0-2                               all          tesseract-ocr language files for Javanese
ii  tesseract-ocr-jpn                     1:4.1.0-2                               all          tesseract-ocr language files for Japanese
ii  tesseract-ocr-jpn-vert                1:4.1.0-2                               all          tesseract-ocr language files for Japanese (vertical)
ii  tesseract-ocr-kan                     1:4.1.0-2                               all          tesseract-ocr language files for Kannada
ii  tesseract-ocr-kat                     1:4.1.0-2                               all          tesseract-ocr language files for Georgian
ii  tesseract-ocr-kat-old                 1:4.1.0-2                               all          tesseract-ocr language files for Old Georgian
ii  tesseract-ocr-kaz                     1:4.1.0-2                               all          tesseract-ocr language files for Kazakh
ii  tesseract-ocr-khm                     1:4.1.0-2                               all          tesseract-ocr language files for Khmer
ii  tesseract-ocr-kir                     1:4.1.0-2                               all          tesseract-ocr language files for Kyrgyz
ii  tesseract-ocr-kmr                     1:4.1.0-2                               all          tesseract-ocr language files for Kurmanji (Latin)
ii  tesseract-ocr-kor                     1:4.1.0-2                               all          tesseract-ocr language files for Korean
ii  tesseract-ocr-kor-vert                1:4.1.0-2                               all          tesseract-ocr language files for Korean (vertical)
ii  tesseract-ocr-lao                     1:4.1.0-2                               all          tesseract-ocr language files for Lao
ii  tesseract-ocr-lat                     1:4.1.0-2                               all          tesseract-ocr language files for Latin
ii  tesseract-ocr-lav                     1:4.1.0-2                               all          tesseract-ocr language files for Latvian
ii  tesseract-ocr-lit                     1:4.1.0-2                               all          tesseract-ocr language files for Lithuanian
ii  tesseract-ocr-ltz                     1:4.1.0-2                               all          tesseract-ocr language files for Luxembourgish
ii  tesseract-ocr-mal                     1:4.1.0-2                               all          tesseract-ocr language files for Malayalam
ii  tesseract-ocr-mar                     1:4.1.0-2                               all          tesseract-ocr language files for Marathi
ii  tesseract-ocr-mkd                     1:4.1.0-2                               all          tesseract-ocr language files for Macedonian
ii  tesseract-ocr-mlt                     1:4.1.0-2                               all          tesseract-ocr language files for Maltese
ii  tesseract-ocr-mon                     1:4.1.0-2                               all          tesseract-ocr language files for Mongolian
ii  tesseract-ocr-mri                     1:4.1.0-2                               all          tesseract-ocr language files for Maori
ii  tesseract-ocr-msa                     1:4.1.0-2                               all          tesseract-ocr language files for Malay
ii  tesseract-ocr-mya                     1:4.1.0-2                               all          tesseract-ocr language files for Burmese
ii  tesseract-ocr-nep                     1:4.1.0-2                               all          tesseract-ocr language files for Nepali
ii  tesseract-ocr-nld                     1:4.1.0-2                               all          tesseract-ocr language files for Dutch
ii  tesseract-ocr-nor                     1:4.1.0-2                               all          tesseract-ocr language files for Norwegian
ii  tesseract-ocr-oci                     1:4.1.0-2                               all          tesseract-ocr language files for Occitan (post 1500)
ii  tesseract-ocr-ori                     1:4.1.0-2                               all          tesseract-ocr language files for Oriya
ii  tesseract-ocr-osd                     1:4.1.0-2                               all          tesseract-ocr language files for script and orientation
ii  tesseract-ocr-pan                     1:4.1.0-2                               all          tesseract-ocr language files for Punjabi
ii  tesseract-ocr-pol                     1:4.1.0-2                               all          tesseract-ocr language files for Polish
ii  tesseract-ocr-por                     1:4.1.0-2                               all          tesseract-ocr language files for Portuguese
ii  tesseract-ocr-pus                     1:4.1.0-2                               all          tesseract-ocr language files for Pashto
ii  tesseract-ocr-que                     1:4.1.0-2                               all          tesseract-ocr language files for Quechua
ii  tesseract-ocr-ron                     1:4.1.0-2                               all          tesseract-ocr language files for Romanian
ii  tesseract-ocr-rus                     1:4.1.0-2                               all          tesseract-ocr language files for Russian
ii  tesseract-ocr-san                     1:4.1.0-2                               all          tesseract-ocr language files for Sanskrit
ii  tesseract-ocr-script-arab             1:4.1.0-2                               all          tesseract-ocr data for Arabic script
ii  tesseract-ocr-script-armn             1:4.1.0-2                               all          tesseract-ocr data for Armenian script
ii  tesseract-ocr-script-beng             1:4.1.0-2                               all          tesseract-ocr data for Bengali script
ii  tesseract-ocr-script-cans             1:4.1.0-2                               all          tesseract-ocr data for Canadian Aboriginal script
ii  tesseract-ocr-script-cher             1:4.1.0-2                               all          tesseract-ocr data for Cherokee script
ii  tesseract-ocr-script-cyrl             1:4.1.0-2                               all          tesseract-ocr data for Cyrillic script
ii  tesseract-ocr-script-deva             1:4.1.0-2                               all          tesseract-ocr data for Devanagari script
ii  tesseract-ocr-script-ethi             1:4.1.0-2                               all          tesseract-ocr data for Ethiopic script
ii  tesseract-ocr-script-frak             1:4.1.0-2                               all          tesseract-ocr data for Fraktur script
ii  tesseract-ocr-script-geor             1:4.1.0-2                               all          tesseract-ocr data for Georgian script
ii  tesseract-ocr-script-grek             1:4.1.0-2                               all          tesseract-ocr data for Greek script
ii  tesseract-ocr-script-gujr             1:4.1.0-2                               all          tesseract-ocr data for Gujarati script
ii  tesseract-ocr-script-guru             1:4.1.0-2                               all          tesseract-ocr data for Gurmukhi script
ii  tesseract-ocr-script-hang             1:4.1.0-2                               all          tesseract-ocr data for Hangul script
ii  tesseract-ocr-script-hang-vert        1:4.1.0-2                               all          tesseract-ocr data for Hangul (vertical) script
ii  tesseract-ocr-script-hans             1:4.1.0-2                               all          tesseract-ocr data for Han - Simplified script
ii  tesseract-ocr-script-hans-vert        1:4.1.0-2                               all          tesseract-ocr data for Han - Simplified (vertical) script
ii  tesseract-ocr-script-hant             1:4.1.0-2                               all          tesseract-ocr data for Han - Traditional script
ii  tesseract-ocr-script-hant-vert        1:4.1.0-2                               all          tesseract-ocr data for Han - Traditional (vertical) script
ii  tesseract-ocr-script-hebr             1:4.1.0-2                               all          tesseract-ocr data for Hebrew script
ii  tesseract-ocr-script-jpan             1:4.1.0-2                               all          tesseract-ocr data for Japanese script
ii  tesseract-ocr-script-jpan-vert        1:4.1.0-2                               all          tesseract-ocr data for Japanese (vertical) script
ii  tesseract-ocr-script-khmr             1:4.1.0-2                               all          tesseract-ocr data for Khmer script
ii  tesseract-ocr-script-knda             1:4.1.0-2                               all          tesseract-ocr data for Kannada script
ii  tesseract-ocr-script-laoo             1:4.1.0-2                               all          tesseract-ocr data for Lao script
ii  tesseract-ocr-script-latn             1:4.1.0-2                               all          tesseract-ocr data for Latin script
ii  tesseract-ocr-script-mlym             1:4.1.0-2                               all          tesseract-ocr data for Malayalam script
ii  tesseract-ocr-script-mymr             1:4.1.0-2                               all          tesseract-ocr data for Myanmar script
ii  tesseract-ocr-script-orya             1:4.1.0-2                               all          tesseract-ocr data for Oriya (Odia) script
ii  tesseract-ocr-script-sinh             1:4.1.0-2                               all          tesseract-ocr data for Sinhala script
ii  tesseract-ocr-script-syrc             1:4.1.0-2                               all          tesseract-ocr data for Syriac script
ii  tesseract-ocr-script-taml             1:4.1.0-2                               all          tesseract-ocr data for Tamil script
ii  tesseract-ocr-script-telu             1:4.1.0-2                               all          tesseract-ocr data for Telugu script
ii  tesseract-ocr-script-thaa             1:4.1.0-2                               all          tesseract-ocr data for Thaana script
ii  tesseract-ocr-script-thai             1:4.1.0-2                               all          tesseract-ocr data for Thai script
ii  tesseract-ocr-script-tibt             1:4.1.0-2                               all          tesseract-ocr data for Tibetan script
ii  tesseract-ocr-script-viet             1:4.1.0-2                               all          tesseract-ocr data for Vietnamese script
ii  tesseract-ocr-sin                     1:4.1.0-2                               all          tesseract-ocr language files for Sinhala
ii  tesseract-ocr-slk                     1:4.1.0-2                               all          tesseract-ocr language files for Slovakian
ii  tesseract-ocr-slv                     1:4.1.0-2                               all          tesseract-ocr language files for Slovenian
ii  tesseract-ocr-snd                     1:4.1.0-2                               all          tesseract-ocr language files for Sindhi
ii  tesseract-ocr-spa                     1:4.1.0-2                               all          tesseract-ocr language files for Spanish
ii  tesseract-ocr-spa-old                 1:4.1.0-2                               all          tesseract-ocr language files for Spanish, Castilian - Old
ii  tesseract-ocr-sqi                     1:4.1.0-2                               all          tesseract-ocr language files for Albanian
ii  tesseract-ocr-srp                     1:4.1.0-2                               all          tesseract-ocr language files for Serbian
ii  tesseract-ocr-srp-latn                1:4.1.0-2                               all          tesseract-ocr language files for Serbian (Latin)
ii  tesseract-ocr-sun                     1:4.1.0-2                               all          tesseract-ocr language files for Sundanese
ii  tesseract-ocr-swa                     1:4.1.0-2                               all          tesseract-ocr language files for Swahili
ii  tesseract-ocr-swe                     1:4.1.0-2                               all          tesseract-ocr language files for Swedish
ii  tesseract-ocr-syr                     1:4.1.0-2                               all          tesseract-ocr language files for Syriac
ii  tesseract-ocr-tam                     1:4.1.0-2                               all          tesseract-ocr language files for Tamil
ii  tesseract-ocr-tat                     1:4.1.0-2                               all          tesseract-ocr language files for Tatar
ii  tesseract-ocr-tel                     1:4.1.0-2                               all          tesseract-ocr language files for Telugu
ii  tesseract-ocr-tgk                     1:4.1.0-2                               all          tesseract-ocr language files for Tajik
ii  tesseract-ocr-tha                     1:4.1.0-2                               all          tesseract-ocr language files for Thai
ii  tesseract-ocr-tir                     1:4.1.0-2                               all          tesseract-ocr language files for Tigrinya
ii  tesseract-ocr-ton                     1:4.1.0-2                               all          tesseract-ocr language files for Tonga
ii  tesseract-ocr-tur                     1:4.1.0-2                               all          tesseract-ocr language files for Turkish
ii  tesseract-ocr-uig                     1:4.1.0-2                               all          tesseract-ocr language files for Uyghur
ii  tesseract-ocr-ukr                     1:4.1.0-2                               all          tesseract-ocr language files for Ukrainian
ii  tesseract-ocr-urd                     1:4.1.0-2                               all          tesseract-ocr language files for Urdu
ii  tesseract-ocr-uzb                     1:4.1.0-2                               all          tesseract-ocr language files for Uzbek
ii  tesseract-ocr-uzb-cyrl                1:4.1.0-2                               all          tesseract-ocr language files for Uzbek (Cyrillic)
ii  tesseract-ocr-vie                     1:4.1.0-2                               all          tesseract-ocr language files for Vietnamese
ii  tesseract-ocr-yid                     1:4.1.0-2                               all          tesseract-ocr language files for Yiddish
ii  tesseract-ocr-yor                     1:4.1.0-2                               all          tesseract-ocr language files for Yoruba
ii  tigervnc-common                       1.12.0+dfsg-8                           amd64        Virtual network computing; Common software needed by servers
ii  tigervnc-standalone-server            1.12.0+dfsg-8                           amd64        Standalone virtual network computing server
ii  tigervnc-tools                        1.12.0+dfsg-8                           amd64        Virtual network computing; Tools for both clients and servers
ii  tini                                  0.19.0-1                                amd64        tiny but valid init for containers
ii  tmux                                  3.3a-3                                  amd64        terminal multiplexer
ii  traceroute                            1:2.1.2-1                               amd64        Traces the route taken by packets over an IPv4/IPv6 network
ii  tzdata                                2024a-0+deb12u1                         all          time zone and daylight-saving time data
ii  ucf                                   3.0043+nmu1                             all          Update Configuration File(s): preserve user changes to config files
ii  udev                                  252.26-1~deb12u2                        amd64        /dev/ and hotplug management daemon
ii  ufw                                   0.36.2-1                                all          program for managing a Netfilter firewall
ii  uidmap                                1:4.13+dfsg1-1+b1                       amd64        programs to help use subuids
ii  unixodbc-common                       2.3.11-2+deb12u1                        all          Common ODBC configuration files
ii  unzip                                 6.0-28                                  amd64        De-archiver for .zip files
ii  usbutils                              1:014-1+deb12u1                         amd64        Linux USB utilities
ii  usrmerge                              37~deb12u1                              all          Convert the system to the merged /usr directories scheme
ii  util-linux                            2.38.1-5+deb12u1                        amd64        miscellaneous system utilities
ii  util-linux-extra                      2.38.1-5+deb12u1                        amd64        interactive login tools
ii  util-linux-locales                    2.38.1-5+deb12u1                        all          locales files for util-linux
ii  uuid-runtime                          2.38.1-5+deb12u1                        amd64        runtime components for the Universally Unique ID library
ii  va-driver-all:amd64                   2.17.0-1                                amd64        Video Acceleration (VA) API -- driver metapackage
ii  vde-switch                            2.3.2+r586-8+b1                         amd64        Virtual Distributed Ethernet. Virtual Switch command.
ii  vde-wirefilter                        2.3.2+r586-8+b1                         amd64        Virtual Distributed Ethernet. wirefilter command.
ii  vde2                                  2.3.2+r586-8+b1                         amd64        Virtual Distributed Ethernet
ii  vdeplug                               4.0.1-4                                 amd64        Virtual Distributed Ethernet: A modular virtual plug to the VDE
ii  vdpau-driver-all:amd64                1.5-2                                   amd64        Video Decode and Presentation API for Unix (driver metapackage)
ii  vim                                   2:9.0.1378-2                            amd64        Vi IMproved - enhanced vi editor
ii  vim-common                            2:9.0.1378-2                            all          Vi IMproved - Common files
ii  vim-runtime                           2:9.0.1378-2                            all          Vi IMproved - Runtime files
ii  vim-tiny                              2:9.0.1378-2                            amd64        Vi IMproved - enhanced vi editor - compact version
ii  wamerican                             2020.12.07-2                            all          American English dictionary words for /usr/share/dict
ii  wdiff                                 1.2.2-5                                 amd64        Compares two files word by word
ii  wget                                  1.21.3-1+b2                             amd64        retrieves files from the web
ii  whiptail                              0.52.23-1+b1                            amd64        Displays user-friendly dialog boxes from shell scripts
ii  whois                                 5.5.17                                  amd64        intelligent WHOIS client
ii  x11-common                            1:7.7+23                                all          X Window System (X.Org) infrastructure
ii  x11-xkb-utils                         7.7+7                                   amd64        X11 XKB utilities
ii  x11-xserver-utils                     7.7+9+b1                                amd64        X server utilities
ii  xauth                                 1:1.1.2-1                               amd64        X authentication utility
ii  xdelta                                1.1.3-10.4                              amd64        A diff utility which works with binary files
ii  xdelta3                               3.0.11-dfsg-1.2                         amd64        Diff utility which works with binary files
ii  xdg-user-dirs                         0.18-1                                  amd64        tool to manage well known user directories
ii  xfonts-base                           1:1.0.5+nmu1                            all          standard fonts for X
ii  xfonts-encodings                      1:1.0.4-2.2                             all          Encodings for X.Org fonts
ii  xfonts-utils                          1:7.7+6                                 amd64        X Window System font utility programs
ii  xkb-data                              2.35.1-1                                all          X Keyboard Extension (XKB) configuration data
ii  xsel                                  1.2.0+git9bfc13d.20180109-4             amd64        command-line tool to access X clipboard and selection buffers
ii  xsltproc                              1.1.35-1                                amd64        XSLT 1.0 command line processor
ii  xxd                                   2:9.0.1378-2                            amd64        tool to make (or reverse) a hex dump
ii  xz-utils                              5.4.1-0.2                               amd64        XZ-format compression utilities
ii  zip                                   3.0-13                                  amd64        Archiver for .zip files
ii  zlib1g:amd64                          1:1.2.13.dfsg-1                         amd64        compression library - runtime
ii  zsh                                   5.9-4+b5                                amd64        shell with lots of features
ii  zsh-common                            5.9-4                                   all          architecture independent files for Zsh
ii  zstd                                  1.5.4+dfsg2-5                           amd64        fast lossless compression algorithm -- CLI tool
Filesystem                               Size  Used Avail Use% Mounted on
udev                                      63G     0   63G   0% /dev
tmpfs                                     13G  3.4M   13G   1% /run
/dev/mapper/lvm-root                     252G   52G  190G  22% /
tmpfs                                     63G   12K   63G   1% /dev/shm
tmpfs                                    5.0M     0  5.0M   0% /run/lock
/dev/mapper/lvm-srv_workspace            492G   12G  455G   3% /srv/workspace
tmpfs                                     50G   80K   50G   1% /tmp
/dev/mapper/lvm-docker                   503G  4.9G  473G   2% /var/lib/docker
/dev/mapper/lvm-openqa                   196G   73G  114G  39% /var/lib/openqa
/dev/sda2                                463M   91M  344M  21% /boot
openqa.debian.net:/var/lib/openqa/share  984G  557G  382G  60% /var/lib/openqa/share
tmpfs                                     13G     0   13G   0% /run/user/1002
tmpfs                                     13G     0   13G   0% /run/user/108
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=65935668k,nr_inodes=16483917,mode=755,inode64)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=13197836k,mode=755,inode64)
/dev/mapper/lvm-root on / type ext4 (rw,relatime,errors=remount-ro)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=31,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=26779)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
ramfs on /run/credentials/systemd-sysusers.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
ramfs on /run/credentials/systemd-sysctl.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
ramfs on /run/credentials/systemd-tmpfiles-setup-dev.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
/dev/mapper/lvm-srv_workspace on /srv/workspace type ext4 (rw,relatime)
tmpfs on /tmp type tmpfs (rw,relatime,size=52428800k,inode64)
/dev/mapper/lvm-docker on /var/lib/docker type ext4 (rw,relatime)
/dev/mapper/lvm-openqa on /var/lib/openqa type ext4 (rw,relatime)
/dev/sda2 on /boot type ext4 (rw,relatime)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
ramfs on /run/credentials/systemd-tmpfiles-setup.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
openqa.debian.net:/var/lib/openqa/share on /var/lib/openqa/share type nfs (ro,relatime,vers=3,rsize=1048576,wsize=1048576,namlen=255,soft,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=140.211.166.83,mountvers=3,mountport=57199,mountproto=udp,fsc,local_lock=none,addr=140.211.166.83)
devpts-live on /srv/workspace/live-build/lxqt-sid.wUct2xDl/chroot/dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000,x-gvfs-hide)
proc-live on /srv/workspace/live-build/lxqt-sid.wUct2xDl/chroot/proc type proc (rw,relatime,x-gvfs-hide)
sysfs-live on /srv/workspace/live-build/lxqt-sid.wUct2xDl/chroot/sys type sysfs (rw,relatime,x-gvfs-hide)
devpts-live on /srv/workspace/live-build/xfce-sid.9p3NwglS/chroot/dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000,x-gvfs-hide)
proc-live on /srv/workspace/live-build/xfce-sid.9p3NwglS/chroot/proc type proc (rw,relatime,x-gvfs-hide)
sysfs-live on /srv/workspace/live-build/xfce-sid.9p3NwglS/chroot/sys type sysfs (rw,relatime,x-gvfs-hide)
devpts-live on /srv/workspace/live-build/lxde-sid.rEH6fDHO/chroot/dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000,x-gvfs-hide)
proc-live on /srv/workspace/live-build/lxde-sid.rEH6fDHO/chroot/proc type proc (rw,relatime,x-gvfs-hide)
sysfs-live on /srv/workspace/live-build/lxde-sid.rEH6fDHO/chroot/sys type sysfs (rw,relatime,x-gvfs-hide)
tmpfs on /run/user/1002 type tmpfs (rw,nosuid,nodev,relatime,size=13197832k,nr_inodes=3299458,mode=700,uid=1002,gid=1002,inode64)
devpts-live on /srv/workspace/live-build/lxde-sid.xYOVnzdw/chroot/dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000,x-gvfs-hide)
proc-live on /srv/workspace/live-build/lxde-sid.xYOVnzdw/chroot/proc type proc (rw,relatime,x-gvfs-hide)
sysfs-live on /srv/workspace/live-build/lxde-sid.xYOVnzdw/chroot/sys type sysfs (rw,relatime,x-gvfs-hide)
tmpfs on /run/user/108 type tmpfs (rw,nosuid,nodev,relatime,size=13197832k,nr_inodes=3299458,mode=700,uid=108,gid=116,inode64)
devpts-live on /srv/workspace/live-build/lxqt-sid.1NHfrpMK/chroot/dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000,x-gvfs-hide)
proc-live on /srv/workspace/live-build/lxqt-sid.1NHfrpMK/chroot/proc type proc (rw,relatime,x-gvfs-hide)
sysfs-live on /srv/workspace/live-build/lxqt-sid.1NHfrpMK/chroot/sys type sysfs (rw,relatime,x-gvfs-hide)
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host noprefixroute 
       valid_lft forever preferred_lft forever
3: eno2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 04:7d:7b:3a:be:05 brd ff:ff:ff:ff:ff:ff
    altname enp2s0f1
    inet 140.211.9.211/24 brd 140.211.9.255 scope global eno2
       valid_lft forever preferred_lft forever
    inet6 2605:bc80:3010:104::8cd3:9d3/64 scope global 
       valid_lft forever preferred_lft forever
    inet6 fe80::67d:7bff:fe3a:be05/64 scope link 
       valid_lft forever preferred_lft forever
4: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default 
    link/ether 02:42:7b:2d:61:c1 brd ff:ff:ff:ff:ff:ff
    inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
       valid_lft forever preferred_lft forever
16
Linux osuosl3-amd64 6.1.0-23-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.99-1 (2024-07-15) x86_64 GNU/Linux
+ df -h
+ mount
+ ip addr
+ nproc
+ uname -a
+ git -C mmdebstrap.git restore make_mirror.sh
+ sudo mmdebstrap --variant=apt --mode=root --include=apt-cudf,arch-test,aspcud,binfmt-support,black,curl,debian-archive-keyring,debootstrap,diffoscope,dpkg-dev,fakechroot,fakeroot,gpg,grep-dctrl,libcap2-bin,libguestfs-tools,libperl-critic-perl,linux-image-amd64,mmdebstrap,mount,openssh-client,perl-doc,perltidy,python3,python3-apt,qemu-system-x86,qemu-user,qemu-user-static,sleepenh,squashfs-tools-ng,sudo,time,uidmap,python3-debian,ovmf,shellcheck,debvm,dosfstools --customize-hook=chroot "$1" mknod /dev/kvm c 10 232 --customize-hook=chroot "$1" chown root:kvm /dev/kvm --customize-hook=for f in mmdebstrap.sh mmdebstrap.git/make_mirror.sh mmdebstrap.git/run_qemu.sh mmdebstrap.git/coverage.sh mmdebstrap.git/coverage.py mmdebstrap.git/coverage.txt mmdebstrap.git/tests mmdebstrap.git/hooks mmdebstrap.git/run_null.sh mmdebstrap.git/gpgvnoexpkeysig mmdebstrap.git/caching_proxy.py mmdebstrap.git/mmdebstrap-autopkgtest-build-qemu mmdebstrap.git/.perltidyrc; do cp -a "$f" "$1"; done --customize-hook=chroot "$1" sh mmdebstrap.sh unstable -
I: chroot architecture amd64 is equal to the host's architecture
I: finding correct signed-by value...
I: automatically chosen format: null
I: using /tmp/mmdebstrap.SKugpv3xQP as tempdir
I: running apt-get update...
I: downloading packages with apt...
I: extracting archives...
I: installing essential packages...
I: installing remaining packages inside the chroot...
I: running --customize-hook in shell: sh -c 'chroot "$1" mknod /dev/kvm c 10 232' exec /tmp/mmdebstrap.SKugpv3xQP
I: running --customize-hook in shell: sh -c 'chroot "$1" chown root:kvm /dev/kvm' exec /tmp/mmdebstrap.SKugpv3xQP
I: running --customize-hook in shell: sh -c 'for f in mmdebstrap.sh mmdebstrap.git/make_mirror.sh mmdebstrap.git/run_qemu.sh mmdebstrap.git/coverage.sh mmdebstrap.git/coverage.py mmdebstrap.git/coverage.txt mmdebstrap.git/tests mmdebstrap.git/hooks mmdebstrap.git/run_null.sh mmdebstrap.git/gpgvnoexpkeysig mmdebstrap.git/caching_proxy.py mmdebstrap.git/mmdebstrap-autopkgtest-build-qemu mmdebstrap.git/.perltidyrc; do cp -a "$f" "$1"; done' exec /tmp/mmdebstrap.SKugpv3xQP
I: running --customize-hook in shell: sh -c 'chroot "$1" sh mmdebstrap.sh' exec /tmp/mmdebstrap.SKugpv3xQP
+ export DEFAULT_DIST=unstable
+ export RUN_MA_SAME_TESTS=no
+ export HAVE_UNSHARE=yes
+ export HAVE_QEMU=yes
+ export HAVE_PROOT=no
+ export HAVE_BINFMT=yes
+ export http_proxy=http://127.0.0.1:3128
+ pkill --full --exact python3 ./caching_proxy.py ./shared/cache.[AB] ./shared/cache.[AB]
+ :
+ DISK_SIZE=10G CMD=mmdebstrap ./make_mirror.sh
starting caching proxy for shared/cache.A

proxy download: http://deb.debian.org/debian/dists/unstable/InRelease
proxy cached: http://deb.debian.org/debian/dists/unstable/InRelease
creating mirror for oldstable
contents of /etc/apt/sources.list:
deb [arch=amd64] http://deb.debian.org/debian oldstable main

proxy download: http://deb.debian.org/debian/dists/oldstable/InRelease
Get:1 http://deb.debian.org/debian oldstable InRelease [116 kB]

proxy download: http://deb.debian.org/debian/dists/oldstable/main/binary-amd64/by-hash/SHA256/86d4b153049aafdbf34def877cba528789ce697951a4c97ebab2ee21c9090b6d
Get:2 http://deb.debian.org/debian oldstable/main amd64 Packages [8067 kB]
Fetched 8182 kB in 10s (831 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
The following additional packages will be installed:
  binutils binutils-common binutils-x86-64-linux-gnu bsdextrautils cpp cpp-10
  distro-info-data dmsetup dpkg-dev g++ g++-10 gcc gcc-10 gpgconf libacl1
  libapparmor1 libapt-pkg6.0 libargon2-1 libasan6 libassuan0 libatomic1
  libattr1 libaudit-common libaudit1 libbinutils libblkid1 libbpf0 libbrotli1
  libbsd0 libbz2-1.0 libc-dev-bin libc6 libc6-dev libcap-ng0 libcap2
  libcap2-bin libcbor0 libcc1-0 libcom-err2 libcrypt-dev libcrypt1
  libcryptsetup12 libctf-nobfd0 libctf0 libcurl3-gnutls libdb5.3 libdbus-1-3
  libdebconfclient0 libdevmapper1.02.1 libdns-export1110 libdpkg-perl
  libeatmydata1 libedit2 libelf1 libestr0 libexpat1 libext2fs2 libfakechroot
  libfakeroot libfastjson4 libfdisk1 libffi7 libfido2-1 libfstrm0
  libgcc-10-dev libgcc-s1 libgcrypt20 libgdbm-compat4 libgdbm6 libgmp10
  libgnutls30 libgomp1 libgpg-error0 libgssapi-krb5-2 libhogweed6 libicu67
  libidn2-0 libip4tc2 libisc-export1105 libisl23 libitm1 libjansson4
  libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0
  libldap-2.4-2 liblmdb0 liblocale-gettext-perl liblognorm5 liblsan0 liblz4-1
  liblzma5 libmagic-mgc libmagic1 libmaxminddb0 libmd0 libmnl0 libmount1
  libmpc3 libmpdec3 libmpfr6 libncurses6 libncursesw6 libnettle8 libnewt0.52
  libnftables1 libnftnl11 libnghttp2-14 libnsl-dev libnsl2 libp11-kit0
  libpam0g libpci3 libpcre2-8-0 libpcre3 libperl5.32 libpipeline1 libpopt0
  libprocps8 libprotobuf-c1 libpsl5 libpython3-stdlib libpython3.9-minimal
  libpython3.9-stdlib libquadmath0 librtmp1 libsasl2-2 libsasl2-modules-db
  libseccomp2 libselinux1 libsemanage-common libsemanage1 libsepol1 libslang2
  libsmartcols1 libsqlite3-0 libss2 libssh2-1 libssl1.1 libstdc++-10-dev
  libstdc++6 libsystemd0 libtasn1-6 libtext-charwidth-perl libtext-iconv-perl
  libtext-wrapi18n-perl libtinfo6 libtirpc-common libtirpc-dev libtirpc3
  libtsan0 libubsan1 libuchardet0 libudev1 libunistring2 libuuid1 libuv1
  libxml2 libxtables12 libxxhash0 libzstd1 linux-libc-dev logsave lsb-base
  mailcap make openssl patch pci.ids python-apt-common python3 python3-apt
  python3-certifi python3-chardet python3-debconf python3-debian
  python3-debianbts python3-httplib2 python3-idna python3-minimal
  python3-pkg-resources python3-pycurl python3-pysimplesoap python3-requests
  python3-six python3-urllib3 python3.9 python3.9-minimal tasksel xxd zlib1g
Suggested packages:
  apt-doc aptitude | synaptic | wajig gnupg | gnupg2 | gnupg1 powermgmt-base
  default-mta | mail-transport-agent python3-gi www-browser
  x-terminal-emulator bash-doc binutils-doc bzip2-doc libarchive-dev cpp-doc
  gcc-10-locales anacron checksecurity default-dbus-session-bus
  | dbus-session-bus debconf-doc debconf-utils libterm-readline-gnu-perl
  libgtk3-perl libnet-ldap-perl debconf-kde-helper pdf-viewer diffutils-doc
  wdiff postscript-viewer debsig-verify debian-keyring gpart parted fuse2fs
  e2fsck-static mlocate | locate g++-multilib g++-10-multilib gcc-10-doc
  gcc-multilib manpages-dev autoconf automake libtool flex bison gdb gcc-doc
  gcc-10-multilib gnupg groff ppp rdnssd iproute2-doc resolvconf avahi-autoipd
  isc-dhcp-client-ddns glibc-doc git bzr rng-tools gdbm-l10n gnutls-bin
  krb5-doc krb5-user mmdb-bin libpam-doc libstdc++-10-doc make-doc apparmor
  nfs-common hunspell firewalld keychain libpam-ssh monkeysphere ssh-askpass
  ed perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl
  libtap-harness-archive-perl python3-doc python3-tk python3-venv
  python3-apt-dbg python-apt-doc python3-setuptools libcurl4-gnutls-dev
  python-pycurl-doc python3-pycurl-dbg python3-cryptography python3-openssl
  python3-socks python-requests-doc python3.9-venv python3.9-doc
  binfmt-support readline-doc default-mta | postfix | exim4
  | mail-transport-agent gnupg | pgp debsums dlocate python3-urwid
  reportbug-gtk xdg-utils emacs-bin-common claws-mail rsyslog-mysql
  | rsyslog-pgsql rsyslog-mongodb rsyslog-doc rsyslog-openssl | rsyslog-gnutls
  rsyslog-gssapi rsyslog-relp systemd-container policykit-1 ncompress
  tar-scripts tar-doc dosfstools kbd util-linux-locales indent
Recommended packages:
  default-mta | mail-transport-agent gnupg libalgorithm-merge-perl
  e2fsprogs-l10n libatm1 manpages-dev libc-devtools libnss-nis libnss-nisplus
  libpam-cap libfile-fcntllock-perl libgpg-error-l10n libldap-common libgpm2
  libfribidi0 publicsuffix libsasl2-modules uuid-runtime bsd-mailx | mailx
  xauth psmisc lsb-release iso-codes laptop-detect
The following NEW packages will be installed:
  adduser apt apt-listchanges apt-utils base-files base-passwd bash
  bash-completion bind9-dnsutils bind9-host bind9-libs binutils
  binutils-common binutils-x86-64-linux-gnu bsdextrautils bsdutils
  build-essential busybox bzip2 ca-certificates coreutils cpio cpp cpp-10 cron
  dash dbus debconf debconf-i18n debian-archive-keyring debian-faq debianutils
  diffutils distro-info-data dmidecode dmsetup doc-debian dpkg dpkg-dev
  e2fsprogs eatmydata fakechroot fakeroot fdisk file findutils g++ g++-10 gcc
  gcc-10 gcc-10-base gcc-9-base gettext-base gpg gpgconf gpgv grep groff-base
  gzip hostname ifupdown init init-system-helpers iproute2 iputils-ping
  isc-dhcp-client isc-dhcp-common kmod krb5-locales less libacl1 libapparmor1
  libapt-pkg6.0 libargon2-1 libasan6 libassuan0 libatomic1 libattr1
  libaudit-common libaudit1 libbinutils libblkid1 libbpf0 libbrotli1 libbsd0
  libbz2-1.0 libc-bin libc-dev-bin libc-l10n libc6 libc6-dev libcap-ng0
  libcap2 libcap2-bin libcbor0 libcc1-0 libcom-err2 libcrypt-dev libcrypt1
  libcryptsetup12 libctf-nobfd0 libctf0 libcurl3-gnutls libdb5.3 libdbus-1-3
  libdebconfclient0 libdevmapper1.02.1 libdns-export1110 libdpkg-perl
  libeatmydata1 libedit2 libelf1 libestr0 libexpat1 libext2fs2 libfakechroot
  libfakeroot libfastjson4 libfdisk1 libffi7 libfido2-1 libfstrm0
  libgcc-10-dev libgcc-s1 libgcrypt20 libgdbm-compat4 libgdbm6 libgmp10
  libgnutls30 libgomp1 libgpg-error0 libgssapi-krb5-2 libhogweed6 libicu67
  libidn2-0 libip4tc2 libisc-export1105 libisl23 libitm1 libjansson4
  libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0
  libldap-2.4-2 liblmdb0 liblocale-gettext-perl liblockfile-bin liblognorm5
  liblsan0 liblz4-1 liblzma5 libmagic-mgc libmagic1 libmaxminddb0 libmd0
  libmnl0 libmount1 libmpc3 libmpdec3 libmpfr6 libncurses6 libncursesw6
  libnettle8 libnewt0.52 libnftables1 libnftnl11 libnghttp2-14 libnsl-dev
  libnsl2 libnss-systemd libp11-kit0 libpam-modules libpam-modules-bin
  libpam-runtime libpam-systemd libpam0g libpci3 libpcre2-8-0 libpcre3
  libperl5.32 libpipeline1 libpopt0 libprocps8 libprotobuf-c1 libpsl5
  libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
  libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libseccomp2 libselinux1
  libsemanage-common libsemanage1 libsepol1 libslang2 libsmartcols1
  libsqlite3-0 libss2 libssh2-1 libssl1.1 libstdc++-10-dev libstdc++6
  libsystemd0 libtasn1-6 libtext-charwidth-perl libtext-iconv-perl
  libtext-wrapi18n-perl libtinfo6 libtirpc-common libtirpc-dev libtirpc3
  libtsan0 libubsan1 libuchardet0 libudev1 libunistring2 libuuid1 libuv1
  libxml2 libxtables12 libxxhash0 libzstd1 linux-libc-dev locales login
  logrotate logsave lsb-base lsof mailcap make man-db manpages mawk
  media-types mime-support mount nano ncurses-base ncurses-bin ncurses-term
  netbase netcat-traditional nftables openssh-client openssl passwd patch
  pci.ids pciutils perl perl-base perl-modules-5.32 procps python-apt-common
  python3 python3-apt python3-certifi python3-chardet python3-debconf
  python3-debian python3-debianbts python3-httplib2 python3-idna
  python3-minimal python3-pkg-resources python3-pycurl python3-pysimplesoap
  python3-reportbug python3-requests python3-six python3-urllib3 python3.9
  python3.9-minimal readline-common reportbug rsyslog sed sensible-utils
  systemd systemd-sysv systemd-timesyncd sysvinit-utils tar tasksel
  tasksel-data telnet traceroute tzdata ucf udev util-linux vim-common
  vim-tiny wamerican wget whiptail xxd xz-utils zlib1g

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-10/gcc-10-base_10.2.1-6_amd64.deb
0 upgraded, 307 newly installed, 0 to remove and 0 not upgraded.
Need to get 162 MB of archives.
After this operation, 600 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian oldstable/main amd64 gcc-10-base amd64 10.2.1-6 [201 kB]

proxy download: http://deb.debian.org/debian/pool/main/libx/libxcrypt/libcrypt1_4.4.18-4_amd64.deb
Get:2 http://deb.debian.org/debian oldstable/main amd64 libcrypt1 amd64 1:4.4.18-4 [87.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc6_2.31-13%2bdeb11u10_amd64.deb
Get:3 http://deb.debian.org/debian oldstable/main amd64 libc6 amd64 2.31-13+deb11u10 [2825 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-10/libgcc-s1_10.2.1-6_amd64.deb
Get:4 http://deb.debian.org/debian oldstable/main amd64 libgcc-s1 amd64 10.2.1-6 [41.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/mawk/mawk_1.3.4.20200120-2_amd64.deb
Get:5 http://deb.debian.org/debian oldstable/main amd64 mawk amd64 1.3.4.20200120-2 [112 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/base-files/base-files_11.1%2bdeb11u10_amd64.deb
Get:6 http://deb.debian.org/debian oldstable/main amd64 base-files amd64 11.1+deb11u10 [70.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/ncurses/libtinfo6_6.2%2b20201114-2%2bdeb11u2_amd64.deb
Get:7 http://deb.debian.org/debian oldstable/main amd64 libtinfo6 amd64 6.2+20201114-2+deb11u2 [342 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/debianutils/debianutils_4.11.2_amd64.deb
Get:8 http://deb.debian.org/debian oldstable/main amd64 debianutils amd64 4.11.2 [101 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bash/bash_5.1-2%2bdeb11u1_amd64.deb
Get:9 http://deb.debian.org/debian oldstable/main amd64 bash amd64 5.1-2+deb11u1 [1417 kB]

proxy download: http://deb.debian.org/debian/pool/main/libg/libgpg-error/libgpg-error0_1.38-2_amd64.deb
Get:10 http://deb.debian.org/debian oldstable/main amd64 libgpg-error0 amd64 1.38-2 [77.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/libg/libgcrypt20/libgcrypt20_1.8.7-6_amd64.deb
Get:11 http://deb.debian.org/debian oldstable/main amd64 libgcrypt20 amd64 1.8.7-6 [563 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/lz4/liblz4-1_1.9.3-2_amd64.deb
Get:12 http://deb.debian.org/debian oldstable/main amd64 liblz4-1 amd64 1.9.3-2 [57.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/x/xz-utils/liblzma5_5.2.5-2.1%7edeb11u1_amd64.deb
Get:13 http://deb.debian.org/debian oldstable/main amd64 liblzma5 amd64 5.2.5-2.1~deb11u1 [168 kB]

proxy download: http://deb.debian.org/debian/pool/main/libz/libzstd/libzstd1_1.4.8%2bdfsg-2.1_amd64.deb
Get:14 http://deb.debian.org/debian oldstable/main amd64 libzstd1 amd64 1.4.8+dfsg-2.1 [319 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libsystemd0_247.3-7%2bdeb11u5_amd64.deb
Get:15 http://deb.debian.org/debian oldstable/main amd64 libsystemd0 amd64 247.3-7+deb11u5 [376 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/bsdutils_2.36.1-8%2bdeb11u2_amd64.deb
Get:16 http://deb.debian.org/debian oldstable/main amd64 bsdutils amd64 1:2.36.1-8+deb11u2 [149 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/acl/libacl1_2.2.53-10_amd64.deb
Get:17 http://deb.debian.org/debian oldstable/main amd64 libacl1 amd64 2.2.53-10 [31.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/attr/libattr1_2.4.48-6_amd64.deb
Get:18 http://deb.debian.org/debian oldstable/main amd64 libattr1 amd64 1:2.4.48-6 [21.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gmp/libgmp10_6.2.1%2bdfsg-1%2bdeb11u1_amd64.deb
Get:19 http://deb.debian.org/debian oldstable/main amd64 libgmp10 amd64 2:6.2.1+dfsg-1+deb11u1 [563 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pcre2/libpcre2-8-0_10.36-2%2bdeb11u1_amd64.deb
Get:20 http://deb.debian.org/debian oldstable/main amd64 libpcre2-8-0 amd64 10.36-2+deb11u1 [248 kB]

proxy download: http://deb.debian.org/debian/pool/main/libs/libselinux/libselinux1_3.1-3_amd64.deb
Get:21 http://deb.debian.org/debian oldstable/main amd64 libselinux1 amd64 3.1-3 [88.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/coreutils/coreutils_8.32-4%2bb1_amd64.deb
Get:22 http://deb.debian.org/debian oldstable/main amd64 coreutils amd64 8.32-4+b1 [2867 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bzip2/libbz2-1.0_1.0.8-4_amd64.deb
Get:23 http://deb.debian.org/debian oldstable/main amd64 libbz2-1.0 amd64 1.0.8-4 [45.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/z/zlib/zlib1g_1.2.11.dfsg-2%2bdeb11u2_amd64.deb
Get:24 http://deb.debian.org/debian oldstable/main amd64 zlib1g amd64 1:1.2.11.dfsg-2+deb11u2 [91.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/t/tar/tar_1.34%2bdfsg-1%2bdeb11u1_amd64.deb
Get:25 http://deb.debian.org/debian oldstable/main amd64 tar amd64 1.34+dfsg-1+deb11u1 [847 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dpkg/dpkg_1.20.13_amd64.deb
Get:26 http://deb.debian.org/debian oldstable/main amd64 dpkg amd64 1.20.13 [2538 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/perl/perl-base_5.32.1-4%2bdeb11u3_amd64.deb
Get:27 http://deb.debian.org/debian oldstable/main amd64 perl-base amd64 5.32.1-4+deb11u3 [1628 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/debconf/debconf_1.5.77_all.deb
Get:28 http://deb.debian.org/debian oldstable/main amd64 debconf all 1.5.77 [144 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dash/dash_0.5.11%2bgit20200708%2bdd9ef66-5_amd64.deb
Get:29 http://deb.debian.org/debian oldstable/main amd64 dash amd64 0.5.11+git20200708+dd9ef66-5 [115 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/diffutils/diffutils_3.7-5_amd64.deb
Get:30 http://deb.debian.org/debian oldstable/main amd64 diffutils amd64 1:3.7-5 [373 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/findutils/findutils_4.8.0-1_amd64.deb
Get:31 http://deb.debian.org/debian oldstable/main amd64 findutils amd64 4.8.0-1 [697 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pcre3/libpcre3_8.39-13_amd64.deb
Get:32 http://deb.debian.org/debian oldstable/main amd64 libpcre3 amd64 2:8.39-13 [343 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/grep/grep_3.6-1%2bdeb11u1_amd64.deb
Get:33 http://deb.debian.org/debian oldstable/main amd64 grep amd64 3.6-1+deb11u1 [398 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gzip/gzip_1.10-4%2bdeb11u1_amd64.deb
Get:34 http://deb.debian.org/debian oldstable/main amd64 gzip amd64 1.10-4+deb11u1 [132 kB]

proxy download: http://deb.debian.org/debian/pool/main/h/hostname/hostname_3.23_amd64.deb
Get:35 http://deb.debian.org/debian oldstable/main amd64 hostname amd64 3.23 [14.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/audit/libaudit-common_3.0-2_all.deb
Get:36 http://deb.debian.org/debian oldstable/main amd64 libaudit-common all 1:3.0-2 [14.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/libc/libcap-ng/libcap-ng0_0.7.9-2.2%2bb1_amd64.deb
Get:37 http://deb.debian.org/debian oldstable/main amd64 libcap-ng0 amd64 0.7.9-2.2+b1 [14.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/audit/libaudit1_3.0-2_amd64.deb
Get:38 http://deb.debian.org/debian oldstable/main amd64 libaudit1 amd64 1:3.0-2 [50.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pam/libpam0g_1.4.0-9%2bdeb11u1_amd64.deb
Get:39 http://deb.debian.org/debian oldstable/main amd64 libpam0g amd64 1.4.0-9+deb11u1 [129 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/db5.3/libdb5.3_5.3.28%2bdfsg1-0.8_amd64.deb
Get:40 http://deb.debian.org/debian oldstable/main amd64 libdb5.3 amd64 5.3.28+dfsg1-0.8 [687 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libcom-err2_1.46.2-2_amd64.deb
Get:41 http://deb.debian.org/debian oldstable/main amd64 libcom-err2 amd64 1.46.2-2 [74.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/libkrb5support0_1.18.3-6%2bdeb11u4_amd64.deb
Get:42 http://deb.debian.org/debian oldstable/main amd64 libkrb5support0 amd64 1.18.3-6+deb11u4 [65.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/libk5crypto3_1.18.3-6%2bdeb11u4_amd64.deb
Get:43 http://deb.debian.org/debian oldstable/main amd64 libk5crypto3 amd64 1.18.3-6+deb11u4 [114 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/keyutils/libkeyutils1_1.6.1-2_amd64.deb
Get:44 http://deb.debian.org/debian oldstable/main amd64 libkeyutils1 amd64 1.6.1-2 [15.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.1w-0%2bdeb11u1_amd64.deb
Get:45 http://deb.debian.org/debian oldstable/main amd64 libssl1.1 amd64 1.1.1w-0+deb11u1 [1566 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/libkrb5-3_1.18.3-6%2bdeb11u4_amd64.deb
Get:46 http://deb.debian.org/debian oldstable/main amd64 libkrb5-3 amd64 1.18.3-6+deb11u4 [363 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/libgssapi-krb5-2_1.18.3-6%2bdeb11u4_amd64.deb
Get:47 http://deb.debian.org/debian oldstable/main amd64 libgssapi-krb5-2 amd64 1.18.3-6+deb11u4 [165 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc-common_1.3.1-1%2bdeb11u1_all.deb
Get:48 http://deb.debian.org/debian oldstable/main amd64 libtirpc-common all 1.3.1-1+deb11u1 [13.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc3_1.3.1-1%2bdeb11u1_amd64.deb
Get:49 http://deb.debian.org/debian oldstable/main amd64 libtirpc3 amd64 1.3.1-1+deb11u1 [84.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/libn/libnsl/libnsl2_1.3.0-2_amd64.deb
Get:50 http://deb.debian.org/debian oldstable/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pam/libpam-modules-bin_1.4.0-9%2bdeb11u1_amd64.deb
Get:51 http://deb.debian.org/debian oldstable/main amd64 libpam-modules-bin amd64 1.4.0-9+deb11u1 [108 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pam/libpam-modules_1.4.0-9%2bdeb11u1_amd64.deb
Get:52 http://deb.debian.org/debian oldstable/main amd64 libpam-modules amd64 1.4.0-9+deb11u1 [326 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pam/libpam-runtime_1.4.0-9%2bdeb11u1_all.deb
Get:53 http://deb.debian.org/debian oldstable/main amd64 libpam-runtime all 1.4.0-9+deb11u1 [207 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/shadow/login_4.8.1-1_amd64.deb
Get:54 http://deb.debian.org/debian oldstable/main amd64 login amd64 1:4.8.1-1 [655 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-bin_6.2%2b20201114-2%2bdeb11u2_amd64.deb
Get:55 http://deb.debian.org/debian oldstable/main amd64 ncurses-bin amd64 6.2+20201114-2+deb11u2 [429 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/sed/sed_4.7-1_amd64.deb
Get:56 http://deb.debian.org/debian oldstable/main amd64 sed amd64 4.7-1 [310 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libblkid1_2.36.1-8%2bdeb11u2_amd64.deb
Get:57 http://deb.debian.org/debian oldstable/main amd64 libblkid1 amd64 2.36.1-8+deb11u2 [194 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libmount1_2.36.1-8%2bdeb11u2_amd64.deb
Get:58 http://deb.debian.org/debian oldstable/main amd64 libmount1 amd64 2.36.1-8+deb11u2 [212 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libsmartcols1_2.36.1-8%2bdeb11u2_amd64.deb
Get:59 http://deb.debian.org/debian oldstable/main amd64 libsmartcols1 amd64 2.36.1-8+deb11u2 [158 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libudev1_247.3-7%2bdeb11u5_amd64.deb
Get:60 http://deb.debian.org/debian oldstable/main amd64 libudev1 amd64 247.3-7+deb11u5 [169 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libuuid1_2.36.1-8%2bdeb11u2_amd64.deb
Get:61 http://deb.debian.org/debian oldstable/main amd64 libuuid1 amd64 2.36.1-8+deb11u2 [83.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/util-linux_2.36.1-8%2bdeb11u2_amd64.deb
Get:62 http://deb.debian.org/debian oldstable/main amd64 util-linux amd64 2.36.1-8+deb11u2 [1142 kB]

proxy download: http://deb.debian.org/debian/pool/main/libs/libsemanage/libsemanage-common_3.1-1_all.deb
Get:63 http://deb.debian.org/debian oldstable/main amd64 libsemanage-common all 3.1-1 [21.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/libs/libsepol/libsepol1_3.1-1_amd64.deb
Get:64 http://deb.debian.org/debian oldstable/main amd64 libsepol1 amd64 3.1-1 [265 kB]

proxy download: http://deb.debian.org/debian/pool/main/libs/libsemanage/libsemanage1_3.1-1%2bb2_amd64.deb
Get:65 http://deb.debian.org/debian oldstable/main amd64 libsemanage1 amd64 3.1-1+b2 [99.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/shadow/passwd_4.8.1-1_amd64.deb
Get:66 http://deb.debian.org/debian oldstable/main amd64 passwd amd64 1:4.8.1-1 [990 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/adduser/adduser_3.118%2bdeb11u1_all.deb
Get:67 http://deb.debian.org/debian oldstable/main amd64 adduser all 3.118+deb11u1 [241 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gnupg2/gpgv_2.2.27-2%2bdeb11u2_amd64.deb
Get:68 http://deb.debian.org/debian oldstable/main amd64 gpgv amd64 2.2.27-2+deb11u2 [626 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-10/libstdc%2b%2b6_10.2.1-6_amd64.deb
Get:69 http://deb.debian.org/debian oldstable/main amd64 libstdc++6 amd64 10.2.1-6 [493 kB]

proxy download: http://deb.debian.org/debian/pool/main/x/xxhash/libxxhash0_0.8.0-2_amd64.deb
Get:70 http://deb.debian.org/debian oldstable/main amd64 libxxhash0 amd64 0.8.0-2 [26.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/apt/libapt-pkg6.0_2.2.4_amd64.deb
Get:71 http://deb.debian.org/debian oldstable/main amd64 libapt-pkg6.0 amd64 2.2.4 [1013 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2021.1.1%2bdeb11u1_all.deb
Get:72 http://deb.debian.org/debian oldstable/main amd64 debian-archive-keyring all 2021.1.1+deb11u1 [110 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nettle/libnettle8_3.7.3-1_amd64.deb
Get:73 http://deb.debian.org/debian oldstable/main amd64 libnettle8 amd64 3.7.3-1 [270 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nettle/libhogweed6_3.7.3-1_amd64.deb
Get:74 http://deb.debian.org/debian oldstable/main amd64 libhogweed6 amd64 3.7.3-1 [320 kB]

proxy download: http://deb.debian.org/debian/pool/main/libu/libunistring/libunistring2_0.9.10-4_amd64.deb
Get:75 http://deb.debian.org/debian oldstable/main amd64 libunistring2 amd64 0.9.10-4 [379 kB]

proxy download: http://deb.debian.org/debian/pool/main/libi/libidn2/libidn2-0_2.3.0-5_amd64.deb
Get:76 http://deb.debian.org/debian oldstable/main amd64 libidn2-0 amd64 2.3.0-5 [86.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/libf/libffi/libffi7_3.3-6_amd64.deb
Get:77 http://deb.debian.org/debian oldstable/main amd64 libffi7 amd64 3.3-6 [23.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/p11-kit/libp11-kit0_0.23.22-1_amd64.deb
Get:78 http://deb.debian.org/debian oldstable/main amd64 libp11-kit0 amd64 0.23.22-1 [337 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtasn1-6/libtasn1-6_4.16.0-2%2bdeb11u1_amd64.deb
Get:79 http://deb.debian.org/debian oldstable/main amd64 libtasn1-6 amd64 4.16.0-2+deb11u1 [54.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gnutls28/libgnutls30_3.7.1-5%2bdeb11u5_amd64.deb
Get:80 http://deb.debian.org/debian oldstable/main amd64 libgnutls30 amd64 3.7.1-5+deb11u5 [1340 kB]

proxy download: http://deb.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.1-1%2bdeb11u1_amd64.deb
Get:81 http://deb.debian.org/debian oldstable/main amd64 libseccomp2 amd64 2.5.1-1+deb11u1 [48.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/apt/apt_2.2.4_amd64.deb
Get:82 http://deb.debian.org/debian oldstable/main amd64 apt amd64 2.2.4 [1491 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cdebconf/libdebconfclient0_0.260_amd64.deb
Get:83 http://deb.debian.org/debian oldstable/main amd64 libdebconfclient0 amd64 0.260 [50.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/base-passwd/base-passwd_3.5.51_amd64.deb
Get:84 http://deb.debian.org/debian oldstable/main amd64 base-passwd amd64 3.5.51 [58.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/init-system-helpers/init-system-helpers_1.60_all.deb
Get:85 http://deb.debian.org/debian oldstable/main amd64 init-system-helpers all 1.60 [47.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc-bin_2.31-13%2bdeb11u10_amd64.deb
Get:86 http://deb.debian.org/debian oldstable/main amd64 libc-bin amd64 2.31-13+deb11u10 [827 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-base_6.2%2b20201114-2%2bdeb11u2_all.deb
Get:87 http://deb.debian.org/debian oldstable/main amd64 ncurses-base all 6.2+20201114-2+deb11u2 [272 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/lsb/lsb-base_11.1.0_all.deb
Get:88 http://deb.debian.org/debian oldstable/main amd64 lsb-base all 11.1.0 [28.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/sysvinit/sysvinit-utils_2.96-7%2bdeb11u1_amd64.deb
Get:89 http://deb.debian.org/debian oldstable/main amd64 sysvinit-utils amd64 2.96-7+deb11u1 [25.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libext2fs2_1.46.2-2_amd64.deb
Get:90 http://deb.debian.org/debian oldstable/main amd64 libext2fs2 amd64 1.46.2-2 [257 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libss2_1.46.2-2_amd64.deb
Get:91 http://deb.debian.org/debian oldstable/main amd64 libss2 amd64 1.46.2-2 [78.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/logsave_1.46.2-2_amd64.deb
Get:92 http://deb.debian.org/debian oldstable/main amd64 logsave amd64 1.46.2-2 [74.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/e2fsprogs_1.46.2-2_amd64.deb
Get:93 http://deb.debian.org/debian oldstable/main amd64 e2fsprogs amd64 1.46.2-2 [615 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/mount_2.36.1-8%2bdeb11u2_amd64.deb
Get:94 http://deb.debian.org/debian oldstable/main amd64 mount amd64 2.36.1-8+deb11u2 [186 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_0.0.14_all.deb
Get:95 http://deb.debian.org/debian oldstable/main amd64 sensible-utils all 0.0.14 [14.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cron/cron_3.0pl1-137_amd64.deb
Get:96 http://deb.debian.org/debian oldstable/main amd64 cron amd64 3.0pl1-137 [99.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/apparmor/libapparmor1_2.13.6-10_amd64.deb
Get:97 http://deb.debian.org/debian oldstable/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/libc/libcap2/libcap2_2.44-1_amd64.deb
Get:98 http://deb.debian.org/debian oldstable/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/argon2/libargon2-1_0%7e20171227-0.2_amd64.deb
Get:99 http://deb.debian.org/debian oldstable/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/lvm2/dmsetup_1.02.175-2.1_amd64.deb
Get:100 http://deb.debian.org/debian oldstable/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/lvm2/libdevmapper1.02.1_1.02.175-2.1_amd64.deb
Get:101 http://deb.debian.org/debian oldstable/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]

proxy download: http://deb.debian.org/debian/pool/main/j/json-c/libjson-c5_0.15-2%2bdeb11u1_amd64.deb
Get:102 http://deb.debian.org/debian oldstable/main amd64 libjson-c5 amd64 0.15-2+deb11u1 [42.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cryptsetup/libcryptsetup12_2.3.7-1%2bdeb11u1_amd64.deb
Get:103 http://deb.debian.org/debian oldstable/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/iptables/libip4tc2_1.8.7-1_amd64.deb
Get:104 http://deb.debian.org/debian oldstable/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/kmod/libkmod2_28-1_amd64.deb
Get:105 http://deb.debian.org/debian oldstable/main amd64 libkmod2 amd64 28-1 [55.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/systemd_247.3-7%2bdeb11u5_amd64.deb
Get:106 http://deb.debian.org/debian oldstable/main amd64 systemd amd64 247.3-7+deb11u5 [4502 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/systemd-sysv_247.3-7%2bdeb11u5_amd64.deb
Get:107 http://deb.debian.org/debian oldstable/main amd64 systemd-sysv amd64 247.3-7+deb11u5 [114 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/init-system-helpers/init_1.60_amd64.deb
Get:108 http://deb.debian.org/debian oldstable/main amd64 init amd64 1.60 [15.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/j/jansson/libjansson4_2.13.1-1.1_amd64.deb
Get:109 http://deb.debian.org/debian oldstable/main amd64 libjansson4 amd64 2.13.1-1.1 [39.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/libm/libmnl/libmnl0_1.0.4-3_amd64.deb
Get:110 http://deb.debian.org/debian oldstable/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/libn/libnftnl/libnftnl11_1.1.9-1_amd64.deb
Get:111 http://deb.debian.org/debian oldstable/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/iptables/libxtables12_1.8.7-1_amd64.deb
Get:112 http://deb.debian.org/debian oldstable/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nftables/libnftables1_0.9.8-3.1%2bdeb11u2_amd64.deb
Get:113 http://deb.debian.org/debian oldstable/main amd64 libnftables1 amd64 0.9.8-3.1+deb11u2 [262 kB]

proxy download: http://deb.debian.org/debian/pool/main/libm/libmd/libmd0_1.0.3-3_amd64.deb
Get:114 http://deb.debian.org/debian oldstable/main amd64 libmd0 amd64 1.0.3-3 [28.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/libb/libbsd/libbsd0_0.11.3-1%2bdeb11u1_amd64.deb
Get:115 http://deb.debian.org/debian oldstable/main amd64 libbsd0 amd64 0.11.3-1+deb11u1 [108 kB]

proxy download: http://deb.debian.org/debian/pool/main/libe/libedit/libedit2_3.1-20191231-2%2bb1_amd64.deb
Get:116 http://deb.debian.org/debian oldstable/main amd64 libedit2 amd64 3.1-20191231-2+b1 [96.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nftables/nftables_0.9.8-3.1%2bdeb11u2_amd64.deb
Get:117 http://deb.debian.org/debian oldstable/main amd64 nftables amd64 0.9.8-3.1+deb11u2 [69.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/libe/libestr/libestr0_0.1.10-2.1%2bb1_amd64.deb
Get:118 http://deb.debian.org/debian oldstable/main amd64 libestr0 amd64 0.1.10-2.1+b1 [9048 B]

proxy download: http://deb.debian.org/debian/pool/main/libf/libfastjson/libfastjson4_0.99.9-1_amd64.deb
Get:119 http://deb.debian.org/debian oldstable/main amd64 libfastjson4 amd64 0.99.9-1 [28.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/libl/liblognorm/liblognorm5_2.0.5-1.1_amd64.deb
Get:120 http://deb.debian.org/debian oldstable/main amd64 liblognorm5 amd64 2.0.5-1.1 [64.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/rsyslog/rsyslog_8.2102.0-2%2bdeb11u1_amd64.deb
Get:121 http://deb.debian.org/debian oldstable/main amd64 rsyslog amd64 8.2102.0-2+deb11u1 [703 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dbus/libdbus-1-3_1.12.28-0%2bdeb11u1_amd64.deb
Get:122 http://deb.debian.org/debian oldstable/main amd64 libdbus-1-3 amd64 1.12.28-0+deb11u1 [223 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/expat/libexpat1_2.2.10-2%2bdeb11u5_amd64.deb
Get:123 http://deb.debian.org/debian oldstable/main amd64 libexpat1 amd64 2.2.10-2+deb11u5 [98.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dbus/dbus_1.12.28-0%2bdeb11u1_amd64.deb
Get:124 http://deb.debian.org/debian oldstable/main amd64 dbus amd64 1.12.28-0+deb11u1 [244 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/bsdextrautils_2.36.1-8%2bdeb11u2_amd64.deb
Get:125 http://deb.debian.org/debian oldstable/main amd64 bsdextrautils amd64 2.36.1-8+deb11u2 [146 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/uchardet/libuchardet0_0.0.7-1_amd64.deb
Get:126 http://deb.debian.org/debian oldstable/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/groff/groff-base_1.22.4-6_amd64.deb
Get:127 http://deb.debian.org/debian oldstable/main amd64 groff-base amd64 1.22.4-6 [936 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gdbm/libgdbm6_1.19-2_amd64.deb
Get:128 http://deb.debian.org/debian oldstable/main amd64 libgdbm6 amd64 1.19-2 [64.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/libp/libpipeline/libpipeline1_1.5.3-1_amd64.deb
Get:129 http://deb.debian.org/debian oldstable/main amd64 libpipeline1 amd64 1.5.3-1 [34.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/man-db/man-db_2.9.4-2_amd64.deb
Get:130 http://deb.debian.org/debian oldstable/main amd64 man-db amd64 2.9.4-2 [1354 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/perl/perl-modules-5.32_5.32.1-4%2bdeb11u3_all.deb
Get:131 http://deb.debian.org/debian oldstable/main amd64 perl-modules-5.32 all 5.32.1-4+deb11u3 [2823 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gdbm/libgdbm-compat4_1.19-2_amd64.deb
Get:132 http://deb.debian.org/debian oldstable/main amd64 libgdbm-compat4 amd64 1.19-2 [44.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/perl/libperl5.32_5.32.1-4%2bdeb11u3_amd64.deb
Get:133 http://deb.debian.org/debian oldstable/main amd64 libperl5.32 amd64 5.32.1-4+deb11u3 [4121 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/perl/perl_5.32.1-4%2bdeb11u3_amd64.deb
Get:134 http://deb.debian.org/debian oldstable/main amd64 perl amd64 5.32.1-4+deb11u3 [293 kB]

proxy download: http://deb.debian.org/debian/pool/main/libl/liblocale-gettext-perl/liblocale-gettext-perl_1.07-4%2bb1_amd64.deb
Get:135 http://deb.debian.org/debian oldstable/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3.9/libpython3.9-minimal_3.9.2-1_amd64.deb
Get:136 http://deb.debian.org/debian oldstable/main amd64 libpython3.9-minimal amd64 3.9.2-1 [801 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3.9/python3.9-minimal_3.9.2-1_amd64.deb
Get:137 http://deb.debian.org/debian oldstable/main amd64 python3.9-minimal amd64 3.9.2-1 [1955 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3-defaults/python3-minimal_3.9.2-3_amd64.deb
Get:138 http://deb.debian.org/debian oldstable/main amd64 python3-minimal amd64 3.9.2-3 [38.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/media-types/media-types_4.0.0_all.deb
Get:139 http://deb.debian.org/debian oldstable/main amd64 media-types all 4.0.0 [30.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/mailcap/mailcap_3.69_all.deb
Get:140 http://deb.debian.org/debian oldstable/main amd64 mailcap all 3.69 [31.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/mime-support/mime-support_3.66_all.deb
Get:141 http://deb.debian.org/debian oldstable/main amd64 mime-support all 3.66 [10.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/t/tzdata/tzdata_2024a-0%2bdeb11u1_all.deb
Get:142 http://deb.debian.org/debian oldstable/main amd64 tzdata all 2024a-0+deb11u1 [304 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/mpdecimal/libmpdec3_2.5.1-1_amd64.deb
Get:143 http://deb.debian.org/debian oldstable/main amd64 libmpdec3 amd64 2.5.1-1 [87.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/ncurses/libncursesw6_6.2%2b20201114-2%2bdeb11u2_amd64.deb
Get:144 http://deb.debian.org/debian oldstable/main amd64 libncursesw6 amd64 6.2+20201114-2+deb11u2 [132 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/readline/readline-common_8.1-1_all.deb
Get:145 http://deb.debian.org/debian oldstable/main amd64 readline-common all 8.1-1 [73.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/readline/libreadline8_8.1-1_amd64.deb
Get:146 http://deb.debian.org/debian oldstable/main amd64 libreadline8 amd64 8.1-1 [169 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/sqlite3/libsqlite3-0_3.34.1-3_amd64.deb
Get:147 http://deb.debian.org/debian oldstable/main amd64 libsqlite3-0 amd64 3.34.1-3 [797 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3.9/libpython3.9-stdlib_3.9.2-1_amd64.deb
Get:148 http://deb.debian.org/debian oldstable/main amd64 libpython3.9-stdlib amd64 3.9.2-1 [1684 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3.9/python3.9_3.9.2-1_amd64.deb
Get:149 http://deb.debian.org/debian oldstable/main amd64 python3.9 amd64 3.9.2-1 [466 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3-defaults/libpython3-stdlib_3.9.2-3_amd64.deb
Get:150 http://deb.debian.org/debian oldstable/main amd64 libpython3-stdlib amd64 3.9.2-3 [21.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3-defaults/python3_3.9.2-3_amd64.deb
Get:151 http://deb.debian.org/debian oldstable/main amd64 python3 amd64 3.9.2-3 [37.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/t/tasksel/tasksel-data_3.68%2bdeb11u1_all.deb
Get:152 http://deb.debian.org/debian oldstable/main amd64 tasksel-data all 3.68+deb11u1 [18.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/t/tasksel/tasksel_3.68%2bdeb11u1_all.deb
Get:153 http://deb.debian.org/debian oldstable/main amd64 tasksel all 3.68+deb11u1 [101 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-9/gcc-9-base_9.3.0-22_amd64.deb
Get:154 http://deb.debian.org/debian oldstable/main amd64 gcc-9-base amd64 9.3.0-22 [198 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/apt/apt-utils_2.2.4_amd64.deb
Get:155 http://deb.debian.org/debian oldstable/main amd64 apt-utils amd64 2.2.4 [439 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cpio/cpio_2.13%2bdfsg-7.1%7edeb11u1_amd64.deb
Get:156 http://deb.debian.org/debian oldstable/main amd64 cpio amd64 2.13+dfsg-7.1~deb11u1 [245 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtext-iconv-perl/libtext-iconv-perl_1.7-7%2bb1_amd64.deb
Get:157 http://deb.debian.org/debian oldstable/main amd64 libtext-iconv-perl amd64 1.7-7+b1 [16.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtext-charwidth-perl/libtext-charwidth-perl_0.04-10%2bb1_amd64.deb
Get:158 http://deb.debian.org/debian oldstable/main amd64 libtext-charwidth-perl amd64 0.04-10+b1 [10.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtext-wrapi18n-perl/libtext-wrapi18n-perl_0.06-9_all.deb
Get:159 http://deb.debian.org/debian oldstable/main amd64 libtext-wrapi18n-perl all 0.06-9 [8700 B]

proxy download: http://deb.debian.org/debian/pool/main/d/debconf/debconf-i18n_1.5.77_all.deb
Get:160 http://deb.debian.org/debian oldstable/main amd64 debconf-i18n all 1.5.77 [206 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dmidecode/dmidecode_3.3-2_amd64.deb
Get:161 http://deb.debian.org/debian oldstable/main amd64 dmidecode amd64 3.3-2 [64.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libfdisk1_2.36.1-8%2bdeb11u2_amd64.deb
Get:162 http://deb.debian.org/debian oldstable/main amd64 libfdisk1 amd64 2.36.1-8+deb11u2 [238 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/fdisk_2.36.1-8%2bdeb11u2_amd64.deb
Get:163 http://deb.debian.org/debian oldstable/main amd64 fdisk amd64 2.36.1-8+deb11u2 [192 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/elfutils/libelf1_0.183-1_amd64.deb
Get:164 http://deb.debian.org/debian oldstable/main amd64 libelf1 amd64 0.183-1 [165 kB]

proxy download: http://deb.debian.org/debian/pool/main/libb/libbpf/libbpf0_0.3-2_amd64.deb
Get:165 http://deb.debian.org/debian oldstable/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/libc/libcap2/libcap2-bin_2.44-1_amd64.deb
Get:166 http://deb.debian.org/debian oldstable/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/iproute2/iproute2_5.10.0-4_amd64.deb
Get:167 http://deb.debian.org/debian oldstable/main amd64 iproute2 amd64 5.10.0-4 [930 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/ifupdown/ifupdown_0.8.36_amd64.deb
Get:168 http://deb.debian.org/debian oldstable/main amd64 ifupdown amd64 0.8.36 [82.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/iputils/iputils-ping_20210202-1_amd64.deb
Get:169 http://deb.debian.org/debian oldstable/main amd64 iputils-ping amd64 3:20210202-1 [49.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bind9-libs/libisc-export1105_9.11.19%2bdfsg-2.1_amd64.deb
Get:170 http://deb.debian.org/debian oldstable/main amd64 libisc-export1105 amd64 1:9.11.19+dfsg-2.1 [397 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bind9-libs/libdns-export1110_9.11.19%2bdfsg-2.1_amd64.deb
Get:171 http://deb.debian.org/debian oldstable/main amd64 libdns-export1110 amd64 1:9.11.19+dfsg-2.1 [988 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/isc-dhcp/isc-dhcp-client_4.4.1-2.3%2bdeb11u2_amd64.deb
Get:172 http://deb.debian.org/debian oldstable/main amd64 isc-dhcp-client amd64 4.4.1-2.3+deb11u2 [343 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/isc-dhcp/isc-dhcp-common_4.4.1-2.3%2bdeb11u2_amd64.deb
Get:173 http://deb.debian.org/debian oldstable/main amd64 isc-dhcp-common amd64 4.4.1-2.3+deb11u2 [145 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/kmod/kmod_28-1_amd64.deb
Get:174 http://deb.debian.org/debian oldstable/main amd64 kmod amd64 28-1 [92.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/less/less_551-2%2bdeb11u2_amd64.deb
Get:175 http://deb.debian.org/debian oldstable/main amd64 less amd64 551-2+deb11u2 [136 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/popt/libpopt0_1.18-2_amd64.deb
Get:176 http://deb.debian.org/debian oldstable/main amd64 libpopt0 amd64 1.18-2 [49.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/logrotate/logrotate_3.18.0-2%2bdeb11u2_amd64.deb
Get:177 http://deb.debian.org/debian oldstable/main amd64 logrotate amd64 3.18.0-2+deb11u2 [72.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nano/nano_5.4-2%2bdeb11u3_amd64.deb
Get:178 http://deb.debian.org/debian oldstable/main amd64 nano amd64 5.4-2+deb11u3 [657 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/netbase/netbase_6.3_all.deb
Get:179 http://deb.debian.org/debian oldstable/main amd64 netbase all 6.3 [19.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/ncurses/libncurses6_6.2%2b20201114-2%2bdeb11u2_amd64.deb
Get:180 http://deb.debian.org/debian oldstable/main amd64 libncurses6 amd64 6.2+20201114-2+deb11u2 [102 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/procps/libprocps8_3.3.17-5_amd64.deb
Get:181 http://deb.debian.org/debian oldstable/main amd64 libprocps8 amd64 2:3.3.17-5 [63.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/procps/procps_3.3.17-5_amd64.deb
Get:182 http://deb.debian.org/debian oldstable/main amd64 procps amd64 2:3.3.17-5 [502 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/udev_247.3-7%2bdeb11u5_amd64.deb
Get:183 http://deb.debian.org/debian oldstable/main amd64 udev amd64 247.3-7+deb11u5 [1464 kB]

proxy download: http://deb.debian.org/debian/pool/main/v/vim/xxd_8.2.2434-3%2bdeb11u1_amd64.deb
Get:184 http://deb.debian.org/debian oldstable/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]

proxy download: http://deb.debian.org/debian/pool/main/v/vim/vim-common_8.2.2434-3%2bdeb11u1_all.deb
Get:185 http://deb.debian.org/debian oldstable/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]

proxy download: http://deb.debian.org/debian/pool/main/v/vim/vim-tiny_8.2.2434-3%2bdeb11u1_amd64.deb
Get:186 http://deb.debian.org/debian oldstable/main amd64 vim-tiny amd64 2:8.2.2434-3+deb11u1 [744 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/slang2/libslang2_2.3.2-5_amd64.deb
Get:187 http://deb.debian.org/debian oldstable/main amd64 libslang2 amd64 2.3.2-5 [509 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/newt/libnewt0.52_0.52.21-4%2bb3_amd64.deb
Get:188 http://deb.debian.org/debian oldstable/main amd64 libnewt0.52 amd64 0.52.21-4+b3 [74.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/newt/whiptail_0.52.21-4%2bb3_amd64.deb
Get:189 http://deb.debian.org/debian oldstable/main amd64 whiptail amd64 0.52.21-4+b3 [39.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-apt/python-apt-common_2.2.1_all.deb
Get:190 http://deb.debian.org/debian oldstable/main amd64 python-apt-common all 2.2.1 [96.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/distro-info-data/distro-info-data_0.51%2bdeb11u6_all.deb
Get:191 http://deb.debian.org/debian oldstable/main amd64 distro-info-data all 0.51+deb11u6 [8360 B]

proxy download: http://deb.debian.org/debian/pool/main/p/python-apt/python3-apt_2.2.1_amd64.deb
Get:192 http://deb.debian.org/debian oldstable/main amd64 python3-apt amd64 2.2.1 [190 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/debconf/python3-debconf_1.5.77_all.deb
Get:193 http://deb.debian.org/debian oldstable/main amd64 python3-debconf all 1.5.77 [4012 B]

proxy download: http://deb.debian.org/debian/pool/main/u/ucf/ucf_3.0043_all.deb
Get:194 http://deb.debian.org/debian oldstable/main amd64 ucf all 3.0043 [74.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/apt-listchanges/apt-listchanges_3.24_all.deb
Get:195 http://deb.debian.org/debian oldstable/main amd64 apt-listchanges all 3.24 [133 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bash-completion/bash-completion_2.11-2_all.deb
Get:196 http://deb.debian.org/debian oldstable/main amd64 bash-completion all 1:2.11-2 [234 kB]

proxy download: http://deb.debian.org/debian/pool/main/libu/libuv1/libuv1_1.40.0-2%2bdeb11u1_amd64.deb
Get:197 http://deb.debian.org/debian oldstable/main amd64 libuv1 amd64 1.40.0-2+deb11u1 [132 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/fstrm/libfstrm0_0.6.0-1%2bb1_amd64.deb
Get:198 http://deb.debian.org/debian oldstable/main amd64 libfstrm0 amd64 0.6.0-1+b1 [21.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/lmdb/liblmdb0_0.9.24-1_amd64.deb
Get:199 http://deb.debian.org/debian oldstable/main amd64 liblmdb0 amd64 0.9.24-1 [45.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/libm/libmaxminddb/libmaxminddb0_1.5.2-1_amd64.deb
Get:200 http://deb.debian.org/debian oldstable/main amd64 libmaxminddb0 amd64 1.5.2-1 [29.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/protobuf-c/libprotobuf-c1_1.3.3-1%2bb2_amd64.deb
Get:201 http://deb.debian.org/debian oldstable/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/icu/libicu67_67.1-7_amd64.deb
Get:202 http://deb.debian.org/debian oldstable/main amd64 libicu67 amd64 67.1-7 [8622 kB]

proxy download: http://deb.debian.org/debian/pool/main/libx/libxml2/libxml2_2.9.10%2bdfsg-6.7%2bdeb11u4_amd64.deb
Get:203 http://deb.debian.org/debian oldstable/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u4 [693 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bind9/bind9-libs_9.16.48-1_amd64.deb
Get:204 http://deb.debian.org/debian oldstable/main amd64 bind9-libs amd64 1:9.16.48-1 [1431 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bind9/bind9-host_9.16.48-1_amd64.deb
Get:205 http://deb.debian.org/debian oldstable/main amd64 bind9-host amd64 1:9.16.48-1 [311 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bind9/bind9-dnsutils_9.16.48-1_amd64.deb
Get:206 http://deb.debian.org/debian oldstable/main amd64 bind9-dnsutils amd64 1:9.16.48-1 [407 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bzip2/bzip2_1.0.8-4_amd64.deb
Get:207 http://deb.debian.org/debian oldstable/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/o/openssl/openssl_1.1.1w-0%2bdeb11u1_amd64.deb
Get:208 http://deb.debian.org/debian oldstable/main amd64 openssl amd64 1.1.1w-0+deb11u1 [859 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/ca-certificates/ca-certificates_20210119_all.deb
Get:209 http://deb.debian.org/debian oldstable/main amd64 ca-certificates all 20210119 [158 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/debian-faq/debian-faq_10.1_all.deb
Get:210 http://deb.debian.org/debian oldstable/main amd64 debian-faq all 10.1 [525 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/doc-debian/doc-debian_6.5_all.deb
Get:211 http://deb.debian.org/debian oldstable/main amd64 doc-debian all 6.5 [139 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/file/libmagic-mgc_5.39-3%2bdeb11u1_amd64.deb
Get:212 http://deb.debian.org/debian oldstable/main amd64 libmagic-mgc amd64 1:5.39-3+deb11u1 [273 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/file/libmagic1_5.39-3%2bdeb11u1_amd64.deb
Get:213 http://deb.debian.org/debian oldstable/main amd64 libmagic1 amd64 1:5.39-3+deb11u1 [128 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/file/file_5.39-3%2bdeb11u1_amd64.deb
Get:214 http://deb.debian.org/debian oldstable/main amd64 file amd64 1:5.39-3+deb11u1 [69.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gettext/gettext-base_0.21-4_amd64.deb
Get:215 http://deb.debian.org/debian oldstable/main amd64 gettext-base amd64 0.21-4 [175 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/krb5-locales_1.18.3-6%2bdeb11u4_all.deb
Get:216 http://deb.debian.org/debian oldstable/main amd64 krb5-locales all 1.18.3-6+deb11u4 [95.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc-l10n_2.31-13%2bdeb11u10_all.deb
Get:217 http://deb.debian.org/debian oldstable/main amd64 libc-l10n all 2.31-13+deb11u10 [864 kB]

proxy download: http://deb.debian.org/debian/pool/main/libl/liblockfile/liblockfile-bin_1.17-1%2bb1_amd64.deb
Get:218 http://deb.debian.org/debian oldstable/main amd64 liblockfile-bin amd64 1.17-1+b1 [20.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libnss-systemd_247.3-7%2bdeb11u5_amd64.deb
Get:219 http://deb.debian.org/debian oldstable/main amd64 libnss-systemd amd64 247.3-7+deb11u5 [199 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libpam-systemd_247.3-7%2bdeb11u5_amd64.deb
Get:220 http://deb.debian.org/debian oldstable/main amd64 libpam-systemd amd64 247.3-7+deb11u5 [283 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/locales_2.31-13%2bdeb11u10_all.deb
Get:221 http://deb.debian.org/debian oldstable/main amd64 locales all 2.31-13+deb11u10 [4083 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/lsof/lsof_4.93.2%2bdfsg-1.1_amd64.deb
Get:222 http://deb.debian.org/debian oldstable/main amd64 lsof amd64 4.93.2+dfsg-1.1 [319 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/manpages/manpages_5.10-1_all.deb
Get:223 http://deb.debian.org/debian oldstable/main amd64 manpages all 5.10-1 [1412 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-term_6.2%2b20201114-2%2bdeb11u2_all.deb
Get:224 http://deb.debian.org/debian oldstable/main amd64 ncurses-term all 6.2+20201114-2+deb11u2 [505 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/netcat/netcat-traditional_1.10-46_amd64.deb
Get:225 http://deb.debian.org/debian oldstable/main amd64 netcat-traditional amd64 1.10-46 [68.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/libc/libcbor/libcbor0_0.5.0%2bdfsg-2_amd64.deb
Get:226 http://deb.debian.org/debian oldstable/main amd64 libcbor0 amd64 0.5.0+dfsg-2 [24.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/libf/libfido2/libfido2-1_1.6.0-2_amd64.deb
Get:227 http://deb.debian.org/debian oldstable/main amd64 libfido2-1 amd64 1.6.0-2 [53.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/o/openssh/openssh-client_8.4p1-5%2bdeb11u3_amd64.deb
Get:228 http://deb.debian.org/debian oldstable/main amd64 openssh-client amd64 1:8.4p1-5+deb11u3 [932 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pci.ids/pci.ids_0.0%7e2021.02.08-1_all.deb
Get:229 http://deb.debian.org/debian oldstable/main amd64 pci.ids all 0.0~2021.02.08-1 [224 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pciutils/libpci3_3.7.0-5_amd64.deb
Get:230 http://deb.debian.org/debian oldstable/main amd64 libpci3 amd64 1:3.7.0-5 [62.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pciutils/pciutils_3.7.0-5_amd64.deb
Get:231 http://deb.debian.org/debian oldstable/main amd64 pciutils amd64 1:3.7.0-5 [97.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/setuptools/python3-pkg-resources_52.0.0-4_all.deb
Get:232 http://deb.debian.org/debian oldstable/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/chardet/python3-chardet_4.0.0-1_all.deb
Get:233 http://deb.debian.org/debian oldstable/main amd64 python3-chardet all 4.0.0-1 [99.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/six/python3-six_1.16.0-2_all.deb
Get:234 http://deb.debian.org/debian oldstable/main amd64 python3-six all 1.16.0-2 [17.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-debian/python3-debian_0.1.39_all.deb
Get:235 http://deb.debian.org/debian oldstable/main amd64 python3-debian all 0.1.39 [80.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-httplib2/python3-httplib2_0.18.1-3_all.deb
Get:236 http://deb.debian.org/debian oldstable/main amd64 python3-httplib2 all 0.18.1-3 [37.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/brotli/libbrotli1_1.0.9-2%2bb2_amd64.deb
Get:237 http://deb.debian.org/debian oldstable/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cyrus-sasl2/libsasl2-modules-db_2.1.27%2bdfsg-2.1%2bdeb11u1_amd64.deb
Get:238 http://deb.debian.org/debian oldstable/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cyrus-sasl2/libsasl2-2_2.1.27%2bdfsg-2.1%2bdeb11u1_amd64.deb
Get:239 http://deb.debian.org/debian oldstable/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]

proxy download: http://deb.debian.org/debian/pool/main/o/openldap/libldap-2.4-2_2.4.57%2bdfsg-3%2bdeb11u1_amd64.deb
Get:240 http://deb.debian.org/debian oldstable/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nghttp2/libnghttp2-14_1.43.0-1%2bdeb11u1_amd64.deb
Get:241 http://deb.debian.org/debian oldstable/main amd64 libnghttp2-14 amd64 1.43.0-1+deb11u1 [77.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/libp/libpsl/libpsl5_0.21.0-1.2_amd64.deb
Get:242 http://deb.debian.org/debian oldstable/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/rtmpdump/librtmp1_2.4%2b20151223.gitfa8646d.1-2%2bb2_amd64.deb
Get:243 http://deb.debian.org/debian oldstable/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/libs/libssh2/libssh2-1_1.9.0-2%2bdeb11u1_amd64.deb
Get:244 http://deb.debian.org/debian oldstable/main amd64 libssh2-1 amd64 1.9.0-2+deb11u1 [156 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/curl/libcurl3-gnutls_7.74.0-1.3%2bdeb11u12_amd64.deb
Get:245 http://deb.debian.org/debian oldstable/main amd64 libcurl3-gnutls amd64 7.74.0-1.3+deb11u12 [344 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pycurl/python3-pycurl_7.43.0.6-5_amd64.deb
Get:246 http://deb.debian.org/debian oldstable/main amd64 python3-pycurl amd64 7.43.0.6-5 [68.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pysimplesoap/python3-pysimplesoap_1.16.2-3_all.deb
Get:247 http://deb.debian.org/debian oldstable/main amd64 python3-pysimplesoap all 1.16.2-3 [43.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-debianbts/python3-debianbts_3.1.0_all.deb
Get:248 http://deb.debian.org/debian oldstable/main amd64 python3-debianbts all 3.1.0 [11.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-certifi/python3-certifi_2020.6.20-1_all.deb
Get:249 http://deb.debian.org/debian oldstable/main amd64 python3-certifi all 2020.6.20-1 [151 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-idna/python3-idna_2.10-1%2bdeb11u1_all.deb
Get:250 http://deb.debian.org/debian oldstable/main amd64 python3-idna all 2.10-1+deb11u1 [39.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-urllib3/python3-urllib3_1.26.5-1%7eexp1_all.deb
Get:251 http://deb.debian.org/debian oldstable/main amd64 python3-urllib3 all 1.26.5-1~exp1 [114 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/requests/python3-requests_2.25.1%2bdfsg-2_all.deb
Get:252 http://deb.debian.org/debian oldstable/main amd64 python3-requests all 2.25.1+dfsg-2 [69.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/reportbug/python3-reportbug_7.10.3%2bdeb11u2_all.deb
Get:253 http://deb.debian.org/debian oldstable/main amd64 python3-reportbug all 7.10.3+deb11u2 [143 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/reportbug/reportbug_7.10.3%2bdeb11u2_all.deb
Get:254 http://deb.debian.org/debian oldstable/main amd64 reportbug all 7.10.3+deb11u2 [135 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/systemd-timesyncd_247.3-7%2bdeb11u5_amd64.deb
Get:255 http://deb.debian.org/debian oldstable/main amd64 systemd-timesyncd amd64 247.3-7+deb11u5 [132 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/netkit-telnet/telnet_0.17-42_amd64.deb
Get:256 http://deb.debian.org/debian oldstable/main amd64 telnet amd64 0.17-42 [71.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/t/traceroute/traceroute_2.1.0-2%2bdeb11u1_amd64.deb
Get:257 http://deb.debian.org/debian oldstable/main amd64 traceroute amd64 1:2.1.0-2+deb11u1 [55.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/scowl/wamerican_2019.10.06-1_all.deb
Get:258 http://deb.debian.org/debian oldstable/main amd64 wamerican all 2019.10.06-1 [215 kB]

proxy download: http://deb.debian.org/debian/pool/main/w/wget/wget_1.21-1%2bdeb11u1_amd64.deb
Get:259 http://deb.debian.org/debian oldstable/main amd64 wget amd64 1.21-1+deb11u1 [964 kB]

proxy download: http://deb.debian.org/debian/pool/main/x/xz-utils/xz-utils_5.2.5-2.1%7edeb11u1_amd64.deb
Get:260 http://deb.debian.org/debian oldstable/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/binutils-common_2.35.2-2_amd64.deb
Get:261 http://deb.debian.org/debian oldstable/main amd64 binutils-common amd64 2.35.2-2 [2220 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/libbinutils_2.35.2-2_amd64.deb
Get:262 http://deb.debian.org/debian oldstable/main amd64 libbinutils amd64 2.35.2-2 [570 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/libctf-nobfd0_2.35.2-2_amd64.deb
Get:263 http://deb.debian.org/debian oldstable/main amd64 libctf-nobfd0 amd64 2.35.2-2 [110 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/libctf0_2.35.2-2_amd64.deb
Get:264 http://deb.debian.org/debian oldstable/main amd64 libctf0 amd64 2.35.2-2 [53.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/binutils-x86-64-linux-gnu_2.35.2-2_amd64.deb
Get:265 http://deb.debian.org/debian oldstable/main amd64 binutils-x86-64-linux-gnu amd64 2.35.2-2 [1809 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/binutils_2.35.2-2_amd64.deb
Get:266 http://deb.debian.org/debian oldstable/main amd64 binutils amd64 2.35.2-2 [61.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc-dev-bin_2.31-13%2bdeb11u10_amd64.deb
Get:267 http://deb.debian.org/debian oldstable/main amd64 libc-dev-bin amd64 2.31-13+deb11u10 [276 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/linux/linux-libc-dev_5.10.218-1_amd64.deb
Get:268 http://deb.debian.org/debian oldstable/main amd64 linux-libc-dev amd64 5.10.218-1 [1728 kB]

proxy download: http://deb.debian.org/debian/pool/main/libx/libxcrypt/libcrypt-dev_4.4.18-4_amd64.deb
Get:269 http://deb.debian.org/debian oldstable/main amd64 libcrypt-dev amd64 1:4.4.18-4 [104 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc-dev_1.3.1-1%2bdeb11u1_amd64.deb
Get:270 http://deb.debian.org/debian oldstable/main amd64 libtirpc-dev amd64 1.3.1-1+deb11u1 [191 kB]

proxy download: http://deb.debian.org/debian/pool/main/libn/libnsl/libnsl-dev_1.3.0-2_amd64.deb
Get:271 http://deb.debian.org/debian oldstable/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc6-dev_2.31-13%2bdeb11u10_amd64.deb
Get:272 http://deb.debian.org/debian oldstable/main amd64 libc6-dev amd64 2.31-13+deb11u10 [2362 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/isl/libisl23_0.23-1_amd64.deb
Get:273 http://deb.debian.org/debian oldstable/main amd64 libisl23 amd64 0.23-1 [676 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/mpfr4/libmpfr6_4.1.0-3_amd64.deb
Get:274 http://deb.debian.org/debian oldstable/main amd64 libmpfr6 amd64 4.1.0-3 [2012 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/mpclib3/libmpc3_1.2.0-1_amd64.deb
Get:275 http://deb.debian.org/debian oldstable/main amd64 libmpc3 amd64 1.2.0-1 [45.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-10/cpp-10_10.2.1-6_amd64.deb
Get:276 http://deb.debian.org/debian oldstable/main amd64 cpp-10 amd64 10.2.1-6 [8528 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/cpp_10.2.1-1_amd64.deb
Get:277 http://deb.debian.org/debian oldstable/main amd64 cpp amd64 4:10.2.1-1 [19.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-10/libcc1-0_10.2.1-6_amd64.deb
Get:278 http://deb.debian.org/debian oldstable/main amd64 libcc1-0 amd64 10.2.1-6 [47.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-10/libgomp1_10.2.1-6_amd64.deb
Get:279 http://deb.debian.org/debian oldstable/main amd64 libgomp1 amd64 10.2.1-6 [99.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-10/libitm1_10.2.1-6_amd64.deb
Get:280 http://deb.debian.org/debian oldstable/main amd64 libitm1 amd64 10.2.1-6 [25.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-10/libatomic1_10.2.1-6_amd64.deb
Get:281 http://deb.debian.org/debian oldstable/main amd64 libatomic1 amd64 10.2.1-6 [9008 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-10/libasan6_10.2.1-6_amd64.deb
Get:282 http://deb.debian.org/debian oldstable/main amd64 libasan6 amd64 10.2.1-6 [2065 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-10/liblsan0_10.2.1-6_amd64.deb
Get:283 http://deb.debian.org/debian oldstable/main amd64 liblsan0 amd64 10.2.1-6 [828 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-10/libtsan0_10.2.1-6_amd64.deb
Get:284 http://deb.debian.org/debian oldstable/main amd64 libtsan0 amd64 10.2.1-6 [2000 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-10/libubsan1_10.2.1-6_amd64.deb
Get:285 http://deb.debian.org/debian oldstable/main amd64 libubsan1 amd64 10.2.1-6 [777 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-10/libquadmath0_10.2.1-6_amd64.deb
Get:286 http://deb.debian.org/debian oldstable/main amd64 libquadmath0 amd64 10.2.1-6 [145 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-10/libgcc-10-dev_10.2.1-6_amd64.deb
Get:287 http://deb.debian.org/debian oldstable/main amd64 libgcc-10-dev amd64 10.2.1-6 [2328 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-10/gcc-10_10.2.1-6_amd64.deb
Get:288 http://deb.debian.org/debian oldstable/main amd64 gcc-10 amd64 10.2.1-6 [17.0 MB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/gcc_10.2.1-1_amd64.deb
Get:289 http://deb.debian.org/debian oldstable/main amd64 gcc amd64 4:10.2.1-1 [5192 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-10/libstdc%2b%2b-10-dev_10.2.1-6_amd64.deb
Get:290 http://deb.debian.org/debian oldstable/main amd64 libstdc++-10-dev amd64 10.2.1-6 [1741 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-10/g%2b%2b-10_10.2.1-6_amd64.deb
Get:291 http://deb.debian.org/debian oldstable/main amd64 g++-10 amd64 10.2.1-6 [9380 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/g%2b%2b_10.2.1-1_amd64.deb
Get:292 http://deb.debian.org/debian oldstable/main amd64 g++ amd64 4:10.2.1-1 [1644 B]

proxy download: http://deb.debian.org/debian/pool/main/m/make-dfsg/make_4.3-4.1_amd64.deb
Get:293 http://deb.debian.org/debian oldstable/main amd64 make amd64 4.3-4.1 [396 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dpkg/libdpkg-perl_1.20.13_all.deb
Get:294 http://deb.debian.org/debian oldstable/main amd64 libdpkg-perl all 1.20.13 [1552 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/patch/patch_2.7.6-7_amd64.deb
Get:295 http://deb.debian.org/debian oldstable/main amd64 patch amd64 2.7.6-7 [128 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dpkg/dpkg-dev_1.20.13_all.deb
Get:296 http://deb.debian.org/debian oldstable/main amd64 dpkg-dev all 1.20.13 [2314 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/build-essential/build-essential_12.9_amd64.deb
Get:297 http://deb.debian.org/debian oldstable/main amd64 build-essential amd64 12.9 [7704 B]

proxy download: http://deb.debian.org/debian/pool/main/b/busybox/busybox_1.30.1-6%2bb3_amd64.deb
Get:298 http://deb.debian.org/debian oldstable/main amd64 busybox amd64 1:1.30.1-6+b3 [435 kB]

proxy download: http://deb.debian.org/debian/pool/main/libe/libeatmydata/libeatmydata1_105-9_amd64.deb
Get:299 http://deb.debian.org/debian oldstable/main amd64 libeatmydata1 amd64 105-9 [15.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/libe/libeatmydata/eatmydata_105-9_all.deb
Get:300 http://deb.debian.org/debian oldstable/main amd64 eatmydata all 105-9 [16.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/fakechroot/libfakechroot_2.19-3.3_amd64.deb
Get:301 http://deb.debian.org/debian oldstable/main amd64 libfakechroot amd64 2.19-3.3 [44.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/fakechroot/fakechroot_2.19-3.3_all.deb
Get:302 http://deb.debian.org/debian oldstable/main amd64 fakechroot all 2.19-3.3 [29.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/fakeroot/libfakeroot_1.25.3-1.1_amd64.deb
Get:303 http://deb.debian.org/debian oldstable/main amd64 libfakeroot amd64 1.25.3-1.1 [47.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.25.3-1.1_amd64.deb
Get:304 http://deb.debian.org/debian oldstable/main amd64 fakeroot amd64 1.25.3-1.1 [87.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/liba/libassuan/libassuan0_2.5.3-7.1_amd64.deb
Get:305 http://deb.debian.org/debian oldstable/main amd64 libassuan0 amd64 2.5.3-7.1 [50.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gnupg2/gpgconf_2.2.27-2%2bdeb11u2_amd64.deb
Get:306 http://deb.debian.org/debian oldstable/main amd64 gpgconf amd64 2.2.27-2+deb11u2 [548 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gnupg2/gpg_2.2.27-2%2bdeb11u2_amd64.deb
Get:307 http://deb.debian.org/debian oldstable/main amd64 gpg amd64 2.2.27-2+deb11u2 [928 kB]
Fetched 162 MB in 3min 1s (899 kB/s)
Download complete and in download only mode
Reading package lists...
running cleanupapt
does not exist: ./shared/cache.A/apt/var/cache/apt/archives/*.deb
does not exist: ./shared/cache.A/apt/var/cache/apt/archives/partial/*.deb
does not exist: ./shared/cache.A/apt/var/cache/apt/*.bin
does not exist: ./shared/cache.A/apt/var/lib/apt/lists/lock
does not exist: ./shared/cache.A/apt/etc/apt/sources.list.d/*
does not exist: ./shared/cache.A/apt/etc/apt/preferences.d/*
creating mirror for oldstable
contents of /etc/apt/sources.list:
deb [arch=amd64] http://deb.debian.org/debian oldstable main
deb [arch=amd64] http://deb.debian.org/debian oldstable-updates main
deb [arch=amd64] http://security.debian.org/debian-security oldstable-security main
proxy cached: http://deb.debian.org/debian/dists/oldstable/InRelease
Get:1 http://deb.debian.org/debian oldstable InRelease [116 kB]

proxy download: http://security.debian.org/debian-security/dists/oldstable-security/InRelease

proxy download: http://deb.debian.org/debian/dists/oldstable-updates/InRelease
Get:2 http://deb.debian.org/debian oldstable-updates InRelease [44.1 kB]
proxy cached: http://deb.debian.org/debian/dists/oldstable/main/binary-amd64/by-hash/SHA256/86d4b153049aafdbf34def877cba528789ce697951a4c97ebab2ee21c9090b6d
Get:3 http://deb.debian.org/debian oldstable/main amd64 Packages [8067 kB]
Get:4 http://security.debian.org/debian-security oldstable-security InRelease [48.4 kB]

proxy download: http://deb.debian.org/debian/dists/oldstable-updates/main/binary-amd64/by-hash/SHA256/eebb6103cc6f76baa2fee74e7dd915be4c888033bf438756df0774890bdf9806
Get:5 http://deb.debian.org/debian oldstable-updates/main amd64 Packages [18.8 kB]

proxy download: http://security.debian.org/debian-security/dists/oldstable-security/main/binary-amd64/by-hash/SHA256/2cc2466fa0b43a66042cf01fd95b645732ec96d82646719d3a75610464a7d5ca
Get:6 http://security.debian.org/debian-security oldstable-security/main amd64 Packages [280 kB]
Fetched 8574 kB in 1s (5877 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
The following additional packages will be installed:
  binutils binutils-common binutils-x86-64-linux-gnu bsdextrautils cpp cpp-10
  distro-info-data dmsetup dpkg-dev g++ g++-10 gcc gcc-10 gpgconf libacl1
  libapparmor1 libapt-pkg6.0 libargon2-1 libasan6 libassuan0 libatomic1
  libattr1 libaudit-common libaudit1 libbinutils libblkid1 libbpf0 libbrotli1
  libbsd0 libbz2-1.0 libc-dev-bin libc6 libc6-dev libcap-ng0 libcap2
  libcap2-bin libcbor0 libcc1-0 libcom-err2 libcrypt-dev libcrypt1
  libcryptsetup12 libctf-nobfd0 libctf0 libcurl3-gnutls libdb5.3 libdbus-1-3
  libdebconfclient0 libdevmapper1.02.1 libdns-export1110 libdpkg-perl
  libeatmydata1 libedit2 libelf1 libestr0 libexpat1 libext2fs2 libfakechroot
  libfakeroot libfastjson4 libfdisk1 libffi7 libfido2-1 libfstrm0
  libgcc-10-dev libgcc-s1 libgcrypt20 libgdbm-compat4 libgdbm6 libgmp10
  libgnutls30 libgomp1 libgpg-error0 libgssapi-krb5-2 libhogweed6 libicu67
  libidn2-0 libip4tc2 libisc-export1105 libisl23 libitm1 libjansson4
  libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0
  libldap-2.4-2 liblmdb0 liblocale-gettext-perl liblognorm5 liblsan0 liblz4-1
  liblzma5 libmagic-mgc libmagic1 libmaxminddb0 libmd0 libmnl0 libmount1
  libmpc3 libmpdec3 libmpfr6 libncurses6 libncursesw6 libnettle8 libnewt0.52
  libnftables1 libnftnl11 libnghttp2-14 libnsl-dev libnsl2 libp11-kit0
  libpam0g libpci3 libpcre2-8-0 libpcre3 libperl5.32 libpipeline1 libpopt0
  libprocps8 libprotobuf-c1 libpsl5 libpython3-stdlib libpython3.9-minimal
  libpython3.9-stdlib libquadmath0 librtmp1 libsasl2-2 libsasl2-modules-db
  libseccomp2 libselinux1 libsemanage-common libsemanage1 libsepol1 libslang2
  libsmartcols1 libsqlite3-0 libss2 libssh2-1 libssl1.1 libstdc++-10-dev
  libstdc++6 libsystemd0 libtasn1-6 libtext-charwidth-perl libtext-iconv-perl
  libtext-wrapi18n-perl libtinfo6 libtirpc-common libtirpc-dev libtirpc3
  libtsan0 libubsan1 libuchardet0 libudev1 libunistring2 libuuid1 libuv1
  libxml2 libxtables12 libxxhash0 libzstd1 linux-libc-dev logsave lsb-base
  mailcap make openssl patch pci.ids python-apt-common python3 python3-apt
  python3-certifi python3-chardet python3-debconf python3-debian
  python3-debianbts python3-httplib2 python3-idna python3-minimal
  python3-pkg-resources python3-pycurl python3-pysimplesoap python3-requests
  python3-six python3-urllib3 python3.9 python3.9-minimal tasksel xxd zlib1g
Suggested packages:
  apt-doc aptitude | synaptic | wajig gnupg | gnupg2 | gnupg1 powermgmt-base
  default-mta | mail-transport-agent python3-gi www-browser
  x-terminal-emulator bash-doc binutils-doc bzip2-doc libarchive-dev cpp-doc
  gcc-10-locales anacron checksecurity default-dbus-session-bus
  | dbus-session-bus debconf-doc debconf-utils libterm-readline-gnu-perl
  libgtk3-perl libnet-ldap-perl debconf-kde-helper pdf-viewer diffutils-doc
  wdiff postscript-viewer debsig-verify debian-keyring gpart parted fuse2fs
  e2fsck-static mlocate | locate g++-multilib g++-10-multilib gcc-10-doc
  gcc-multilib manpages-dev autoconf automake libtool flex bison gdb gcc-doc
  gcc-10-multilib gnupg groff ppp rdnssd iproute2-doc resolvconf avahi-autoipd
  isc-dhcp-client-ddns glibc-doc git bzr rng-tools gdbm-l10n gnutls-bin
  krb5-doc krb5-user mmdb-bin libpam-doc libstdc++-10-doc make-doc apparmor
  nfs-common hunspell firewalld keychain libpam-ssh monkeysphere ssh-askpass
  ed perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl
  libtap-harness-archive-perl python3-doc python3-tk python3-venv
  python3-apt-dbg python-apt-doc python3-setuptools libcurl4-gnutls-dev
  python-pycurl-doc python3-pycurl-dbg python3-cryptography python3-openssl
  python3-socks python-requests-doc python3.9-venv python3.9-doc
  binfmt-support readline-doc default-mta | postfix | exim4
  | mail-transport-agent gnupg | pgp debsums dlocate python3-urwid
  reportbug-gtk xdg-utils emacs-bin-common claws-mail rsyslog-mysql
  | rsyslog-pgsql rsyslog-mongodb rsyslog-doc rsyslog-openssl | rsyslog-gnutls
  rsyslog-gssapi rsyslog-relp systemd-container policykit-1 ncompress
  tar-scripts tar-doc dosfstools kbd util-linux-locales indent
Recommended packages:
  default-mta | mail-transport-agent gnupg libalgorithm-merge-perl
  e2fsprogs-l10n libatm1 manpages-dev libc-devtools libnss-nis libnss-nisplus
  libpam-cap libfile-fcntllock-perl libgpg-error-l10n libldap-common libgpm2
  libfribidi0 publicsuffix libsasl2-modules uuid-runtime bsd-mailx | mailx
  xauth psmisc lsb-release iso-codes laptop-detect
The following NEW packages will be installed:
  adduser apt apt-listchanges apt-utils base-files base-passwd bash
  bash-completion bind9-dnsutils bind9-host bind9-libs binutils
  binutils-common binutils-x86-64-linux-gnu bsdextrautils bsdutils
  build-essential busybox bzip2 ca-certificates coreutils cpio cpp cpp-10 cron
  dash dbus debconf debconf-i18n debian-archive-keyring debian-faq debianutils
  diffutils distro-info-data dmidecode dmsetup doc-debian dpkg dpkg-dev
  e2fsprogs eatmydata fakechroot fakeroot fdisk file findutils g++ g++-10 gcc
  gcc-10 gcc-10-base gcc-9-base gettext-base gpg gpgconf gpgv grep groff-base
  gzip hostname ifupdown init init-system-helpers iproute2 iputils-ping
  isc-dhcp-client isc-dhcp-common kmod krb5-locales less libacl1 libapparmor1
  libapt-pkg6.0 libargon2-1 libasan6 libassuan0 libatomic1 libattr1
  libaudit-common libaudit1 libbinutils libblkid1 libbpf0 libbrotli1 libbsd0
  libbz2-1.0 libc-bin libc-dev-bin libc-l10n libc6 libc6-dev libcap-ng0
  libcap2 libcap2-bin libcbor0 libcc1-0 libcom-err2 libcrypt-dev libcrypt1
  libcryptsetup12 libctf-nobfd0 libctf0 libcurl3-gnutls libdb5.3 libdbus-1-3
  libdebconfclient0 libdevmapper1.02.1 libdns-export1110 libdpkg-perl
  libeatmydata1 libedit2 libelf1 libestr0 libexpat1 libext2fs2 libfakechroot
  libfakeroot libfastjson4 libfdisk1 libffi7 libfido2-1 libfstrm0
  libgcc-10-dev libgcc-s1 libgcrypt20 libgdbm-compat4 libgdbm6 libgmp10
  libgnutls30 libgomp1 libgpg-error0 libgssapi-krb5-2 libhogweed6 libicu67
  libidn2-0 libip4tc2 libisc-export1105 libisl23 libitm1 libjansson4
  libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0
  libldap-2.4-2 liblmdb0 liblocale-gettext-perl liblockfile-bin liblognorm5
  liblsan0 liblz4-1 liblzma5 libmagic-mgc libmagic1 libmaxminddb0 libmd0
  libmnl0 libmount1 libmpc3 libmpdec3 libmpfr6 libncurses6 libncursesw6
  libnettle8 libnewt0.52 libnftables1 libnftnl11 libnghttp2-14 libnsl-dev
  libnsl2 libnss-systemd libp11-kit0 libpam-modules libpam-modules-bin
  libpam-runtime libpam-systemd libpam0g libpci3 libpcre2-8-0 libpcre3
  libperl5.32 libpipeline1 libpopt0 libprocps8 libprotobuf-c1 libpsl5
  libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
  libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libseccomp2 libselinux1
  libsemanage-common libsemanage1 libsepol1 libslang2 libsmartcols1
  libsqlite3-0 libss2 libssh2-1 libssl1.1 libstdc++-10-dev libstdc++6
  libsystemd0 libtasn1-6 libtext-charwidth-perl libtext-iconv-perl
  libtext-wrapi18n-perl libtinfo6 libtirpc-common libtirpc-dev libtirpc3
  libtsan0 libubsan1 libuchardet0 libudev1 libunistring2 libuuid1 libuv1
  libxml2 libxtables12 libxxhash0 libzstd1 linux-libc-dev locales login
  logrotate logsave lsb-base lsof mailcap make man-db manpages mawk
  media-types mime-support mount nano ncurses-base ncurses-bin ncurses-term
  netbase netcat-traditional nftables openssh-client openssl passwd patch
  pci.ids pciutils perl perl-base perl-modules-5.32 procps python-apt-common
  python3 python3-apt python3-certifi python3-chardet python3-debconf
  python3-debian python3-debianbts python3-httplib2 python3-idna
  python3-minimal python3-pkg-resources python3-pycurl python3-pysimplesoap
  python3-reportbug python3-requests python3-six python3-urllib3 python3.9
  python3.9-minimal readline-common reportbug rsyslog sed sensible-utils
  systemd systemd-sysv systemd-timesyncd sysvinit-utils tar tasksel
  tasksel-data telnet traceroute tzdata ucf udev util-linux vim-common
  vim-tiny wamerican wget whiptail xxd xz-utils zlib1g
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-10/gcc-10-base_10.2.1-6_amd64.deb

proxy download: http://security.debian.org/debian-security/pool/updates/main/k/krb5/libkrb5support0_1.18.3-6%2bdeb11u5_amd64.deb
0 upgraded, 307 newly installed, 0 to remove and 0 not upgraded.
Need to get 163 MB of archives.
After this operation, 600 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian oldstable/main amd64 gcc-10-base amd64 10.2.1-6 [201 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libx/libxcrypt/libcrypt1_4.4.18-4_amd64.deb
Get:2 http://deb.debian.org/debian oldstable/main amd64 libcrypt1 amd64 1:4.4.18-4 [87.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/libc6_2.31-13%2bdeb11u10_amd64.deb
Get:3 http://deb.debian.org/debian oldstable/main amd64 libc6 amd64 2.31-13+deb11u10 [2825 kB]
Get:4 http://security.debian.org/debian-security oldstable-security/main amd64 libkrb5support0 amd64 1.18.3-6+deb11u5 [65.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-10/libgcc-s1_10.2.1-6_amd64.deb
Get:5 http://deb.debian.org/debian oldstable/main amd64 libgcc-s1 amd64 10.2.1-6 [41.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/mawk/mawk_1.3.4.20200120-2_amd64.deb
Get:6 http://deb.debian.org/debian oldstable/main amd64 mawk amd64 1.3.4.20200120-2 [112 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/base-files/base-files_11.1%2bdeb11u10_amd64.deb
Get:7 http://deb.debian.org/debian oldstable/main amd64 base-files amd64 11.1+deb11u10 [70.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/libtinfo6_6.2%2b20201114-2%2bdeb11u2_amd64.deb
Get:8 http://deb.debian.org/debian oldstable/main amd64 libtinfo6 amd64 6.2+20201114-2+deb11u2 [342 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debianutils/debianutils_4.11.2_amd64.deb
Get:9 http://deb.debian.org/debian oldstable/main amd64 debianutils amd64 4.11.2 [101 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/bash/bash_5.1-2%2bdeb11u1_amd64.deb
Get:10 http://deb.debian.org/debian oldstable/main amd64 bash amd64 5.1-2+deb11u1 [1417 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libg/libgpg-error/libgpg-error0_1.38-2_amd64.deb
Get:11 http://deb.debian.org/debian oldstable/main amd64 libgpg-error0 amd64 1.38-2 [77.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libg/libgcrypt20/libgcrypt20_1.8.7-6_amd64.deb
Get:12 http://deb.debian.org/debian oldstable/main amd64 libgcrypt20 amd64 1.8.7-6 [563 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/lz4/liblz4-1_1.9.3-2_amd64.deb
Get:13 http://deb.debian.org/debian oldstable/main amd64 liblz4-1 amd64 1.9.3-2 [57.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/x/xz-utils/liblzma5_5.2.5-2.1%7edeb11u1_amd64.deb
Get:14 http://deb.debian.org/debian oldstable/main amd64 liblzma5 amd64 5.2.5-2.1~deb11u1 [168 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libz/libzstd/libzstd1_1.4.8%2bdfsg-2.1_amd64.deb
Get:15 http://deb.debian.org/debian oldstable/main amd64 libzstd1 amd64 1.4.8+dfsg-2.1 [319 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/libsystemd0_247.3-7%2bdeb11u5_amd64.deb
Get:16 http://deb.debian.org/debian oldstable/main amd64 libsystemd0 amd64 247.3-7+deb11u5 [376 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/bsdutils_2.36.1-8%2bdeb11u2_amd64.deb
Get:17 http://deb.debian.org/debian oldstable/main amd64 bsdutils amd64 1:2.36.1-8+deb11u2 [149 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/acl/libacl1_2.2.53-10_amd64.deb
Get:18 http://deb.debian.org/debian oldstable/main amd64 libacl1 amd64 2.2.53-10 [31.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/attr/libattr1_2.4.48-6_amd64.deb
Get:19 http://deb.debian.org/debian oldstable/main amd64 libattr1 amd64 1:2.4.48-6 [21.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gmp/libgmp10_6.2.1%2bdfsg-1%2bdeb11u1_amd64.deb
Get:20 http://deb.debian.org/debian oldstable/main amd64 libgmp10 amd64 2:6.2.1+dfsg-1+deb11u1 [563 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pcre2/libpcre2-8-0_10.36-2%2bdeb11u1_amd64.deb
Get:21 http://deb.debian.org/debian oldstable/main amd64 libpcre2-8-0 amd64 10.36-2+deb11u1 [248 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libselinux/libselinux1_3.1-3_amd64.deb
Get:22 http://deb.debian.org/debian oldstable/main amd64 libselinux1 amd64 3.1-3 [88.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/coreutils/coreutils_8.32-4%2bb1_amd64.deb
Get:23 http://deb.debian.org/debian oldstable/main amd64 coreutils amd64 8.32-4+b1 [2867 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/bzip2/libbz2-1.0_1.0.8-4_amd64.deb
Get:24 http://deb.debian.org/debian oldstable/main amd64 libbz2-1.0 amd64 1.0.8-4 [45.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/z/zlib/zlib1g_1.2.11.dfsg-2%2bdeb11u2_amd64.deb
Get:25 http://deb.debian.org/debian oldstable/main amd64 zlib1g amd64 1:1.2.11.dfsg-2+deb11u2 [91.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/tar/tar_1.34%2bdfsg-1%2bdeb11u1_amd64.deb
Get:26 http://deb.debian.org/debian oldstable/main amd64 tar amd64 1.34+dfsg-1+deb11u1 [847 kB]

proxy download: http://security.debian.org/debian-security/pool/updates/main/k/krb5/libk5crypto3_1.18.3-6%2bdeb11u5_amd64.deb
proxy cached: http://deb.debian.org/debian/pool/main/d/dpkg/dpkg_1.20.13_amd64.deb
Get:27 http://deb.debian.org/debian oldstable/main amd64 dpkg amd64 1.20.13 [2538 kB]
Get:28 http://security.debian.org/debian-security oldstable-security/main amd64 libk5crypto3 amd64 1.18.3-6+deb11u5 [114 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/perl/perl-base_5.32.1-4%2bdeb11u3_amd64.deb
Get:29 http://deb.debian.org/debian oldstable/main amd64 perl-base amd64 5.32.1-4+deb11u3 [1628 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debconf/debconf_1.5.77_all.deb
Get:30 http://deb.debian.org/debian oldstable/main amd64 debconf all 1.5.77 [144 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dash/dash_0.5.11%2bgit20200708%2bdd9ef66-5_amd64.deb
Get:31 http://deb.debian.org/debian oldstable/main amd64 dash amd64 0.5.11+git20200708+dd9ef66-5 [115 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/diffutils/diffutils_3.7-5_amd64.deb
Get:32 http://deb.debian.org/debian oldstable/main amd64 diffutils amd64 1:3.7-5 [373 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/findutils/findutils_4.8.0-1_amd64.deb
Get:33 http://deb.debian.org/debian oldstable/main amd64 findutils amd64 4.8.0-1 [697 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pcre3/libpcre3_8.39-13_amd64.deb
Get:34 http://deb.debian.org/debian oldstable/main amd64 libpcre3 amd64 2:8.39-13 [343 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/grep/grep_3.6-1%2bdeb11u1_amd64.deb
Get:35 http://deb.debian.org/debian oldstable/main amd64 grep amd64 3.6-1+deb11u1 [398 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gzip/gzip_1.10-4%2bdeb11u1_amd64.deb
Get:36 http://deb.debian.org/debian oldstable/main amd64 gzip amd64 1.10-4+deb11u1 [132 kB]
proxy cached: http://deb.debian.org/debian/pool/main/h/hostname/hostname_3.23_amd64.deb
Get:37 http://deb.debian.org/debian oldstable/main amd64 hostname amd64 3.23 [14.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/audit/libaudit-common_3.0-2_all.deb
Get:38 http://deb.debian.org/debian oldstable/main amd64 libaudit-common all 1:3.0-2 [14.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libc/libcap-ng/libcap-ng0_0.7.9-2.2%2bb1_amd64.deb
Get:39 http://deb.debian.org/debian oldstable/main amd64 libcap-ng0 amd64 0.7.9-2.2+b1 [14.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/audit/libaudit1_3.0-2_amd64.deb
Get:40 http://deb.debian.org/debian oldstable/main amd64 libaudit1 amd64 1:3.0-2 [50.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pam/libpam0g_1.4.0-9%2bdeb11u1_amd64.deb
Get:41 http://deb.debian.org/debian oldstable/main amd64 libpam0g amd64 1.4.0-9+deb11u1 [129 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/db5.3/libdb5.3_5.3.28%2bdfsg1-0.8_amd64.deb
Get:42 http://deb.debian.org/debian oldstable/main amd64 libdb5.3 amd64 5.3.28+dfsg1-0.8 [687 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libcom-err2_1.46.2-2_amd64.deb
Get:43 http://deb.debian.org/debian oldstable/main amd64 libcom-err2 amd64 1.46.2-2 [74.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/k/keyutils/libkeyutils1_1.6.1-2_amd64.deb
Get:44 http://deb.debian.org/debian oldstable/main amd64 libkeyutils1 amd64 1.6.1-2 [15.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.1w-0%2bdeb11u1_amd64.deb
Get:45 http://deb.debian.org/debian oldstable/main amd64 libssl1.1 amd64 1.1.1w-0+deb11u1 [1566 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc-common_1.3.1-1%2bdeb11u1_all.deb
Get:46 http://deb.debian.org/debian oldstable/main amd64 libtirpc-common all 1.3.1-1+deb11u1 [13.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc3_1.3.1-1%2bdeb11u1_amd64.deb
Get:47 http://deb.debian.org/debian oldstable/main amd64 libtirpc3 amd64 1.3.1-1+deb11u1 [84.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libn/libnsl/libnsl2_1.3.0-2_amd64.deb
Get:48 http://deb.debian.org/debian oldstable/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pam/libpam-modules-bin_1.4.0-9%2bdeb11u1_amd64.deb
Get:49 http://deb.debian.org/debian oldstable/main amd64 libpam-modules-bin amd64 1.4.0-9+deb11u1 [108 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pam/libpam-modules_1.4.0-9%2bdeb11u1_amd64.deb
Get:50 http://deb.debian.org/debian oldstable/main amd64 libpam-modules amd64 1.4.0-9+deb11u1 [326 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pam/libpam-runtime_1.4.0-9%2bdeb11u1_all.deb
Get:51 http://deb.debian.org/debian oldstable/main amd64 libpam-runtime all 1.4.0-9+deb11u1 [207 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/shadow/login_4.8.1-1_amd64.deb
Get:52 http://deb.debian.org/debian oldstable/main amd64 login amd64 1:4.8.1-1 [655 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-bin_6.2%2b20201114-2%2bdeb11u2_amd64.deb
Get:53 http://deb.debian.org/debian oldstable/main amd64 ncurses-bin amd64 6.2+20201114-2+deb11u2 [429 kB]

proxy download: http://security.debian.org/debian-security/pool/updates/main/k/krb5/libkrb5-3_1.18.3-6%2bdeb11u5_amd64.deb
proxy cached: http://deb.debian.org/debian/pool/main/s/sed/sed_4.7-1_amd64.deb
Get:54 http://deb.debian.org/debian oldstable/main amd64 sed amd64 4.7-1 [310 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/libblkid1_2.36.1-8%2bdeb11u2_amd64.deb
Get:55 http://deb.debian.org/debian oldstable/main amd64 libblkid1 amd64 2.36.1-8+deb11u2 [194 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/libmount1_2.36.1-8%2bdeb11u2_amd64.deb
Get:56 http://deb.debian.org/debian oldstable/main amd64 libmount1 amd64 2.36.1-8+deb11u2 [212 kB]
Get:57 http://security.debian.org/debian-security oldstable-security/main amd64 libkrb5-3 amd64 1.18.3-6+deb11u5 [363 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/libsmartcols1_2.36.1-8%2bdeb11u2_amd64.deb
Get:58 http://deb.debian.org/debian oldstable/main amd64 libsmartcols1 amd64 2.36.1-8+deb11u2 [158 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/libudev1_247.3-7%2bdeb11u5_amd64.deb
Get:59 http://deb.debian.org/debian oldstable/main amd64 libudev1 amd64 247.3-7+deb11u5 [169 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/libuuid1_2.36.1-8%2bdeb11u2_amd64.deb
Get:60 http://deb.debian.org/debian oldstable/main amd64 libuuid1 amd64 2.36.1-8+deb11u2 [83.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/util-linux_2.36.1-8%2bdeb11u2_amd64.deb
Get:61 http://deb.debian.org/debian oldstable/main amd64 util-linux amd64 2.36.1-8+deb11u2 [1142 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libsemanage/libsemanage-common_3.1-1_all.deb
Get:62 http://deb.debian.org/debian oldstable/main amd64 libsemanage-common all 3.1-1 [21.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libsepol/libsepol1_3.1-1_amd64.deb
Get:63 http://deb.debian.org/debian oldstable/main amd64 libsepol1 amd64 3.1-1 [265 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libsemanage/libsemanage1_3.1-1%2bb2_amd64.deb
Get:64 http://deb.debian.org/debian oldstable/main amd64 libsemanage1 amd64 3.1-1+b2 [99.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/shadow/passwd_4.8.1-1_amd64.deb
Get:65 http://deb.debian.org/debian oldstable/main amd64 passwd amd64 1:4.8.1-1 [990 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/adduser/adduser_3.118%2bdeb11u1_all.deb
Get:66 http://deb.debian.org/debian oldstable/main amd64 adduser all 3.118+deb11u1 [241 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gnupg2/gpgv_2.2.27-2%2bdeb11u2_amd64.deb
Get:67 http://deb.debian.org/debian oldstable/main amd64 gpgv amd64 2.2.27-2+deb11u2 [626 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-10/libstdc%2b%2b6_10.2.1-6_amd64.deb
Get:68 http://deb.debian.org/debian oldstable/main amd64 libstdc++6 amd64 10.2.1-6 [493 kB]
proxy cached: http://deb.debian.org/debian/pool/main/x/xxhash/libxxhash0_0.8.0-2_amd64.deb
Get:69 http://deb.debian.org/debian oldstable/main amd64 libxxhash0 amd64 0.8.0-2 [26.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/apt/libapt-pkg6.0_2.2.4_amd64.deb
Get:70 http://deb.debian.org/debian oldstable/main amd64 libapt-pkg6.0 amd64 2.2.4 [1013 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2021.1.1%2bdeb11u1_all.deb
Get:71 http://deb.debian.org/debian oldstable/main amd64 debian-archive-keyring all 2021.1.1+deb11u1 [110 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/nettle/libnettle8_3.7.3-1_amd64.deb
Get:72 http://deb.debian.org/debian oldstable/main amd64 libnettle8 amd64 3.7.3-1 [270 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/nettle/libhogweed6_3.7.3-1_amd64.deb
Get:73 http://deb.debian.org/debian oldstable/main amd64 libhogweed6 amd64 3.7.3-1 [320 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libu/libunistring/libunistring2_0.9.10-4_amd64.deb
Get:74 http://deb.debian.org/debian oldstable/main amd64 libunistring2 amd64 0.9.10-4 [379 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libi/libidn2/libidn2-0_2.3.0-5_amd64.deb
Get:75 http://deb.debian.org/debian oldstable/main amd64 libidn2-0 amd64 2.3.0-5 [86.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libf/libffi/libffi7_3.3-6_amd64.deb
Get:76 http://deb.debian.org/debian oldstable/main amd64 libffi7 amd64 3.3-6 [23.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/p11-kit/libp11-kit0_0.23.22-1_amd64.deb
Get:77 http://deb.debian.org/debian oldstable/main amd64 libp11-kit0 amd64 0.23.22-1 [337 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtasn1-6/libtasn1-6_4.16.0-2%2bdeb11u1_amd64.deb
Get:78 http://deb.debian.org/debian oldstable/main amd64 libtasn1-6 amd64 4.16.0-2+deb11u1 [54.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gnutls28/libgnutls30_3.7.1-5%2bdeb11u5_amd64.deb
Get:79 http://deb.debian.org/debian oldstable/main amd64 libgnutls30 amd64 3.7.1-5+deb11u5 [1340 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.1-1%2bdeb11u1_amd64.deb
Get:80 http://deb.debian.org/debian oldstable/main amd64 libseccomp2 amd64 2.5.1-1+deb11u1 [48.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/apt/apt_2.2.4_amd64.deb
Get:81 http://deb.debian.org/debian oldstable/main amd64 apt amd64 2.2.4 [1491 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/cdebconf/libdebconfclient0_0.260_amd64.deb
Get:82 http://deb.debian.org/debian oldstable/main amd64 libdebconfclient0 amd64 0.260 [50.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/base-passwd/base-passwd_3.5.51_amd64.deb
Get:83 http://deb.debian.org/debian oldstable/main amd64 base-passwd amd64 3.5.51 [58.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/init-system-helpers/init-system-helpers_1.60_all.deb
Get:84 http://deb.debian.org/debian oldstable/main amd64 init-system-helpers all 1.60 [47.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/libc-bin_2.31-13%2bdeb11u10_amd64.deb
Get:85 http://deb.debian.org/debian oldstable/main amd64 libc-bin amd64 2.31-13+deb11u10 [827 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-base_6.2%2b20201114-2%2bdeb11u2_all.deb
Get:86 http://deb.debian.org/debian oldstable/main amd64 ncurses-base all 6.2+20201114-2+deb11u2 [272 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/lsb/lsb-base_11.1.0_all.deb
Get:87 http://deb.debian.org/debian oldstable/main amd64 lsb-base all 11.1.0 [28.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/sysvinit/sysvinit-utils_2.96-7%2bdeb11u1_amd64.deb
Get:88 http://deb.debian.org/debian oldstable/main amd64 sysvinit-utils amd64 2.96-7+deb11u1 [25.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libext2fs2_1.46.2-2_amd64.deb
Get:89 http://deb.debian.org/debian oldstable/main amd64 libext2fs2 amd64 1.46.2-2 [257 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libss2_1.46.2-2_amd64.deb
Get:90 http://deb.debian.org/debian oldstable/main amd64 libss2 amd64 1.46.2-2 [78.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/e2fsprogs/logsave_1.46.2-2_amd64.deb
Get:91 http://deb.debian.org/debian oldstable/main amd64 logsave amd64 1.46.2-2 [74.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/e2fsprogs/e2fsprogs_1.46.2-2_amd64.deb
Get:92 http://deb.debian.org/debian oldstable/main amd64 e2fsprogs amd64 1.46.2-2 [615 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/mount_2.36.1-8%2bdeb11u2_amd64.deb
Get:93 http://deb.debian.org/debian oldstable/main amd64 mount amd64 2.36.1-8+deb11u2 [186 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_0.0.14_all.deb
Get:94 http://deb.debian.org/debian oldstable/main amd64 sensible-utils all 0.0.14 [14.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/cron/cron_3.0pl1-137_amd64.deb
Get:95 http://deb.debian.org/debian oldstable/main amd64 cron amd64 3.0pl1-137 [99.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/apparmor/libapparmor1_2.13.6-10_amd64.deb
Get:96 http://deb.debian.org/debian oldstable/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libc/libcap2/libcap2_2.44-1_amd64.deb
Get:97 http://deb.debian.org/debian oldstable/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/argon2/libargon2-1_0%7e20171227-0.2_amd64.deb
Get:98 http://deb.debian.org/debian oldstable/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/lvm2/dmsetup_1.02.175-2.1_amd64.deb
Get:99 http://deb.debian.org/debian oldstable/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/lvm2/libdevmapper1.02.1_1.02.175-2.1_amd64.deb
Get:100 http://deb.debian.org/debian oldstable/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
proxy cached: http://deb.debian.org/debian/pool/main/j/json-c/libjson-c5_0.15-2%2bdeb11u1_amd64.deb
Get:101 http://deb.debian.org/debian oldstable/main amd64 libjson-c5 amd64 0.15-2+deb11u1 [42.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/cryptsetup/libcryptsetup12_2.3.7-1%2bdeb11u1_amd64.deb
Get:102 http://deb.debian.org/debian oldstable/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/iptables/libip4tc2_1.8.7-1_amd64.deb
Get:103 http://deb.debian.org/debian oldstable/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/k/kmod/libkmod2_28-1_amd64.deb
Get:104 http://deb.debian.org/debian oldstable/main amd64 libkmod2 amd64 28-1 [55.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/systemd_247.3-7%2bdeb11u5_amd64.deb
Get:105 http://deb.debian.org/debian oldstable/main amd64 systemd amd64 247.3-7+deb11u5 [4502 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/systemd-sysv_247.3-7%2bdeb11u5_amd64.deb
Get:106 http://deb.debian.org/debian oldstable/main amd64 systemd-sysv amd64 247.3-7+deb11u5 [114 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/init-system-helpers/init_1.60_amd64.deb
Get:107 http://deb.debian.org/debian oldstable/main amd64 init amd64 1.60 [15.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/j/jansson/libjansson4_2.13.1-1.1_amd64.deb
Get:108 http://deb.debian.org/debian oldstable/main amd64 libjansson4 amd64 2.13.1-1.1 [39.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libm/libmnl/libmnl0_1.0.4-3_amd64.deb
Get:109 http://deb.debian.org/debian oldstable/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libn/libnftnl/libnftnl11_1.1.9-1_amd64.deb
Get:110 http://deb.debian.org/debian oldstable/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/iptables/libxtables12_1.8.7-1_amd64.deb
Get:111 http://deb.debian.org/debian oldstable/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/nftables/libnftables1_0.9.8-3.1%2bdeb11u2_amd64.deb
Get:112 http://deb.debian.org/debian oldstable/main amd64 libnftables1 amd64 0.9.8-3.1+deb11u2 [262 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libm/libmd/libmd0_1.0.3-3_amd64.deb
Get:113 http://deb.debian.org/debian oldstable/main amd64 libmd0 amd64 1.0.3-3 [28.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libb/libbsd/libbsd0_0.11.3-1%2bdeb11u1_amd64.deb
Get:114 http://deb.debian.org/debian oldstable/main amd64 libbsd0 amd64 0.11.3-1+deb11u1 [108 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libe/libedit/libedit2_3.1-20191231-2%2bb1_amd64.deb
Get:115 http://deb.debian.org/debian oldstable/main amd64 libedit2 amd64 3.1-20191231-2+b1 [96.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/nftables/nftables_0.9.8-3.1%2bdeb11u2_amd64.deb
Get:116 http://deb.debian.org/debian oldstable/main amd64 nftables amd64 0.9.8-3.1+deb11u2 [69.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libe/libestr/libestr0_0.1.10-2.1%2bb1_amd64.deb
Get:117 http://deb.debian.org/debian oldstable/main amd64 libestr0 amd64 0.1.10-2.1+b1 [9048 B]
proxy cached: http://deb.debian.org/debian/pool/main/libf/libfastjson/libfastjson4_0.99.9-1_amd64.deb
Get:118 http://deb.debian.org/debian oldstable/main amd64 libfastjson4 amd64 0.99.9-1 [28.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libl/liblognorm/liblognorm5_2.0.5-1.1_amd64.deb
Get:119 http://deb.debian.org/debian oldstable/main amd64 liblognorm5 amd64 2.0.5-1.1 [64.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/rsyslog/rsyslog_8.2102.0-2%2bdeb11u1_amd64.deb
Get:120 http://deb.debian.org/debian oldstable/main amd64 rsyslog amd64 8.2102.0-2+deb11u1 [703 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dbus/libdbus-1-3_1.12.28-0%2bdeb11u1_amd64.deb
Get:121 http://deb.debian.org/debian oldstable/main amd64 libdbus-1-3 amd64 1.12.28-0+deb11u1 [223 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/expat/libexpat1_2.2.10-2%2bdeb11u5_amd64.deb
Get:122 http://deb.debian.org/debian oldstable/main amd64 libexpat1 amd64 2.2.10-2+deb11u5 [98.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dbus/dbus_1.12.28-0%2bdeb11u1_amd64.deb
Get:123 http://deb.debian.org/debian oldstable/main amd64 dbus amd64 1.12.28-0+deb11u1 [244 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/bsdextrautils_2.36.1-8%2bdeb11u2_amd64.deb
Get:124 http://deb.debian.org/debian oldstable/main amd64 bsdextrautils amd64 2.36.1-8+deb11u2 [146 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/uchardet/libuchardet0_0.0.7-1_amd64.deb
Get:125 http://deb.debian.org/debian oldstable/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/groff/groff-base_1.22.4-6_amd64.deb
Get:126 http://deb.debian.org/debian oldstable/main amd64 groff-base amd64 1.22.4-6 [936 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gdbm/libgdbm6_1.19-2_amd64.deb
Get:127 http://deb.debian.org/debian oldstable/main amd64 libgdbm6 amd64 1.19-2 [64.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libp/libpipeline/libpipeline1_1.5.3-1_amd64.deb
Get:128 http://deb.debian.org/debian oldstable/main amd64 libpipeline1 amd64 1.5.3-1 [34.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/man-db/man-db_2.9.4-2_amd64.deb
Get:129 http://deb.debian.org/debian oldstable/main amd64 man-db amd64 2.9.4-2 [1354 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/perl/perl-modules-5.32_5.32.1-4%2bdeb11u3_all.deb
Get:130 http://deb.debian.org/debian oldstable/main amd64 perl-modules-5.32 all 5.32.1-4+deb11u3 [2823 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gdbm/libgdbm-compat4_1.19-2_amd64.deb
Get:131 http://deb.debian.org/debian oldstable/main amd64 libgdbm-compat4 amd64 1.19-2 [44.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/perl/libperl5.32_5.32.1-4%2bdeb11u3_amd64.deb
Get:132 http://deb.debian.org/debian oldstable/main amd64 libperl5.32 amd64 5.32.1-4+deb11u3 [4121 kB]

proxy download: http://security.debian.org/debian-security/pool/updates/main/k/krb5/libgssapi-krb5-2_1.18.3-6%2bdeb11u5_amd64.deb
Get:133 http://security.debian.org/debian-security oldstable-security/main amd64 libgssapi-krb5-2 amd64 1.18.3-6+deb11u5 [166 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/perl/perl_5.32.1-4%2bdeb11u3_amd64.deb
Get:134 http://deb.debian.org/debian oldstable/main amd64 perl amd64 5.32.1-4+deb11u3 [293 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libl/liblocale-gettext-perl/liblocale-gettext-perl_1.07-4%2bb1_amd64.deb
Get:135 http://deb.debian.org/debian oldstable/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3.9/libpython3.9-minimal_3.9.2-1_amd64.deb
Get:136 http://deb.debian.org/debian oldstable/main amd64 libpython3.9-minimal amd64 3.9.2-1 [801 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3.9/python3.9-minimal_3.9.2-1_amd64.deb
Get:137 http://deb.debian.org/debian oldstable/main amd64 python3.9-minimal amd64 3.9.2-1 [1955 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3-defaults/python3-minimal_3.9.2-3_amd64.deb
Get:138 http://deb.debian.org/debian oldstable/main amd64 python3-minimal amd64 3.9.2-3 [38.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/media-types/media-types_4.0.0_all.deb
Get:139 http://deb.debian.org/debian oldstable/main amd64 media-types all 4.0.0 [30.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/mailcap/mailcap_3.69_all.deb
Get:140 http://deb.debian.org/debian oldstable/main amd64 mailcap all 3.69 [31.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/mime-support/mime-support_3.66_all.deb
Get:141 http://deb.debian.org/debian oldstable/main amd64 mime-support all 3.66 [10.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/tzdata/tzdata_2024a-0%2bdeb11u1_all.deb
Get:142 http://deb.debian.org/debian oldstable/main amd64 tzdata all 2024a-0+deb11u1 [304 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/mpdecimal/libmpdec3_2.5.1-1_amd64.deb
Get:143 http://deb.debian.org/debian oldstable/main amd64 libmpdec3 amd64 2.5.1-1 [87.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/libncursesw6_6.2%2b20201114-2%2bdeb11u2_amd64.deb
Get:144 http://deb.debian.org/debian oldstable/main amd64 libncursesw6 amd64 6.2+20201114-2+deb11u2 [132 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/readline/readline-common_8.1-1_all.deb
Get:145 http://deb.debian.org/debian oldstable/main amd64 readline-common all 8.1-1 [73.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/readline/libreadline8_8.1-1_amd64.deb
Get:146 http://deb.debian.org/debian oldstable/main amd64 libreadline8 amd64 8.1-1 [169 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/sqlite3/libsqlite3-0_3.34.1-3_amd64.deb
Get:147 http://deb.debian.org/debian oldstable/main amd64 libsqlite3-0 amd64 3.34.1-3 [797 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3.9/libpython3.9-stdlib_3.9.2-1_amd64.deb
Get:148 http://deb.debian.org/debian oldstable/main amd64 libpython3.9-stdlib amd64 3.9.2-1 [1684 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3.9/python3.9_3.9.2-1_amd64.deb
Get:149 http://deb.debian.org/debian oldstable/main amd64 python3.9 amd64 3.9.2-1 [466 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3-defaults/libpython3-stdlib_3.9.2-3_amd64.deb
Get:150 http://deb.debian.org/debian oldstable/main amd64 libpython3-stdlib amd64 3.9.2-3 [21.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3-defaults/python3_3.9.2-3_amd64.deb
Get:151 http://deb.debian.org/debian oldstable/main amd64 python3 amd64 3.9.2-3 [37.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/tasksel/tasksel-data_3.68%2bdeb11u1_all.deb
Get:152 http://deb.debian.org/debian oldstable/main amd64 tasksel-data all 3.68+deb11u1 [18.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/tasksel/tasksel_3.68%2bdeb11u1_all.deb
Get:153 http://deb.debian.org/debian oldstable/main amd64 tasksel all 3.68+deb11u1 [101 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-9/gcc-9-base_9.3.0-22_amd64.deb
Get:154 http://deb.debian.org/debian oldstable/main amd64 gcc-9-base amd64 9.3.0-22 [198 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/apt/apt-utils_2.2.4_amd64.deb
Get:155 http://deb.debian.org/debian oldstable/main amd64 apt-utils amd64 2.2.4 [439 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/cpio/cpio_2.13%2bdfsg-7.1%7edeb11u1_amd64.deb
Get:156 http://deb.debian.org/debian oldstable/main amd64 cpio amd64 2.13+dfsg-7.1~deb11u1 [245 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtext-iconv-perl/libtext-iconv-perl_1.7-7%2bb1_amd64.deb
Get:157 http://deb.debian.org/debian oldstable/main amd64 libtext-iconv-perl amd64 1.7-7+b1 [16.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtext-charwidth-perl/libtext-charwidth-perl_0.04-10%2bb1_amd64.deb
Get:158 http://deb.debian.org/debian oldstable/main amd64 libtext-charwidth-perl amd64 0.04-10+b1 [10.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtext-wrapi18n-perl/libtext-wrapi18n-perl_0.06-9_all.deb
Get:159 http://deb.debian.org/debian oldstable/main amd64 libtext-wrapi18n-perl all 0.06-9 [8700 B]
proxy cached: http://deb.debian.org/debian/pool/main/d/debconf/debconf-i18n_1.5.77_all.deb
Get:160 http://deb.debian.org/debian oldstable/main amd64 debconf-i18n all 1.5.77 [206 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dmidecode/dmidecode_3.3-2_amd64.deb
Get:161 http://deb.debian.org/debian oldstable/main amd64 dmidecode amd64 3.3-2 [64.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/libfdisk1_2.36.1-8%2bdeb11u2_amd64.deb
Get:162 http://deb.debian.org/debian oldstable/main amd64 libfdisk1 amd64 2.36.1-8+deb11u2 [238 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/fdisk_2.36.1-8%2bdeb11u2_amd64.deb
Get:163 http://deb.debian.org/debian oldstable/main amd64 fdisk amd64 2.36.1-8+deb11u2 [192 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/elfutils/libelf1_0.183-1_amd64.deb
Get:164 http://deb.debian.org/debian oldstable/main amd64 libelf1 amd64 0.183-1 [165 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libb/libbpf/libbpf0_0.3-2_amd64.deb
Get:165 http://deb.debian.org/debian oldstable/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libc/libcap2/libcap2-bin_2.44-1_amd64.deb
Get:166 http://deb.debian.org/debian oldstable/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/iproute2/iproute2_5.10.0-4_amd64.deb
Get:167 http://deb.debian.org/debian oldstable/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/ifupdown/ifupdown_0.8.36_amd64.deb
Get:168 http://deb.debian.org/debian oldstable/main amd64 ifupdown amd64 0.8.36 [82.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/iputils/iputils-ping_20210202-1_amd64.deb
Get:169 http://deb.debian.org/debian oldstable/main amd64 iputils-ping amd64 3:20210202-1 [49.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/bind9-libs/libisc-export1105_9.11.19%2bdfsg-2.1_amd64.deb
Get:170 http://deb.debian.org/debian oldstable/main amd64 libisc-export1105 amd64 1:9.11.19+dfsg-2.1 [397 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/bind9-libs/libdns-export1110_9.11.19%2bdfsg-2.1_amd64.deb
Get:171 http://deb.debian.org/debian oldstable/main amd64 libdns-export1110 amd64 1:9.11.19+dfsg-2.1 [988 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/isc-dhcp/isc-dhcp-client_4.4.1-2.3%2bdeb11u2_amd64.deb
Get:172 http://deb.debian.org/debian oldstable/main amd64 isc-dhcp-client amd64 4.4.1-2.3+deb11u2 [343 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/isc-dhcp/isc-dhcp-common_4.4.1-2.3%2bdeb11u2_amd64.deb
Get:173 http://deb.debian.org/debian oldstable/main amd64 isc-dhcp-common amd64 4.4.1-2.3+deb11u2 [145 kB]
proxy cached: http://deb.debian.org/debian/pool/main/k/kmod/kmod_28-1_amd64.deb
Get:174 http://deb.debian.org/debian oldstable/main amd64 kmod amd64 28-1 [92.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/less/less_551-2%2bdeb11u2_amd64.deb
Get:175 http://deb.debian.org/debian oldstable/main amd64 less amd64 551-2+deb11u2 [136 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/popt/libpopt0_1.18-2_amd64.deb
Get:176 http://deb.debian.org/debian oldstable/main amd64 libpopt0 amd64 1.18-2 [49.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/logrotate/logrotate_3.18.0-2%2bdeb11u2_amd64.deb
Get:177 http://deb.debian.org/debian oldstable/main amd64 logrotate amd64 3.18.0-2+deb11u2 [72.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/nano/nano_5.4-2%2bdeb11u3_amd64.deb
Get:178 http://deb.debian.org/debian oldstable/main amd64 nano amd64 5.4-2+deb11u3 [657 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/netbase/netbase_6.3_all.deb
Get:179 http://deb.debian.org/debian oldstable/main amd64 netbase all 6.3 [19.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/libncurses6_6.2%2b20201114-2%2bdeb11u2_amd64.deb
Get:180 http://deb.debian.org/debian oldstable/main amd64 libncurses6 amd64 6.2+20201114-2+deb11u2 [102 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/procps/libprocps8_3.3.17-5_amd64.deb
Get:181 http://deb.debian.org/debian oldstable/main amd64 libprocps8 amd64 2:3.3.17-5 [63.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/procps/procps_3.3.17-5_amd64.deb
Get:182 http://deb.debian.org/debian oldstable/main amd64 procps amd64 2:3.3.17-5 [502 kB]

proxy download: http://security.debian.org/debian-security/pool/updates/main/b/bind9/bind9-libs_9.16.50-1%7edeb11u1_amd64.deb
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/udev_247.3-7%2bdeb11u5_amd64.deb
Get:183 http://deb.debian.org/debian oldstable/main amd64 udev amd64 247.3-7+deb11u5 [1464 kB]
Get:184 http://security.debian.org/debian-security oldstable-security/main amd64 bind9-libs amd64 1:9.16.50-1~deb11u1 [1430 kB]
proxy cached: http://deb.debian.org/debian/pool/main/v/vim/xxd_8.2.2434-3%2bdeb11u1_amd64.deb
Get:185 http://deb.debian.org/debian oldstable/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
proxy cached: http://deb.debian.org/debian/pool/main/v/vim/vim-common_8.2.2434-3%2bdeb11u1_all.deb
Get:186 http://deb.debian.org/debian oldstable/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
proxy cached: http://deb.debian.org/debian/pool/main/v/vim/vim-tiny_8.2.2434-3%2bdeb11u1_amd64.deb
Get:187 http://deb.debian.org/debian oldstable/main amd64 vim-tiny amd64 2:8.2.2434-3+deb11u1 [744 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/slang2/libslang2_2.3.2-5_amd64.deb
Get:188 http://deb.debian.org/debian oldstable/main amd64 libslang2 amd64 2.3.2-5 [509 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/newt/libnewt0.52_0.52.21-4%2bb3_amd64.deb
Get:189 http://deb.debian.org/debian oldstable/main amd64 libnewt0.52 amd64 0.52.21-4+b3 [74.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/newt/whiptail_0.52.21-4%2bb3_amd64.deb
Get:190 http://deb.debian.org/debian oldstable/main amd64 whiptail amd64 0.52.21-4+b3 [39.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-apt/python-apt-common_2.2.1_all.deb
Get:191 http://deb.debian.org/debian oldstable/main amd64 python-apt-common all 2.2.1 [96.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/distro-info-data/distro-info-data_0.51%2bdeb11u6_all.deb
Get:192 http://deb.debian.org/debian oldstable/main amd64 distro-info-data all 0.51+deb11u6 [8360 B]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-apt/python3-apt_2.2.1_amd64.deb
Get:193 http://deb.debian.org/debian oldstable/main amd64 python3-apt amd64 2.2.1 [190 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debconf/python3-debconf_1.5.77_all.deb
Get:194 http://deb.debian.org/debian oldstable/main amd64 python3-debconf all 1.5.77 [4012 B]
proxy cached: http://deb.debian.org/debian/pool/main/u/ucf/ucf_3.0043_all.deb
Get:195 http://deb.debian.org/debian oldstable/main amd64 ucf all 3.0043 [74.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/apt-listchanges/apt-listchanges_3.24_all.deb
Get:196 http://deb.debian.org/debian oldstable/main amd64 apt-listchanges all 3.24 [133 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/bash-completion/bash-completion_2.11-2_all.deb
Get:197 http://deb.debian.org/debian oldstable/main amd64 bash-completion all 1:2.11-2 [234 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libu/libuv1/libuv1_1.40.0-2%2bdeb11u1_amd64.deb
Get:198 http://deb.debian.org/debian oldstable/main amd64 libuv1 amd64 1.40.0-2+deb11u1 [132 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/fstrm/libfstrm0_0.6.0-1%2bb1_amd64.deb
Get:199 http://deb.debian.org/debian oldstable/main amd64 libfstrm0 amd64 0.6.0-1+b1 [21.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/lmdb/liblmdb0_0.9.24-1_amd64.deb
Get:200 http://deb.debian.org/debian oldstable/main amd64 liblmdb0 amd64 0.9.24-1 [45.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libm/libmaxminddb/libmaxminddb0_1.5.2-1_amd64.deb
Get:201 http://deb.debian.org/debian oldstable/main amd64 libmaxminddb0 amd64 1.5.2-1 [29.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/protobuf-c/libprotobuf-c1_1.3.3-1%2bb2_amd64.deb
Get:202 http://deb.debian.org/debian oldstable/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/icu/libicu67_67.1-7_amd64.deb
Get:203 http://deb.debian.org/debian oldstable/main amd64 libicu67 amd64 67.1-7 [8622 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libx/libxml2/libxml2_2.9.10%2bdfsg-6.7%2bdeb11u4_amd64.deb
Get:204 http://deb.debian.org/debian oldstable/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u4 [693 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/bzip2/bzip2_1.0.8-4_amd64.deb
Get:205 http://deb.debian.org/debian oldstable/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/o/openssl/openssl_1.1.1w-0%2bdeb11u1_amd64.deb
Get:206 http://deb.debian.org/debian oldstable/main amd64 openssl amd64 1.1.1w-0+deb11u1 [859 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/ca-certificates/ca-certificates_20210119_all.deb
Get:207 http://deb.debian.org/debian oldstable/main amd64 ca-certificates all 20210119 [158 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debian-faq/debian-faq_10.1_all.deb
Get:208 http://deb.debian.org/debian oldstable/main amd64 debian-faq all 10.1 [525 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/doc-debian/doc-debian_6.5_all.deb
Get:209 http://deb.debian.org/debian oldstable/main amd64 doc-debian all 6.5 [139 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/file/libmagic-mgc_5.39-3%2bdeb11u1_amd64.deb
Get:210 http://deb.debian.org/debian oldstable/main amd64 libmagic-mgc amd64 1:5.39-3+deb11u1 [273 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/file/libmagic1_5.39-3%2bdeb11u1_amd64.deb
Get:211 http://deb.debian.org/debian oldstable/main amd64 libmagic1 amd64 1:5.39-3+deb11u1 [128 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/file/file_5.39-3%2bdeb11u1_amd64.deb
Get:212 http://deb.debian.org/debian oldstable/main amd64 file amd64 1:5.39-3+deb11u1 [69.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gettext/gettext-base_0.21-4_amd64.deb
Get:213 http://deb.debian.org/debian oldstable/main amd64 gettext-base amd64 0.21-4 [175 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/libc-l10n_2.31-13%2bdeb11u10_all.deb
Get:214 http://deb.debian.org/debian oldstable/main amd64 libc-l10n all 2.31-13+deb11u10 [864 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libl/liblockfile/liblockfile-bin_1.17-1%2bb1_amd64.deb
Get:215 http://deb.debian.org/debian oldstable/main amd64 liblockfile-bin amd64 1.17-1+b1 [20.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/libnss-systemd_247.3-7%2bdeb11u5_amd64.deb
Get:216 http://deb.debian.org/debian oldstable/main amd64 libnss-systemd amd64 247.3-7+deb11u5 [199 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/libpam-systemd_247.3-7%2bdeb11u5_amd64.deb
Get:217 http://deb.debian.org/debian oldstable/main amd64 libpam-systemd amd64 247.3-7+deb11u5 [283 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/locales_2.31-13%2bdeb11u10_all.deb
Get:218 http://deb.debian.org/debian oldstable/main amd64 locales all 2.31-13+deb11u10 [4083 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/lsof/lsof_4.93.2%2bdfsg-1.1_amd64.deb
Get:219 http://deb.debian.org/debian oldstable/main amd64 lsof amd64 4.93.2+dfsg-1.1 [319 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/manpages/manpages_5.10-1_all.deb
Get:220 http://deb.debian.org/debian oldstable/main amd64 manpages all 5.10-1 [1412 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-term_6.2%2b20201114-2%2bdeb11u2_all.deb
Get:221 http://deb.debian.org/debian oldstable/main amd64 ncurses-term all 6.2+20201114-2+deb11u2 [505 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/netcat/netcat-traditional_1.10-46_amd64.deb
Get:222 http://deb.debian.org/debian oldstable/main amd64 netcat-traditional amd64 1.10-46 [68.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libc/libcbor/libcbor0_0.5.0%2bdfsg-2_amd64.deb
Get:223 http://deb.debian.org/debian oldstable/main amd64 libcbor0 amd64 0.5.0+dfsg-2 [24.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libf/libfido2/libfido2-1_1.6.0-2_amd64.deb
Get:224 http://deb.debian.org/debian oldstable/main amd64 libfido2-1 amd64 1.6.0-2 [53.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/o/openssh/openssh-client_8.4p1-5%2bdeb11u3_amd64.deb
Get:225 http://deb.debian.org/debian oldstable/main amd64 openssh-client amd64 1:8.4p1-5+deb11u3 [932 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pci.ids/pci.ids_0.0%7e2021.02.08-1_all.deb
Get:226 http://deb.debian.org/debian oldstable/main amd64 pci.ids all 0.0~2021.02.08-1 [224 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pciutils/libpci3_3.7.0-5_amd64.deb
Get:227 http://deb.debian.org/debian oldstable/main amd64 libpci3 amd64 1:3.7.0-5 [62.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pciutils/pciutils_3.7.0-5_amd64.deb
Get:228 http://deb.debian.org/debian oldstable/main amd64 pciutils amd64 1:3.7.0-5 [97.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/setuptools/python3-pkg-resources_52.0.0-4_all.deb
Get:229 http://deb.debian.org/debian oldstable/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/chardet/python3-chardet_4.0.0-1_all.deb
Get:230 http://deb.debian.org/debian oldstable/main amd64 python3-chardet all 4.0.0-1 [99.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/six/python3-six_1.16.0-2_all.deb
Get:231 http://deb.debian.org/debian oldstable/main amd64 python3-six all 1.16.0-2 [17.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-debian/python3-debian_0.1.39_all.deb
Get:232 http://deb.debian.org/debian oldstable/main amd64 python3-debian all 0.1.39 [80.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-httplib2/python3-httplib2_0.18.1-3_all.deb
Get:233 http://deb.debian.org/debian oldstable/main amd64 python3-httplib2 all 0.18.1-3 [37.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/brotli/libbrotli1_1.0.9-2%2bb2_amd64.deb
Get:234 http://deb.debian.org/debian oldstable/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/cyrus-sasl2/libsasl2-modules-db_2.1.27%2bdfsg-2.1%2bdeb11u1_amd64.deb
Get:235 http://deb.debian.org/debian oldstable/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/cyrus-sasl2/libsasl2-2_2.1.27%2bdfsg-2.1%2bdeb11u1_amd64.deb
Get:236 http://deb.debian.org/debian oldstable/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
proxy cached: http://deb.debian.org/debian/pool/main/o/openldap/libldap-2.4-2_2.4.57%2bdfsg-3%2bdeb11u1_amd64.deb
Get:237 http://deb.debian.org/debian oldstable/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/nghttp2/libnghttp2-14_1.43.0-1%2bdeb11u1_amd64.deb
Get:238 http://deb.debian.org/debian oldstable/main amd64 libnghttp2-14 amd64 1.43.0-1+deb11u1 [77.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libp/libpsl/libpsl5_0.21.0-1.2_amd64.deb
Get:239 http://deb.debian.org/debian oldstable/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/rtmpdump/librtmp1_2.4%2b20151223.gitfa8646d.1-2%2bb2_amd64.deb
Get:240 http://deb.debian.org/debian oldstable/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libssh2/libssh2-1_1.9.0-2%2bdeb11u1_amd64.deb
Get:241 http://deb.debian.org/debian oldstable/main amd64 libssh2-1 amd64 1.9.0-2+deb11u1 [156 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/curl/libcurl3-gnutls_7.74.0-1.3%2bdeb11u12_amd64.deb
Get:242 http://deb.debian.org/debian oldstable/main amd64 libcurl3-gnutls amd64 7.74.0-1.3+deb11u12 [344 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pycurl/python3-pycurl_7.43.0.6-5_amd64.deb
Get:243 http://deb.debian.org/debian oldstable/main amd64 python3-pycurl amd64 7.43.0.6-5 [68.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pysimplesoap/python3-pysimplesoap_1.16.2-3_all.deb
Get:244 http://deb.debian.org/debian oldstable/main amd64 python3-pysimplesoap all 1.16.2-3 [43.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-debianbts/python3-debianbts_3.1.0_all.deb
Get:245 http://deb.debian.org/debian oldstable/main amd64 python3-debianbts all 3.1.0 [11.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-certifi/python3-certifi_2020.6.20-1_all.deb
Get:246 http://deb.debian.org/debian oldstable/main amd64 python3-certifi all 2020.6.20-1 [151 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-idna/python3-idna_2.10-1%2bdeb11u1_all.deb
Get:247 http://deb.debian.org/debian oldstable/main amd64 python3-idna all 2.10-1+deb11u1 [39.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-urllib3/python3-urllib3_1.26.5-1%7eexp1_all.deb
Get:248 http://deb.debian.org/debian oldstable/main amd64 python3-urllib3 all 1.26.5-1~exp1 [114 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/requests/python3-requests_2.25.1%2bdfsg-2_all.deb
Get:249 http://deb.debian.org/debian oldstable/main amd64 python3-requests all 2.25.1+dfsg-2 [69.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/reportbug/python3-reportbug_7.10.3%2bdeb11u2_all.deb
Get:250 http://deb.debian.org/debian oldstable/main amd64 python3-reportbug all 7.10.3+deb11u2 [143 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/reportbug/reportbug_7.10.3%2bdeb11u2_all.deb
Get:251 http://deb.debian.org/debian oldstable/main amd64 reportbug all 7.10.3+deb11u2 [135 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/systemd-timesyncd_247.3-7%2bdeb11u5_amd64.deb
Get:252 http://deb.debian.org/debian oldstable/main amd64 systemd-timesyncd amd64 247.3-7+deb11u5 [132 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/netkit-telnet/telnet_0.17-42_amd64.deb
Get:253 http://deb.debian.org/debian oldstable/main amd64 telnet amd64 0.17-42 [71.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/traceroute/traceroute_2.1.0-2%2bdeb11u1_amd64.deb
Get:254 http://deb.debian.org/debian oldstable/main amd64 traceroute amd64 1:2.1.0-2+deb11u1 [55.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/scowl/wamerican_2019.10.06-1_all.deb
Get:255 http://deb.debian.org/debian oldstable/main amd64 wamerican all 2019.10.06-1 [215 kB]
proxy cached: http://deb.debian.org/debian/pool/main/w/wget/wget_1.21-1%2bdeb11u1_amd64.deb
Get:256 http://deb.debian.org/debian oldstable/main amd64 wget amd64 1.21-1+deb11u1 [964 kB]
proxy cached: http://deb.debian.org/debian/pool/main/x/xz-utils/xz-utils_5.2.5-2.1%7edeb11u1_amd64.deb
Get:257 http://deb.debian.org/debian oldstable/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/binutils-common_2.35.2-2_amd64.deb
Get:258 http://deb.debian.org/debian oldstable/main amd64 binutils-common amd64 2.35.2-2 [2220 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/libbinutils_2.35.2-2_amd64.deb
Get:259 http://deb.debian.org/debian oldstable/main amd64 libbinutils amd64 2.35.2-2 [570 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/libctf-nobfd0_2.35.2-2_amd64.deb
Get:260 http://deb.debian.org/debian oldstable/main amd64 libctf-nobfd0 amd64 2.35.2-2 [110 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/libctf0_2.35.2-2_amd64.deb
Get:261 http://deb.debian.org/debian oldstable/main amd64 libctf0 amd64 2.35.2-2 [53.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/binutils-x86-64-linux-gnu_2.35.2-2_amd64.deb
Get:262 http://deb.debian.org/debian oldstable/main amd64 binutils-x86-64-linux-gnu amd64 2.35.2-2 [1809 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/binutils_2.35.2-2_amd64.deb
Get:263 http://deb.debian.org/debian oldstable/main amd64 binutils amd64 2.35.2-2 [61.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/libc-dev-bin_2.31-13%2bdeb11u10_amd64.deb
Get:264 http://deb.debian.org/debian oldstable/main amd64 libc-dev-bin amd64 2.31-13+deb11u10 [276 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libx/libxcrypt/libcrypt-dev_4.4.18-4_amd64.deb
Get:265 http://deb.debian.org/debian oldstable/main amd64 libcrypt-dev amd64 1:4.4.18-4 [104 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc-dev_1.3.1-1%2bdeb11u1_amd64.deb
Get:266 http://deb.debian.org/debian oldstable/main amd64 libtirpc-dev amd64 1.3.1-1+deb11u1 [191 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libn/libnsl/libnsl-dev_1.3.0-2_amd64.deb
Get:267 http://deb.debian.org/debian oldstable/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/libc6-dev_2.31-13%2bdeb11u10_amd64.deb
Get:268 http://deb.debian.org/debian oldstable/main amd64 libc6-dev amd64 2.31-13+deb11u10 [2362 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/isl/libisl23_0.23-1_amd64.deb
Get:269 http://deb.debian.org/debian oldstable/main amd64 libisl23 amd64 0.23-1 [676 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/mpfr4/libmpfr6_4.1.0-3_amd64.deb
Get:270 http://deb.debian.org/debian oldstable/main amd64 libmpfr6 amd64 4.1.0-3 [2012 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/mpclib3/libmpc3_1.2.0-1_amd64.deb
Get:271 http://deb.debian.org/debian oldstable/main amd64 libmpc3 amd64 1.2.0-1 [45.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-10/cpp-10_10.2.1-6_amd64.deb
Get:272 http://deb.debian.org/debian oldstable/main amd64 cpp-10 amd64 10.2.1-6 [8528 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-defaults/cpp_10.2.1-1_amd64.deb
Get:273 http://deb.debian.org/debian oldstable/main amd64 cpp amd64 4:10.2.1-1 [19.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-10/libcc1-0_10.2.1-6_amd64.deb
Get:274 http://deb.debian.org/debian oldstable/main amd64 libcc1-0 amd64 10.2.1-6 [47.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-10/libgomp1_10.2.1-6_amd64.deb
Get:275 http://deb.debian.org/debian oldstable/main amd64 libgomp1 amd64 10.2.1-6 [99.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-10/libitm1_10.2.1-6_amd64.deb
Get:276 http://deb.debian.org/debian oldstable/main amd64 libitm1 amd64 10.2.1-6 [25.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-10/libatomic1_10.2.1-6_amd64.deb
Get:277 http://deb.debian.org/debian oldstable/main amd64 libatomic1 amd64 10.2.1-6 [9008 B]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-10/libasan6_10.2.1-6_amd64.deb
Get:278 http://deb.debian.org/debian oldstable/main amd64 libasan6 amd64 10.2.1-6 [2065 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-10/liblsan0_10.2.1-6_amd64.deb
Get:279 http://deb.debian.org/debian oldstable/main amd64 liblsan0 amd64 10.2.1-6 [828 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-10/libtsan0_10.2.1-6_amd64.deb
Get:280 http://deb.debian.org/debian oldstable/main amd64 libtsan0 amd64 10.2.1-6 [2000 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-10/libubsan1_10.2.1-6_amd64.deb
Get:281 http://deb.debian.org/debian oldstable/main amd64 libubsan1 amd64 10.2.1-6 [777 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-10/libquadmath0_10.2.1-6_amd64.deb
Get:282 http://deb.debian.org/debian oldstable/main amd64 libquadmath0 amd64 10.2.1-6 [145 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-10/libgcc-10-dev_10.2.1-6_amd64.deb
Get:283 http://deb.debian.org/debian oldstable/main amd64 libgcc-10-dev amd64 10.2.1-6 [2328 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-10/gcc-10_10.2.1-6_amd64.deb
Get:284 http://deb.debian.org/debian oldstable/main amd64 gcc-10 amd64 10.2.1-6 [17.0 MB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-defaults/gcc_10.2.1-1_amd64.deb
Get:285 http://deb.debian.org/debian oldstable/main amd64 gcc amd64 4:10.2.1-1 [5192 B]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-10/libstdc%2b%2b-10-dev_10.2.1-6_amd64.deb
Get:286 http://deb.debian.org/debian oldstable/main amd64 libstdc++-10-dev amd64 10.2.1-6 [1741 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-10/g%2b%2b-10_10.2.1-6_amd64.deb
Get:287 http://deb.debian.org/debian oldstable/main amd64 g++-10 amd64 10.2.1-6 [9380 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-defaults/g%2b%2b_10.2.1-1_amd64.deb
Get:288 http://deb.debian.org/debian oldstable/main amd64 g++ amd64 4:10.2.1-1 [1644 B]
proxy cached: http://deb.debian.org/debian/pool/main/m/make-dfsg/make_4.3-4.1_amd64.deb
Get:289 http://deb.debian.org/debian oldstable/main amd64 make amd64 4.3-4.1 [396 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dpkg/libdpkg-perl_1.20.13_all.deb
Get:290 http://deb.debian.org/debian oldstable/main amd64 libdpkg-perl all 1.20.13 [1552 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/patch/patch_2.7.6-7_amd64.deb
Get:291 http://deb.debian.org/debian oldstable/main amd64 patch amd64 2.7.6-7 [128 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dpkg/dpkg-dev_1.20.13_all.deb
Get:292 http://deb.debian.org/debian oldstable/main amd64 dpkg-dev all 1.20.13 [2314 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/build-essential/build-essential_12.9_amd64.deb
Get:293 http://deb.debian.org/debian oldstable/main amd64 build-essential amd64 12.9 [7704 B]
proxy cached: http://deb.debian.org/debian/pool/main/b/busybox/busybox_1.30.1-6%2bb3_amd64.deb
Get:294 http://deb.debian.org/debian oldstable/main amd64 busybox amd64 1:1.30.1-6+b3 [435 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libe/libeatmydata/libeatmydata1_105-9_amd64.deb
Get:295 http://deb.debian.org/debian oldstable/main amd64 libeatmydata1 amd64 105-9 [15.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libe/libeatmydata/eatmydata_105-9_all.deb
Get:296 http://deb.debian.org/debian oldstable/main amd64 eatmydata all 105-9 [16.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/fakechroot/libfakechroot_2.19-3.3_amd64.deb
Get:297 http://deb.debian.org/debian oldstable/main amd64 libfakechroot amd64 2.19-3.3 [44.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/fakechroot/fakechroot_2.19-3.3_all.deb
Get:298 http://deb.debian.org/debian oldstable/main amd64 fakechroot all 2.19-3.3 [29.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/fakeroot/libfakeroot_1.25.3-1.1_amd64.deb
Get:299 http://deb.debian.org/debian oldstable/main amd64 libfakeroot amd64 1.25.3-1.1 [47.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.25.3-1.1_amd64.deb
Get:300 http://deb.debian.org/debian oldstable/main amd64 fakeroot amd64 1.25.3-1.1 [87.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/liba/libassuan/libassuan0_2.5.3-7.1_amd64.deb
Get:301 http://deb.debian.org/debian oldstable/main amd64 libassuan0 amd64 2.5.3-7.1 [50.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gnupg2/gpgconf_2.2.27-2%2bdeb11u2_amd64.deb
Get:302 http://deb.debian.org/debian oldstable/main amd64 gpgconf amd64 2.2.27-2+deb11u2 [548 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gnupg2/gpg_2.2.27-2%2bdeb11u2_amd64.deb
Get:303 http://deb.debian.org/debian oldstable/main amd64 gpg amd64 2.2.27-2+deb11u2 [928 kB]

proxy download: http://security.debian.org/debian-security/pool/updates/main/b/bind9/bind9-host_9.16.50-1%7edeb11u1_amd64.deb
Get:304 http://security.debian.org/debian-security oldstable-security/main amd64 bind9-host amd64 1:9.16.50-1~deb11u1 [312 kB]

proxy download: http://security.debian.org/debian-security/pool/updates/main/b/bind9/bind9-dnsutils_9.16.50-1%7edeb11u1_amd64.deb
Get:305 http://security.debian.org/debian-security oldstable-security/main amd64 bind9-dnsutils amd64 1:9.16.50-1~deb11u1 [408 kB]

proxy download: http://security.debian.org/debian-security/pool/updates/main/k/krb5/krb5-locales_1.18.3-6%2bdeb11u5_all.deb
Get:306 http://security.debian.org/debian-security oldstable-security/main amd64 krb5-locales all 1.18.3-6+deb11u5 [95.7 kB]

proxy download: http://security.debian.org/debian-security/pool/updates/main/l/linux/linux-libc-dev_5.10.221-1_amd64.deb
Get:307 http://security.debian.org/debian-security oldstable-security/main amd64 linux-libc-dev amd64 5.10.221-1 [1752 kB]
Fetched 163 MB in 5s (33.5 MB/s)
Download complete and in download only mode
Reading package lists...
running cleanupapt
does not exist: ./shared/cache.A/apt/var/cache/apt/archives/*.deb
does not exist: ./shared/cache.A/apt/var/cache/apt/archives/partial/*.deb
does not exist: ./shared/cache.A/apt/var/cache/apt/*.bin
does not exist: ./shared/cache.A/apt/var/lib/apt/lists/lock
does not exist: ./shared/cache.A/apt/etc/apt/sources.list.d/*
does not exist: ./shared/cache.A/apt/etc/apt/preferences.d/*
creating mirror for stable
contents of /etc/apt/sources.list:
deb [arch=amd64] http://deb.debian.org/debian stable main

proxy download: http://deb.debian.org/debian/dists/stable/InRelease
Get:1 http://deb.debian.org/debian stable InRelease [151 kB]

proxy download: http://deb.debian.org/debian/dists/stable/main/binary-amd64/by-hash/SHA256/52a70f6588a6eb1ee6005211556b6c3fa7ec3f6681acc641f373e1d49a57369b
Get:2 http://deb.debian.org/debian stable/main amd64 Packages [8788 kB]
Fetched 8939 kB in 10s (886 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
The following additional packages will be installed:
  bind9-libs binutils binutils-common binutils-x86-64-linux-gnu bsdextrautils
  cpp cpp-12 dbus-bin dbus-daemon dbus-session-bus-common
  dbus-system-bus-common distro-info-data dmsetup dpkg-dev g++ g++-12 gcc
  gcc-12 gcc-12-base gpgconf libacl1 libapparmor1 libapt-pkg6.0 libargon2-1
  libasan8 libassuan0 libatomic1 libattr1 libaudit-common libaudit1
  libbinutils libblkid1 libbpf1 libbrotli1 libbsd0 libbz2-1.0 libc-dev-bin
  libc6 libc6-dev libcap-ng0 libcap2 libcap2-bin libcbor0.8 libcc1-0
  libcom-err2 libcrypt-dev libcrypt1 libcryptsetup12 libctf-nobfd0 libctf0
  libcurl3-gnutls libdb5.3 libdbus-1-3 libdebconfclient0 libdevmapper1.02.1
  libdpkg-perl libeatmydata1 libedit2 libelf1 libexpat1 libext2fs2
  libfakechroot libfakeroot libfdisk1 libffi8 libfido2-1
  libfile-find-rule-perl libfstrm0 libgcc-12-dev libgcc-s1 libgcrypt20
  libgdbm-compat4 libgdbm6 libgmp10 libgnutls30 libgomp1 libgpg-error0
  libgprofng0 libgssapi-krb5-2 libhogweed6 libicu72 libidn2-0 libip4tc2
  libisl23 libitm1 libjansson4 libjemalloc2 libjson-c5 libk5crypto3
  libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 liblmdb0
  liblocale-gettext-perl liblsan0 liblz4-1 liblzma5 libmagic-mgc libmagic1
  libmaxminddb0 libmd0 libmnl0 libmount1 libmpc3 libmpfr6 libncursesw6
  libnettle8 libnewt0.52 libnftables1 libnftnl11 libnghttp2-14 libnsl-dev
  libnsl2 libnumber-compare-perl libp11-kit0 libpam0g libpci3 libpcre2-8-0
  libperl5.36 libpipeline1 libpopt0 libproc2-0 libprotobuf-c1 libpsl5
  libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libquadmath0
  libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libseccomp2 libselinux1
  libsemanage-common libsemanage2 libsepol2 libslang2 libsmartcols1
  libsqlite3-0 libss2 libssh2-1 libssl3 libstdc++-12-dev libstdc++6
  libsystemd-shared libsystemd0 libtasn1-6 libtext-charwidth-perl
  libtext-glob-perl libtext-iconv-perl libtext-wrapi18n-perl libtinfo6
  libtirpc-common libtirpc-dev libtirpc3 libtsan2 libubsan1 libuchardet0
  libudev1 libunistring2 libuuid1 libuv1 libxml2 libxtables12 libxxhash0
  libzstd1 linux-libc-dev logsave mailcap make openssl patch pci.ids
  perl-modules-5.36 python-apt-common python3 python3-apt python3-certifi
  python3-chardet python3-charset-normalizer python3-debconf python3-debian
  python3-debianbts python3-httplib2 python3-idna python3-minimal
  python3-pkg-resources python3-pycurl python3-pyparsing python3-pysimplesoap
  python3-requests python3-six python3-urllib3 python3.11 python3.11-minimal
  rpcsvc-proto tasksel zlib1g
Suggested packages:
  quota apt-doc aptitude | synaptic | wajig gnupg | gnupg2 | gnupg1
  powermgmt-base default-mta | mail-transport-agent python3-gi www-browser
  x-terminal-emulator bash-doc binutils-doc bzip2-doc libarchive-dev cpp-doc
  gcc-12-locales cpp-12-doc anacron checksecurity default-dbus-session-bus
  | dbus-session-bus debconf-doc debconf-kde-helper debconf-utils libgtk3-perl
  libnet-ldap-perl libterm-readline-gnu-perl pdf-viewer diffutils-doc wdiff
  postscript-viewer debsig-verify debian-keyring gpart parted fuse2fs
  e2fsck-static g++-multilib g++-12-multilib gcc-12-doc gcc-multilib
  manpages-dev autoconf automake libtool flex bison gdb gcc-doc
  gcc-12-multilib gnupg groff ppp rdnssd iproute2-doc resolvconf avahi-autoipd
  isc-dhcp-client-ddns glibc-doc libnss-nis libnss-nisplus gnupg | sq | sqop
  | pgpainless-cli git bzr rng-tools gdbm-l10n gnutls-bin krb5-doc krb5-user
  mmdb-bin cryptsetup-bin libpam-doc libstdc++-12-doc bsd-mailx | mailx
  make-doc apparmor nfs-common hunspell firewalld keychain libpam-ssh
  monkeysphere ssh-askpass ed perl-doc libterm-readline-gnu-perl
  | libterm-readline-perl-perl libtap-harness-archive-perl python3-doc
  python3-tk python3-venv python-apt-doc python3-setuptools
  libcurl4-gnutls-dev python-pycurl-doc python-pyparsing-doc
  python3-cryptography python3-openssl python3-socks python-requests-doc
  python3-brotli python3.11-venv python3.11-doc binfmt-support readline-doc
  claws-mail debsums default-mta | postfix | exim4 | mail-transport-agent
  dlocate emacs-bin-common gnupg | pgp python3-urwid reportbug-gtk xdg-utils
  systemd-container systemd-homed systemd-userdbd systemd-boot
  systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0
  polkitd | policykit-1 ncompress tar-scripts tar-doc dosfstools kbd
  util-linux-locales indent
Recommended packages:
  default-mta | mail-transport-agent gnupg | sq | sqop | pgpainless-cli
  libalgorithm-merge-perl e2fsprogs-l10n gnupg libatm1 manpages-dev
  libc-devtools libpam-cap libfile-fcntllock-perl libgpg-error-l10n
  libldap-common libgpm2 libfribidi0 dbus-user-session publicsuffix
  libsasl2-modules uuid-runtime xauth psmisc lsb-release iso-codes zstd
  laptop-detect xxd
The following NEW packages will be installed:
  adduser apt apt-listchanges apt-utils base-files base-passwd bash
  bash-completion bind9-dnsutils bind9-host bind9-libs binutils
  binutils-common binutils-x86-64-linux-gnu bsdextrautils bsdutils
  build-essential busybox bzip2 ca-certificates coreutils cpio cpp cpp-12 cron
  cron-daemon-common dash dbus dbus-bin dbus-daemon dbus-session-bus-common
  dbus-system-bus-common debconf debconf-i18n debian-archive-keyring
  debian-faq debianutils diffutils distro-info-data dmidecode dmsetup
  doc-debian dpkg dpkg-dev e2fsprogs eatmydata fakechroot fakeroot fdisk file
  findutils g++ g++-12 gcc gcc-12 gcc-12-base gettext-base gpg gpgconf gpgv
  grep groff-base gzip hostname ifupdown inetutils-telnet init
  init-system-helpers iproute2 iputils-ping isc-dhcp-client isc-dhcp-common
  kmod krb5-locales less libacl1 libapparmor1 libapt-pkg6.0 libargon2-1
  libasan8 libassuan0 libatomic1 libattr1 libaudit-common libaudit1
  libbinutils libblkid1 libbpf1 libbrotli1 libbsd0 libbz2-1.0 libc-bin
  libc-dev-bin libc-l10n libc6 libc6-dev libcap-ng0 libcap2 libcap2-bin
  libcbor0.8 libcc1-0 libcom-err2 libcrypt-dev libcrypt1 libcryptsetup12
  libctf-nobfd0 libctf0 libcurl3-gnutls libdb5.3 libdbus-1-3 libdebconfclient0
  libdevmapper1.02.1 libdpkg-perl libeatmydata1 libedit2 libelf1 libexpat1
  libext2fs2 libfakechroot libfakeroot libfdisk1 libffi8 libfido2-1
  libfile-find-rule-perl libfstrm0 libgcc-12-dev libgcc-s1 libgcrypt20
  libgdbm-compat4 libgdbm6 libgmp10 libgnutls30 libgomp1 libgpg-error0
  libgprofng0 libgssapi-krb5-2 libhogweed6 libicu72 libidn2-0 libip4tc2
  libisl23 libitm1 libjansson4 libjemalloc2 libjson-c5 libk5crypto3
  libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 liblmdb0
  liblocale-gettext-perl liblockfile-bin liblsan0 liblz4-1 liblzma5
  libmagic-mgc libmagic1 libmaxminddb0 libmd0 libmnl0 libmount1 libmpc3
  libmpfr6 libncursesw6 libnettle8 libnewt0.52 libnftables1 libnftnl11
  libnghttp2-14 libnsl-dev libnsl2 libnss-systemd libnumber-compare-perl
  libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam-systemd
  libpam0g libpci3 libpcre2-8-0 libperl5.36 libpipeline1 libpopt0 libproc2-0
  libprotobuf-c1 libpsl5 libpython3-stdlib libpython3.11-minimal
  libpython3.11-stdlib libquadmath0 libreadline8 librtmp1 libsasl2-2
  libsasl2-modules-db libseccomp2 libselinux1 libsemanage-common libsemanage2
  libsepol2 libslang2 libsmartcols1 libsqlite3-0 libss2 libssh2-1 libssl3
  libstdc++-12-dev libstdc++6 libsystemd-shared libsystemd0 libtasn1-6
  libtext-charwidth-perl libtext-glob-perl libtext-iconv-perl
  libtext-wrapi18n-perl libtinfo6 libtirpc-common libtirpc-dev libtirpc3
  libtsan2 libubsan1 libuchardet0 libudev1 libunistring2 libuuid1 libuv1
  libxml2 libxtables12 libxxhash0 libzstd1 linux-libc-dev locales login
  logrotate logsave lsof mailcap make man-db manpages mawk media-types
  mime-support mount nano ncurses-base ncurses-bin ncurses-term netbase
  netcat-traditional nftables openssh-client openssl passwd patch pci.ids
  pciutils perl perl-base perl-modules-5.36 procps python-apt-common python3
  python3-apt python3-certifi python3-chardet python3-charset-normalizer
  python3-debconf python3-debian python3-debianbts python3-httplib2
  python3-idna python3-minimal python3-pkg-resources python3-pycurl
  python3-pyparsing python3-pysimplesoap python3-reportbug python3-requests
  python3-six python3-urllib3 python3.11 python3.11-minimal readline-common
  reportbug rpcsvc-proto sed sensible-utils systemd systemd-sysv
  systemd-timesyncd sysvinit-utils tar tasksel tasksel-data traceroute tzdata
  ucf udev usr-is-merged usrmerge util-linux util-linux-extra vim-common
  vim-tiny wamerican wget whiptail xz-utils zlib1g

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-12/gcc-12-base_12.2.0-14_amd64.deb
0 upgraded, 312 newly installed, 0 to remove and 0 not upgraded.
Need to get 165 MB of archives.
After this operation, 649 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian stable/main amd64 gcc-12-base amd64 12.2.0-14 [37.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc6_2.36-9%2bdeb12u7_amd64.deb
Get:2 http://deb.debian.org/debian stable/main amd64 libc6 amd64 2.36-9+deb12u7 [2758 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-12/libgcc-s1_12.2.0-14_amd64.deb
Get:3 http://deb.debian.org/debian stable/main amd64 libgcc-s1 amd64 12.2.0-14 [49.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/mawk/mawk_1.3.4.20200120-3.1_amd64.deb
Get:4 http://deb.debian.org/debian stable/main amd64 mawk amd64 1.3.4.20200120-3.1 [119 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/base-files/base-files_12.4%2bdeb12u6_amd64.deb
Get:5 http://deb.debian.org/debian stable/main amd64 base-files amd64 12.4+deb12u6 [70.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/ncurses/libtinfo6_6.4-4_amd64.deb
Get:6 http://deb.debian.org/debian stable/main amd64 libtinfo6 amd64 6.4-4 [331 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/debianutils/debianutils_5.7-0.5%7edeb12u1_amd64.deb
Get:7 http://deb.debian.org/debian stable/main amd64 debianutils amd64 5.7-0.5~deb12u1 [103 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bash/bash_5.2.15-2%2bb7_amd64.deb
Get:8 http://deb.debian.org/debian stable/main amd64 bash amd64 5.2.15-2+b7 [1490 kB]

proxy download: http://deb.debian.org/debian/pool/main/libc/libcap2/libcap2_2.66-4_amd64.deb
Get:9 http://deb.debian.org/debian stable/main amd64 libcap2 amd64 1:2.66-4 [27.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/libg/libgpg-error/libgpg-error0_1.46-1_amd64.deb
Get:10 http://deb.debian.org/debian stable/main amd64 libgpg-error0 amd64 1.46-1 [76.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/libg/libgcrypt20/libgcrypt20_1.10.1-3_amd64.deb
Get:11 http://deb.debian.org/debian stable/main amd64 libgcrypt20 amd64 1.10.1-3 [696 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/lz4/liblz4-1_1.9.4-1_amd64.deb
Get:12 http://deb.debian.org/debian stable/main amd64 liblz4-1 amd64 1.9.4-1 [62.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/x/xz-utils/liblzma5_5.4.1-0.2_amd64.deb
Get:13 http://deb.debian.org/debian stable/main amd64 liblzma5 amd64 5.4.1-0.2 [205 kB]

proxy download: http://deb.debian.org/debian/pool/main/libz/libzstd/libzstd1_1.5.4%2bdfsg2-5_amd64.deb
Get:14 http://deb.debian.org/debian stable/main amd64 libzstd1 amd64 1.5.4+dfsg2-5 [290 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libsystemd0_252.26-1%7edeb12u2_amd64.deb
Get:15 http://deb.debian.org/debian stable/main amd64 libsystemd0 amd64 252.26-1~deb12u2 [332 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/bsdutils_2.38.1-5%2bdeb12u1_amd64.deb
Get:16 http://deb.debian.org/debian stable/main amd64 bsdutils amd64 1:2.38.1-5+deb12u1 [94.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/acl/libacl1_2.3.1-3_amd64.deb
Get:17 http://deb.debian.org/debian stable/main amd64 libacl1 amd64 2.3.1-3 [31.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/attr/libattr1_2.5.1-4_amd64.deb
Get:18 http://deb.debian.org/debian stable/main amd64 libattr1 amd64 1:2.5.1-4 [22.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gmp/libgmp10_6.2.1%2bdfsg1-1.1_amd64.deb
Get:19 http://deb.debian.org/debian stable/main amd64 libgmp10 amd64 2:6.2.1+dfsg1-1.1 [563 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pcre2/libpcre2-8-0_10.42-1_amd64.deb
Get:20 http://deb.debian.org/debian stable/main amd64 libpcre2-8-0 amd64 10.42-1 [261 kB]

proxy download: http://deb.debian.org/debian/pool/main/libs/libselinux/libselinux1_3.4-1%2bb6_amd64.deb
Get:21 http://deb.debian.org/debian stable/main amd64 libselinux1 amd64 3.4-1+b6 [73.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/coreutils/coreutils_9.1-1_amd64.deb
Get:22 http://deb.debian.org/debian stable/main amd64 coreutils amd64 9.1-1 [2897 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bzip2/libbz2-1.0_1.0.8-5%2bb1_amd64.deb
Get:23 http://deb.debian.org/debian stable/main amd64 libbz2-1.0 amd64 1.0.8-5+b1 [47.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/libm/libmd/libmd0_1.0.4-2_amd64.deb
Get:24 http://deb.debian.org/debian stable/main amd64 libmd0 amd64 1.0.4-2 [29.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/z/zlib/zlib1g_1.2.13.dfsg-1_amd64.deb
Get:25 http://deb.debian.org/debian stable/main amd64 zlib1g amd64 1:1.2.13.dfsg-1 [86.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/t/tar/tar_1.34%2bdfsg-1.2%2bdeb12u1_amd64.deb
Get:26 http://deb.debian.org/debian stable/main amd64 tar amd64 1.34+dfsg-1.2+deb12u1 [836 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dpkg/dpkg_1.21.22_amd64.deb
Get:27 http://deb.debian.org/debian stable/main amd64 dpkg amd64 1.21.22 [1567 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dash/dash_0.5.12-2_amd64.deb
Get:28 http://deb.debian.org/debian stable/main amd64 dash amd64 0.5.12-2 [91.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/diffutils/diffutils_3.8-4_amd64.deb
Get:29 http://deb.debian.org/debian stable/main amd64 diffutils amd64 1:3.8-4 [352 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/findutils/findutils_4.9.0-4_amd64.deb
Get:30 http://deb.debian.org/debian stable/main amd64 findutils amd64 4.9.0-4 [636 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/grep/grep_3.8-5_amd64.deb
Get:31 http://deb.debian.org/debian stable/main amd64 grep amd64 3.8-5 [421 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gzip/gzip_1.12-1_amd64.deb
Get:32 http://deb.debian.org/debian stable/main amd64 gzip amd64 1.12-1 [140 kB]

proxy download: http://deb.debian.org/debian/pool/main/h/hostname/hostname_3.23%2bnmu1_amd64.deb
Get:33 http://deb.debian.org/debian stable/main amd64 hostname amd64 3.23+nmu1 [10.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/audit/libaudit-common_3.0.9-1_all.deb
Get:34 http://deb.debian.org/debian stable/main amd64 libaudit-common all 1:3.0.9-1 [10.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/libc/libcap-ng/libcap-ng0_0.8.3-1%2bb3_amd64.deb
Get:35 http://deb.debian.org/debian stable/main amd64 libcap-ng0 amd64 0.8.3-1+b3 [17.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/audit/libaudit1_3.0.9-1_amd64.deb
Get:36 http://deb.debian.org/debian stable/main amd64 libaudit1 amd64 1:3.0.9-1 [46.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/libx/libxcrypt/libcrypt1_4.4.33-2_amd64.deb
Get:37 http://deb.debian.org/debian stable/main amd64 libcrypt1 amd64 1:4.4.33-2 [89.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/debconf/debconf_1.5.82_all.deb
Get:38 http://deb.debian.org/debian stable/main amd64 debconf all 1.5.82 [121 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pam/libpam0g_1.5.2-6%2bdeb12u1_amd64.deb
Get:39 http://deb.debian.org/debian stable/main amd64 libpam0g amd64 1.5.2-6+deb12u1 [92.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/db5.3/libdb5.3_5.3.28%2bdfsg2-1_amd64.deb
Get:40 http://deb.debian.org/debian stable/main amd64 libdb5.3 amd64 5.3.28+dfsg2-1 [697 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pam/libpam-modules-bin_1.5.2-6%2bdeb12u1_amd64.deb
Get:41 http://deb.debian.org/debian stable/main amd64 libpam-modules-bin amd64 1.5.2-6+deb12u1 [75.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pam/libpam-modules_1.5.2-6%2bdeb12u1_amd64.deb
Get:42 http://deb.debian.org/debian stable/main amd64 libpam-modules amd64 1.5.2-6+deb12u1 [291 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pam/libpam-runtime_1.5.2-6%2bdeb12u1_all.deb
Get:43 http://deb.debian.org/debian stable/main amd64 libpam-runtime all 1.5.2-6+deb12u1 [161 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/shadow/login_4.13%2bdfsg1-1%2bb1_amd64.deb
Get:44 http://deb.debian.org/debian stable/main amd64 login amd64 1:4.13+dfsg1-1+b1 [616 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-bin_6.4-4_amd64.deb
Get:45 http://deb.debian.org/debian stable/main amd64 ncurses-bin amd64 6.4-4 [421 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/perl/perl-base_5.36.0-7%2bdeb12u1_amd64.deb
Get:46 http://deb.debian.org/debian stable/main amd64 perl-base amd64 5.36.0-7+deb12u1 [1608 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/sed/sed_4.9-1_amd64.deb
Get:47 http://deb.debian.org/debian stable/main amd64 sed amd64 4.9-1 [329 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libblkid1_2.38.1-5%2bdeb12u1_amd64.deb
Get:48 http://deb.debian.org/debian stable/main amd64 libblkid1 amd64 2.38.1-5+deb12u1 [147 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libmount1_2.38.1-5%2bdeb12u1_amd64.deb
Get:49 http://deb.debian.org/debian stable/main amd64 libmount1 amd64 2.38.1-5+deb12u1 [165 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libsmartcols1_2.38.1-5%2bdeb12u1_amd64.deb
Get:50 http://deb.debian.org/debian stable/main amd64 libsmartcols1 amd64 2.38.1-5+deb12u1 [107 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libudev1_252.26-1%7edeb12u2_amd64.deb
Get:51 http://deb.debian.org/debian stable/main amd64 libudev1 amd64 252.26-1~deb12u2 [108 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libuuid1_2.38.1-5%2bdeb12u1_amd64.deb
Get:52 http://deb.debian.org/debian stable/main amd64 libuuid1 amd64 2.38.1-5+deb12u1 [28.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/util-linux-extra_2.38.1-5%2bdeb12u1_amd64.deb
Get:53 http://deb.debian.org/debian stable/main amd64 util-linux-extra amd64 2.38.1-5+deb12u1 [110 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/util-linux_2.38.1-5%2bdeb12u1_amd64.deb
Get:54 http://deb.debian.org/debian stable/main amd64 util-linux amd64 2.38.1-5+deb12u1 [1176 kB]

proxy download: http://deb.debian.org/debian/pool/main/libs/libsemanage/libsemanage-common_3.4-1_all.deb
Get:55 http://deb.debian.org/debian stable/main amd64 libsemanage-common all 3.4-1 [21.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/libs/libsepol/libsepol2_3.4-2.1_amd64.deb
Get:56 http://deb.debian.org/debian stable/main amd64 libsepol2 amd64 3.4-2.1 [276 kB]

proxy download: http://deb.debian.org/debian/pool/main/libs/libsemanage/libsemanage2_3.4-1%2bb5_amd64.deb
Get:57 http://deb.debian.org/debian stable/main amd64 libsemanage2 amd64 3.4-1+b5 [89.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/shadow/passwd_4.13%2bdfsg1-1%2bb1_amd64.deb
Get:58 http://deb.debian.org/debian stable/main amd64 passwd amd64 1:4.13+dfsg1-1+b1 [972 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/adduser/adduser_3.134_all.deb
Get:59 http://deb.debian.org/debian stable/main amd64 adduser all 3.134 [183 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gnupg2/gpgv_2.2.40-1.1_amd64.deb
Get:60 http://deb.debian.org/debian stable/main amd64 gpgv amd64 2.2.40-1.1 [648 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-12/libstdc%2b%2b6_12.2.0-14_amd64.deb
Get:61 http://deb.debian.org/debian stable/main amd64 libstdc++6 amd64 12.2.0-14 [614 kB]

proxy download: http://deb.debian.org/debian/pool/main/x/xxhash/libxxhash0_0.8.1-1_amd64.deb
Get:62 http://deb.debian.org/debian stable/main amd64 libxxhash0 amd64 0.8.1-1 [27.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/apt/libapt-pkg6.0_2.6.1_amd64.deb
Get:63 http://deb.debian.org/debian stable/main amd64 libapt-pkg6.0 amd64 2.6.1 [907 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2023.3%2bdeb12u1_all.deb
Get:64 http://deb.debian.org/debian stable/main amd64 debian-archive-keyring all 2023.3+deb12u1 [161 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nettle/libnettle8_3.8.1-2_amd64.deb
Get:65 http://deb.debian.org/debian stable/main amd64 libnettle8 amd64 3.8.1-2 [288 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nettle/libhogweed6_3.8.1-2_amd64.deb
Get:66 http://deb.debian.org/debian stable/main amd64 libhogweed6 amd64 3.8.1-2 [328 kB]

proxy download: http://deb.debian.org/debian/pool/main/libu/libunistring/libunistring2_1.0-2_amd64.deb
Get:67 http://deb.debian.org/debian stable/main amd64 libunistring2 amd64 1.0-2 [437 kB]

proxy download: http://deb.debian.org/debian/pool/main/libi/libidn2/libidn2-0_2.3.3-1%2bb1_amd64.deb
Get:68 http://deb.debian.org/debian stable/main amd64 libidn2-0 amd64 2.3.3-1+b1 [124 kB]

proxy download: http://deb.debian.org/debian/pool/main/libf/libffi/libffi8_3.4.4-1_amd64.deb
Get:69 http://deb.debian.org/debian stable/main amd64 libffi8 amd64 3.4.4-1 [22.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/p11-kit/libp11-kit0_0.24.1-2_amd64.deb
Get:70 http://deb.debian.org/debian stable/main amd64 libp11-kit0 amd64 0.24.1-2 [345 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtasn1-6/libtasn1-6_4.19.0-2_amd64.deb
Get:71 http://deb.debian.org/debian stable/main amd64 libtasn1-6 amd64 4.19.0-2 [56.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gnutls28/libgnutls30_3.7.9-2%2bdeb12u3_amd64.deb
Get:72 http://deb.debian.org/debian stable/main amd64 libgnutls30 amd64 3.7.9-2+deb12u3 [1405 kB]

proxy download: http://deb.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.4-1%2bdeb12u1_amd64.deb
Get:73 http://deb.debian.org/debian stable/main amd64 libseccomp2 amd64 2.5.4-1+deb12u1 [46.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/apt/apt_2.6.1_amd64.deb
Get:74 http://deb.debian.org/debian stable/main amd64 apt amd64 2.6.1 [1373 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cdebconf/libdebconfclient0_0.270_amd64.deb
Get:75 http://deb.debian.org/debian stable/main amd64 libdebconfclient0 amd64 0.270 [9900 B]

proxy download: http://deb.debian.org/debian/pool/main/b/base-passwd/base-passwd_3.6.1_amd64.deb
Get:76 http://deb.debian.org/debian stable/main amd64 base-passwd amd64 3.6.1 [60.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/perl/perl-modules-5.36_5.36.0-7%2bdeb12u1_all.deb
Get:77 http://deb.debian.org/debian stable/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u1 [2815 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gdbm/libgdbm6_1.23-3_amd64.deb
Get:78 http://deb.debian.org/debian stable/main amd64 libgdbm6 amd64 1.23-3 [72.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gdbm/libgdbm-compat4_1.23-3_amd64.deb
Get:79 http://deb.debian.org/debian stable/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/perl/libperl5.36_5.36.0-7%2bdeb12u1_amd64.deb
Get:80 http://deb.debian.org/debian stable/main amd64 libperl5.36 amd64 5.36.0-7+deb12u1 [4218 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/perl/perl_5.36.0-7%2bdeb12u1_amd64.deb
Get:81 http://deb.debian.org/debian stable/main amd64 perl amd64 5.36.0-7+deb12u1 [239 kB]

proxy download: http://deb.debian.org/debian/pool/main/libn/libnumber-compare-perl/libnumber-compare-perl_0.03-3_all.deb
Get:82 http://deb.debian.org/debian stable/main amd64 libnumber-compare-perl all 0.03-3 [6332 B]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtext-glob-perl/libtext-glob-perl_0.11-3_all.deb
Get:83 http://deb.debian.org/debian stable/main amd64 libtext-glob-perl all 0.11-3 [7676 B]

proxy download: http://deb.debian.org/debian/pool/main/libf/libfile-find-rule-perl/libfile-find-rule-perl_0.34-3_all.deb
Get:84 http://deb.debian.org/debian stable/main amd64 libfile-find-rule-perl all 0.34-3 [26.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/usrmerge/usrmerge_37%7edeb12u1_all.deb
Get:85 http://deb.debian.org/debian stable/main amd64 usrmerge all 37~deb12u1 [13.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/usrmerge/usr-is-merged_37%7edeb12u1_all.deb
Get:86 http://deb.debian.org/debian stable/main amd64 usr-is-merged all 37~deb12u1 [5616 B]

proxy download: http://deb.debian.org/debian/pool/main/i/init-system-helpers/init-system-helpers_1.65.2_all.deb
Get:87 http://deb.debian.org/debian stable/main amd64 init-system-helpers all 1.65.2 [49.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc-bin_2.36-9%2bdeb12u7_amd64.deb
Get:88 http://deb.debian.org/debian stable/main amd64 libc-bin amd64 2.36-9+deb12u7 [607 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-base_6.4-4_all.deb
Get:89 http://deb.debian.org/debian stable/main amd64 ncurses-base all 6.4-4 [261 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/sysvinit/sysvinit-utils_3.06-4_amd64.deb
Get:90 http://deb.debian.org/debian stable/main amd64 sysvinit-utils amd64 3.06-4 [31.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libcom-err2_1.47.0-2_amd64.deb
Get:91 http://deb.debian.org/debian stable/main amd64 libcom-err2 amd64 1.47.0-2 [19.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libext2fs2_1.47.0-2_amd64.deb
Get:92 http://deb.debian.org/debian stable/main amd64 libext2fs2 amd64 1.47.0-2 [205 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libss2_1.47.0-2_amd64.deb
Get:93 http://deb.debian.org/debian stable/main amd64 libss2 amd64 1.47.0-2 [24.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/logsave_1.47.0-2_amd64.deb
Get:94 http://deb.debian.org/debian stable/main amd64 logsave amd64 1.47.0-2 [19.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/e2fsprogs_1.47.0-2_amd64.deb
Get:95 http://deb.debian.org/debian stable/main amd64 e2fsprogs amd64 1.47.0-2 [571 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/mount_2.38.1-5%2bdeb12u1_amd64.deb
Get:96 http://deb.debian.org/debian stable/main amd64 mount amd64 2.38.1-5+deb12u1 [134 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cron/cron-daemon-common_3.0pl1-162_all.deb
Get:97 http://deb.debian.org/debian stable/main amd64 cron-daemon-common all 3.0pl1-162 [12.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_0.0.17%2bnmu1_all.deb
Get:98 http://deb.debian.org/debian stable/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cron/cron_3.0pl1-162_amd64.deb
Get:99 http://deb.debian.org/debian stable/main amd64 cron amd64 3.0pl1-162 [73.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/o/openssl/libssl3_3.0.13-1%7edeb12u1_amd64.deb
Get:100 http://deb.debian.org/debian stable/main amd64 libssl3 amd64 3.0.13-1~deb12u1 [2022 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/argon2/libargon2-1_0%7e20171227-0.3%2bdeb12u1_amd64.deb
Get:101 http://deb.debian.org/debian stable/main amd64 libargon2-1 amd64 0~20171227-0.3+deb12u1 [19.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/lvm2/dmsetup_1.02.185-2_amd64.deb
Get:102 http://deb.debian.org/debian stable/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/lvm2/libdevmapper1.02.1_1.02.185-2_amd64.deb
Get:103 http://deb.debian.org/debian stable/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB]

proxy download: http://deb.debian.org/debian/pool/main/j/json-c/libjson-c5_0.16-2_amd64.deb
Get:104 http://deb.debian.org/debian stable/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cryptsetup/libcryptsetup12_2.6.1-4%7edeb12u2_amd64.deb
Get:105 http://deb.debian.org/debian stable/main amd64 libcryptsetup12 amd64 2:2.6.1-4~deb12u2 [223 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libfdisk1_2.38.1-5%2bdeb12u1_amd64.deb
Get:106 http://deb.debian.org/debian stable/main amd64 libfdisk1 amd64 2.38.1-5+deb12u1 [193 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/kmod/libkmod2_30%2b20221128-1_amd64.deb
Get:107 http://deb.debian.org/debian stable/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/apparmor/libapparmor1_3.0.8-3_amd64.deb
Get:108 http://deb.debian.org/debian stable/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/iptables/libip4tc2_1.8.9-2_amd64.deb
Get:109 http://deb.debian.org/debian stable/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libsystemd-shared_252.26-1%7edeb12u2_amd64.deb
Get:110 http://deb.debian.org/debian stable/main amd64 libsystemd-shared amd64 252.26-1~deb12u2 [1692 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/systemd_252.26-1%7edeb12u2_amd64.deb
Get:111 http://deb.debian.org/debian stable/main amd64 systemd amd64 252.26-1~deb12u2 [3035 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/systemd-sysv_252.26-1%7edeb12u2_amd64.deb
Get:112 http://deb.debian.org/debian stable/main amd64 systemd-sysv amd64 252.26-1~deb12u2 [42.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/init-system-helpers/init_1.65.2_amd64.deb
Get:113 http://deb.debian.org/debian stable/main amd64 init amd64 1.65.2 [16.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dbus/libdbus-1-3_1.14.10-1%7edeb12u1_amd64.deb
Get:114 http://deb.debian.org/debian stable/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dbus/dbus-bin_1.14.10-1%7edeb12u1_amd64.deb
Get:115 http://deb.debian.org/debian stable/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dbus/dbus-session-bus-common_1.14.10-1%7edeb12u1_all.deb
Get:116 http://deb.debian.org/debian stable/main amd64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/expat/libexpat1_2.5.0-1_amd64.deb
Get:117 http://deb.debian.org/debian stable/main amd64 libexpat1 amd64 2.5.0-1 [99.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dbus/dbus-daemon_1.14.10-1%7edeb12u1_amd64.deb
Get:118 http://deb.debian.org/debian stable/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dbus/dbus-system-bus-common_1.14.10-1%7edeb12u1_all.deb
Get:119 http://deb.debian.org/debian stable/main amd64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dbus/dbus_1.14.10-1%7edeb12u1_amd64.deb
Get:120 http://deb.debian.org/debian stable/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/libl/liblocale-gettext-perl/liblocale-gettext-perl_1.07-5_amd64.deb
Get:121 http://deb.debian.org/debian stable/main amd64 liblocale-gettext-perl amd64 1.07-5 [15.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3.11/libpython3.11-minimal_3.11.2-6%2bdeb12u2_amd64.deb
Get:122 http://deb.debian.org/debian stable/main amd64 libpython3.11-minimal amd64 3.11.2-6+deb12u2 [814 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3.11/python3.11-minimal_3.11.2-6%2bdeb12u2_amd64.deb
Get:123 http://deb.debian.org/debian stable/main amd64 python3.11-minimal amd64 3.11.2-6+deb12u2 [2067 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3-defaults/python3-minimal_3.11.2-1%2bb1_amd64.deb
Get:124 http://deb.debian.org/debian stable/main amd64 python3-minimal amd64 3.11.2-1+b1 [26.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/media-types/media-types_10.0.0_all.deb
Get:125 http://deb.debian.org/debian stable/main amd64 media-types all 10.0.0 [26.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/mailcap/mailcap_3.70%2bnmu1_all.deb
Get:126 http://deb.debian.org/debian stable/main amd64 mailcap all 3.70+nmu1 [32.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/mime-support/mime-support_3.66_all.deb
Get:127 http://deb.debian.org/debian stable/main amd64 mime-support all 3.66 [10.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/ncurses/libncursesw6_6.4-4_amd64.deb
Get:128 http://deb.debian.org/debian stable/main amd64 libncursesw6 amd64 6.4-4 [134 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/libkrb5support0_1.20.1-2%2bdeb12u1_amd64.deb
Get:129 http://deb.debian.org/debian stable/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u1 [32.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/libk5crypto3_1.20.1-2%2bdeb12u1_amd64.deb
Get:130 http://deb.debian.org/debian stable/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u1 [78.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/keyutils/libkeyutils1_1.6.3-2_amd64.deb
Get:131 http://deb.debian.org/debian stable/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/libkrb5-3_1.20.1-2%2bdeb12u1_amd64.deb
Get:132 http://deb.debian.org/debian stable/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u1 [332 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/libgssapi-krb5-2_1.20.1-2%2bdeb12u1_amd64.deb
Get:133 http://deb.debian.org/debian stable/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u1 [134 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc-common_1.3.3%2bds-1_all.deb
Get:134 http://deb.debian.org/debian stable/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc3_1.3.3%2bds-1_amd64.deb
Get:135 http://deb.debian.org/debian stable/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libn/libnsl/libnsl2_1.3.0-2_amd64.deb
Get:136 http://deb.debian.org/debian stable/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/readline/readline-common_8.2-1.3_all.deb
Get:137 http://deb.debian.org/debian stable/main amd64 readline-common all 8.2-1.3 [69.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/readline/libreadline8_8.2-1.3_amd64.deb
Get:138 http://deb.debian.org/debian stable/main amd64 libreadline8 amd64 8.2-1.3 [166 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/sqlite3/libsqlite3-0_3.40.1-2_amd64.deb
Get:139 http://deb.debian.org/debian stable/main amd64 libsqlite3-0 amd64 3.40.1-2 [837 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3.11/libpython3.11-stdlib_3.11.2-6%2bdeb12u2_amd64.deb
Get:140 http://deb.debian.org/debian stable/main amd64 libpython3.11-stdlib amd64 3.11.2-6+deb12u2 [1799 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3.11/python3.11_3.11.2-6%2bdeb12u2_amd64.deb
Get:141 http://deb.debian.org/debian stable/main amd64 python3.11 amd64 3.11.2-6+deb12u2 [573 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3-defaults/libpython3-stdlib_3.11.2-1%2bb1_amd64.deb
Get:142 http://deb.debian.org/debian stable/main amd64 libpython3-stdlib amd64 3.11.2-1+b1 [9312 B]

proxy download: http://deb.debian.org/debian/pool/main/p/python3-defaults/python3_3.11.2-1%2bb1_amd64.deb
Get:143 http://deb.debian.org/debian stable/main amd64 python3 amd64 3.11.2-1+b1 [26.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/t/tasksel/tasksel-data_3.73_all.deb
Get:144 http://deb.debian.org/debian stable/main amd64 tasksel-data all 3.73 [18.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/t/tasksel/tasksel_3.73_all.deb
Get:145 http://deb.debian.org/debian stable/main amd64 tasksel all 3.73 [51.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/t/tzdata/tzdata_2024a-0%2bdeb12u1_all.deb
Get:146 http://deb.debian.org/debian stable/main amd64 tzdata all 2024a-0+deb12u1 [297 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/apt/apt-utils_2.6.1_amd64.deb
Get:147 http://deb.debian.org/debian stable/main amd64 apt-utils amd64 2.6.1 [309 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cpio/cpio_2.13%2bdfsg-7.1_amd64.deb
Get:148 http://deb.debian.org/debian stable/main amd64 cpio amd64 2.13+dfsg-7.1 [245 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtext-charwidth-perl/libtext-charwidth-perl_0.04-11_amd64.deb
Get:149 http://deb.debian.org/debian stable/main amd64 libtext-charwidth-perl amd64 0.04-11 [9496 B]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtext-iconv-perl/libtext-iconv-perl_1.7-8_amd64.deb
Get:150 http://deb.debian.org/debian stable/main amd64 libtext-iconv-perl amd64 1.7-8 [14.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtext-wrapi18n-perl/libtext-wrapi18n-perl_0.06-10_all.deb
Get:151 http://deb.debian.org/debian stable/main amd64 libtext-wrapi18n-perl all 0.06-10 [8808 B]

proxy download: http://deb.debian.org/debian/pool/main/d/debconf/debconf-i18n_1.5.82_all.deb
Get:152 http://deb.debian.org/debian stable/main amd64 debconf-i18n all 1.5.82 [208 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dmidecode/dmidecode_3.4-1_amd64.deb
Get:153 http://deb.debian.org/debian stable/main amd64 dmidecode amd64 3.4-1 [68.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/fdisk_2.38.1-5%2bdeb12u1_amd64.deb
Get:154 http://deb.debian.org/debian stable/main amd64 fdisk amd64 2.38.1-5+deb12u1 [141 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/elfutils/libelf1_0.188-2.1_amd64.deb
Get:155 http://deb.debian.org/debian stable/main amd64 libelf1 amd64 0.188-2.1 [174 kB]

proxy download: http://deb.debian.org/debian/pool/main/libb/libbpf/libbpf1_1.1.0-1_amd64.deb
Get:156 http://deb.debian.org/debian stable/main amd64 libbpf1 amd64 1:1.1.0-1 [145 kB]

proxy download: http://deb.debian.org/debian/pool/main/libb/libbsd/libbsd0_0.11.7-2_amd64.deb
Get:157 http://deb.debian.org/debian stable/main amd64 libbsd0 amd64 0.11.7-2 [117 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libm/libmnl/libmnl0_1.0.4-3_amd64.deb
Get:158 http://deb.debian.org/debian stable/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/iptables/libxtables12_1.8.9-2_amd64.deb
Get:159 http://deb.debian.org/debian stable/main amd64 libxtables12 amd64 1.8.9-2 [30.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/libc/libcap2/libcap2-bin_2.66-4_amd64.deb
Get:160 http://deb.debian.org/debian stable/main amd64 libcap2-bin amd64 1:2.66-4 [34.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/iproute2/iproute2_6.1.0-3_amd64.deb
Get:161 http://deb.debian.org/debian stable/main amd64 iproute2 amd64 6.1.0-3 [1046 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/ifupdown/ifupdown_0.8.41_amd64.deb
Get:162 http://deb.debian.org/debian stable/main amd64 ifupdown amd64 0.8.41 [62.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/iputils/iputils-ping_20221126-1_amd64.deb
Get:163 http://deb.debian.org/debian stable/main amd64 iputils-ping amd64 3:20221126-1 [47.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/isc-dhcp/isc-dhcp-client_4.4.3-P1-2_amd64.deb
Get:164 http://deb.debian.org/debian stable/main amd64 isc-dhcp-client amd64 4.4.3-P1-2 [1096 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/isc-dhcp/isc-dhcp-common_4.4.3-P1-2_amd64.deb
Get:165 http://deb.debian.org/debian stable/main amd64 isc-dhcp-common amd64 4.4.3-P1-2 [117 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/kmod/kmod_30%2b20221128-1_amd64.deb
Get:166 http://deb.debian.org/debian stable/main amd64 kmod amd64 30+20221128-1 [95.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/less/less_590-2.1%7edeb12u2_amd64.deb
Get:167 http://deb.debian.org/debian stable/main amd64 less amd64 590-2.1~deb12u2 [132 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/popt/libpopt0_1.19%2bdfsg-1_amd64.deb
Get:168 http://deb.debian.org/debian stable/main amd64 libpopt0 amd64 1.19+dfsg-1 [43.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/logrotate/logrotate_3.21.0-1_amd64.deb
Get:169 http://deb.debian.org/debian stable/main amd64 logrotate amd64 3.21.0-1 [62.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nano/nano_7.2-1%2bdeb12u1_amd64.deb
Get:170 http://deb.debian.org/debian stable/main amd64 nano amd64 7.2-1+deb12u1 [690 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/netbase/netbase_6.4_all.deb
Get:171 http://deb.debian.org/debian stable/main amd64 netbase all 6.4 [12.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/j/jansson/libjansson4_2.14-2_amd64.deb
Get:172 http://deb.debian.org/debian stable/main amd64 libjansson4 amd64 2.14-2 [40.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/libn/libnftnl/libnftnl11_1.2.4-2_amd64.deb
Get:173 http://deb.debian.org/debian stable/main amd64 libnftnl11 amd64 1.2.4-2 [61.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nftables/libnftables1_1.0.6-2%2bdeb12u2_amd64.deb
Get:174 http://deb.debian.org/debian stable/main amd64 libnftables1 amd64 1.0.6-2+deb12u2 [299 kB]

proxy download: http://deb.debian.org/debian/pool/main/libe/libedit/libedit2_3.1-20221030-2_amd64.deb
Get:175 http://deb.debian.org/debian stable/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nftables/nftables_1.0.6-2%2bdeb12u2_amd64.deb
Get:176 http://deb.debian.org/debian stable/main amd64 nftables amd64 1.0.6-2+deb12u2 [70.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/procps/libproc2-0_4.0.2-3_amd64.deb
Get:177 http://deb.debian.org/debian stable/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/procps/procps_4.0.2-3_amd64.deb
Get:178 http://deb.debian.org/debian stable/main amd64 procps amd64 2:4.0.2-3 [709 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/udev_252.26-1%7edeb12u2_amd64.deb
Get:179 http://deb.debian.org/debian stable/main amd64 udev amd64 252.26-1~deb12u2 [1682 kB]

proxy download: http://deb.debian.org/debian/pool/main/v/vim/vim-common_9.0.1378-2_all.deb
Get:180 http://deb.debian.org/debian stable/main amd64 vim-common all 2:9.0.1378-2 [124 kB]

proxy download: http://deb.debian.org/debian/pool/main/v/vim/vim-tiny_9.0.1378-2_amd64.deb
Get:181 http://deb.debian.org/debian stable/main amd64 vim-tiny amd64 2:9.0.1378-2 [720 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/slang2/libslang2_2.3.3-3_amd64.deb
Get:182 http://deb.debian.org/debian stable/main amd64 libslang2 amd64 2.3.3-3 [554 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/newt/libnewt0.52_0.52.23-1%2bb1_amd64.deb
Get:183 http://deb.debian.org/debian stable/main amd64 libnewt0.52 amd64 0.52.23-1+b1 [59.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/newt/whiptail_0.52.23-1%2bb1_amd64.deb
Get:184 http://deb.debian.org/debian stable/main amd64 whiptail amd64 0.52.23-1+b1 [24.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-apt/python-apt-common_2.6.0_all.deb
Get:185 http://deb.debian.org/debian stable/main amd64 python-apt-common all 2.6.0 [64.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/distro-info-data/distro-info-data_0.58%2bdeb12u2_all.deb
Get:186 http://deb.debian.org/debian stable/main amd64 distro-info-data all 0.58+deb12u2 [6204 B]

proxy download: http://deb.debian.org/debian/pool/main/p/python-apt/python3-apt_2.6.0_amd64.deb
Get:187 http://deb.debian.org/debian stable/main amd64 python3-apt amd64 2.6.0 [159 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/debconf/python3-debconf_1.5.82_all.deb
Get:188 http://deb.debian.org/debian stable/main amd64 python3-debconf all 1.5.82 [3980 B]

proxy download: http://deb.debian.org/debian/pool/main/u/ucf/ucf_3.0043%2bnmu1_all.deb
Get:189 http://deb.debian.org/debian stable/main amd64 ucf all 3.0043+nmu1 [55.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/apt-listchanges/apt-listchanges_3.24_all.deb
Get:190 http://deb.debian.org/debian stable/main amd64 apt-listchanges all 3.24 [133 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bash-completion/bash-completion_2.11-6_all.deb
Get:191 http://deb.debian.org/debian stable/main amd64 bash-completion all 1:2.11-6 [234 kB]

proxy download: http://deb.debian.org/debian/pool/main/libu/libuv1/libuv1_1.44.2-1%2bdeb12u1_amd64.deb
Get:192 http://deb.debian.org/debian stable/main amd64 libuv1 amd64 1.44.2-1+deb12u1 [136 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/fstrm/libfstrm0_0.6.1-1_amd64.deb
Get:193 http://deb.debian.org/debian stable/main amd64 libfstrm0 amd64 0.6.1-1 [21.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/j/jemalloc/libjemalloc2_5.3.0-1_amd64.deb
Get:194 http://deb.debian.org/debian stable/main amd64 libjemalloc2 amd64 5.3.0-1 [275 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/lmdb/liblmdb0_0.9.24-1_amd64.deb
Get:195 http://deb.debian.org/debian stable/main amd64 liblmdb0 amd64 0.9.24-1 [45.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/libm/libmaxminddb/libmaxminddb0_1.7.1-1_amd64.deb
Get:196 http://deb.debian.org/debian stable/main amd64 libmaxminddb0 amd64 1.7.1-1 [29.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nghttp2/libnghttp2-14_1.52.0-1%2bdeb12u1_amd64.deb
Get:197 http://deb.debian.org/debian stable/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u1 [72.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/protobuf-c/libprotobuf-c1_1.4.1-1%2bb1_amd64.deb
Get:198 http://deb.debian.org/debian stable/main amd64 libprotobuf-c1 amd64 1.4.1-1+b1 [27.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/icu/libicu72_72.1-3_amd64.deb
Get:199 http://deb.debian.org/debian stable/main amd64 libicu72 amd64 72.1-3 [9376 kB]

proxy download: http://deb.debian.org/debian/pool/main/libx/libxml2/libxml2_2.9.14%2bdfsg-1.3%7edeb12u1_amd64.deb
Get:200 http://deb.debian.org/debian stable/main amd64 libxml2 amd64 2.9.14+dfsg-1.3~deb12u1 [687 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bind9/bind9-libs_9.18.24-1_amd64.deb
Get:201 http://deb.debian.org/debian stable/main amd64 bind9-libs amd64 1:9.18.24-1 [1413 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bind9/bind9-host_9.18.24-1_amd64.deb
Get:202 http://deb.debian.org/debian stable/main amd64 bind9-host amd64 1:9.18.24-1 [305 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bind9/bind9-dnsutils_9.18.24-1_amd64.deb
Get:203 http://deb.debian.org/debian stable/main amd64 bind9-dnsutils amd64 1:9.18.24-1 [403 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bzip2/bzip2_1.0.8-5%2bb1_amd64.deb
Get:204 http://deb.debian.org/debian stable/main amd64 bzip2 amd64 1.0.8-5+b1 [49.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/o/openssl/openssl_3.0.13-1%7edeb12u1_amd64.deb
Get:205 http://deb.debian.org/debian stable/main amd64 openssl amd64 3.0.13-1~deb12u1 [1418 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/ca-certificates/ca-certificates_20230311_all.deb
Get:206 http://deb.debian.org/debian stable/main amd64 ca-certificates all 20230311 [153 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/debian-faq/debian-faq_11.1_all.deb
Get:207 http://deb.debian.org/debian stable/main amd64 debian-faq all 11.1 [500 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/doc-debian/doc-debian_11.3%2bnmu1_all.deb
Get:208 http://deb.debian.org/debian stable/main amd64 doc-debian all 11.3+nmu1 [156 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/file/libmagic-mgc_5.44-3_amd64.deb
Get:209 http://deb.debian.org/debian stable/main amd64 libmagic-mgc amd64 1:5.44-3 [305 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/file/libmagic1_5.44-3_amd64.deb
Get:210 http://deb.debian.org/debian stable/main amd64 libmagic1 amd64 1:5.44-3 [104 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/file/file_5.44-3_amd64.deb
Get:211 http://deb.debian.org/debian stable/main amd64 file amd64 1:5.44-3 [42.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gettext/gettext-base_0.21-12_amd64.deb
Get:212 http://deb.debian.org/debian stable/main amd64 gettext-base amd64 0.21-12 [160 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/uchardet/libuchardet0_0.0.7-1_amd64.deb
Get:213 http://deb.debian.org/debian stable/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/groff/groff-base_1.22.4-10_amd64.deb
Get:214 http://deb.debian.org/debian stable/main amd64 groff-base amd64 1.22.4-10 [916 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/inetutils/inetutils-telnet_2.4-2%2bdeb12u1_amd64.deb
Get:215 http://deb.debian.org/debian stable/main amd64 inetutils-telnet amd64 2:2.4-2+deb12u1 [120 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/krb5-locales_1.20.1-2%2bdeb12u1_all.deb
Get:216 http://deb.debian.org/debian stable/main amd64 krb5-locales all 1.20.1-2+deb12u1 [62.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc-l10n_2.36-9%2bdeb12u7_all.deb
Get:217 http://deb.debian.org/debian stable/main amd64 libc-l10n all 2.36-9+deb12u7 [675 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libl/liblockfile/liblockfile-bin_1.17-1%2bb1_amd64.deb
Get:218 http://deb.debian.org/debian stable/main amd64 liblockfile-bin amd64 1.17-1+b1 [20.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libnss-systemd_252.26-1%7edeb12u2_amd64.deb
Get:219 http://deb.debian.org/debian stable/main amd64 libnss-systemd amd64 252.26-1~deb12u2 [163 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libpam-systemd_252.26-1%7edeb12u2_amd64.deb
Get:220 http://deb.debian.org/debian stable/main amd64 libpam-systemd amd64 252.26-1~deb12u2 [225 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/locales_2.36-9%2bdeb12u7_all.deb
Get:221 http://deb.debian.org/debian stable/main amd64 locales all 2.36-9+deb12u7 [3902 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/lsof/lsof_4.95.0-1_amd64.deb
Get:222 http://deb.debian.org/debian stable/main amd64 lsof amd64 4.95.0-1 [318 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/bsdextrautils_2.38.1-5%2bdeb12u1_amd64.deb
Get:223 http://deb.debian.org/debian stable/main amd64 bsdextrautils amd64 2.38.1-5+deb12u1 [86.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/libp/libpipeline/libpipeline1_1.5.7-1_amd64.deb
Get:224 http://deb.debian.org/debian stable/main amd64 libpipeline1 amd64 1.5.7-1 [38.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/man-db/man-db_2.11.2-2_amd64.deb
Get:225 http://deb.debian.org/debian stable/main amd64 man-db amd64 2.11.2-2 [1386 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/manpages/manpages_6.03-2_all.deb
Get:226 http://deb.debian.org/debian stable/main amd64 manpages all 6.03-2 [1332 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-term_6.4-4_all.deb
Get:227 http://deb.debian.org/debian stable/main amd64 ncurses-term all 6.4-4 [501 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/netcat/netcat-traditional_1.10-47_amd64.deb
Get:228 http://deb.debian.org/debian stable/main amd64 netcat-traditional amd64 1.10-47 [67.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/libc/libcbor/libcbor0.8_0.8.0-2%2bb1_amd64.deb
Get:229 http://deb.debian.org/debian stable/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/libf/libfido2/libfido2-1_1.12.0-2%2bb1_amd64.deb
Get:230 http://deb.debian.org/debian stable/main amd64 libfido2-1 amd64 1.12.0-2+b1 [77.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/o/openssh/openssh-client_9.2p1-2%2bdeb12u2_amd64.deb
Get:231 http://deb.debian.org/debian stable/main amd64 openssh-client amd64 1:9.2p1-2+deb12u2 [990 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pci.ids/pci.ids_0.0%7e2023.04.11-1_all.deb
Get:232 http://deb.debian.org/debian stable/main amd64 pci.ids all 0.0~2023.04.11-1 [243 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pciutils/libpci3_3.9.0-4_amd64.deb
Get:233 http://deb.debian.org/debian stable/main amd64 libpci3 amd64 1:3.9.0-4 [67.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pciutils/pciutils_3.9.0-4_amd64.deb
Get:234 http://deb.debian.org/debian stable/main amd64 pciutils amd64 1:3.9.0-4 [104 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/setuptools/python3-pkg-resources_66.1.1-1_all.deb
Get:235 http://deb.debian.org/debian stable/main amd64 python3-pkg-resources all 66.1.1-1 [296 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/chardet/python3-chardet_5.1.0%2bdfsg-2_all.deb
Get:236 http://deb.debian.org/debian stable/main amd64 python3-chardet all 5.1.0+dfsg-2 [110 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-debian/python3-debian_0.1.49_all.deb
Get:237 http://deb.debian.org/debian stable/main amd64 python3-debian all 0.1.49 [115 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pyparsing/python3-pyparsing_3.0.9-1_all.deb
Get:238 http://deb.debian.org/debian stable/main amd64 python3-pyparsing all 3.0.9-1 [138 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-httplib2/python3-httplib2_0.20.4-3_all.deb
Get:239 http://deb.debian.org/debian stable/main amd64 python3-httplib2 all 0.20.4-3 [36.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/brotli/libbrotli1_1.0.9-2%2bb6_amd64.deb
Get:240 http://deb.debian.org/debian stable/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cyrus-sasl2/libsasl2-modules-db_2.1.28%2bdfsg-10_amd64.deb
Get:241 http://deb.debian.org/debian stable/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cyrus-sasl2/libsasl2-2_2.1.28%2bdfsg-10_amd64.deb
Get:242 http://deb.debian.org/debian stable/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/o/openldap/libldap-2.5-0_2.5.13%2bdfsg-5_amd64.deb
Get:243 http://deb.debian.org/debian stable/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB]

proxy download: http://deb.debian.org/debian/pool/main/libp/libpsl/libpsl5_0.21.2-1_amd64.deb
Get:244 http://deb.debian.org/debian stable/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/rtmpdump/librtmp1_2.4%2b20151223.gitfa8646d.1-2%2bb2_amd64.deb
Get:245 http://deb.debian.org/debian stable/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/libs/libssh2/libssh2-1_1.10.0-3%2bb1_amd64.deb
Get:246 http://deb.debian.org/debian stable/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/curl/libcurl3-gnutls_7.88.1-10%2bdeb12u6_amd64.deb
Get:247 http://deb.debian.org/debian stable/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u6 [385 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pycurl/python3-pycurl_7.45.2-3_amd64.deb
Get:248 http://deb.debian.org/debian stable/main amd64 python3-pycurl amd64 7.45.2-3 [67.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pysimplesoap/python3-pysimplesoap_1.16.2-5_all.deb
Get:249 http://deb.debian.org/debian stable/main amd64 python3-pysimplesoap all 1.16.2-5 [43.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-debianbts/python3-debianbts_4.0.1_all.deb
Get:250 http://deb.debian.org/debian stable/main amd64 python3-debianbts all 4.0.1 [12.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-certifi/python3-certifi_2022.9.24-1_all.deb
Get:251 http://deb.debian.org/debian stable/main amd64 python3-certifi all 2022.9.24-1 [153 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-charset-normalizer/python3-charset-normalizer_3.0.1-2_all.deb
Get:252 http://deb.debian.org/debian stable/main amd64 python3-charset-normalizer all 3.0.1-2 [49.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-idna/python3-idna_3.3-1%2bdeb12u1_all.deb
Get:253 http://deb.debian.org/debian stable/main amd64 python3-idna all 3.3-1+deb12u1 [41.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/six/python3-six_1.16.0-4_all.deb
Get:254 http://deb.debian.org/debian stable/main amd64 python3-six all 1.16.0-4 [17.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-urllib3/python3-urllib3_1.26.12-1_all.deb
Get:255 http://deb.debian.org/debian stable/main amd64 python3-urllib3 all 1.26.12-1 [117 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/requests/python3-requests_2.28.1%2bdfsg-1_all.deb
Get:256 http://deb.debian.org/debian stable/main amd64 python3-requests all 2.28.1+dfsg-1 [67.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/reportbug/python3-reportbug_12.0.0_all.deb
Get:257 http://deb.debian.org/debian stable/main amd64 python3-reportbug all 12.0.0 [78.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/reportbug/reportbug_12.0.0_all.deb
Get:258 http://deb.debian.org/debian stable/main amd64 reportbug all 12.0.0 [64.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/systemd-timesyncd_252.26-1%7edeb12u2_amd64.deb
Get:259 http://deb.debian.org/debian stable/main amd64 systemd-timesyncd amd64 252.26-1~deb12u2 [63.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/t/traceroute/traceroute_2.1.2-1_amd64.deb
Get:260 http://deb.debian.org/debian stable/main amd64 traceroute amd64 1:2.1.2-1 [51.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/scowl/wamerican_2020.12.07-2_all.deb
Get:261 http://deb.debian.org/debian stable/main amd64 wamerican all 2020.12.07-2 [221 kB]

proxy download: http://deb.debian.org/debian/pool/main/w/wget/wget_1.21.3-1%2bb2_amd64.deb
Get:262 http://deb.debian.org/debian stable/main amd64 wget amd64 1.21.3-1+b2 [984 kB]

proxy download: http://deb.debian.org/debian/pool/main/x/xz-utils/xz-utils_5.4.1-0.2_amd64.deb
Get:263 http://deb.debian.org/debian stable/main amd64 xz-utils amd64 5.4.1-0.2 [471 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/binutils-common_2.40-2_amd64.deb
Get:264 http://deb.debian.org/debian stable/main amd64 binutils-common amd64 2.40-2 [2487 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/libbinutils_2.40-2_amd64.deb
Get:265 http://deb.debian.org/debian stable/main amd64 libbinutils amd64 2.40-2 [572 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/libctf-nobfd0_2.40-2_amd64.deb
Get:266 http://deb.debian.org/debian stable/main amd64 libctf-nobfd0 amd64 2.40-2 [153 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/libctf0_2.40-2_amd64.deb
Get:267 http://deb.debian.org/debian stable/main amd64 libctf0 amd64 2.40-2 [89.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/libgprofng0_2.40-2_amd64.deb
Get:268 http://deb.debian.org/debian stable/main amd64 libgprofng0 amd64 2.40-2 [812 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/binutils-x86-64-linux-gnu_2.40-2_amd64.deb
Get:269 http://deb.debian.org/debian stable/main amd64 binutils-x86-64-linux-gnu amd64 2.40-2 [2246 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/binutils_2.40-2_amd64.deb
Get:270 http://deb.debian.org/debian stable/main amd64 binutils amd64 2.40-2 [65.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc-dev-bin_2.36-9%2bdeb12u7_amd64.deb
Get:271 http://deb.debian.org/debian stable/main amd64 libc-dev-bin amd64 2.36-9+deb12u7 [45.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/linux/linux-libc-dev_6.1.94-1_amd64.deb
Get:272 http://deb.debian.org/debian stable/main amd64 linux-libc-dev amd64 6.1.94-1 [1994 kB]

proxy download: http://deb.debian.org/debian/pool/main/libx/libxcrypt/libcrypt-dev_4.4.33-2_amd64.deb
Get:273 http://deb.debian.org/debian stable/main amd64 libcrypt-dev amd64 1:4.4.33-2 [118 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc-dev_1.3.3%2bds-1_amd64.deb
Get:274 http://deb.debian.org/debian stable/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [191 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libn/libnsl/libnsl-dev_1.3.0-2_amd64.deb
Get:275 http://deb.debian.org/debian stable/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/rpcsvc-proto/rpcsvc-proto_1.4.3-1_amd64.deb
Get:276 http://deb.debian.org/debian stable/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc6-dev_2.36-9%2bdeb12u7_amd64.deb
Get:277 http://deb.debian.org/debian stable/main amd64 libc6-dev amd64 2.36-9+deb12u7 [1899 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/isl/libisl23_0.25-1.1_amd64.deb
Get:278 http://deb.debian.org/debian stable/main amd64 libisl23 amd64 0.25-1.1 [683 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/mpfr4/libmpfr6_4.2.0-1_amd64.deb
Get:279 http://deb.debian.org/debian stable/main amd64 libmpfr6 amd64 4.2.0-1 [701 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/mpclib3/libmpc3_1.3.1-1_amd64.deb
Get:280 http://deb.debian.org/debian stable/main amd64 libmpc3 amd64 1.3.1-1 [51.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-12/cpp-12_12.2.0-14_amd64.deb
Get:281 http://deb.debian.org/debian stable/main amd64 cpp-12 amd64 12.2.0-14 [9764 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/cpp_12.2.0-3_amd64.deb
Get:282 http://deb.debian.org/debian stable/main amd64 cpp amd64 4:12.2.0-3 [6836 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-12/libcc1-0_12.2.0-14_amd64.deb
Get:283 http://deb.debian.org/debian stable/main amd64 libcc1-0 amd64 12.2.0-14 [41.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-12/libgomp1_12.2.0-14_amd64.deb
Get:284 http://deb.debian.org/debian stable/main amd64 libgomp1 amd64 12.2.0-14 [116 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-12/libitm1_12.2.0-14_amd64.deb
Get:285 http://deb.debian.org/debian stable/main amd64 libitm1 amd64 12.2.0-14 [26.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-12/libatomic1_12.2.0-14_amd64.deb
Get:286 http://deb.debian.org/debian stable/main amd64 libatomic1 amd64 12.2.0-14 [9328 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-12/libasan8_12.2.0-14_amd64.deb
Get:287 http://deb.debian.org/debian stable/main amd64 libasan8 amd64 12.2.0-14 [2195 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-12/liblsan0_12.2.0-14_amd64.deb
Get:288 http://deb.debian.org/debian stable/main amd64 liblsan0 amd64 12.2.0-14 [969 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-12/libtsan2_12.2.0-14_amd64.deb
Get:289 http://deb.debian.org/debian stable/main amd64 libtsan2 amd64 12.2.0-14 [2196 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-12/libubsan1_12.2.0-14_amd64.deb
Get:290 http://deb.debian.org/debian stable/main amd64 libubsan1 amd64 12.2.0-14 [883 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-12/libquadmath0_12.2.0-14_amd64.deb
Get:291 http://deb.debian.org/debian stable/main amd64 libquadmath0 amd64 12.2.0-14 [144 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-12/libgcc-12-dev_12.2.0-14_amd64.deb
Get:292 http://deb.debian.org/debian stable/main amd64 libgcc-12-dev amd64 12.2.0-14 [2437 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-12/gcc-12_12.2.0-14_amd64.deb
Get:293 http://deb.debian.org/debian stable/main amd64 gcc-12 amd64 12.2.0-14 [19.3 MB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/gcc_12.2.0-3_amd64.deb
Get:294 http://deb.debian.org/debian stable/main amd64 gcc amd64 4:12.2.0-3 [5216 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-12/libstdc%2b%2b-12-dev_12.2.0-14_amd64.deb
Get:295 http://deb.debian.org/debian stable/main amd64 libstdc++-12-dev amd64 12.2.0-14 [2046 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-12/g%2b%2b-12_12.2.0-14_amd64.deb
Get:296 http://deb.debian.org/debian stable/main amd64 g++-12 amd64 12.2.0-14 [10.7 MB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/g%2b%2b_12.2.0-3_amd64.deb
Get:297 http://deb.debian.org/debian stable/main amd64 g++ amd64 4:12.2.0-3 [1356 B]
proxy cached: http://deb.debian.org/debian/pool/main/m/make-dfsg/make_4.3-4.1_amd64.deb
Get:298 http://deb.debian.org/debian stable/main amd64 make amd64 4.3-4.1 [396 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dpkg/libdpkg-perl_1.21.22_all.deb
Get:299 http://deb.debian.org/debian stable/main amd64 libdpkg-perl all 1.21.22 [603 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/patch/patch_2.7.6-7_amd64.deb
Get:300 http://deb.debian.org/debian stable/main amd64 patch amd64 2.7.6-7 [128 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dpkg/dpkg-dev_1.21.22_all.deb
Get:301 http://deb.debian.org/debian stable/main amd64 dpkg-dev all 1.21.22 [1353 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/build-essential/build-essential_12.9_amd64.deb
Get:302 http://deb.debian.org/debian stable/main amd64 build-essential amd64 12.9 [7704 B]

proxy download: http://deb.debian.org/debian/pool/main/b/busybox/busybox_1.35.0-4%2bb3_amd64.deb
Get:303 http://deb.debian.org/debian stable/main amd64 busybox amd64 1:1.35.0-4+b3 [452 kB]

proxy download: http://deb.debian.org/debian/pool/main/libe/libeatmydata/libeatmydata1_130-2%2bb1_amd64.deb
Get:304 http://deb.debian.org/debian stable/main amd64 libeatmydata1 amd64 130-2+b1 [10.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/libe/libeatmydata/eatmydata_130-2_all.deb
Get:305 http://deb.debian.org/debian stable/main amd64 eatmydata all 130-2 [11.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/fakechroot/libfakechroot_2.20.1%2bds-15_amd64.deb
Get:306 http://deb.debian.org/debian stable/main amd64 libfakechroot amd64 2.20.1+ds-15 [44.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/fakechroot/fakechroot_2.20.1%2bds-15_all.deb
Get:307 http://deb.debian.org/debian stable/main amd64 fakechroot all 2.20.1+ds-15 [27.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/fakeroot/libfakeroot_1.31-1.2_amd64.deb
Get:308 http://deb.debian.org/debian stable/main amd64 libfakeroot amd64 1.31-1.2 [28.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.31-1.2_amd64.deb
Get:309 http://deb.debian.org/debian stable/main amd64 fakeroot amd64 1.31-1.2 [66.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/liba/libassuan/libassuan0_2.5.5-5_amd64.deb
Get:310 http://deb.debian.org/debian stable/main amd64 libassuan0 amd64 2.5.5-5 [48.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gnupg2/gpgconf_2.2.40-1.1_amd64.deb
Get:311 http://deb.debian.org/debian stable/main amd64 gpgconf amd64 2.2.40-1.1 [564 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gnupg2/gpg_2.2.40-1.1_amd64.deb
Get:312 http://deb.debian.org/debian stable/main amd64 gpg amd64 2.2.40-1.1 [949 kB]
Fetched 165 MB in 2min 54s (944 kB/s)
Download complete and in download only mode
Reading package lists...
running cleanupapt
does not exist: ./shared/cache.A/apt/var/cache/apt/archives/*.deb
does not exist: ./shared/cache.A/apt/var/cache/apt/archives/partial/*.deb
does not exist: ./shared/cache.A/apt/var/cache/apt/*.bin
does not exist: ./shared/cache.A/apt/var/lib/apt/lists/lock
does not exist: ./shared/cache.A/apt/etc/apt/sources.list.d/*
does not exist: ./shared/cache.A/apt/etc/apt/preferences.d/*
creating mirror for stable
contents of /etc/apt/sources.list:
deb [arch=amd64] http://deb.debian.org/debian stable main
deb [arch=amd64] http://deb.debian.org/debian stable-updates main
deb [arch=amd64] http://security.debian.org/debian-security stable-security main

proxy download: http://security.debian.org/debian-security/dists/stable-security/InRelease
proxy cached: http://deb.debian.org/debian/dists/stable/InRelease
Get:1 http://deb.debian.org/debian stable InRelease [151 kB]

proxy download: http://deb.debian.org/debian/dists/stable-updates/InRelease
Get:2 http://deb.debian.org/debian stable-updates InRelease [55.4 kB]
proxy cached: http://deb.debian.org/debian/dists/stable/main/binary-amd64/by-hash/SHA256/52a70f6588a6eb1ee6005211556b6c3fa7ec3f6681acc641f373e1d49a57369b
Get:3 http://deb.debian.org/debian stable/main amd64 Packages [8788 kB]
Get:4 http://security.debian.org/debian-security stable-security InRelease [48.0 kB]

proxy download: http://deb.debian.org/debian/dists/stable-updates/main/binary-amd64/by-hash/SHA256/e5150027d8a665bbcb9d7d7c9053b8f8bdaef95053c3161bbc9ba2e2dd34ec4b
Get:5 http://deb.debian.org/debian stable-updates/main amd64 Packages [13.8 kB]

proxy download: http://security.debian.org/debian-security/dists/stable-security/main/binary-amd64/by-hash/SHA256/2d7882e0f9215eea9bb6d1afc3876b7aa42efc0b844abe45fdb4165001621f63
Get:6 http://security.debian.org/debian-security stable-security/main amd64 Packages [169 kB]
Fetched 9225 kB in 1s (6334 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
The following additional packages will be installed:
  bind9-libs binutils binutils-common binutils-x86-64-linux-gnu bsdextrautils
  cpp cpp-12 dbus-bin dbus-daemon dbus-session-bus-common
  dbus-system-bus-common distro-info-data dmsetup dpkg-dev g++ g++-12 gcc
  gcc-12 gcc-12-base gpgconf libacl1 libapparmor1 libapt-pkg6.0 libargon2-1
  libasan8 libassuan0 libatomic1 libattr1 libaudit-common libaudit1
  libbinutils libblkid1 libbpf1 libbrotli1 libbsd0 libbz2-1.0 libc-dev-bin
  libc6 libc6-dev libcap-ng0 libcap2 libcap2-bin libcbor0.8 libcc1-0
  libcom-err2 libcrypt-dev libcrypt1 libcryptsetup12 libctf-nobfd0 libctf0
  libcurl3-gnutls libdb5.3 libdbus-1-3 libdebconfclient0 libdevmapper1.02.1
  libdpkg-perl libeatmydata1 libedit2 libelf1 libexpat1 libext2fs2
  libfakechroot libfakeroot libfdisk1 libffi8 libfido2-1
  libfile-find-rule-perl libfstrm0 libgcc-12-dev libgcc-s1 libgcrypt20
  libgdbm-compat4 libgdbm6 libgmp10 libgnutls30 libgomp1 libgpg-error0
  libgprofng0 libgssapi-krb5-2 libhogweed6 libicu72 libidn2-0 libip4tc2
  libisl23 libitm1 libjansson4 libjemalloc2 libjson-c5 libk5crypto3
  libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 liblmdb0
  liblocale-gettext-perl liblsan0 liblz4-1 liblzma5 libmagic-mgc libmagic1
  libmaxminddb0 libmd0 libmnl0 libmount1 libmpc3 libmpfr6 libncursesw6
  libnettle8 libnewt0.52 libnftables1 libnftnl11 libnghttp2-14 libnsl-dev
  libnsl2 libnumber-compare-perl libp11-kit0 libpam0g libpci3 libpcre2-8-0
  libperl5.36 libpipeline1 libpopt0 libproc2-0 libprotobuf-c1 libpsl5
  libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libquadmath0
  libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libseccomp2 libselinux1
  libsemanage-common libsemanage2 libsepol2 libslang2 libsmartcols1
  libsqlite3-0 libss2 libssh2-1 libssl3 libstdc++-12-dev libstdc++6
  libsystemd-shared libsystemd0 libtasn1-6 libtext-charwidth-perl
  libtext-glob-perl libtext-iconv-perl libtext-wrapi18n-perl libtinfo6
  libtirpc-common libtirpc-dev libtirpc3 libtsan2 libubsan1 libuchardet0
  libudev1 libunistring2 libuuid1 libuv1 libxml2 libxtables12 libxxhash0
  libzstd1 linux-libc-dev logsave mailcap make openssl patch pci.ids
  perl-modules-5.36 python-apt-common python3 python3-apt python3-certifi
  python3-chardet python3-charset-normalizer python3-debconf python3-debian
  python3-debianbts python3-httplib2 python3-idna python3-minimal
  python3-pkg-resources python3-pycurl python3-pyparsing python3-pysimplesoap
  python3-requests python3-six python3-urllib3 python3.11 python3.11-minimal
  rpcsvc-proto tasksel zlib1g
Suggested packages:
  quota apt-doc aptitude | synaptic | wajig gnupg | gnupg2 | gnupg1
  powermgmt-base default-mta | mail-transport-agent python3-gi www-browser
  x-terminal-emulator bash-doc binutils-doc bzip2-doc libarchive-dev cpp-doc
  gcc-12-locales cpp-12-doc anacron checksecurity default-dbus-session-bus
  | dbus-session-bus debconf-doc debconf-kde-helper debconf-utils libgtk3-perl
  libnet-ldap-perl libterm-readline-gnu-perl pdf-viewer diffutils-doc wdiff
  postscript-viewer debsig-verify debian-keyring gpart parted fuse2fs
  e2fsck-static g++-multilib g++-12-multilib gcc-12-doc gcc-multilib
  manpages-dev autoconf automake libtool flex bison gdb gcc-doc
  gcc-12-multilib gnupg groff ppp rdnssd iproute2-doc resolvconf avahi-autoipd
  isc-dhcp-client-ddns glibc-doc libnss-nis libnss-nisplus gnupg | sq | sqop
  | pgpainless-cli git bzr rng-tools gdbm-l10n gnutls-bin krb5-doc krb5-user
  mmdb-bin cryptsetup-bin libpam-doc libstdc++-12-doc bsd-mailx | mailx
  make-doc apparmor nfs-common hunspell firewalld keychain libpam-ssh
  monkeysphere ssh-askpass ed perl-doc libterm-readline-gnu-perl
  | libterm-readline-perl-perl libtap-harness-archive-perl python3-doc
  python3-tk python3-venv python-apt-doc python3-setuptools
  libcurl4-gnutls-dev python-pycurl-doc python-pyparsing-doc
  python3-cryptography python3-openssl python3-socks python-requests-doc
  python3-brotli python3.11-venv python3.11-doc binfmt-support readline-doc
  claws-mail debsums default-mta | postfix | exim4 | mail-transport-agent
  dlocate emacs-bin-common gnupg | pgp python3-urwid reportbug-gtk xdg-utils
  systemd-container systemd-homed systemd-userdbd systemd-boot
  systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0
  polkitd | policykit-1 ncompress tar-scripts tar-doc dosfstools kbd
  util-linux-locales indent
Recommended packages:
  default-mta | mail-transport-agent gnupg | sq | sqop | pgpainless-cli
  libalgorithm-merge-perl e2fsprogs-l10n gnupg libatm1 manpages-dev
  libc-devtools libpam-cap libfile-fcntllock-perl libgpg-error-l10n
  libldap-common libgpm2 libfribidi0 dbus-user-session publicsuffix
  libsasl2-modules uuid-runtime xauth psmisc lsb-release iso-codes zstd
  laptop-detect xxd
The following NEW packages will be installed:
  adduser apt apt-listchanges apt-utils base-files base-passwd bash
  bash-completion bind9-dnsutils bind9-host bind9-libs binutils
  binutils-common binutils-x86-64-linux-gnu bsdextrautils bsdutils
  build-essential busybox bzip2 ca-certificates coreutils cpio cpp cpp-12 cron
  cron-daemon-common dash dbus dbus-bin dbus-daemon dbus-session-bus-common
  dbus-system-bus-common debconf debconf-i18n debian-archive-keyring
  debian-faq debianutils diffutils distro-info-data dmidecode dmsetup
  doc-debian dpkg dpkg-dev e2fsprogs eatmydata fakechroot fakeroot fdisk file
  findutils g++ g++-12 gcc gcc-12 gcc-12-base gettext-base gpg gpgconf gpgv
  grep groff-base gzip hostname ifupdown inetutils-telnet init
  init-system-helpers iproute2 iputils-ping isc-dhcp-client isc-dhcp-common
  kmod krb5-locales less libacl1 libapparmor1 libapt-pkg6.0 libargon2-1
  libasan8 libassuan0 libatomic1 libattr1 libaudit-common libaudit1
  libbinutils libblkid1 libbpf1 libbrotli1 libbsd0 libbz2-1.0 libc-bin
  libc-dev-bin libc-l10n libc6 libc6-dev libcap-ng0 libcap2 libcap2-bin
  libcbor0.8 libcc1-0 libcom-err2 libcrypt-dev libcrypt1 libcryptsetup12
  libctf-nobfd0 libctf0 libcurl3-gnutls libdb5.3 libdbus-1-3 libdebconfclient0
  libdevmapper1.02.1 libdpkg-perl libeatmydata1 libedit2 libelf1 libexpat1
  libext2fs2 libfakechroot libfakeroot libfdisk1 libffi8 libfido2-1
  libfile-find-rule-perl libfstrm0 libgcc-12-dev libgcc-s1 libgcrypt20
  libgdbm-compat4 libgdbm6 libgmp10 libgnutls30 libgomp1 libgpg-error0
  libgprofng0 libgssapi-krb5-2 libhogweed6 libicu72 libidn2-0 libip4tc2
  libisl23 libitm1 libjansson4 libjemalloc2 libjson-c5 libk5crypto3
  libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 liblmdb0
  liblocale-gettext-perl liblockfile-bin liblsan0 liblz4-1 liblzma5
  libmagic-mgc libmagic1 libmaxminddb0 libmd0 libmnl0 libmount1 libmpc3
  libmpfr6 libncursesw6 libnettle8 libnewt0.52 libnftables1 libnftnl11
  libnghttp2-14 libnsl-dev libnsl2 libnss-systemd libnumber-compare-perl
  libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam-systemd
  libpam0g libpci3 libpcre2-8-0 libperl5.36 libpipeline1 libpopt0 libproc2-0
  libprotobuf-c1 libpsl5 libpython3-stdlib libpython3.11-minimal
  libpython3.11-stdlib libquadmath0 libreadline8 librtmp1 libsasl2-2
  libsasl2-modules-db libseccomp2 libselinux1 libsemanage-common libsemanage2
  libsepol2 libslang2 libsmartcols1 libsqlite3-0 libss2 libssh2-1 libssl3
  libstdc++-12-dev libstdc++6 libsystemd-shared libsystemd0 libtasn1-6
  libtext-charwidth-perl libtext-glob-perl libtext-iconv-perl
  libtext-wrapi18n-perl libtinfo6 libtirpc-common libtirpc-dev libtirpc3
  libtsan2 libubsan1 libuchardet0 libudev1 libunistring2 libuuid1 libuv1
  libxml2 libxtables12 libxxhash0 libzstd1 linux-libc-dev locales login
  logrotate logsave lsof mailcap make man-db manpages mawk media-types
  mime-support mount nano ncurses-base ncurses-bin ncurses-term netbase
  netcat-traditional nftables openssh-client openssl passwd patch pci.ids
  pciutils perl perl-base perl-modules-5.36 procps python-apt-common python3
  python3-apt python3-certifi python3-chardet python3-charset-normalizer
  python3-debconf python3-debian python3-debianbts python3-httplib2
  python3-idna python3-minimal python3-pkg-resources python3-pycurl
  python3-pyparsing python3-pysimplesoap python3-reportbug python3-requests
  python3-six python3-urllib3 python3.11 python3.11-minimal readline-common
  reportbug rpcsvc-proto sed sensible-utils systemd systemd-sysv
  systemd-timesyncd sysvinit-utils tar tasksel tasksel-data traceroute tzdata
  ucf udev usr-is-merged usrmerge util-linux util-linux-extra vim-common
  vim-tiny wamerican wget whiptail xz-utils zlib1g
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-12/gcc-12-base_12.2.0-14_amd64.deb

proxy download: http://security.debian.org/debian-security/pool/updates/main/k/krb5/libkrb5support0_1.20.1-2%2bdeb12u2_amd64.deb
0 upgraded, 312 newly installed, 0 to remove and 0 not upgraded.
Need to get 165 MB of archives.
After this operation, 649 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian stable/main amd64 gcc-12-base amd64 12.2.0-14 [37.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/libc6_2.36-9%2bdeb12u7_amd64.deb
Get:2 http://deb.debian.org/debian stable/main amd64 libc6 amd64 2.36-9+deb12u7 [2758 kB]
Get:3 http://security.debian.org/debian-security stable-security/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u2 [32.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-12/libgcc-s1_12.2.0-14_amd64.deb
Get:4 http://deb.debian.org/debian stable/main amd64 libgcc-s1 amd64 12.2.0-14 [49.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/mawk/mawk_1.3.4.20200120-3.1_amd64.deb
Get:5 http://deb.debian.org/debian stable/main amd64 mawk amd64 1.3.4.20200120-3.1 [119 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/base-files/base-files_12.4%2bdeb12u6_amd64.deb
Get:6 http://deb.debian.org/debian stable/main amd64 base-files amd64 12.4+deb12u6 [70.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/libtinfo6_6.4-4_amd64.deb
Get:7 http://deb.debian.org/debian stable/main amd64 libtinfo6 amd64 6.4-4 [331 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debianutils/debianutils_5.7-0.5%7edeb12u1_amd64.deb
Get:8 http://deb.debian.org/debian stable/main amd64 debianutils amd64 5.7-0.5~deb12u1 [103 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/bash/bash_5.2.15-2%2bb7_amd64.deb
Get:9 http://deb.debian.org/debian stable/main amd64 bash amd64 5.2.15-2+b7 [1490 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libc/libcap2/libcap2_2.66-4_amd64.deb
Get:10 http://deb.debian.org/debian stable/main amd64 libcap2 amd64 1:2.66-4 [27.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libg/libgpg-error/libgpg-error0_1.46-1_amd64.deb
Get:11 http://deb.debian.org/debian stable/main amd64 libgpg-error0 amd64 1.46-1 [76.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libg/libgcrypt20/libgcrypt20_1.10.1-3_amd64.deb
Get:12 http://deb.debian.org/debian stable/main amd64 libgcrypt20 amd64 1.10.1-3 [696 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/lz4/liblz4-1_1.9.4-1_amd64.deb

proxy download: http://security.debian.org/debian-security/pool/updates/main/k/krb5/libk5crypto3_1.20.1-2%2bdeb12u2_amd64.debGet:13 http://deb.debian.org/debian stable/main amd64 liblz4-1 amd64 1.9.4-1 [62.9 kB]

proxy cached: http://deb.debian.org/debian/pool/main/x/xz-utils/liblzma5_5.4.1-0.2_amd64.deb
Get:14 http://deb.debian.org/debian stable/main amd64 liblzma5 amd64 5.4.1-0.2 [205 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libz/libzstd/libzstd1_1.5.4%2bdfsg2-5_amd64.deb
Get:15 http://deb.debian.org/debian stable/main amd64 libzstd1 amd64 1.5.4+dfsg2-5 [290 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/libsystemd0_252.26-1%7edeb12u2_amd64.deb
Get:16 http://deb.debian.org/debian stable/main amd64 libsystemd0 amd64 252.26-1~deb12u2 [332 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/bsdutils_2.38.1-5%2bdeb12u1_amd64.deb
Get:17 http://deb.debian.org/debian stable/main amd64 bsdutils amd64 1:2.38.1-5+deb12u1 [94.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/acl/libacl1_2.3.1-3_amd64.deb
Get:18 http://deb.debian.org/debian stable/main amd64 libacl1 amd64 2.3.1-3 [31.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/attr/libattr1_2.5.1-4_amd64.deb
Get:19 http://deb.debian.org/debian stable/main amd64 libattr1 amd64 1:2.5.1-4 [22.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gmp/libgmp10_6.2.1%2bdfsg1-1.1_amd64.deb
Get:20 http://deb.debian.org/debian stable/main amd64 libgmp10 amd64 2:6.2.1+dfsg1-1.1 [563 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pcre2/libpcre2-8-0_10.42-1_amd64.deb
Get:21 http://deb.debian.org/debian stable/main amd64 libpcre2-8-0 amd64 10.42-1 [261 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libselinux/libselinux1_3.4-1%2bb6_amd64.deb
Get:22 http://deb.debian.org/debian stable/main amd64 libselinux1 amd64 3.4-1+b6 [73.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/coreutils/coreutils_9.1-1_amd64.deb
Get:23 http://deb.debian.org/debian stable/main amd64 coreutils amd64 9.1-1 [2897 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/bzip2/libbz2-1.0_1.0.8-5%2bb1_amd64.deb
Get:24 http://deb.debian.org/debian stable/main amd64 libbz2-1.0 amd64 1.0.8-5+b1 [47.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libm/libmd/libmd0_1.0.4-2_amd64.deb
Get:25 http://deb.debian.org/debian stable/main amd64 libmd0 amd64 1.0.4-2 [29.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/z/zlib/zlib1g_1.2.13.dfsg-1_amd64.deb
Get:26 http://deb.debian.org/debian stable/main amd64 zlib1g amd64 1:1.2.13.dfsg-1 [86.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/tar/tar_1.34%2bdfsg-1.2%2bdeb12u1_amd64.deb
Get:27 http://deb.debian.org/debian stable/main amd64 tar amd64 1.34+dfsg-1.2+deb12u1 [836 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dpkg/dpkg_1.21.22_amd64.deb
Get:28 http://deb.debian.org/debian stable/main amd64 dpkg amd64 1.21.22 [1567 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dash/dash_0.5.12-2_amd64.deb
Get:29 http://deb.debian.org/debian stable/main amd64 dash amd64 0.5.12-2 [91.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/diffutils/diffutils_3.8-4_amd64.deb
Get:30 http://deb.debian.org/debian stable/main amd64 diffutils amd64 1:3.8-4 [352 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/findutils/findutils_4.9.0-4_amd64.deb
Get:31 http://deb.debian.org/debian stable/main amd64 findutils amd64 4.9.0-4 [636 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/grep/grep_3.8-5_amd64.deb
Get:32 http://deb.debian.org/debian stable/main amd64 grep amd64 3.8-5 [421 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gzip/gzip_1.12-1_amd64.deb
Get:33 http://deb.debian.org/debian stable/main amd64 gzip amd64 1.12-1 [140 kB]
proxy cached: http://deb.debian.org/debian/pool/main/h/hostname/hostname_3.23%2bnmu1_amd64.deb
Get:34 http://deb.debian.org/debian stable/main amd64 hostname amd64 3.23+nmu1 [10.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/audit/libaudit-common_3.0.9-1_all.deb
Get:35 http://deb.debian.org/debian stable/main amd64 libaudit-common all 1:3.0.9-1 [10.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libc/libcap-ng/libcap-ng0_0.8.3-1%2bb3_amd64.deb
Get:36 http://deb.debian.org/debian stable/main amd64 libcap-ng0 amd64 0.8.3-1+b3 [17.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/audit/libaudit1_3.0.9-1_amd64.deb
Get:37 http://deb.debian.org/debian stable/main amd64 libaudit1 amd64 1:3.0.9-1 [46.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libx/libxcrypt/libcrypt1_4.4.33-2_amd64.deb
Get:38 http://deb.debian.org/debian stable/main amd64 libcrypt1 amd64 1:4.4.33-2 [89.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debconf/debconf_1.5.82_all.deb
Get:39 http://deb.debian.org/debian stable/main amd64 debconf all 1.5.82 [121 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pam/libpam0g_1.5.2-6%2bdeb12u1_amd64.deb
Get:40 http://deb.debian.org/debian stable/main amd64 libpam0g amd64 1.5.2-6+deb12u1 [92.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/db5.3/libdb5.3_5.3.28%2bdfsg2-1_amd64.deb
Get:41 http://deb.debian.org/debian stable/main amd64 libdb5.3 amd64 5.3.28+dfsg2-1 [697 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pam/libpam-modules-bin_1.5.2-6%2bdeb12u1_amd64.deb
Get:42 http://deb.debian.org/debian stable/main amd64 libpam-modules-bin amd64 1.5.2-6+deb12u1 [75.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pam/libpam-modules_1.5.2-6%2bdeb12u1_amd64.deb
Get:43 http://deb.debian.org/debian stable/main amd64 libpam-modules amd64 1.5.2-6+deb12u1 [291 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pam/libpam-runtime_1.5.2-6%2bdeb12u1_all.deb
Get:44 http://deb.debian.org/debian stable/main amd64 libpam-runtime all 1.5.2-6+deb12u1 [161 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/shadow/login_4.13%2bdfsg1-1%2bb1_amd64.deb
Get:45 http://deb.debian.org/debian stable/main amd64 login amd64 1:4.13+dfsg1-1+b1 [616 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-bin_6.4-4_amd64.deb
Get:46 http://deb.debian.org/debian stable/main amd64 ncurses-bin amd64 6.4-4 [421 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/perl/perl-base_5.36.0-7%2bdeb12u1_amd64.deb
Get:47 http://deb.debian.org/debian stable/main amd64 perl-base amd64 5.36.0-7+deb12u1 [1608 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/sed/sed_4.9-1_amd64.deb
Get:48 http://deb.debian.org/debian stable/main amd64 sed amd64 4.9-1 [329 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/libblkid1_2.38.1-5%2bdeb12u1_amd64.deb
Get:49 http://deb.debian.org/debian stable/main amd64 libblkid1 amd64 2.38.1-5+deb12u1 [147 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/libmount1_2.38.1-5%2bdeb12u1_amd64.deb
Get:50 http://deb.debian.org/debian stable/main amd64 libmount1 amd64 2.38.1-5+deb12u1 [165 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/libsmartcols1_2.38.1-5%2bdeb12u1_amd64.deb
Get:51 http://deb.debian.org/debian stable/main amd64 libsmartcols1 amd64 2.38.1-5+deb12u1 [107 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/libudev1_252.26-1%7edeb12u2_amd64.deb
Get:52 http://deb.debian.org/debian stable/main amd64 libudev1 amd64 252.26-1~deb12u2 [108 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/libuuid1_2.38.1-5%2bdeb12u1_amd64.deb
Get:53 http://deb.debian.org/debian stable/main amd64 libuuid1 amd64 2.38.1-5+deb12u1 [28.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/util-linux-extra_2.38.1-5%2bdeb12u1_amd64.deb
Get:54 http://deb.debian.org/debian stable/main amd64 util-linux-extra amd64 2.38.1-5+deb12u1 [110 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/util-linux_2.38.1-5%2bdeb12u1_amd64.deb
Get:55 http://deb.debian.org/debian stable/main amd64 util-linux amd64 2.38.1-5+deb12u1 [1176 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libsemanage/libsemanage-common_3.4-1_all.deb
Get:56 http://deb.debian.org/debian stable/main amd64 libsemanage-common all 3.4-1 [21.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libsepol/libsepol2_3.4-2.1_amd64.deb
Get:57 http://deb.debian.org/debian stable/main amd64 libsepol2 amd64 3.4-2.1 [276 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libsemanage/libsemanage2_3.4-1%2bb5_amd64.deb
Get:58 http://deb.debian.org/debian stable/main amd64 libsemanage2 amd64 3.4-1+b5 [89.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/shadow/passwd_4.13%2bdfsg1-1%2bb1_amd64.deb
Get:59 http://deb.debian.org/debian stable/main amd64 passwd amd64 1:4.13+dfsg1-1+b1 [972 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/adduser/adduser_3.134_all.deb
Get:60 http://deb.debian.org/debian stable/main amd64 adduser all 3.134 [183 kB]
Get:61 http://security.debian.org/debian-security stable-security/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u2 [78.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gnupg2/gpgv_2.2.40-1.1_amd64.deb
Get:62 http://deb.debian.org/debian stable/main amd64 gpgv amd64 2.2.40-1.1 [648 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-12/libstdc%2b%2b6_12.2.0-14_amd64.deb
Get:63 http://deb.debian.org/debian stable/main amd64 libstdc++6 amd64 12.2.0-14 [614 kB]
proxy cached: http://deb.debian.org/debian/pool/main/x/xxhash/libxxhash0_0.8.1-1_amd64.deb
Get:64 http://deb.debian.org/debian stable/main amd64 libxxhash0 amd64 0.8.1-1 [27.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/apt/libapt-pkg6.0_2.6.1_amd64.deb
Get:65 http://deb.debian.org/debian stable/main amd64 libapt-pkg6.0 amd64 2.6.1 [907 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2023.3%2bdeb12u1_all.deb
Get:66 http://deb.debian.org/debian stable/main amd64 debian-archive-keyring all 2023.3+deb12u1 [161 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/nettle/libnettle8_3.8.1-2_amd64.deb
Get:67 http://deb.debian.org/debian stable/main amd64 libnettle8 amd64 3.8.1-2 [288 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/nettle/libhogweed6_3.8.1-2_amd64.deb
Get:68 http://deb.debian.org/debian stable/main amd64 libhogweed6 amd64 3.8.1-2 [328 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libu/libunistring/libunistring2_1.0-2_amd64.deb
Get:69 http://deb.debian.org/debian stable/main amd64 libunistring2 amd64 1.0-2 [437 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libi/libidn2/libidn2-0_2.3.3-1%2bb1_amd64.deb
Get:70 http://deb.debian.org/debian stable/main amd64 libidn2-0 amd64 2.3.3-1+b1 [124 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libf/libffi/libffi8_3.4.4-1_amd64.deb
Get:71 http://deb.debian.org/debian stable/main amd64 libffi8 amd64 3.4.4-1 [22.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/p11-kit/libp11-kit0_0.24.1-2_amd64.deb
Get:72 http://deb.debian.org/debian stable/main amd64 libp11-kit0 amd64 0.24.1-2 [345 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtasn1-6/libtasn1-6_4.19.0-2_amd64.deb
Get:73 http://deb.debian.org/debian stable/main amd64 libtasn1-6 amd64 4.19.0-2 [56.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gnutls28/libgnutls30_3.7.9-2%2bdeb12u3_amd64.deb
Get:74 http://deb.debian.org/debian stable/main amd64 libgnutls30 amd64 3.7.9-2+deb12u3 [1405 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.4-1%2bdeb12u1_amd64.deb
Get:75 http://deb.debian.org/debian stable/main amd64 libseccomp2 amd64 2.5.4-1+deb12u1 [46.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/apt/apt_2.6.1_amd64.deb
Get:76 http://deb.debian.org/debian stable/main amd64 apt amd64 2.6.1 [1373 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/cdebconf/libdebconfclient0_0.270_amd64.deb
Get:77 http://deb.debian.org/debian stable/main amd64 libdebconfclient0 amd64 0.270 [9900 B]
proxy cached: http://deb.debian.org/debian/pool/main/b/base-passwd/base-passwd_3.6.1_amd64.deb
Get:78 http://deb.debian.org/debian stable/main amd64 base-passwd amd64 3.6.1 [60.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/perl/perl-modules-5.36_5.36.0-7%2bdeb12u1_all.deb
Get:79 http://deb.debian.org/debian stable/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u1 [2815 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gdbm/libgdbm6_1.23-3_amd64.deb
Get:80 http://deb.debian.org/debian stable/main amd64 libgdbm6 amd64 1.23-3 [72.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gdbm/libgdbm-compat4_1.23-3_amd64.deb
Get:81 http://deb.debian.org/debian stable/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/perl/libperl5.36_5.36.0-7%2bdeb12u1_amd64.deb
Get:82 http://deb.debian.org/debian stable/main amd64 libperl5.36 amd64 5.36.0-7+deb12u1 [4218 kB]

proxy download: http://security.debian.org/debian-security/pool/updates/main/k/krb5/libkrb5-3_1.20.1-2%2bdeb12u2_amd64.deb
Get:83 http://security.debian.org/debian-security stable-security/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u2 [332 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/perl/perl_5.36.0-7%2bdeb12u1_amd64.deb
Get:84 http://deb.debian.org/debian stable/main amd64 perl amd64 5.36.0-7+deb12u1 [239 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libn/libnumber-compare-perl/libnumber-compare-perl_0.03-3_all.deb
Get:85 http://deb.debian.org/debian stable/main amd64 libnumber-compare-perl all 0.03-3 [6332 B]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtext-glob-perl/libtext-glob-perl_0.11-3_all.deb
Get:86 http://deb.debian.org/debian stable/main amd64 libtext-glob-perl all 0.11-3 [7676 B]
proxy cached: http://deb.debian.org/debian/pool/main/libf/libfile-find-rule-perl/libfile-find-rule-perl_0.34-3_all.deb
Get:87 http://deb.debian.org/debian stable/main amd64 libfile-find-rule-perl all 0.34-3 [26.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/usrmerge/usrmerge_37%7edeb12u1_all.deb
Get:88 http://deb.debian.org/debian stable/main amd64 usrmerge all 37~deb12u1 [13.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/usrmerge/usr-is-merged_37%7edeb12u1_all.deb
Get:89 http://deb.debian.org/debian stable/main amd64 usr-is-merged all 37~deb12u1 [5616 B]
proxy cached: http://deb.debian.org/debian/pool/main/i/init-system-helpers/init-system-helpers_1.65.2_all.deb
Get:90 http://deb.debian.org/debian stable/main amd64 init-system-helpers all 1.65.2 [49.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/libc-bin_2.36-9%2bdeb12u7_amd64.deb
Get:91 http://deb.debian.org/debian stable/main amd64 libc-bin amd64 2.36-9+deb12u7 [607 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-base_6.4-4_all.deb
Get:92 http://deb.debian.org/debian stable/main amd64 ncurses-base all 6.4-4 [261 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/sysvinit/sysvinit-utils_3.06-4_amd64.deb
Get:93 http://deb.debian.org/debian stable/main amd64 sysvinit-utils amd64 3.06-4 [31.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libcom-err2_1.47.0-2_amd64.deb
Get:94 http://deb.debian.org/debian stable/main amd64 libcom-err2 amd64 1.47.0-2 [19.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libext2fs2_1.47.0-2_amd64.deb
Get:95 http://deb.debian.org/debian stable/main amd64 libext2fs2 amd64 1.47.0-2 [205 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libss2_1.47.0-2_amd64.deb
Get:96 http://deb.debian.org/debian stable/main amd64 libss2 amd64 1.47.0-2 [24.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/e2fsprogs/logsave_1.47.0-2_amd64.deb
Get:97 http://deb.debian.org/debian stable/main amd64 logsave amd64 1.47.0-2 [19.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/e2fsprogs/e2fsprogs_1.47.0-2_amd64.deb
Get:98 http://deb.debian.org/debian stable/main amd64 e2fsprogs amd64 1.47.0-2 [571 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/mount_2.38.1-5%2bdeb12u1_amd64.deb
Get:99 http://deb.debian.org/debian stable/main amd64 mount amd64 2.38.1-5+deb12u1 [134 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/cron/cron-daemon-common_3.0pl1-162_all.deb
Get:100 http://deb.debian.org/debian stable/main amd64 cron-daemon-common all 3.0pl1-162 [12.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_0.0.17%2bnmu1_all.deb
Get:101 http://deb.debian.org/debian stable/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/cron/cron_3.0pl1-162_amd64.deb
Get:102 http://deb.debian.org/debian stable/main amd64 cron amd64 3.0pl1-162 [73.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/o/openssl/libssl3_3.0.13-1%7edeb12u1_amd64.deb
Get:103 http://deb.debian.org/debian stable/main amd64 libssl3 amd64 3.0.13-1~deb12u1 [2022 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/argon2/libargon2-1_0%7e20171227-0.3%2bdeb12u1_amd64.deb
Get:104 http://deb.debian.org/debian stable/main amd64 libargon2-1 amd64 0~20171227-0.3+deb12u1 [19.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/lvm2/dmsetup_1.02.185-2_amd64.deb
Get:105 http://deb.debian.org/debian stable/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/lvm2/libdevmapper1.02.1_1.02.185-2_amd64.deb
Get:106 http://deb.debian.org/debian stable/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB]
proxy cached: http://deb.debian.org/debian/pool/main/j/json-c/libjson-c5_0.16-2_amd64.deb
Get:107 http://deb.debian.org/debian stable/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/cryptsetup/libcryptsetup12_2.6.1-4%7edeb12u2_amd64.deb
Get:108 http://deb.debian.org/debian stable/main amd64 libcryptsetup12 amd64 2:2.6.1-4~deb12u2 [223 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/libfdisk1_2.38.1-5%2bdeb12u1_amd64.deb
Get:109 http://deb.debian.org/debian stable/main amd64 libfdisk1 amd64 2.38.1-5+deb12u1 [193 kB]
proxy cached: http://deb.debian.org/debian/pool/main/k/kmod/libkmod2_30%2b20221128-1_amd64.deb
Get:110 http://deb.debian.org/debian stable/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/apparmor/libapparmor1_3.0.8-3_amd64.deb
Get:111 http://deb.debian.org/debian stable/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/iptables/libip4tc2_1.8.9-2_amd64.deb
Get:112 http://deb.debian.org/debian stable/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/libsystemd-shared_252.26-1%7edeb12u2_amd64.deb
Get:113 http://deb.debian.org/debian stable/main amd64 libsystemd-shared amd64 252.26-1~deb12u2 [1692 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/systemd_252.26-1%7edeb12u2_amd64.deb
Get:114 http://deb.debian.org/debian stable/main amd64 systemd amd64 252.26-1~deb12u2 [3035 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/systemd-sysv_252.26-1%7edeb12u2_amd64.deb
Get:115 http://deb.debian.org/debian stable/main amd64 systemd-sysv amd64 252.26-1~deb12u2 [42.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/init-system-helpers/init_1.65.2_amd64.deb
Get:116 http://deb.debian.org/debian stable/main amd64 init amd64 1.65.2 [16.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dbus/libdbus-1-3_1.14.10-1%7edeb12u1_amd64.deb
Get:117 http://deb.debian.org/debian stable/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dbus/dbus-bin_1.14.10-1%7edeb12u1_amd64.deb
Get:118 http://deb.debian.org/debian stable/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dbus/dbus-session-bus-common_1.14.10-1%7edeb12u1_all.deb
Get:119 http://deb.debian.org/debian stable/main amd64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/expat/libexpat1_2.5.0-1_amd64.deb
Get:120 http://deb.debian.org/debian stable/main amd64 libexpat1 amd64 2.5.0-1 [99.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dbus/dbus-daemon_1.14.10-1%7edeb12u1_amd64.deb
Get:121 http://deb.debian.org/debian stable/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dbus/dbus-system-bus-common_1.14.10-1%7edeb12u1_all.deb
Get:122 http://deb.debian.org/debian stable/main amd64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dbus/dbus_1.14.10-1%7edeb12u1_amd64.deb
Get:123 http://deb.debian.org/debian stable/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libl/liblocale-gettext-perl/liblocale-gettext-perl_1.07-5_amd64.deb
Get:124 http://deb.debian.org/debian stable/main amd64 liblocale-gettext-perl amd64 1.07-5 [15.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3.11/libpython3.11-minimal_3.11.2-6%2bdeb12u2_amd64.deb
Get:125 http://deb.debian.org/debian stable/main amd64 libpython3.11-minimal amd64 3.11.2-6+deb12u2 [814 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3.11/python3.11-minimal_3.11.2-6%2bdeb12u2_amd64.deb
Get:126 http://deb.debian.org/debian stable/main amd64 python3.11-minimal amd64 3.11.2-6+deb12u2 [2067 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3-defaults/python3-minimal_3.11.2-1%2bb1_amd64.deb
Get:127 http://deb.debian.org/debian stable/main amd64 python3-minimal amd64 3.11.2-1+b1 [26.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/media-types/media-types_10.0.0_all.deb
Get:128 http://deb.debian.org/debian stable/main amd64 media-types all 10.0.0 [26.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/mailcap/mailcap_3.70%2bnmu1_all.deb
Get:129 http://deb.debian.org/debian stable/main amd64 mailcap all 3.70+nmu1 [32.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/mime-support/mime-support_3.66_all.deb
Get:130 http://deb.debian.org/debian stable/main amd64 mime-support all 3.66 [10.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/libncursesw6_6.4-4_amd64.deb
Get:131 http://deb.debian.org/debian stable/main amd64 libncursesw6 amd64 6.4-4 [134 kB]
proxy cached: http://deb.debian.org/debian/pool/main/k/keyutils/libkeyutils1_1.6.3-2_amd64.deb
Get:132 http://deb.debian.org/debian stable/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc-common_1.3.3%2bds-1_all.deb
Get:133 http://deb.debian.org/debian stable/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc3_1.3.3%2bds-1_amd64.deb
Get:134 http://deb.debian.org/debian stable/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libn/libnsl/libnsl2_1.3.0-2_amd64.deb
Get:135 http://deb.debian.org/debian stable/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/readline/readline-common_8.2-1.3_all.deb
Get:136 http://deb.debian.org/debian stable/main amd64 readline-common all 8.2-1.3 [69.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/readline/libreadline8_8.2-1.3_amd64.deb
Get:137 http://deb.debian.org/debian stable/main amd64 libreadline8 amd64 8.2-1.3 [166 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/sqlite3/libsqlite3-0_3.40.1-2_amd64.deb
Get:138 http://deb.debian.org/debian stable/main amd64 libsqlite3-0 amd64 3.40.1-2 [837 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3.11/libpython3.11-stdlib_3.11.2-6%2bdeb12u2_amd64.deb
Get:139 http://deb.debian.org/debian stable/main amd64 libpython3.11-stdlib amd64 3.11.2-6+deb12u2 [1799 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3.11/python3.11_3.11.2-6%2bdeb12u2_amd64.deb
Get:140 http://deb.debian.org/debian stable/main amd64 python3.11 amd64 3.11.2-6+deb12u2 [573 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3-defaults/libpython3-stdlib_3.11.2-1%2bb1_amd64.deb
Get:141 http://deb.debian.org/debian stable/main amd64 libpython3-stdlib amd64 3.11.2-1+b1 [9312 B]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3-defaults/python3_3.11.2-1%2bb1_amd64.deb
Get:142 http://deb.debian.org/debian stable/main amd64 python3 amd64 3.11.2-1+b1 [26.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/tasksel/tasksel-data_3.73_all.deb
Get:143 http://deb.debian.org/debian stable/main amd64 tasksel-data all 3.73 [18.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/tasksel/tasksel_3.73_all.deb
Get:144 http://deb.debian.org/debian stable/main amd64 tasksel all 3.73 [51.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/tzdata/tzdata_2024a-0%2bdeb12u1_all.deb
Get:145 http://deb.debian.org/debian stable/main amd64 tzdata all 2024a-0+deb12u1 [297 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/apt/apt-utils_2.6.1_amd64.deb
Get:146 http://deb.debian.org/debian stable/main amd64 apt-utils amd64 2.6.1 [309 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/cpio/cpio_2.13%2bdfsg-7.1_amd64.deb
Get:147 http://deb.debian.org/debian stable/main amd64 cpio amd64 2.13+dfsg-7.1 [245 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtext-charwidth-perl/libtext-charwidth-perl_0.04-11_amd64.deb
Get:148 http://deb.debian.org/debian stable/main amd64 libtext-charwidth-perl amd64 0.04-11 [9496 B]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtext-iconv-perl/libtext-iconv-perl_1.7-8_amd64.deb
Get:149 http://deb.debian.org/debian stable/main amd64 libtext-iconv-perl amd64 1.7-8 [14.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtext-wrapi18n-perl/libtext-wrapi18n-perl_0.06-10_all.deb
Get:150 http://deb.debian.org/debian stable/main amd64 libtext-wrapi18n-perl all 0.06-10 [8808 B]
proxy cached: http://deb.debian.org/debian/pool/main/d/debconf/debconf-i18n_1.5.82_all.deb
Get:151 http://deb.debian.org/debian stable/main amd64 debconf-i18n all 1.5.82 [208 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dmidecode/dmidecode_3.4-1_amd64.deb
Get:152 http://deb.debian.org/debian stable/main amd64 dmidecode amd64 3.4-1 [68.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/fdisk_2.38.1-5%2bdeb12u1_amd64.deb
Get:153 http://deb.debian.org/debian stable/main amd64 fdisk amd64 2.38.1-5+deb12u1 [141 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/elfutils/libelf1_0.188-2.1_amd64.deb
Get:154 http://deb.debian.org/debian stable/main amd64 libelf1 amd64 0.188-2.1 [174 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libb/libbpf/libbpf1_1.1.0-1_amd64.deb
Get:155 http://deb.debian.org/debian stable/main amd64 libbpf1 amd64 1:1.1.0-1 [145 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libb/libbsd/libbsd0_0.11.7-2_amd64.deb
Get:156 http://deb.debian.org/debian stable/main amd64 libbsd0 amd64 0.11.7-2 [117 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libm/libmnl/libmnl0_1.0.4-3_amd64.deb
Get:157 http://deb.debian.org/debian stable/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/iptables/libxtables12_1.8.9-2_amd64.deb
Get:158 http://deb.debian.org/debian stable/main amd64 libxtables12 amd64 1.8.9-2 [30.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libc/libcap2/libcap2-bin_2.66-4_amd64.deb
Get:159 http://deb.debian.org/debian stable/main amd64 libcap2-bin amd64 1:2.66-4 [34.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/iproute2/iproute2_6.1.0-3_amd64.deb
Get:160 http://deb.debian.org/debian stable/main amd64 iproute2 amd64 6.1.0-3 [1046 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/ifupdown/ifupdown_0.8.41_amd64.deb
Get:161 http://deb.debian.org/debian stable/main amd64 ifupdown amd64 0.8.41 [62.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/iputils/iputils-ping_20221126-1_amd64.deb
Get:162 http://deb.debian.org/debian stable/main amd64 iputils-ping amd64 3:20221126-1 [47.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/isc-dhcp/isc-dhcp-client_4.4.3-P1-2_amd64.deb
Get:163 http://deb.debian.org/debian stable/main amd64 isc-dhcp-client amd64 4.4.3-P1-2 [1096 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/isc-dhcp/isc-dhcp-common_4.4.3-P1-2_amd64.deb
Get:164 http://deb.debian.org/debian stable/main amd64 isc-dhcp-common amd64 4.4.3-P1-2 [117 kB]
proxy cached: http://deb.debian.org/debian/pool/main/k/kmod/kmod_30%2b20221128-1_amd64.deb
Get:165 http://deb.debian.org/debian stable/main amd64 kmod amd64 30+20221128-1 [95.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/less/less_590-2.1%7edeb12u2_amd64.deb
Get:166 http://deb.debian.org/debian stable/main amd64 less amd64 590-2.1~deb12u2 [132 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/popt/libpopt0_1.19%2bdfsg-1_amd64.deb
Get:167 http://deb.debian.org/debian stable/main amd64 libpopt0 amd64 1.19+dfsg-1 [43.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/logrotate/logrotate_3.21.0-1_amd64.deb
Get:168 http://deb.debian.org/debian stable/main amd64 logrotate amd64 3.21.0-1 [62.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/nano/nano_7.2-1%2bdeb12u1_amd64.deb
Get:169 http://deb.debian.org/debian stable/main amd64 nano amd64 7.2-1+deb12u1 [690 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/netbase/netbase_6.4_all.deb
Get:170 http://deb.debian.org/debian stable/main amd64 netbase all 6.4 [12.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/j/jansson/libjansson4_2.14-2_amd64.deb
Get:171 http://deb.debian.org/debian stable/main amd64 libjansson4 amd64 2.14-2 [40.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libn/libnftnl/libnftnl11_1.2.4-2_amd64.deb
Get:172 http://deb.debian.org/debian stable/main amd64 libnftnl11 amd64 1.2.4-2 [61.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/nftables/libnftables1_1.0.6-2%2bdeb12u2_amd64.deb
Get:173 http://deb.debian.org/debian stable/main amd64 libnftables1 amd64 1.0.6-2+deb12u2 [299 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libe/libedit/libedit2_3.1-20221030-2_amd64.deb
Get:174 http://deb.debian.org/debian stable/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/nftables/nftables_1.0.6-2%2bdeb12u2_amd64.deb
Get:175 http://deb.debian.org/debian stable/main amd64 nftables amd64 1.0.6-2+deb12u2 [70.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/procps/libproc2-0_4.0.2-3_amd64.deb
Get:176 http://deb.debian.org/debian stable/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/procps/procps_4.0.2-3_amd64.deb
Get:177 http://deb.debian.org/debian stable/main amd64 procps amd64 2:4.0.2-3 [709 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/udev_252.26-1%7edeb12u2_amd64.deb
Get:178 http://deb.debian.org/debian stable/main amd64 udev amd64 252.26-1~deb12u2 [1682 kB]
proxy cached: http://deb.debian.org/debian/pool/main/v/vim/vim-common_9.0.1378-2_all.deb
Get:179 http://deb.debian.org/debian stable/main amd64 vim-common all 2:9.0.1378-2 [124 kB]
proxy cached: http://deb.debian.org/debian/pool/main/v/vim/vim-tiny_9.0.1378-2_amd64.deb
Get:180 http://deb.debian.org/debian stable/main amd64 vim-tiny amd64 2:9.0.1378-2 [720 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/slang2/libslang2_2.3.3-3_amd64.deb
Get:181 http://deb.debian.org/debian stable/main amd64 libslang2 amd64 2.3.3-3 [554 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/newt/libnewt0.52_0.52.23-1%2bb1_amd64.deb
Get:182 http://deb.debian.org/debian stable/main amd64 libnewt0.52 amd64 0.52.23-1+b1 [59.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/newt/whiptail_0.52.23-1%2bb1_amd64.deb
Get:183 http://deb.debian.org/debian stable/main amd64 whiptail amd64 0.52.23-1+b1 [24.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-apt/python-apt-common_2.6.0_all.deb
Get:184 http://deb.debian.org/debian stable/main amd64 python-apt-common all 2.6.0 [64.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/distro-info-data/distro-info-data_0.58%2bdeb12u2_all.deb
Get:185 http://deb.debian.org/debian stable/main amd64 distro-info-data all 0.58+deb12u2 [6204 B]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-apt/python3-apt_2.6.0_amd64.deb

proxy download: http://security.debian.org/debian-security/pool/updates/main/k/krb5/libgssapi-krb5-2_1.20.1-2%2bdeb12u2_amd64.debGet:186 http://deb.debian.org/debian stable/main amd64 python3-apt amd64 2.6.0 [159 kB]

proxy cached: http://deb.debian.org/debian/pool/main/d/debconf/python3-debconf_1.5.82_all.deb
Get:187 http://deb.debian.org/debian stable/main amd64 python3-debconf all 1.5.82 [3980 B]
proxy cached: http://deb.debian.org/debian/pool/main/u/ucf/ucf_3.0043%2bnmu1_all.deb
Get:188 http://deb.debian.org/debian stable/main amd64 ucf all 3.0043+nmu1 [55.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/apt-listchanges/apt-listchanges_3.24_all.deb
Get:189 http://deb.debian.org/debian stable/main amd64 apt-listchanges all 3.24 [133 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/bash-completion/bash-completion_2.11-6_all.deb
Get:190 http://deb.debian.org/debian stable/main amd64 bash-completion all 1:2.11-6 [234 kB]
Get:191 http://security.debian.org/debian-security stable-security/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u2 [135 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libu/libuv1/libuv1_1.44.2-1%2bdeb12u1_amd64.deb
Get:192 http://deb.debian.org/debian stable/main amd64 libuv1 amd64 1.44.2-1+deb12u1 [136 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/fstrm/libfstrm0_0.6.1-1_amd64.deb
Get:193 http://deb.debian.org/debian stable/main amd64 libfstrm0 amd64 0.6.1-1 [21.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/j/jemalloc/libjemalloc2_5.3.0-1_amd64.deb
Get:194 http://deb.debian.org/debian stable/main amd64 libjemalloc2 amd64 5.3.0-1 [275 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/lmdb/liblmdb0_0.9.24-1_amd64.deb
Get:195 http://deb.debian.org/debian stable/main amd64 liblmdb0 amd64 0.9.24-1 [45.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libm/libmaxminddb/libmaxminddb0_1.7.1-1_amd64.deb
Get:196 http://deb.debian.org/debian stable/main amd64 libmaxminddb0 amd64 1.7.1-1 [29.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/nghttp2/libnghttp2-14_1.52.0-1%2bdeb12u1_amd64.deb
Get:197 http://deb.debian.org/debian stable/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u1 [72.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/protobuf-c/libprotobuf-c1_1.4.1-1%2bb1_amd64.deb
Get:198 http://deb.debian.org/debian stable/main amd64 libprotobuf-c1 amd64 1.4.1-1+b1 [27.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/icu/libicu72_72.1-3_amd64.deb
Get:199 http://deb.debian.org/debian stable/main amd64 libicu72 amd64 72.1-3 [9376 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libx/libxml2/libxml2_2.9.14%2bdfsg-1.3%7edeb12u1_amd64.deb
Get:200 http://deb.debian.org/debian stable/main amd64 libxml2 amd64 2.9.14+dfsg-1.3~deb12u1 [687 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/bzip2/bzip2_1.0.8-5%2bb1_amd64.deb
Get:201 http://deb.debian.org/debian stable/main amd64 bzip2 amd64 1.0.8-5+b1 [49.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/o/openssl/openssl_3.0.13-1%7edeb12u1_amd64.deb
Get:202 http://deb.debian.org/debian stable/main amd64 openssl amd64 3.0.13-1~deb12u1 [1418 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/ca-certificates/ca-certificates_20230311_all.deb
Get:203 http://deb.debian.org/debian stable/main amd64 ca-certificates all 20230311 [153 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debian-faq/debian-faq_11.1_all.deb
Get:204 http://deb.debian.org/debian stable/main amd64 debian-faq all 11.1 [500 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/doc-debian/doc-debian_11.3%2bnmu1_all.deb
Get:205 http://deb.debian.org/debian stable/main amd64 doc-debian all 11.3+nmu1 [156 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/file/libmagic-mgc_5.44-3_amd64.deb
Get:206 http://deb.debian.org/debian stable/main amd64 libmagic-mgc amd64 1:5.44-3 [305 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/file/libmagic1_5.44-3_amd64.deb
Get:207 http://deb.debian.org/debian stable/main amd64 libmagic1 amd64 1:5.44-3 [104 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/file/file_5.44-3_amd64.deb
Get:208 http://deb.debian.org/debian stable/main amd64 file amd64 1:5.44-3 [42.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gettext/gettext-base_0.21-12_amd64.deb
Get:209 http://deb.debian.org/debian stable/main amd64 gettext-base amd64 0.21-12 [160 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/uchardet/libuchardet0_0.0.7-1_amd64.deb
Get:210 http://deb.debian.org/debian stable/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/groff/groff-base_1.22.4-10_amd64.deb
Get:211 http://deb.debian.org/debian stable/main amd64 groff-base amd64 1.22.4-10 [916 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/inetutils/inetutils-telnet_2.4-2%2bdeb12u1_amd64.deb
Get:212 http://deb.debian.org/debian stable/main amd64 inetutils-telnet amd64 2:2.4-2+deb12u1 [120 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/libc-l10n_2.36-9%2bdeb12u7_all.deb
Get:213 http://deb.debian.org/debian stable/main amd64 libc-l10n all 2.36-9+deb12u7 [675 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libl/liblockfile/liblockfile-bin_1.17-1%2bb1_amd64.deb
Get:214 http://deb.debian.org/debian stable/main amd64 liblockfile-bin amd64 1.17-1+b1 [20.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/libnss-systemd_252.26-1%7edeb12u2_amd64.deb
Get:215 http://deb.debian.org/debian stable/main amd64 libnss-systemd amd64 252.26-1~deb12u2 [163 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/libpam-systemd_252.26-1%7edeb12u2_amd64.deb
Get:216 http://deb.debian.org/debian stable/main amd64 libpam-systemd amd64 252.26-1~deb12u2 [225 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/locales_2.36-9%2bdeb12u7_all.deb
Get:217 http://deb.debian.org/debian stable/main amd64 locales all 2.36-9+deb12u7 [3902 kB]

proxy download: http://security.debian.org/debian-security/pool/updates/main/b/bind9/bind9-libs_9.18.28-1%7edeb12u2_amd64.deb
Get:218 http://security.debian.org/debian-security stable-security/main amd64 bind9-libs amd64 1:9.18.28-1~deb12u2 [1427 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/lsof/lsof_4.95.0-1_amd64.deb
Get:219 http://deb.debian.org/debian stable/main amd64 lsof amd64 4.95.0-1 [318 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/bsdextrautils_2.38.1-5%2bdeb12u1_amd64.deb
Get:220 http://deb.debian.org/debian stable/main amd64 bsdextrautils amd64 2.38.1-5+deb12u1 [86.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libp/libpipeline/libpipeline1_1.5.7-1_amd64.deb
Get:221 http://deb.debian.org/debian stable/main amd64 libpipeline1 amd64 1.5.7-1 [38.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/man-db/man-db_2.11.2-2_amd64.deb
Get:222 http://deb.debian.org/debian stable/main amd64 man-db amd64 2.11.2-2 [1386 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/manpages/manpages_6.03-2_all.deb
Get:223 http://deb.debian.org/debian stable/main amd64 manpages all 6.03-2 [1332 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-term_6.4-4_all.deb
Get:224 http://deb.debian.org/debian stable/main amd64 ncurses-term all 6.4-4 [501 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/netcat/netcat-traditional_1.10-47_amd64.deb
Get:225 http://deb.debian.org/debian stable/main amd64 netcat-traditional amd64 1.10-47 [67.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libc/libcbor/libcbor0.8_0.8.0-2%2bb1_amd64.deb
Get:226 http://deb.debian.org/debian stable/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libf/libfido2/libfido2-1_1.12.0-2%2bb1_amd64.deb
Get:227 http://deb.debian.org/debian stable/main amd64 libfido2-1 amd64 1.12.0-2+b1 [77.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pci.ids/pci.ids_0.0%7e2023.04.11-1_all.deb
Get:228 http://deb.debian.org/debian stable/main amd64 pci.ids all 0.0~2023.04.11-1 [243 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pciutils/libpci3_3.9.0-4_amd64.deb
Get:229 http://deb.debian.org/debian stable/main amd64 libpci3 amd64 1:3.9.0-4 [67.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pciutils/pciutils_3.9.0-4_amd64.deb
Get:230 http://deb.debian.org/debian stable/main amd64 pciutils amd64 1:3.9.0-4 [104 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/setuptools/python3-pkg-resources_66.1.1-1_all.deb
Get:231 http://deb.debian.org/debian stable/main amd64 python3-pkg-resources all 66.1.1-1 [296 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/chardet/python3-chardet_5.1.0%2bdfsg-2_all.deb
Get:232 http://deb.debian.org/debian stable/main amd64 python3-chardet all 5.1.0+dfsg-2 [110 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-debian/python3-debian_0.1.49_all.deb
Get:233 http://deb.debian.org/debian stable/main amd64 python3-debian all 0.1.49 [115 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pyparsing/python3-pyparsing_3.0.9-1_all.deb
Get:234 http://deb.debian.org/debian stable/main amd64 python3-pyparsing all 3.0.9-1 [138 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-httplib2/python3-httplib2_0.20.4-3_all.deb
Get:235 http://deb.debian.org/debian stable/main amd64 python3-httplib2 all 0.20.4-3 [36.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/brotli/libbrotli1_1.0.9-2%2bb6_amd64.deb
Get:236 http://deb.debian.org/debian stable/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/cyrus-sasl2/libsasl2-modules-db_2.1.28%2bdfsg-10_amd64.deb
Get:237 http://deb.debian.org/debian stable/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/cyrus-sasl2/libsasl2-2_2.1.28%2bdfsg-10_amd64.deb
Get:238 http://deb.debian.org/debian stable/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/o/openldap/libldap-2.5-0_2.5.13%2bdfsg-5_amd64.deb
Get:239 http://deb.debian.org/debian stable/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libp/libpsl/libpsl5_0.21.2-1_amd64.deb
Get:240 http://deb.debian.org/debian stable/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/rtmpdump/librtmp1_2.4%2b20151223.gitfa8646d.1-2%2bb2_amd64.deb
Get:241 http://deb.debian.org/debian stable/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libssh2/libssh2-1_1.10.0-3%2bb1_amd64.deb
Get:242 http://deb.debian.org/debian stable/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/curl/libcurl3-gnutls_7.88.1-10%2bdeb12u6_amd64.deb
Get:243 http://deb.debian.org/debian stable/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u6 [385 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pycurl/python3-pycurl_7.45.2-3_amd64.deb
Get:244 http://deb.debian.org/debian stable/main amd64 python3-pycurl amd64 7.45.2-3 [67.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pysimplesoap/python3-pysimplesoap_1.16.2-5_all.deb
Get:245 http://deb.debian.org/debian stable/main amd64 python3-pysimplesoap all 1.16.2-5 [43.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-debianbts/python3-debianbts_4.0.1_all.deb
Get:246 http://deb.debian.org/debian stable/main amd64 python3-debianbts all 4.0.1 [12.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-certifi/python3-certifi_2022.9.24-1_all.deb
Get:247 http://deb.debian.org/debian stable/main amd64 python3-certifi all 2022.9.24-1 [153 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-charset-normalizer/python3-charset-normalizer_3.0.1-2_all.deb
Get:248 http://deb.debian.org/debian stable/main amd64 python3-charset-normalizer all 3.0.1-2 [49.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-idna/python3-idna_3.3-1%2bdeb12u1_all.deb
Get:249 http://deb.debian.org/debian stable/main amd64 python3-idna all 3.3-1+deb12u1 [41.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/six/python3-six_1.16.0-4_all.deb
Get:250 http://deb.debian.org/debian stable/main amd64 python3-six all 1.16.0-4 [17.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-urllib3/python3-urllib3_1.26.12-1_all.deb
Get:251 http://deb.debian.org/debian stable/main amd64 python3-urllib3 all 1.26.12-1 [117 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/requests/python3-requests_2.28.1%2bdfsg-1_all.deb
Get:252 http://deb.debian.org/debian stable/main amd64 python3-requests all 2.28.1+dfsg-1 [67.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/reportbug/python3-reportbug_12.0.0_all.deb
Get:253 http://deb.debian.org/debian stable/main amd64 python3-reportbug all 12.0.0 [78.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/reportbug/reportbug_12.0.0_all.deb
Get:254 http://deb.debian.org/debian stable/main amd64 reportbug all 12.0.0 [64.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/systemd-timesyncd_252.26-1%7edeb12u2_amd64.deb
Get:255 http://deb.debian.org/debian stable/main amd64 systemd-timesyncd amd64 252.26-1~deb12u2 [63.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/traceroute/traceroute_2.1.2-1_amd64.deb
Get:256 http://deb.debian.org/debian stable/main amd64 traceroute amd64 1:2.1.2-1 [51.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/scowl/wamerican_2020.12.07-2_all.deb
Get:257 http://deb.debian.org/debian stable/main amd64 wamerican all 2020.12.07-2 [221 kB]
proxy cached: http://deb.debian.org/debian/pool/main/w/wget/wget_1.21.3-1%2bb2_amd64.deb
Get:258 http://deb.debian.org/debian stable/main amd64 wget amd64 1.21.3-1+b2 [984 kB]
proxy cached: http://deb.debian.org/debian/pool/main/x/xz-utils/xz-utils_5.4.1-0.2_amd64.deb
Get:259 http://deb.debian.org/debian stable/main amd64 xz-utils amd64 5.4.1-0.2 [471 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/binutils-common_2.40-2_amd64.deb
Get:260 http://deb.debian.org/debian stable/main amd64 binutils-common amd64 2.40-2 [2487 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/libbinutils_2.40-2_amd64.deb
Get:261 http://deb.debian.org/debian stable/main amd64 libbinutils amd64 2.40-2 [572 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/libctf-nobfd0_2.40-2_amd64.deb
Get:262 http://deb.debian.org/debian stable/main amd64 libctf-nobfd0 amd64 2.40-2 [153 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/libctf0_2.40-2_amd64.deb
Get:263 http://deb.debian.org/debian stable/main amd64 libctf0 amd64 2.40-2 [89.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/libgprofng0_2.40-2_amd64.deb
Get:264 http://deb.debian.org/debian stable/main amd64 libgprofng0 amd64 2.40-2 [812 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/binutils-x86-64-linux-gnu_2.40-2_amd64.deb
Get:265 http://deb.debian.org/debian stable/main amd64 binutils-x86-64-linux-gnu amd64 2.40-2 [2246 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/binutils_2.40-2_amd64.deb
Get:266 http://deb.debian.org/debian stable/main amd64 binutils amd64 2.40-2 [65.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/libc-dev-bin_2.36-9%2bdeb12u7_amd64.deb
Get:267 http://deb.debian.org/debian stable/main amd64 libc-dev-bin amd64 2.36-9+deb12u7 [45.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libx/libxcrypt/libcrypt-dev_4.4.33-2_amd64.deb
Get:268 http://deb.debian.org/debian stable/main amd64 libcrypt-dev amd64 1:4.4.33-2 [118 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc-dev_1.3.3%2bds-1_amd64.deb
Get:269 http://deb.debian.org/debian stable/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [191 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libn/libnsl/libnsl-dev_1.3.0-2_amd64.deb
Get:270 http://deb.debian.org/debian stable/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/rpcsvc-proto/rpcsvc-proto_1.4.3-1_amd64.deb
Get:271 http://deb.debian.org/debian stable/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/libc6-dev_2.36-9%2bdeb12u7_amd64.deb
Get:272 http://deb.debian.org/debian stable/main amd64 libc6-dev amd64 2.36-9+deb12u7 [1899 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/isl/libisl23_0.25-1.1_amd64.deb
Get:273 http://deb.debian.org/debian stable/main amd64 libisl23 amd64 0.25-1.1 [683 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/mpfr4/libmpfr6_4.2.0-1_amd64.deb
Get:274 http://deb.debian.org/debian stable/main amd64 libmpfr6 amd64 4.2.0-1 [701 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/mpclib3/libmpc3_1.3.1-1_amd64.deb
Get:275 http://deb.debian.org/debian stable/main amd64 libmpc3 amd64 1.3.1-1 [51.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-12/cpp-12_12.2.0-14_amd64.deb
Get:276 http://deb.debian.org/debian stable/main amd64 cpp-12 amd64 12.2.0-14 [9764 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-defaults/cpp_12.2.0-3_amd64.deb
Get:277 http://deb.debian.org/debian stable/main amd64 cpp amd64 4:12.2.0-3 [6836 B]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-12/libcc1-0_12.2.0-14_amd64.deb
Get:278 http://deb.debian.org/debian stable/main amd64 libcc1-0 amd64 12.2.0-14 [41.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-12/libgomp1_12.2.0-14_amd64.deb
Get:279 http://deb.debian.org/debian stable/main amd64 libgomp1 amd64 12.2.0-14 [116 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-12/libitm1_12.2.0-14_amd64.deb
Get:280 http://deb.debian.org/debian stable/main amd64 libitm1 amd64 12.2.0-14 [26.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-12/libatomic1_12.2.0-14_amd64.deb
Get:281 http://deb.debian.org/debian stable/main amd64 libatomic1 amd64 12.2.0-14 [9328 B]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-12/libasan8_12.2.0-14_amd64.deb
Get:282 http://deb.debian.org/debian stable/main amd64 libasan8 amd64 12.2.0-14 [2195 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-12/liblsan0_12.2.0-14_amd64.deb
Get:283 http://deb.debian.org/debian stable/main amd64 liblsan0 amd64 12.2.0-14 [969 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-12/libtsan2_12.2.0-14_amd64.deb
Get:284 http://deb.debian.org/debian stable/main amd64 libtsan2 amd64 12.2.0-14 [2196 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-12/libubsan1_12.2.0-14_amd64.deb
Get:285 http://deb.debian.org/debian stable/main amd64 libubsan1 amd64 12.2.0-14 [883 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-12/libquadmath0_12.2.0-14_amd64.deb
Get:286 http://deb.debian.org/debian stable/main amd64 libquadmath0 amd64 12.2.0-14 [144 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-12/libgcc-12-dev_12.2.0-14_amd64.deb
Get:287 http://deb.debian.org/debian stable/main amd64 libgcc-12-dev amd64 12.2.0-14 [2437 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-12/gcc-12_12.2.0-14_amd64.deb
Get:288 http://deb.debian.org/debian stable/main amd64 gcc-12 amd64 12.2.0-14 [19.3 MB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-defaults/gcc_12.2.0-3_amd64.deb
Get:289 http://deb.debian.org/debian stable/main amd64 gcc amd64 4:12.2.0-3 [5216 B]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-12/libstdc%2b%2b-12-dev_12.2.0-14_amd64.deb
Get:290 http://deb.debian.org/debian stable/main amd64 libstdc++-12-dev amd64 12.2.0-14 [2046 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-12/g%2b%2b-12_12.2.0-14_amd64.deb
Get:291 http://deb.debian.org/debian stable/main amd64 g++-12 amd64 12.2.0-14 [10.7 MB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-defaults/g%2b%2b_12.2.0-3_amd64.deb
Get:292 http://deb.debian.org/debian stable/main amd64 g++ amd64 4:12.2.0-3 [1356 B]
proxy cached: http://deb.debian.org/debian/pool/main/m/make-dfsg/make_4.3-4.1_amd64.deb
Get:293 http://deb.debian.org/debian stable/main amd64 make amd64 4.3-4.1 [396 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dpkg/libdpkg-perl_1.21.22_all.deb
Get:294 http://deb.debian.org/debian stable/main amd64 libdpkg-perl all 1.21.22 [603 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/patch/patch_2.7.6-7_amd64.deb
Get:295 http://deb.debian.org/debian stable/main amd64 patch amd64 2.7.6-7 [128 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dpkg/dpkg-dev_1.21.22_all.deb
Get:296 http://deb.debian.org/debian stable/main amd64 dpkg-dev all 1.21.22 [1353 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/build-essential/build-essential_12.9_amd64.deb
Get:297 http://deb.debian.org/debian stable/main amd64 build-essential amd64 12.9 [7704 B]
proxy cached: http://deb.debian.org/debian/pool/main/b/busybox/busybox_1.35.0-4%2bb3_amd64.deb
Get:298 http://deb.debian.org/debian stable/main amd64 busybox amd64 1:1.35.0-4+b3 [452 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libe/libeatmydata/libeatmydata1_130-2%2bb1_amd64.deb
Get:299 http://deb.debian.org/debian stable/main amd64 libeatmydata1 amd64 130-2+b1 [10.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libe/libeatmydata/eatmydata_130-2_all.deb
Get:300 http://deb.debian.org/debian stable/main amd64 eatmydata all 130-2 [11.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/fakechroot/libfakechroot_2.20.1%2bds-15_amd64.deb
Get:301 http://deb.debian.org/debian stable/main amd64 libfakechroot amd64 2.20.1+ds-15 [44.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/fakechroot/fakechroot_2.20.1%2bds-15_all.deb
Get:302 http://deb.debian.org/debian stable/main amd64 fakechroot all 2.20.1+ds-15 [27.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/fakeroot/libfakeroot_1.31-1.2_amd64.deb
Get:303 http://deb.debian.org/debian stable/main amd64 libfakeroot amd64 1.31-1.2 [28.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.31-1.2_amd64.deb
Get:304 http://deb.debian.org/debian stable/main amd64 fakeroot amd64 1.31-1.2 [66.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/liba/libassuan/libassuan0_2.5.5-5_amd64.deb
Get:305 http://deb.debian.org/debian stable/main amd64 libassuan0 amd64 2.5.5-5 [48.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gnupg2/gpgconf_2.2.40-1.1_amd64.deb
Get:306 http://deb.debian.org/debian stable/main amd64 gpgconf amd64 2.2.40-1.1 [564 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gnupg2/gpg_2.2.40-1.1_amd64.deb
Get:307 http://deb.debian.org/debian stable/main amd64 gpg amd64 2.2.40-1.1 [949 kB]

proxy download: http://security.debian.org/debian-security/pool/updates/main/b/bind9/bind9-host_9.18.28-1%7edeb12u2_amd64.deb
Get:308 http://security.debian.org/debian-security stable-security/main amd64 bind9-host amd64 1:9.18.28-1~deb12u2 [307 kB]

proxy download: http://security.debian.org/debian-security/pool/updates/main/b/bind9/bind9-dnsutils_9.18.28-1%7edeb12u2_amd64.deb
Get:309 http://security.debian.org/debian-security stable-security/main amd64 bind9-dnsutils amd64 1:9.18.28-1~deb12u2 [407 kB]

proxy download: http://security.debian.org/debian-security/pool/updates/main/k/krb5/krb5-locales_1.20.1-2%2bdeb12u2_all.deb
Get:310 http://security.debian.org/debian-security stable-security/main amd64 krb5-locales all 1.20.1-2+deb12u2 [62.8 kB]

proxy download: http://security.debian.org/debian-security/pool/updates/main/o/openssh/openssh-client_9.2p1-2%2bdeb12u3_amd64.deb
Get:311 http://security.debian.org/debian-security stable-security/main amd64 openssh-client amd64 1:9.2p1-2+deb12u3 [991 kB]

proxy download: http://security.debian.org/debian-security/pool/updates/main/l/linux/linux-libc-dev_6.1.99-1_amd64.deb
Get:312 http://security.debian.org/debian-security stable-security/main amd64 linux-libc-dev amd64 6.1.99-1 [2007 kB]
Fetched 165 MB in 6s (26.6 MB/s)
Download complete and in download only mode
Reading package lists...
running cleanupapt
does not exist: ./shared/cache.A/apt/var/cache/apt/archives/*.deb
does not exist: ./shared/cache.A/apt/var/cache/apt/archives/partial/*.deb
does not exist: ./shared/cache.A/apt/var/cache/apt/*.bin
does not exist: ./shared/cache.A/apt/var/lib/apt/lists/lock
does not exist: ./shared/cache.A/apt/etc/apt/sources.list.d/*
does not exist: ./shared/cache.A/apt/etc/apt/preferences.d/*
creating mirror for testing
contents of /etc/apt/sources.list:
deb [arch=amd64] http://deb.debian.org/debian testing main

proxy download: http://deb.debian.org/debian/dists/testing/InRelease
Get:1 http://deb.debian.org/debian testing InRelease [169 kB]

proxy download: http://deb.debian.org/debian/dists/testing/main/binary-amd64/by-hash/SHA256/ce978963c6e1868169aeea7141d14cde1661afc981d4eaf762d53ba90bc22ebb
Get:2 http://deb.debian.org/debian testing/main amd64 Packages [9211 kB]
Fetched 9380 kB in 10s (901 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
The following additional packages will be installed:
  bind9-libs binutils binutils-common binutils-x86-64-linux-gnu bsdextrautils
  cpp cpp-13 cpp-13-x86-64-linux-gnu cpp-x86-64-linux-gnu dbus-bin dbus-daemon
  dbus-session-bus-common dbus-system-bus-common distro-info-data dpkg-dev g++
  g++-13 g++-13-x86-64-linux-gnu g++-x86-64-linux-gnu gcc gcc-13 gcc-13-base
  gcc-13-x86-64-linux-gnu gcc-14-base gcc-x86-64-linux-gnu gpgconf libacl1
  libapparmor1 libapt-pkg6.0t64 libasan8 libassuan0 libatomic1 libattr1
  libaudit-common libaudit1 libbinutils libblkid1 libbpf1 libbsd0 libbz2-1.0
  libc-dev-bin libc6 libc6-dev libcap-ng0 libcap2 libcap2-bin libcbor0.10
  libcc1-0 libcom-err2 libcrypt-dev libcrypt1 libctf-nobfd0 libctf0
  libdb5.3t64 libdbus-1-3 libdebconfclient0 libdpkg-perl libeatmydata1
  libedit2 libelf1t64 libexpat1 libext2fs2t64 libfakechroot libfakeroot
  libfdisk1 libffi8 libfido2-1 libfile-find-rule-perl libfstrm0 libgcc-13-dev
  libgcc-s1 libgcrypt20 libgdbm-compat4t64 libgdbm6t64 libgmp10 libgnutls30t64
  libgomp1 libgpg-error0 libgprofng0 libgssapi-krb5-2 libhogweed6t64
  libhwasan0 libicu72 libidn2-0 libisl23 libitm1 libjansson4 libjemalloc2
  libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0
  liblmdb0 liblocale-gettext-perl liblsan0 liblz4-1 liblzma5 libmagic-mgc
  libmagic1t64 libmaxminddb0 libmd0 libmnl0 libmount1 libmpc3 libmpfr6
  libncursesw6 libnettle8t64 libnewt0.52 libnftables1 libnftnl11 libnghttp2-14
  libnumber-compare-perl libp11-kit0 libpam0g libpci3 libpcre2-8-0
  libperl5.38t64 libpipeline1 libpopt0 libproc2-0 libprotobuf-c1 libpsl5t64
  libpython3-stdlib libpython3.12-minimal libpython3.12-stdlib libquadmath0
  libreadline8t64 libseccomp2 libselinux1 libsemanage-common libsemanage2
  libsepol2 libsframe1 libslang2 libsmartcols1 libsqlite3-0 libss2 libssl3t64
  libstdc++-13-dev libstdc++6 libsystemd-shared libsystemd0 libtasn1-6
  libtext-charwidth-perl libtext-glob-perl libtext-iconv-perl
  libtext-wrapi18n-perl libtinfo6 libtirpc-common libtirpc3t64 libtsan2
  libubsan1 libuchardet0 libudev1 libunistring5 liburcu8t64 libuuid1 libuv1t64
  libwtmpdb0 libxml2 libxtables12 libxxhash0 libzstd1 linux-libc-dev logsave
  make openssl patch pci.ids perl-modules-5.38 python-apt-common python3
  python3-apt python3-certifi python3-chardet python3-charset-normalizer
  python3-debconf python3-debian python3-debianbts python3-idna
  python3-minimal python3-pkg-resources python3-requests python3-urllib3
  python3.12 python3.12-minimal rpcsvc-proto tasksel zlib1g
Suggested packages:
  quota apt-doc aptitude | synaptic | wajig gnupg | gnupg2 | gnupg1
  powermgmt-base default-mta | mail-transport-agent python3-gi www-browser
  x-terminal-emulator bash-doc binutils-doc gprofng-gui bzip2-doc
  libarchive-dev cpp-doc gcc-13-locales cpp-13-doc anacron checksecurity
  supercat bat default-dbus-session-bus | dbus-session-bus debconf-doc
  debconf-kde-helper debconf-utils libgtk3-perl libnet-ldap-perl
  libterm-readline-gnu-perl pdf-viewer diffutils-doc wdiff postscript-viewer
  debsig-verify debian-keyring gpart parted fuse2fs e2fsck-static g++-multilib
  g++-13-multilib gcc-13-doc gcc-multilib manpages-dev autoconf automake
  libtool flex bison gdb gcc-doc gcc-13-multilib gdb-x86-64-linux-gnu gnupg
  groff ppp rdnssd resolvconf avahi-autoipd isc-dhcp-client-ddns libc-devtools
  glibc-doc libnss-nis libnss-nisplus gnupg | sq | sqop | pgpainless-cli
  | sequoia-chameleon-gnupg git bzr rng-tools gdbm-l10n gnutls-bin krb5-doc
  krb5-user mmdb-bin cryptsetup-bin libcryptsetup12 libtss2-rc0t64 libpam-doc
  libstdc++-13-doc libarchive13t64 libdw1t64 libip4tc2 libpwquality1
  libqrencode4 uuid-runtime bsd-mailx | mailx make-doc apparmor nfs-common
  hunspell firewalld keychain libpam-ssh monkeysphere ssh-askpass ed perl-doc
  libterm-readline-gnu-perl | libterm-readline-perl-perl
  libtap-harness-archive-perl python3-doc python3-tk python3-venv
  python-apt-doc python-charset-normalizer-doc python3-setuptools
  python3-cryptography python3-openssl python3-socks python-requests-doc
  python3-brotli python3.12-venv python3.12-doc binfmt-support readline-doc
  claws-mail debsums default-mta | postfix | exim4 | mail-transport-agent
  dlocate emacs-bin-common gnupg | pgp python3-urwid reportbug-gtk xdg-utils
  systemd-container systemd-homed systemd-userdbd systemd-boot
  systemd-resolved systemd-repart libtss2-tcti-device0 polkitd ncompress
  tar-scripts tar-doc dosfstools kbd util-linux-locales indent
Recommended packages:
  default-mta | mail-transport-agent gnupg | sq | sqop | pgpainless-cli
  | sequoia-chameleon-gnupg libalgorithm-merge-perl e2fsprogs-l10n gnupg
  manpages-dev libpam-cap libfile-fcntllock-perl libgpg-error-l10n libgpm2
  libfribidi0 dbus-user-session publicsuffix xauth psmisc
  linux-sysctl-defaults lsb-release iso-codes zstd systemd-cryptsetup
  laptop-detect xxd
The following NEW packages will be installed:
  adduser apt apt-listchanges apt-utils base-files base-passwd bash
  bash-completion bind9-dnsutils bind9-host bind9-libs binutils
  binutils-common binutils-x86-64-linux-gnu bsdextrautils bsdutils
  build-essential busybox bzip2 ca-certificates coreutils cpio cpp cpp-13
  cpp-13-x86-64-linux-gnu cpp-x86-64-linux-gnu cron cron-daemon-common dash
  dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common
  debconf debconf-i18n debian-archive-keyring debian-faq debianutils diffutils
  distro-info-data dmidecode doc-debian dpkg dpkg-dev e2fsprogs eatmydata
  fakechroot fakeroot fdisk file findutils g++ g++-13 g++-13-x86-64-linux-gnu
  g++-x86-64-linux-gnu gcc gcc-13 gcc-13-base gcc-13-x86-64-linux-gnu
  gcc-14-base gcc-x86-64-linux-gnu gettext-base gpg gpgconf gpgv grep
  groff-base gzip hostname ifupdown inetutils-telnet init init-system-helpers
  iproute2 iputils-ping isc-dhcp-client isc-dhcp-common kmod krb5-locales less
  libacl1 libapparmor1 libapt-pkg6.0t64 libasan8 libassuan0 libatomic1
  libattr1 libaudit-common libaudit1 libbinutils libblkid1 libbpf1 libbsd0
  libbz2-1.0 libc-bin libc-dev-bin libc-l10n libc6 libc6-dev libcap-ng0
  libcap2 libcap2-bin libcbor0.10 libcc1-0 libcom-err2 libcrypt-dev libcrypt1
  libctf-nobfd0 libctf0 libdb5.3t64 libdbus-1-3 libdebconfclient0 libdpkg-perl
  libeatmydata1 libedit2 libelf1t64 libexpat1 libext2fs2t64 libfakechroot
  libfakeroot libfdisk1 libffi8 libfido2-1 libfile-find-rule-perl libfstrm0
  libgcc-13-dev libgcc-s1 libgcrypt20 libgdbm-compat4t64 libgdbm6t64 libgmp10
  libgnutls30t64 libgomp1 libgpg-error0 libgprofng0 libgssapi-krb5-2
  libhogweed6t64 libhwasan0 libicu72 libidn2-0 libisl23 libitm1 libjansson4
  libjemalloc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
  libkrb5support0 liblmdb0 liblocale-gettext-perl liblockfile-bin liblsan0
  liblz4-1 liblzma5 libmagic-mgc libmagic1t64 libmaxminddb0 libmd0 libmnl0
  libmount1 libmpc3 libmpfr6 libncursesw6 libnettle8t64 libnewt0.52
  libnftables1 libnftnl11 libnghttp2-14 libnss-systemd libnumber-compare-perl
  libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam-systemd
  libpam-wtmpdb libpam0g libpci3 libpcre2-8-0 libperl5.38t64 libpipeline1
  libpopt0 libproc2-0 libprotobuf-c1 libpsl5t64 libpython3-stdlib
  libpython3.12-minimal libpython3.12-stdlib libquadmath0 libreadline8t64
  libseccomp2 libselinux1 libsemanage-common libsemanage2 libsepol2 libsframe1
  libslang2 libsmartcols1 libsqlite3-0 libss2 libssl3t64 libstdc++-13-dev
  libstdc++6 libsystemd-shared libsystemd0 libtasn1-6 libtext-charwidth-perl
  libtext-glob-perl libtext-iconv-perl libtext-wrapi18n-perl libtinfo6
  libtirpc-common libtirpc3t64 libtsan2 libubsan1 libuchardet0 libudev1
  libunistring5 liburcu8t64 libuuid1 libuv1t64 libwtmpdb0 libxml2 libxtables12
  libxxhash0 libzstd1 linux-libc-dev locales login logrotate logsave lsof make
  man-db manpages mawk media-types mount nano ncurses-base ncurses-bin
  ncurses-term netbase netcat-traditional nftables openssh-client openssl
  passwd patch pci.ids pciutils perl perl-base perl-modules-5.38 procps
  python-apt-common python3 python3-apt python3-certifi python3-chardet
  python3-charset-normalizer python3-debconf python3-debian python3-debianbts
  python3-idna python3-minimal python3-pkg-resources python3-reportbug
  python3-requests python3-urllib3 python3.12 python3.12-minimal
  readline-common reportbug rpcsvc-proto sed sensible-utils systemd
  systemd-sysv systemd-timesyncd sysvinit-utils tar tasksel tasksel-data
  traceroute tzdata ucf udev usr-is-merged usrmerge util-linux
  util-linux-extra vim-common vim-tiny wamerican wget whiptail wtmpdb xz-utils
  zlib1g

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/gcc-14-base_14-20240330-1_amd64.deb
0 upgraded, 303 newly installed, 0 to remove and 0 not upgraded.
Need to get 170 MB of archives.
After this operation, 663 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian testing/main amd64 gcc-14-base amd64 14-20240330-1 [43.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc6_2.39-6_amd64.deb
Get:2 http://deb.debian.org/debian testing/main amd64 libc6 amd64 2.39-6 [2781 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libgcc-s1_14-20240330-1_amd64.deb
Get:3 http://deb.debian.org/debian testing/main amd64 libgcc-s1 amd64 14-20240330-1 [71.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/mawk/mawk_1.3.4.20240622-2_amd64.deb
Get:4 http://deb.debian.org/debian testing/main amd64 mawk amd64 1.3.4.20240622-2 [136 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/base-files/base-files_13.3_amd64.deb
Get:5 http://deb.debian.org/debian testing/main amd64 base-files amd64 13.3 [72.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/ncurses/libtinfo6_6.5-2_amd64.deb
Get:6 http://deb.debian.org/debian testing/main amd64 libtinfo6 amd64 6.5-2 [344 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/debianutils/debianutils_5.20_amd64.deb
Get:7 http://deb.debian.org/debian testing/main amd64 debianutils amd64 5.20 [89.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bash/bash_5.2.21-2.1_amd64.deb
Get:8 http://deb.debian.org/debian testing/main amd64 bash amd64 5.2.21-2.1 [1492 kB]

proxy download: http://deb.debian.org/debian/pool/main/libc/libcap2/libcap2_2.66-5_amd64.deb
Get:9 http://deb.debian.org/debian testing/main amd64 libcap2 amd64 1:2.66-5 [27.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libsystemd0_256.4-2_amd64.deb
Get:10 http://deb.debian.org/debian testing/main amd64 libsystemd0 amd64 256.4-2 [380 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/bsdutils_2.40.2-1_amd64.deb
Get:11 http://deb.debian.org/debian testing/main amd64 bsdutils amd64 1:2.40.2-1 [104 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/acl/libacl1_2.3.2-2_amd64.deb
Get:12 http://deb.debian.org/debian testing/main amd64 libacl1 amd64 2.3.2-2 [32.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/attr/libattr1_2.5.2-1_amd64.deb
Get:13 http://deb.debian.org/debian testing/main amd64 libattr1 amd64 1:2.5.2-1 [22.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gmp/libgmp10_6.3.0%2bdfsg-2%2bb1_amd64.deb
Get:14 http://deb.debian.org/debian testing/main amd64 libgmp10 amd64 2:6.3.0+dfsg-2+b1 [559 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pcre2/libpcre2-8-0_10.42-4%2bb1_amd64.deb
Get:15 http://deb.debian.org/debian testing/main amd64 libpcre2-8-0 amd64 10.42-4+b1 [262 kB]

proxy download: http://deb.debian.org/debian/pool/main/libs/libselinux/libselinux1_3.5-2%2bb3_amd64.deb
Get:16 http://deb.debian.org/debian testing/main amd64 libselinux1 amd64 3.5-2+b3 [74.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/libz/libzstd/libzstd1_1.5.6%2bdfsg-1_amd64.deb
Get:17 http://deb.debian.org/debian testing/main amd64 libzstd1 amd64 1.5.6+dfsg-1 [303 kB]

proxy download: http://deb.debian.org/debian/pool/main/z/zlib/zlib1g_1.3.dfsg%2breally1.3.1-1_amd64.deb
Get:18 http://deb.debian.org/debian testing/main amd64 zlib1g amd64 1:1.3.dfsg+really1.3.1-1 [87.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/o/openssl/libssl3t64_3.2.2-1_amd64.deb
Get:19 http://deb.debian.org/debian testing/main amd64 libssl3t64 amd64 3.2.2-1 [2246 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/coreutils/coreutils_9.4-3.1_amd64.deb
Get:20 http://deb.debian.org/debian testing/main amd64 coreutils amd64 9.4-3.1 [2950 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dash/dash_0.5.12-9_amd64.deb
Get:21 http://deb.debian.org/debian testing/main amd64 dash amd64 0.5.12-9 [93.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/diffutils/diffutils_3.10-1_amd64.deb
Get:22 http://deb.debian.org/debian testing/main amd64 diffutils amd64 1:3.10-1 [375 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bzip2/libbz2-1.0_1.0.8-5.1_amd64.deb
Get:23 http://deb.debian.org/debian testing/main amd64 libbz2-1.0 amd64 1.0.8-5.1 [38.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/x/xz-utils/liblzma5_5.6.2-2_amd64.deb
Get:24 http://deb.debian.org/debian testing/main amd64 liblzma5 amd64 5.6.2-2 [254 kB]

proxy download: http://deb.debian.org/debian/pool/main/libm/libmd/libmd0_1.1.0-2_amd64.deb
Get:25 http://deb.debian.org/debian testing/main amd64 libmd0 amd64 1.1.0-2 [35.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/t/tar/tar_1.35%2bdfsg-3_amd64.deb
Get:26 http://deb.debian.org/debian testing/main amd64 tar amd64 1.35+dfsg-3 [813 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dpkg/dpkg_1.22.11_amd64.deb
Get:27 http://deb.debian.org/debian testing/main amd64 dpkg amd64 1.22.11 [1531 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/findutils/findutils_4.10.0-2_amd64.deb
Get:28 http://deb.debian.org/debian testing/main amd64 findutils amd64 4.10.0-2 [699 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/grep/grep_3.11-4_amd64.deb
Get:29 http://deb.debian.org/debian testing/main amd64 grep amd64 3.11-4 [431 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gzip/gzip_1.12-1.1_amd64.deb
Get:30 http://deb.debian.org/debian testing/main amd64 gzip amd64 1.12-1.1 [133 kB]

proxy download: http://deb.debian.org/debian/pool/main/h/hostname/hostname_3.23%2bnmu2_amd64.deb
Get:31 http://deb.debian.org/debian testing/main amd64 hostname amd64 3.23+nmu2 [10.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-bin_6.5-2_amd64.deb
Get:32 http://deb.debian.org/debian testing/main amd64 ncurses-bin amd64 6.5-2 [433 kB]

proxy download: http://deb.debian.org/debian/pool/main/libx/libxcrypt/libcrypt1_4.4.36-4_amd64.deb
Get:33 http://deb.debian.org/debian testing/main amd64 libcrypt1 amd64 1:4.4.36-4 [89.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/perl/perl-base_5.38.2-5_amd64.deb
Get:34 http://deb.debian.org/debian testing/main amd64 perl-base amd64 5.38.2-5 [1643 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/sed/sed_4.9-2_amd64.deb
Get:35 http://deb.debian.org/debian testing/main amd64 sed amd64 4.9-2 [329 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/audit/libaudit-common_3.1.2-4_all.deb
Get:36 http://deb.debian.org/debian testing/main amd64 libaudit-common all 1:3.1.2-4 [11.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/libc/libcap-ng/libcap-ng0_0.8.5-1%2bb1_amd64.deb
Get:37 http://deb.debian.org/debian testing/main amd64 libcap-ng0 amd64 0.8.5-1+b1 [17.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/audit/libaudit1_3.1.2-4%2bb1_amd64.deb
Get:38 http://deb.debian.org/debian testing/main amd64 libaudit1 amd64 1:3.1.2-4+b1 [49.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/db5.3/libdb5.3t64_5.3.28%2bdfsg2-7_amd64.deb
Get:39 http://deb.debian.org/debian testing/main amd64 libdb5.3t64 amd64 5.3.28+dfsg2-7 [697 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/debconf/debconf_1.5.87_all.deb
Get:40 http://deb.debian.org/debian testing/main amd64 debconf all 1.5.87 [119 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pam/libpam0g_1.5.3-7_amd64.deb
Get:41 http://deb.debian.org/debian testing/main amd64 libpam0g amd64 1.5.3-7 [67.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pam/libpam-modules-bin_1.5.3-7_amd64.deb
Get:42 http://deb.debian.org/debian testing/main amd64 libpam-modules-bin amd64 1.5.3-7 [54.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pam/libpam-modules_1.5.3-7_amd64.deb
Get:43 http://deb.debian.org/debian testing/main amd64 libpam-modules amd64 1.5.3-7 [265 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pam/libpam-runtime_1.5.3-7_all.deb
Get:44 http://deb.debian.org/debian testing/main amd64 libpam-runtime all 1.5.3-7 [140 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libblkid1_2.40.2-1_amd64.deb
Get:45 http://deb.debian.org/debian testing/main amd64 libblkid1 amd64 2.40.2-1 [166 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libmount1_2.40.2-1_amd64.deb
Get:46 http://deb.debian.org/debian testing/main amd64 libmount1 amd64 2.40.2-1 [198 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libsmartcols1_2.40.2-1_amd64.deb
Get:47 http://deb.debian.org/debian testing/main amd64 libsmartcols1 amd64 2.40.2-1 [138 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libudev1_256.4-2_amd64.deb
Get:48 http://deb.debian.org/debian testing/main amd64 libudev1 amd64 256.4-2 [144 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libuuid1_2.40.2-1_amd64.deb
Get:49 http://deb.debian.org/debian testing/main amd64 libuuid1 amd64 2.40.2-1 [34.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/util-linux_2.40.2-1_amd64.deb
Get:50 http://deb.debian.org/debian testing/main amd64 util-linux amd64 2.40.2-1 [1214 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cdebconf/libdebconfclient0_0.272_amd64.deb
Get:51 http://deb.debian.org/debian testing/main amd64 libdebconfclient0 amd64 0.272 [10.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/base-passwd/base-passwd_3.6.4_amd64.deb
Get:52 http://deb.debian.org/debian testing/main amd64 base-passwd amd64 3.6.4 [50.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/libb/libbsd/libbsd0_0.12.2-1_amd64.deb
Get:53 http://deb.debian.org/debian testing/main amd64 libbsd0 amd64 0.12.2-1 [131 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/shadow/login_4.15.3-2_amd64.deb
Get:54 http://deb.debian.org/debian testing/main amd64 login amd64 1:4.15.3-2 [564 kB]

proxy download: http://deb.debian.org/debian/pool/main/libs/libsemanage/libsemanage-common_3.5-1_all.deb
Get:55 http://deb.debian.org/debian testing/main amd64 libsemanage-common all 3.5-1 [9908 B]

proxy download: http://deb.debian.org/debian/pool/main/libs/libsepol/libsepol2_3.5-2%2bb1_amd64.deb
Get:56 http://deb.debian.org/debian testing/main amd64 libsepol2 amd64 3.5-2+b1 [278 kB]

proxy download: http://deb.debian.org/debian/pool/main/libs/libsemanage/libsemanage2_3.5-1%2bb4_amd64.deb
Get:57 http://deb.debian.org/debian testing/main amd64 libsemanage2 amd64 3.5-1+b4 [90.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/shadow/passwd_4.15.3-2_amd64.deb
Get:58 http://deb.debian.org/debian testing/main amd64 passwd amd64 1:4.15.3-2 [973 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/adduser/adduser_3.137_all.deb
Get:59 http://deb.debian.org/debian testing/main amd64 adduser all 3.137 [140 kB]

proxy download: http://deb.debian.org/debian/pool/main/libg/libgpg-error/libgpg-error0_1.49-2_amd64.deb
Get:60 http://deb.debian.org/debian testing/main amd64 libgpg-error0 amd64 1.49-2 [79.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/libg/libgcrypt20/libgcrypt20_1.11.0-2_amd64.deb
Get:61 http://deb.debian.org/debian testing/main amd64 libgcrypt20 amd64 1.11.0-2 [839 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gnupg2/gpgv_2.2.43-8_amd64.deb
Get:62 http://deb.debian.org/debian testing/main amd64 gpgv amd64 2.2.43-8 [216 kB]

proxy download: http://deb.debian.org/debian/pool/main/x/xxhash/libxxhash0_0.8.2-2%2bb1_amd64.deb
Get:63 http://deb.debian.org/debian testing/main amd64 libxxhash0 amd64 0.8.2-2+b1 [26.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/lz4/liblz4-1_1.9.4-3_amd64.deb
Get:64 http://deb.debian.org/debian testing/main amd64 liblz4-1 amd64 1.9.4-3 [59.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libstdc%2b%2b6_14-20240330-1_amd64.deb
Get:65 http://deb.debian.org/debian testing/main amd64 libstdc++6 amd64 14-20240330-1 [713 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/apt/libapt-pkg6.0t64_2.9.7_amd64.deb
Get:66 http://deb.debian.org/debian testing/main amd64 libapt-pkg6.0t64 amd64 2.9.7 [1044 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2023.4_all.deb
Get:67 http://deb.debian.org/debian testing/main amd64 debian-archive-keyring all 2023.4 [161 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nettle/libnettle8t64_3.10-1_amd64.deb
Get:68 http://deb.debian.org/debian testing/main amd64 libnettle8t64 amd64 3.10-1 [303 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nettle/libhogweed6t64_3.10-1_amd64.deb
Get:69 http://deb.debian.org/debian testing/main amd64 libhogweed6t64 amd64 3.10-1 [334 kB]

proxy download: http://deb.debian.org/debian/pool/main/libu/libunistring/libunistring5_1.2-1_amd64.deb
Get:70 http://deb.debian.org/debian testing/main amd64 libunistring5 amd64 1.2-1 [425 kB]

proxy download: http://deb.debian.org/debian/pool/main/libi/libidn2/libidn2-0_2.3.7-2_amd64.deb
Get:71 http://deb.debian.org/debian testing/main amd64 libidn2-0 amd64 2.3.7-2 [128 kB]

proxy download: http://deb.debian.org/debian/pool/main/libf/libffi/libffi8_3.4.6-1_amd64.deb
Get:72 http://deb.debian.org/debian testing/main amd64 libffi8 amd64 3.4.6-1 [23.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/p11-kit/libp11-kit0_0.25.5-2_amd64.deb
Get:73 http://deb.debian.org/debian testing/main amd64 libp11-kit0 amd64 0.25.5-2 [424 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtasn1-6/libtasn1-6_4.19.0-3%2bb2_amd64.deb
Get:74 http://deb.debian.org/debian testing/main amd64 libtasn1-6 amd64 4.19.0-3+b2 [48.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gnutls28/libgnutls30t64_3.8.6-2_amd64.deb
Get:75 http://deb.debian.org/debian testing/main amd64 libgnutls30t64 amd64 3.8.6-2 [1444 kB]

proxy download: http://deb.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.5-1%2bb1_amd64.deb
Get:76 http://deb.debian.org/debian testing/main amd64 libseccomp2 amd64 2.5.5-1+b1 [47.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/apt/apt_2.9.7_amd64.deb
Get:77 http://deb.debian.org/debian testing/main amd64 apt amd64 2.9.7 [1410 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/perl/perl-modules-5.38_5.38.2-5_all.deb
Get:78 http://deb.debian.org/debian testing/main amd64 perl-modules-5.38 all 5.38.2-5 [2905 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gdbm/libgdbm6t64_1.23-6_amd64.deb
Get:79 http://deb.debian.org/debian testing/main amd64 libgdbm6t64 amd64 1.23-6 [72.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gdbm/libgdbm-compat4t64_1.23-6_amd64.deb
Get:80 http://deb.debian.org/debian testing/main amd64 libgdbm-compat4t64 amd64 1.23-6 [48.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/perl/libperl5.38t64_5.38.2-5_amd64.deb
Get:81 http://deb.debian.org/debian testing/main amd64 libperl5.38t64 amd64 5.38.2-5 [4275 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/perl/perl_5.38.2-5_amd64.deb
Get:82 http://deb.debian.org/debian testing/main amd64 perl amd64 5.38.2-5 [236 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libn/libnumber-compare-perl/libnumber-compare-perl_0.03-3_all.deb
Get:83 http://deb.debian.org/debian testing/main amd64 libnumber-compare-perl all 0.03-3 [6332 B]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtext-glob-perl/libtext-glob-perl_0.11-3_all.deb
Get:84 http://deb.debian.org/debian testing/main amd64 libtext-glob-perl all 0.11-3 [7676 B]
proxy cached: http://deb.debian.org/debian/pool/main/libf/libfile-find-rule-perl/libfile-find-rule-perl_0.34-3_all.deb
Get:85 http://deb.debian.org/debian testing/main amd64 libfile-find-rule-perl all 0.34-3 [26.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/usrmerge/usrmerge_39_all.deb
Get:86 http://deb.debian.org/debian testing/main amd64 usrmerge all 39 [13.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/usrmerge/usr-is-merged_39_all.deb
Get:87 http://deb.debian.org/debian testing/main amd64 usr-is-merged all 39 [5572 B]

proxy download: http://deb.debian.org/debian/pool/main/i/init-system-helpers/init-system-helpers_1.66_all.deb
Get:88 http://deb.debian.org/debian testing/main amd64 init-system-helpers all 1.66 [39.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc-bin_2.39-6_amd64.deb
Get:89 http://deb.debian.org/debian testing/main amd64 libc-bin amd64 2.39-6 [610 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-base_6.5-2_all.deb
Get:90 http://deb.debian.org/debian testing/main amd64 ncurses-base all 6.5-2 [270 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/sysvinit/sysvinit-utils_3.09-2_amd64.deb
Get:91 http://deb.debian.org/debian testing/main amd64 sysvinit-utils amd64 3.09-2 [32.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libcom-err2_1.47.1-1_amd64.deb
Get:92 http://deb.debian.org/debian testing/main amd64 libcom-err2 amd64 1.47.1-1 [22.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libext2fs2t64_1.47.1-1_amd64.deb
Get:93 http://deb.debian.org/debian testing/main amd64 libext2fs2t64 amd64 1.47.1-1 [210 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libss2_1.47.1-1_amd64.deb
Get:94 http://deb.debian.org/debian testing/main amd64 libss2 amd64 1.47.1-1 [27.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/logsave_1.47.1-1_amd64.deb
Get:95 http://deb.debian.org/debian testing/main amd64 logsave amd64 1.47.1-1 [22.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/e2fsprogs_1.47.1-1_amd64.deb
Get:96 http://deb.debian.org/debian testing/main amd64 e2fsprogs amd64 1.47.1-1 [583 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/mount_2.40.2-1_amd64.deb
Get:97 http://deb.debian.org/debian testing/main amd64 mount amd64 2.40.2-1 [154 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/apparmor/libapparmor1_3.1.7-1%2bb1_amd64.deb
Get:98 http://deb.debian.org/debian testing/main amd64 libapparmor1 amd64 3.1.7-1+b1 [42.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libsystemd-shared_256.4-2_amd64.deb
Get:99 http://deb.debian.org/debian testing/main amd64 libsystemd-shared amd64 256.4-2 [2058 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/systemd_256.4-2_amd64.deb
Get:100 http://deb.debian.org/debian testing/main amd64 systemd amd64 256.4-2 [3486 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cron/cron-daemon-common_3.0pl1-189_all.deb
Get:101 http://deb.debian.org/debian testing/main amd64 cron-daemon-common all 3.0pl1-189 [16.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_0.0.24_all.deb
Get:102 http://deb.debian.org/debian testing/main amd64 sensible-utils all 0.0.24 [24.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cron/cron_3.0pl1-189_amd64.deb
Get:103 http://deb.debian.org/debian testing/main amd64 cron amd64 3.0pl1-189 [86.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/systemd-sysv_256.4-2_amd64.deb
Get:104 http://deb.debian.org/debian testing/main amd64 systemd-sysv amd64 256.4-2 [57.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/init-system-helpers/init_1.66_amd64.deb
Get:105 http://deb.debian.org/debian testing/main amd64 init amd64 1.66 [6004 B]

proxy download: http://deb.debian.org/debian/pool/main/d/dbus/libdbus-1-3_1.14.10-4%2bb1_amd64.deb
Get:106 http://deb.debian.org/debian testing/main amd64 libdbus-1-3 amd64 1.14.10-4+b1 [203 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dbus/dbus-bin_1.14.10-4%2bb1_amd64.deb
Get:107 http://deb.debian.org/debian testing/main amd64 dbus-bin amd64 1.14.10-4+b1 [106 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dbus/dbus-session-bus-common_1.14.10-4_all.deb
Get:108 http://deb.debian.org/debian testing/main amd64 dbus-session-bus-common all 1.14.10-4 [79.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/expat/libexpat1_2.6.2-1_amd64.deb
Get:109 http://deb.debian.org/debian testing/main amd64 libexpat1 amd64 2.6.2-1 [103 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dbus/dbus-daemon_1.14.10-4%2bb1_amd64.deb
Get:110 http://deb.debian.org/debian testing/main amd64 dbus-daemon amd64 1.14.10-4+b1 [185 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dbus/dbus-system-bus-common_1.14.10-4_all.deb
Get:111 http://deb.debian.org/debian testing/main amd64 dbus-system-bus-common all 1.14.10-4 [80.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dbus/dbus_1.14.10-4%2bb1_amd64.deb
Get:112 http://deb.debian.org/debian testing/main amd64 dbus amd64 1.14.10-4+b1 [98.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/libl/liblocale-gettext-perl/liblocale-gettext-perl_1.07-7_amd64.deb
Get:113 http://deb.debian.org/debian testing/main amd64 liblocale-gettext-perl amd64 1.07-7 [15.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3.12/libpython3.12-minimal_3.12.4-3_amd64.deb
Get:114 http://deb.debian.org/debian testing/main amd64 libpython3.12-minimal amd64 3.12.4-3 [812 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3.12/python3.12-minimal_3.12.4-3_amd64.deb
Get:115 http://deb.debian.org/debian testing/main amd64 python3.12-minimal amd64 3.12.4-3 [2137 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3-defaults/python3-minimal_3.12.4-1_amd64.deb
Get:116 http://deb.debian.org/debian testing/main amd64 python3-minimal amd64 3.12.4-1 [26.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/media-types/media-types_10.1.0_all.deb
Get:117 http://deb.debian.org/debian testing/main amd64 media-types all 10.1.0 [26.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/netbase/netbase_6.4_all.deb
Get:118 http://deb.debian.org/debian testing/main amd64 netbase all 6.4 [12.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/t/tzdata/tzdata_2024a-4_all.deb
Get:119 http://deb.debian.org/debian testing/main amd64 tzdata all 2024a-4 [255 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/ncurses/libncursesw6_6.5-2_amd64.deb
Get:120 http://deb.debian.org/debian testing/main amd64 libncursesw6 amd64 6.5-2 [135 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/readline/readline-common_8.2-4_all.deb
Get:121 http://deb.debian.org/debian testing/main amd64 readline-common all 8.2-4 [69.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/readline/libreadline8t64_8.2-4_amd64.deb
Get:122 http://deb.debian.org/debian testing/main amd64 libreadline8t64 amd64 8.2-4 [167 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/sqlite3/libsqlite3-0_3.46.0-1_amd64.deb
Get:123 http://deb.debian.org/debian testing/main amd64 libsqlite3-0 amd64 3.46.0-1 [902 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3.12/libpython3.12-stdlib_3.12.4-3_amd64.deb
Get:124 http://deb.debian.org/debian testing/main amd64 libpython3.12-stdlib amd64 3.12.4-3 [1950 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3.12/python3.12_3.12.4-3_amd64.deb
Get:125 http://deb.debian.org/debian testing/main amd64 python3.12 amd64 3.12.4-3 [664 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3-defaults/libpython3-stdlib_3.12.4-1_amd64.deb
Get:126 http://deb.debian.org/debian testing/main amd64 libpython3-stdlib amd64 3.12.4-1 [9500 B]

proxy download: http://deb.debian.org/debian/pool/main/p/python3-defaults/python3_3.12.4-1_amd64.deb
Get:127 http://deb.debian.org/debian testing/main amd64 python3 amd64 3.12.4-1 [27.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/t/tasksel/tasksel-data_3.75_all.deb
Get:128 http://deb.debian.org/debian testing/main amd64 tasksel-data all 3.75 [18.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/t/tasksel/tasksel_3.75_all.deb
Get:129 http://deb.debian.org/debian testing/main amd64 tasksel all 3.75 [50.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/apt/apt-utils_2.9.7_amd64.deb
Get:130 http://deb.debian.org/debian testing/main amd64 apt-utils amd64 2.9.7 [326 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cpio/cpio_2.15%2bdfsg-2_amd64.deb
Get:131 http://deb.debian.org/debian testing/main amd64 cpio amd64 2.15+dfsg-2 [252 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtext-charwidth-perl/libtext-charwidth-perl_0.04-11%2bb3_amd64.deb
Get:132 http://deb.debian.org/debian testing/main amd64 libtext-charwidth-perl amd64 0.04-11+b3 [9456 B]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtext-iconv-perl/libtext-iconv-perl_1.7-8%2bb3_amd64.deb
Get:133 http://deb.debian.org/debian testing/main amd64 libtext-iconv-perl amd64 1.7-8+b3 [14.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtext-wrapi18n-perl/libtext-wrapi18n-perl_0.06-10_all.deb
Get:134 http://deb.debian.org/debian testing/main amd64 libtext-wrapi18n-perl all 0.06-10 [8808 B]

proxy download: http://deb.debian.org/debian/pool/main/d/debconf/debconf-i18n_1.5.87_all.deb
Get:135 http://deb.debian.org/debian testing/main amd64 debconf-i18n all 1.5.87 [196 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dmidecode/dmidecode_3.6-1_amd64.deb
Get:136 http://deb.debian.org/debian testing/main amd64 dmidecode amd64 3.6-1 [69.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libfdisk1_2.40.2-1_amd64.deb
Get:137 http://deb.debian.org/debian testing/main amd64 libfdisk1 amd64 2.40.2-1 [208 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/fdisk_2.40.2-1_amd64.deb
Get:138 http://deb.debian.org/debian testing/main amd64 fdisk amd64 2.40.2-1 [151 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/elfutils/libelf1t64_0.191-2_amd64.deb
Get:139 http://deb.debian.org/debian testing/main amd64 libelf1t64 amd64 0.191-2 [188 kB]

proxy download: http://deb.debian.org/debian/pool/main/libb/libbpf/libbpf1_1.4.5-1_amd64.deb
Get:140 http://deb.debian.org/debian testing/main amd64 libbpf1 amd64 1:1.4.5-1 [162 kB]

proxy download: http://deb.debian.org/debian/pool/main/libm/libmnl/libmnl0_1.0.5-2%2bb1_amd64.deb
Get:141 http://deb.debian.org/debian testing/main amd64 libmnl0 amd64 1.0.5-2+b1 [12.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/libkrb5support0_1.21.3-3_amd64.deb
Get:142 http://deb.debian.org/debian testing/main amd64 libkrb5support0 amd64 1.21.3-3 [32.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/libk5crypto3_1.21.3-3_amd64.deb
Get:143 http://deb.debian.org/debian testing/main amd64 libk5crypto3 amd64 1.21.3-3 [79.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/keyutils/libkeyutils1_1.6.3-3_amd64.deb
Get:144 http://deb.debian.org/debian testing/main amd64 libkeyutils1 amd64 1.6.3-3 [8952 B]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/libkrb5-3_1.21.3-3_amd64.deb
Get:145 http://deb.debian.org/debian testing/main amd64 libkrb5-3 amd64 1.21.3-3 [324 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/libgssapi-krb5-2_1.21.3-3_amd64.deb
Get:146 http://deb.debian.org/debian testing/main amd64 libgssapi-krb5-2 amd64 1.21.3-3 [136 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc-common_1.3.4%2bds-1.3_all.deb
Get:147 http://deb.debian.org/debian testing/main amd64 libtirpc-common all 1.3.4+ds-1.3 [10.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc3t64_1.3.4%2bds-1.3_amd64.deb
Get:148 http://deb.debian.org/debian testing/main amd64 libtirpc3t64 amd64 1.3.4+ds-1.3 [82.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/iptables/libxtables12_1.8.10-4_amd64.deb
Get:149 http://deb.debian.org/debian testing/main amd64 libxtables12 amd64 1.8.10-4 [31.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/libc/libcap2/libcap2-bin_2.66-5_amd64.deb
Get:150 http://deb.debian.org/debian testing/main amd64 libcap2-bin amd64 1:2.66-5 [34.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/iproute2/iproute2_6.10.0-1_amd64.deb
Get:151 http://deb.debian.org/debian testing/main amd64 iproute2 amd64 6.10.0-1 [1067 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/ifupdown/ifupdown_0.8.43_amd64.deb
Get:152 http://deb.debian.org/debian testing/main amd64 ifupdown amd64 0.8.43 [61.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/iputils/iputils-ping_20240117-1_amd64.deb
Get:153 http://deb.debian.org/debian testing/main amd64 iputils-ping amd64 3:20240117-1 [48.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/isc-dhcp/isc-dhcp-client_4.4.3-P1-5_amd64.deb
Get:154 http://deb.debian.org/debian testing/main amd64 isc-dhcp-client amd64 4.4.3-P1-5 [1098 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/isc-dhcp/isc-dhcp-common_4.4.3-P1-5_amd64.deb
Get:155 http://deb.debian.org/debian testing/main amd64 isc-dhcp-common amd64 4.4.3-P1-5 [118 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/kmod/libkmod2_32%2b20240611-1_amd64.deb
Get:156 http://deb.debian.org/debian testing/main amd64 libkmod2 amd64 32+20240611-1 [60.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/kmod/kmod_32%2b20240611-1_amd64.deb
Get:157 http://deb.debian.org/debian testing/main amd64 kmod amd64 32+20240611-1 [96.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/less/less_643-1_amd64.deb
Get:158 http://deb.debian.org/debian testing/main amd64 less amd64 643-1 [148 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/popt/libpopt0_1.19%2bdfsg-1%2bb1_amd64.deb
Get:159 http://deb.debian.org/debian testing/main amd64 libpopt0 amd64 1.19+dfsg-1+b1 [43.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/logrotate/logrotate_3.22.0-1_amd64.deb
Get:160 http://deb.debian.org/debian testing/main amd64 logrotate amd64 3.22.0-1 [62.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nano/nano_8.1-1_amd64.deb
Get:161 http://deb.debian.org/debian testing/main amd64 nano amd64 8.1-1 [666 kB]

proxy download: http://deb.debian.org/debian/pool/main/j/jansson/libjansson4_2.14-2%2bb2_amd64.deb
Get:162 http://deb.debian.org/debian testing/main amd64 libjansson4 amd64 2.14-2+b2 [39.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/libn/libnftnl/libnftnl11_1.2.7-1_amd64.deb
Get:163 http://deb.debian.org/debian testing/main amd64 libnftnl11 amd64 1.2.7-1 [64.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nftables/libnftables1_1.1.0-2_amd64.deb
Get:164 http://deb.debian.org/debian testing/main amd64 libnftables1 amd64 1.1.0-2 [325 kB]

proxy download: http://deb.debian.org/debian/pool/main/libe/libedit/libedit2_3.1-20240517-1_amd64.deb
Get:165 http://deb.debian.org/debian testing/main amd64 libedit2 amd64 3.1-20240517-1 [93.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nftables/nftables_1.1.0-2_amd64.deb
Get:166 http://deb.debian.org/debian testing/main amd64 nftables amd64 1.1.0-2 [73.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/procps/libproc2-0_4.0.4-5_amd64.deb
Get:167 http://deb.debian.org/debian testing/main amd64 libproc2-0 amd64 2:4.0.4-5 [64.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/procps/procps_4.0.4-5_amd64.deb
Get:168 http://deb.debian.org/debian testing/main amd64 procps amd64 2:4.0.4-5 [878 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/udev_256.4-2_amd64.deb
Get:169 http://deb.debian.org/debian testing/main amd64 udev amd64 256.4-2 [1896 kB]

proxy download: http://deb.debian.org/debian/pool/main/v/vim/vim-common_9.1.0496-1_all.deb
Get:170 http://deb.debian.org/debian testing/main amd64 vim-common all 2:9.1.0496-1 [412 kB]

proxy download: http://deb.debian.org/debian/pool/main/v/vim/vim-tiny_9.1.0496-1%2bb1_amd64.deb
Get:171 http://deb.debian.org/debian testing/main amd64 vim-tiny amd64 2:9.1.0496-1+b1 [743 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/slang2/libslang2_2.3.3-5_amd64.deb
Get:172 http://deb.debian.org/debian testing/main amd64 libslang2 amd64 2.3.3-5 [551 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/newt/libnewt0.52_0.52.24-2%2bb1_amd64.deb
Get:173 http://deb.debian.org/debian testing/main amd64 libnewt0.52 amd64 0.52.24-2+b1 [59.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/newt/whiptail_0.52.24-2%2bb1_amd64.deb
Get:174 http://deb.debian.org/debian testing/main amd64 whiptail amd64 0.52.24-2+b1 [24.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-apt/python-apt-common_2.9.0_all.deb
Get:175 http://deb.debian.org/debian testing/main amd64 python-apt-common all 2.9.0 [66.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/distro-info-data/distro-info-data_0.62_all.deb
Get:176 http://deb.debian.org/debian testing/main amd64 distro-info-data all 0.62 [6344 B]

proxy download: http://deb.debian.org/debian/pool/main/p/python-apt/python3-apt_2.9.0%2bb1_amd64.deb
Get:177 http://deb.debian.org/debian testing/main amd64 python3-apt amd64 2.9.0+b1 [166 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/debconf/python3-debconf_1.5.87_all.deb
Get:178 http://deb.debian.org/debian testing/main amd64 python3-debconf all 1.5.87 [4232 B]
proxy cached: http://deb.debian.org/debian/pool/main/u/ucf/ucf_3.0043%2bnmu1_all.deb
Get:179 http://deb.debian.org/debian testing/main amd64 ucf all 3.0043+nmu1 [55.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/apt-listchanges/apt-listchanges_3.27_all.deb
Get:180 http://deb.debian.org/debian testing/main amd64 apt-listchanges all 3.27 [104 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bash-completion/bash-completion_2.14.0-1_all.deb
Get:181 http://deb.debian.org/debian testing/main amd64 bash-completion all 1:2.14.0-1 [305 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/fstrm/libfstrm0_0.6.1-1%2bb2_amd64.deb
Get:182 http://deb.debian.org/debian testing/main amd64 libfstrm0 amd64 0.6.1-1+b2 [21.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/j/jemalloc/libjemalloc2_5.3.0-2%2bb1_amd64.deb
Get:183 http://deb.debian.org/debian testing/main amd64 libjemalloc2 amd64 5.3.0-2+b1 [275 kB]

proxy download: http://deb.debian.org/debian/pool/main/j/json-c/libjson-c5_0.17-1%2bb1_amd64.deb
Get:184 http://deb.debian.org/debian testing/main amd64 libjson-c5 amd64 0.17-1+b1 [44.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/lmdb/liblmdb0_0.9.31-1%2bb1_amd64.deb
Get:185 http://deb.debian.org/debian testing/main amd64 liblmdb0 amd64 0.9.31-1+b1 [44.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/libm/libmaxminddb/libmaxminddb0_1.9.1-1_amd64.deb
Get:186 http://deb.debian.org/debian testing/main amd64 libmaxminddb0 amd64 1.9.1-1 [30.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nghttp2/libnghttp2-14_1.62.1-2_amd64.deb
Get:187 http://deb.debian.org/debian testing/main amd64 libnghttp2-14 amd64 1.62.1-2 [74.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/protobuf-c/libprotobuf-c1_1.4.1-1%2bb2_amd64.deb
Get:188 http://deb.debian.org/debian testing/main amd64 libprotobuf-c1 amd64 1.4.1-1+b2 [27.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/libu/liburcu/liburcu8t64_0.14.0-4_amd64.deb
Get:189 http://deb.debian.org/debian testing/main amd64 liburcu8t64 amd64 0.14.0-4 [73.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/libu/libuv1/libuv1t64_1.48.0-5_amd64.deb
Get:190 http://deb.debian.org/debian testing/main amd64 libuv1t64 amd64 1.48.0-5 [148 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/icu/libicu72_72.1-5_amd64.deb
Get:191 http://deb.debian.org/debian testing/main amd64 libicu72 amd64 72.1-5 [9396 kB]

proxy download: http://deb.debian.org/debian/pool/main/libx/libxml2/libxml2_2.9.14%2bdfsg-1.3%2bb3_amd64.deb
Get:192 http://deb.debian.org/debian testing/main amd64 libxml2 amd64 2.9.14+dfsg-1.3+b3 [692 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bind9/bind9-libs_9.20.0-2_amd64.deb
Get:193 http://deb.debian.org/debian testing/main amd64 bind9-libs amd64 1:9.20.0-2 [1474 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bind9/bind9-host_9.20.0-2_amd64.deb
Get:194 http://deb.debian.org/debian testing/main amd64 bind9-host amd64 1:9.20.0-2 [319 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bind9/bind9-dnsutils_9.20.0-2_amd64.deb
Get:195 http://deb.debian.org/debian testing/main amd64 bind9-dnsutils amd64 1:9.20.0-2 [428 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bzip2/bzip2_1.0.8-5.1_amd64.deb
Get:196 http://deb.debian.org/debian testing/main amd64 bzip2 amd64 1.0.8-5.1 [40.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/o/openssl/openssl_3.2.2-1_amd64.deb
Get:197 http://deb.debian.org/debian testing/main amd64 openssl amd64 3.2.2-1 [1364 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/ca-certificates/ca-certificates_20240203_all.deb
Get:198 http://deb.debian.org/debian testing/main amd64 ca-certificates all 20240203 [158 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debian-faq/debian-faq_11.1_all.deb
Get:199 http://deb.debian.org/debian testing/main amd64 debian-faq all 11.1 [500 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/doc-debian/doc-debian_11.3%2bnmu1_all.deb
Get:200 http://deb.debian.org/debian testing/main amd64 doc-debian all 11.3+nmu1 [156 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/file/libmagic-mgc_5.45-3_amd64.deb
Get:201 http://deb.debian.org/debian testing/main amd64 libmagic-mgc amd64 1:5.45-3 [314 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/file/libmagic1t64_5.45-3_amd64.deb
Get:202 http://deb.debian.org/debian testing/main amd64 libmagic1t64 amd64 1:5.45-3 [105 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/file/file_5.45-3_amd64.deb
Get:203 http://deb.debian.org/debian testing/main amd64 file amd64 1:5.45-3 [42.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gettext/gettext-base_0.22.5-2_amd64.deb
Get:204 http://deb.debian.org/debian testing/main amd64 gettext-base amd64 0.22.5-2 [200 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/uchardet/libuchardet0_0.0.8-1%2bb1_amd64.deb
Get:205 http://deb.debian.org/debian testing/main amd64 libuchardet0 amd64 0.0.8-1+b1 [68.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/groff/groff-base_1.23.0-5_amd64.deb
Get:206 http://deb.debian.org/debian testing/main amd64 groff-base amd64 1.23.0-5 [1181 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/inetutils/inetutils-telnet_2.5-5_amd64.deb
Get:207 http://deb.debian.org/debian testing/main amd64 inetutils-telnet amd64 2:2.5-5 [122 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/krb5-locales_1.21.3-3_all.deb
Get:208 http://deb.debian.org/debian testing/main amd64 krb5-locales all 1.21.3-3 [101 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc-l10n_2.39-6_all.deb
Get:209 http://deb.debian.org/debian testing/main amd64 libc-l10n all 2.39-6 [719 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libl/liblockfile/liblockfile-bin_1.17-1%2bb1_amd64.deb
Get:210 http://deb.debian.org/debian testing/main amd64 liblockfile-bin amd64 1.17-1+b1 [20.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libnss-systemd_256.4-2_amd64.deb
Get:211 http://deb.debian.org/debian testing/main amd64 libnss-systemd amd64 256.4-2 [203 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libpam-systemd_256.4-2_amd64.deb
Get:212 http://deb.debian.org/debian testing/main amd64 libpam-systemd amd64 256.4-2 [277 kB]

proxy download: http://deb.debian.org/debian/pool/main/w/wtmpdb/libwtmpdb0_0.13.0-1_amd64.deb
Get:213 http://deb.debian.org/debian testing/main amd64 libwtmpdb0 amd64 0.13.0-1 [8684 B]

proxy download: http://deb.debian.org/debian/pool/main/w/wtmpdb/libpam-wtmpdb_0.13.0-1_amd64.deb
Get:214 http://deb.debian.org/debian testing/main amd64 libpam-wtmpdb amd64 0.13.0-1 [8092 B]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/locales_2.39-6_all.deb
Get:215 http://deb.debian.org/debian testing/main amd64 locales all 2.39-6 [3902 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/lsof/lsof_4.95.0-1.1_amd64.deb
Get:216 http://deb.debian.org/debian testing/main amd64 lsof amd64 4.95.0-1.1 [315 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/bsdextrautils_2.40.2-1_amd64.deb
Get:217 http://deb.debian.org/debian testing/main amd64 bsdextrautils amd64 2.40.2-1 [96.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/libp/libpipeline/libpipeline1_1.5.7-2_amd64.deb
Get:218 http://deb.debian.org/debian testing/main amd64 libpipeline1 amd64 1.5.7-2 [38.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/man-db/man-db_2.12.1-2_amd64.deb
Get:219 http://deb.debian.org/debian testing/main amd64 man-db amd64 2.12.1-2 [1411 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/manpages/manpages_6.8-2_all.deb
Get:220 http://deb.debian.org/debian testing/main amd64 manpages all 6.8-2 [1389 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-term_6.5-2_all.deb
Get:221 http://deb.debian.org/debian testing/main amd64 ncurses-term all 6.5-2 [513 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/netcat/netcat-traditional_1.10-48.1_amd64.deb
Get:222 http://deb.debian.org/debian testing/main amd64 netcat-traditional amd64 1.10-48.1 [63.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/libc/libcbor/libcbor0.10_0.10.2-1.1_amd64.deb
Get:223 http://deb.debian.org/debian testing/main amd64 libcbor0.10 amd64 0.10.2-1.1 [27.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/libf/libfido2/libfido2-1_1.15.0-1_amd64.deb
Get:224 http://deb.debian.org/debian testing/main amd64 libfido2-1 amd64 1.15.0-1 [78.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/o/openssh/openssh-client_9.7p1-7_amd64.deb
Get:225 http://deb.debian.org/debian testing/main amd64 openssh-client amd64 1:9.7p1-7 [964 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pci.ids/pci.ids_0.0%7e2024.06.23-1_all.deb
Get:226 http://deb.debian.org/debian testing/main amd64 pci.ids all 0.0~2024.06.23-1 [259 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pciutils/libpci3_3.13.0-1_amd64.deb
Get:227 http://deb.debian.org/debian testing/main amd64 libpci3 amd64 1:3.13.0-1 [75.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pciutils/pciutils_3.13.0-1_amd64.deb
Get:228 http://deb.debian.org/debian testing/main amd64 pciutils amd64 1:3.13.0-1 [128 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/setuptools/python3-pkg-resources_70.3.0-2_all.deb
Get:229 http://deb.debian.org/debian testing/main amd64 python3-pkg-resources all 70.3.0-2 [264 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/chardet/python3-chardet_5.2.0%2bdfsg-1_all.deb
Get:230 http://deb.debian.org/debian testing/main amd64 python3-chardet all 5.2.0+dfsg-1 [107 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-debian/python3-debian_0.1.49_all.deb
Get:231 http://deb.debian.org/debian testing/main amd64 python3-debian all 0.1.49 [115 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-debianbts/python3-debianbts_4.1.1_all.deb
Get:232 http://deb.debian.org/debian testing/main amd64 python3-debianbts all 4.1.1 [12.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-certifi/python3-certifi_2024.6.2-1_all.deb
Get:233 http://deb.debian.org/debian testing/main amd64 python3-certifi all 2024.6.2-1 [157 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-charset-normalizer/python3-charset-normalizer_3.3.2-1_all.deb
Get:234 http://deb.debian.org/debian testing/main amd64 python3-charset-normalizer all 3.3.2-1 [51.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-idna/python3-idna_3.6-2.1_all.deb
Get:235 http://deb.debian.org/debian testing/main amd64 python3-idna all 3.6-2.1 [38.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-urllib3/python3-urllib3_2.0.7-2_all.deb
Get:236 http://deb.debian.org/debian testing/main amd64 python3-urllib3 all 2.0.7-2 [111 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/requests/python3-requests_2.31.0%2bdfsg-2_all.deb
Get:237 http://deb.debian.org/debian testing/main amd64 python3-requests all 2.31.0+dfsg-2 [68.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/reportbug/python3-reportbug_13.0.1_all.deb
Get:238 http://deb.debian.org/debian testing/main amd64 python3-reportbug all 13.0.1 [78.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/reportbug/reportbug_13.0.1_all.deb
Get:239 http://deb.debian.org/debian testing/main amd64 reportbug all 13.0.1 [63.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/systemd-timesyncd_256.4-2_amd64.deb
Get:240 http://deb.debian.org/debian testing/main amd64 systemd-timesyncd amd64 256.4-2 [84.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/t/traceroute/traceroute_2.1.5-1_amd64.deb
Get:241 http://deb.debian.org/debian testing/main amd64 traceroute amd64 1:2.1.5-1 [54.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/util-linux-extra_2.40.2-1_amd64.deb
Get:242 http://deb.debian.org/debian testing/main amd64 util-linux-extra amd64 2.40.2-1 [263 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/scowl/wamerican_2020.12.07-2_all.deb
Get:243 http://deb.debian.org/debian testing/main amd64 wamerican all 2020.12.07-2 [221 kB]

proxy download: http://deb.debian.org/debian/pool/main/libp/libpsl/libpsl5t64_0.21.2-1.1_amd64.deb
Get:244 http://deb.debian.org/debian testing/main amd64 libpsl5t64 amd64 0.21.2-1.1 [56.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/w/wget/wget_1.24.5-2%2bb1_amd64.deb
Get:245 http://deb.debian.org/debian testing/main amd64 wget amd64 1.24.5-2+b1 [981 kB]

proxy download: http://deb.debian.org/debian/pool/main/w/wtmpdb/wtmpdb_0.13.0-1_amd64.deb
Get:246 http://deb.debian.org/debian testing/main amd64 wtmpdb amd64 0.13.0-1 [15.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/x/xz-utils/xz-utils_5.6.2-2_amd64.deb
Get:247 http://deb.debian.org/debian testing/main amd64 xz-utils amd64 5.6.2-2 [522 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/binutils-common_2.42.90.20240720-2_amd64.deb
Get:248 http://deb.debian.org/debian testing/main amd64 binutils-common amd64 2.42.90.20240720-2 [2598 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/libsframe1_2.42.90.20240720-2_amd64.deb
Get:249 http://deb.debian.org/debian testing/main amd64 libsframe1 amd64 2.42.90.20240720-2 [76.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/libbinutils_2.42.90.20240720-2_amd64.deb
Get:250 http://deb.debian.org/debian testing/main amd64 libbinutils amd64 2.42.90.20240720-2 [523 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/libctf-nobfd0_2.42.90.20240720-2_amd64.deb
Get:251 http://deb.debian.org/debian testing/main amd64 libctf-nobfd0 amd64 2.42.90.20240720-2 [154 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/libctf0_2.42.90.20240720-2_amd64.deb
Get:252 http://deb.debian.org/debian testing/main amd64 libctf0 amd64 2.42.90.20240720-2 [88.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/libgprofng0_2.42.90.20240720-2_amd64.deb
Get:253 http://deb.debian.org/debian testing/main amd64 libgprofng0 amd64 2.42.90.20240720-2 [787 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/binutils-x86-64-linux-gnu_2.42.90.20240720-2_amd64.deb
Get:254 http://deb.debian.org/debian testing/main amd64 binutils-x86-64-linux-gnu amd64 2.42.90.20240720-2 [2237 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/binutils_2.42.90.20240720-2_amd64.deb
Get:255 http://deb.debian.org/debian testing/main amd64 binutils amd64 2.42.90.20240720-2 [81.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc-dev-bin_2.39-6_amd64.deb
Get:256 http://deb.debian.org/debian testing/main amd64 libc-dev-bin amd64 2.39-6 [51.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/linux/linux-libc-dev_6.9.12-1_all.deb
Get:257 http://deb.debian.org/debian testing/main amd64 linux-libc-dev all 6.9.12-1 [2355 kB]

proxy download: http://deb.debian.org/debian/pool/main/libx/libxcrypt/libcrypt-dev_4.4.36-4_amd64.deb
Get:258 http://deb.debian.org/debian testing/main amd64 libcrypt-dev amd64 1:4.4.36-4 [119 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/rpcsvc-proto/rpcsvc-proto_1.4.3-1_amd64.deb
Get:259 http://deb.debian.org/debian testing/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc6-dev_2.39-6_amd64.deb
Get:260 http://deb.debian.org/debian testing/main amd64 libc6-dev amd64 2.39-6 [1924 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-13/gcc-13-base_13.3.0-3_amd64.deb
Get:261 http://deb.debian.org/debian testing/main amd64 gcc-13-base amd64 13.3.0-3 [46.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/isl/libisl23_0.26-3%2bb2_amd64.deb
Get:262 http://deb.debian.org/debian testing/main amd64 libisl23 amd64 0.26-3+b2 [652 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/mpfr4/libmpfr6_4.2.1-1%2bb1_amd64.deb
Get:263 http://deb.debian.org/debian testing/main amd64 libmpfr6 amd64 4.2.1-1+b1 [714 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/mpclib3/libmpc3_1.3.1-1%2bb2_amd64.deb
Get:264 http://deb.debian.org/debian testing/main amd64 libmpc3 amd64 1.3.1-1+b2 [52.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-13/cpp-13-x86-64-linux-gnu_13.3.0-3_amd64.deb
Get:265 http://deb.debian.org/debian testing/main amd64 cpp-13-x86-64-linux-gnu amd64 13.3.0-3 [9934 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-13/cpp-13_13.3.0-3_amd64.deb
Get:266 http://deb.debian.org/debian testing/main amd64 cpp-13 amd64 13.3.0-3 [1276 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/cpp-x86-64-linux-gnu_13.2.0-7_amd64.deb
Get:267 http://deb.debian.org/debian testing/main amd64 cpp-x86-64-linux-gnu amd64 4:13.2.0-7 [4724 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/cpp_13.2.0-7_amd64.deb
Get:268 http://deb.debian.org/debian testing/main amd64 cpp amd64 4:13.2.0-7 [1564 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libcc1-0_14-20240330-1_amd64.deb
Get:269 http://deb.debian.org/debian testing/main amd64 libcc1-0 amd64 14-20240330-1 [42.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libgomp1_14-20240330-1_amd64.deb
Get:270 http://deb.debian.org/debian testing/main amd64 libgomp1 amd64 14-20240330-1 [136 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libitm1_14-20240330-1_amd64.deb
Get:271 http://deb.debian.org/debian testing/main amd64 libitm1 amd64 14-20240330-1 [25.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libatomic1_14-20240330-1_amd64.deb
Get:272 http://deb.debian.org/debian testing/main amd64 libatomic1 amd64 14-20240330-1 [9216 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libasan8_14-20240330-1_amd64.deb
Get:273 http://deb.debian.org/debian testing/main amd64 libasan8 amd64 14-20240330-1 [2724 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/liblsan0_14-20240330-1_amd64.deb
Get:274 http://deb.debian.org/debian testing/main amd64 liblsan0 amd64 14-20240330-1 [1201 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libtsan2_14-20240330-1_amd64.deb
Get:275 http://deb.debian.org/debian testing/main amd64 libtsan2 amd64 14-20240330-1 [2454 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libubsan1_14-20240330-1_amd64.deb
Get:276 http://deb.debian.org/debian testing/main amd64 libubsan1 amd64 14-20240330-1 [1071 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libhwasan0_14-20240330-1_amd64.deb
Get:277 http://deb.debian.org/debian testing/main amd64 libhwasan0 amd64 14-20240330-1 [1485 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libquadmath0_14-20240330-1_amd64.deb
Get:278 http://deb.debian.org/debian testing/main amd64 libquadmath0 amd64 14-20240330-1 [147 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-13/libgcc-13-dev_13.3.0-3_amd64.deb
Get:279 http://deb.debian.org/debian testing/main amd64 libgcc-13-dev amd64 13.3.0-3 [2540 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-13/gcc-13-x86-64-linux-gnu_13.3.0-3_amd64.deb
Get:280 http://deb.debian.org/debian testing/main amd64 gcc-13-x86-64-linux-gnu amd64 13.3.0-3 [19.2 MB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-13/gcc-13_13.3.0-3_amd64.deb
Get:281 http://deb.debian.org/debian testing/main amd64 gcc-13 amd64 13.3.0-3 [494 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/gcc-x86-64-linux-gnu_13.2.0-7_amd64.deb
Get:282 http://deb.debian.org/debian testing/main amd64 gcc-x86-64-linux-gnu amd64 4:13.2.0-7 [1440 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/gcc_13.2.0-7_amd64.deb
Get:283 http://deb.debian.org/debian testing/main amd64 gcc amd64 4:13.2.0-7 [5152 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-13/libstdc%2b%2b-13-dev_13.3.0-3_amd64.deb
Get:284 http://deb.debian.org/debian testing/main amd64 libstdc++-13-dev amd64 13.3.0-3 [2290 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-13/g%2b%2b-13-x86-64-linux-gnu_13.3.0-3_amd64.deb
Get:285 http://deb.debian.org/debian testing/main amd64 g++-13-x86-64-linux-gnu amd64 13.3.0-3 [10.9 MB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-13/g%2b%2b-13_13.3.0-3_amd64.deb
Get:286 http://deb.debian.org/debian testing/main amd64 g++-13 amd64 13.3.0-3 [16.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/g%2b%2b-x86-64-linux-gnu_13.2.0-7_amd64.deb
Get:287 http://deb.debian.org/debian testing/main amd64 g++-x86-64-linux-gnu amd64 4:13.2.0-7 [1200 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/g%2b%2b_13.2.0-7_amd64.deb
Get:288 http://deb.debian.org/debian testing/main amd64 g++ amd64 4:13.2.0-7 [1348 B]
proxy cached: http://deb.debian.org/debian/pool/main/m/make-dfsg/make_4.3-4.1_amd64.deb
Get:289 http://deb.debian.org/debian testing/main amd64 make amd64 4.3-4.1 [396 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dpkg/libdpkg-perl_1.22.11_all.deb
Get:290 http://deb.debian.org/debian testing/main amd64 libdpkg-perl all 1.22.11 [644 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/patch/patch_2.7.6-7_amd64.deb
Get:291 http://deb.debian.org/debian testing/main amd64 patch amd64 2.7.6-7 [128 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dpkg/dpkg-dev_1.22.11_all.deb
Get:292 http://deb.debian.org/debian testing/main amd64 dpkg-dev all 1.22.11 [1332 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/build-essential/build-essential_12.10_amd64.deb
Get:293 http://deb.debian.org/debian testing/main amd64 build-essential amd64 12.10 [4516 B]

proxy download: http://deb.debian.org/debian/pool/main/b/busybox/busybox_1.36.1-9_amd64.deb
Get:294 http://deb.debian.org/debian testing/main amd64 busybox amd64 1:1.36.1-9 [481 kB]

proxy download: http://deb.debian.org/debian/pool/main/libe/libeatmydata/libeatmydata1_131-2_amd64.deb
Get:295 http://deb.debian.org/debian testing/main amd64 libeatmydata1 amd64 131-2 [7032 B]

proxy download: http://deb.debian.org/debian/pool/main/libe/libeatmydata/eatmydata_131-2_all.deb
Get:296 http://deb.debian.org/debian testing/main amd64 eatmydata all 131-2 [7532 B]

proxy download: http://deb.debian.org/debian/pool/main/f/fakechroot/libfakechroot_2.20.1%2bds-17_amd64.deb
Get:297 http://deb.debian.org/debian testing/main amd64 libfakechroot amd64 2.20.1+ds-17 [44.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/fakechroot/fakechroot_2.20.1%2bds-17_all.deb
Get:298 http://deb.debian.org/debian testing/main amd64 fakechroot all 2.20.1+ds-17 [26.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/fakeroot/libfakeroot_1.33-1_amd64.deb
Get:299 http://deb.debian.org/debian testing/main amd64 libfakeroot amd64 1.33-1 [28.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.33-1_amd64.deb
Get:300 http://deb.debian.org/debian testing/main amd64 fakeroot amd64 1.33-1 [74.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/liba/libassuan/libassuan0_2.5.6-1%2bb1_amd64.deb
Get:301 http://deb.debian.org/debian testing/main amd64 libassuan0 amd64 2.5.6-1+b1 [50.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gnupg2/gpgconf_2.2.43-8_amd64.deb
Get:302 http://deb.debian.org/debian testing/main amd64 gpgconf amd64 2.2.43-8 [119 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gnupg2/gpg_2.2.43-8_amd64.deb
Get:303 http://deb.debian.org/debian testing/main amd64 gpg amd64 2.2.43-8 [523 kB]
Fetched 170 MB in 3min 1s (938 kB/s)
Download complete and in download only mode
Reading package lists...
running cleanupapt
does not exist: ./shared/cache.A/apt/var/cache/apt/archives/*.deb
does not exist: ./shared/cache.A/apt/var/cache/apt/archives/partial/*.deb
does not exist: ./shared/cache.A/apt/var/cache/apt/*.bin
does not exist: ./shared/cache.A/apt/var/lib/apt/lists/lock
does not exist: ./shared/cache.A/apt/etc/apt/sources.list.d/*
does not exist: ./shared/cache.A/apt/etc/apt/preferences.d/*
creating mirror for unstable
contents of /etc/apt/sources.list:
deb [arch=amd64] http://deb.debian.org/debian unstable main
proxy cached: http://deb.debian.org/debian/dists/unstable/InRelease
Get:1 http://deb.debian.org/debian unstable InRelease [198 kB]

proxy download: http://deb.debian.org/debian/dists/unstable/main/binary-amd64/by-hash/SHA256/20e9df208cdaec1be0a30c981f919d19ae9f293fb34cae30ce20499296f358f2
Get:2 http://deb.debian.org/debian unstable/main amd64 Packages [9905 kB]
Fetched 10.1 MB in 11s (917 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
The following additional packages will be installed:
  bind9-libs binutils binutils-common binutils-x86-64-linux-gnu bsdextrautils
  cpp cpp-14 cpp-14-x86-64-linux-gnu cpp-x86-64-linux-gnu dbus-bin dbus-daemon
  dbus-session-bus-common dbus-system-bus-common distro-info-data dpkg-dev g++
  g++-14 g++-14-x86-64-linux-gnu g++-x86-64-linux-gnu gcc gcc-14 gcc-14-base
  gcc-14-x86-64-linux-gnu gcc-x86-64-linux-gnu gpgconf libacl1 libapparmor1
  libapt-pkg6.0t64 libasan8 libassuan0 libatomic1 libattr1 libaudit-common
  libaudit1 libbinutils libblkid1 libbpf1 libbsd0 libbz2-1.0 libc-dev-bin
  libc6 libc6-dev libcap-ng0 libcap2 libcap2-bin libcbor0.10 libcc1-0
  libcom-err2 libcrypt-dev libcrypt1 libctf-nobfd0 libctf0 libdb5.3t64
  libdbus-1-3 libdebconfclient0 libdpkg-perl libeatmydata1 libedit2 libelf1t64
  libexpat1 libext2fs2t64 libfakechroot libfakeroot libfdisk1 libffi8
  libfido2-1 libfile-find-rule-perl libfstrm0 libgcc-14-dev libgcc-s1
  libgcrypt20 libgdbm-compat4t64 libgdbm6t64 libgmp10 libgnutls30t64 libgomp1
  libgpg-error0 libgprofng0 libgssapi-krb5-2 libhogweed6t64 libhwasan0
  libicu72 libidn2-0 libisl23 libitm1 libjansson4 libjemalloc2 libjson-c5
  libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 liblmdb0
  liblocale-gettext-perl liblsan0 liblz4-1 liblzma5 libmagic-mgc libmagic1t64
  libmaxminddb0 libmd0 libmnl0 libmount1 libmpc3 libmpfr6 libncursesw6
  libnettle8t64 libnewt0.52 libnftables1 libnftnl11 libnghttp2-14
  libnumber-compare-perl libp11-kit0 libpam0g libpci3 libpcre2-8-0
  libperl5.38t64 libpipeline1 libpopt0 libproc2-0 libprotobuf-c1 libpsl5t64
  libpython3-stdlib libpython3.12-minimal libpython3.12-stdlib libquadmath0
  libreadline8t64 libseccomp2 libselinux1 libsemanage-common libsemanage2
  libsepol2 libsframe1 libslang2 libsmartcols1 libsqlite3-0 libss2 libssl3t64
  libstdc++-14-dev libstdc++6 libsystemd-shared libsystemd0 libtasn1-6
  libtext-charwidth-perl libtext-glob-perl libtext-iconv-perl
  libtext-wrapi18n-perl libtinfo6 libtirpc-common libtirpc3t64 libtsan2
  libubsan1 libuchardet0 libudev1 libunistring5 liburcu8t64 libuuid1 libuv1t64
  libwtmpdb0 libxml2 libxtables12 libxxhash0 libzstd1 linux-libc-dev logsave
  make openssl patch pci.ids perl-modules-5.38 python-apt-common python3
  python3-apt python3-certifi python3-chardet python3-charset-normalizer
  python3-debconf python3-debian python3-debianbts python3-idna
  python3-minimal python3-pkg-resources python3-requests python3-urllib3
  python3.12 python3.12-minimal rpcsvc-proto tasksel zlib1g
Suggested packages:
  quota apt-doc aptitude | synaptic | wajig gnupg | gnupg2 | gnupg1
  powermgmt-base default-mta | mail-transport-agent python3-gi www-browser
  x-terminal-emulator bash-doc binutils-doc gprofng-gui bzip2-doc
  libarchive-dev cpp-doc gcc-14-locales cpp-14-doc anacron checksecurity
  supercat bat default-dbus-session-bus | dbus-session-bus debconf-doc
  debconf-kde-helper debconf-utils libgtk3-perl libnet-ldap-perl
  libterm-readline-gnu-perl pdf-viewer diffutils-doc wdiff postscript-viewer
  debsig-verify debian-keyring gpart parted fuse2fs e2fsck-static g++-multilib
  g++-14-multilib gcc-14-doc gcc-multilib manpages-dev autoconf automake
  libtool flex bison gdb gcc-doc gcc-14-multilib gdb-x86-64-linux-gnu gnupg
  groff ppp rdnssd resolvconf avahi-autoipd isc-dhcp-client-ddns libc-devtools
  glibc-doc libnss-nis libnss-nisplus gnupg | sq | sqop | pgpainless-cli
  | sequoia-chameleon-gnupg git bzr rng-tools gdbm-l10n gnutls-bin krb5-doc
  krb5-user mmdb-bin cryptsetup-bin libcryptsetup12 libtss2-rc0t64 libpam-doc
  libstdc++-14-doc libarchive13t64 libdw1t64 libip4tc2 libpwquality1
  libqrencode4 uuid-runtime bsd-mailx | mailx make-doc apparmor nfs-common
  hunspell firewalld keychain libpam-ssh monkeysphere ssh-askpass ed perl-doc
  libterm-readline-gnu-perl | libterm-readline-perl-perl
  libtap-harness-archive-perl python3-doc python3-tk python3-venv
  python-apt-doc python-charset-normalizer-doc python3-setuptools
  python3-cryptography python3-openssl python3-socks python-requests-doc
  python3-brotli python3.12-venv python3.12-doc binfmt-support readline-doc
  claws-mail debsums default-mta | postfix | exim4 | mail-transport-agent
  dlocate emacs-bin-common gnupg | pgp python3-urwid reportbug-gtk xdg-utils
  systemd-container systemd-homed systemd-userdbd systemd-boot
  systemd-resolved systemd-repart libtss2-tcti-device0 polkitd ncompress
  tar-scripts tar-doc dosfstools kbd util-linux-locales indent
Recommended packages:
  default-mta | mail-transport-agent gnupg | sq | sqop | pgpainless-cli
  | sequoia-chameleon-gnupg libalgorithm-merge-perl e2fsprogs-l10n gnupg
  manpages-dev libpam-cap libfile-fcntllock-perl libgpg-error-l10n libgpm2
  libfribidi0 dbus-user-session publicsuffix xauth psmisc
  linux-sysctl-defaults lsb-release iso-codes zstd systemd-cryptsetup
  laptop-detect xxd
The following NEW packages will be installed:
  adduser apt apt-listchanges apt-utils base-files base-passwd bash
  bash-completion bind9-dnsutils bind9-host bind9-libs binutils
  binutils-common binutils-x86-64-linux-gnu bsdextrautils bsdutils
  build-essential busybox bzip2 ca-certificates coreutils cpio cpp cpp-14
  cpp-14-x86-64-linux-gnu cpp-x86-64-linux-gnu cron cron-daemon-common dash
  dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common
  debconf debconf-i18n debian-archive-keyring debian-faq debianutils diffutils
  distro-info-data dmidecode doc-debian dpkg dpkg-dev e2fsprogs eatmydata
  fakechroot fakeroot fdisk file findutils g++ g++-14 g++-14-x86-64-linux-gnu
  g++-x86-64-linux-gnu gcc gcc-14 gcc-14-base gcc-14-x86-64-linux-gnu
  gcc-x86-64-linux-gnu gettext-base gpg gpgconf gpgv grep groff-base gzip
  hostname ifupdown inetutils-telnet init init-system-helpers iproute2
  iputils-ping isc-dhcp-client isc-dhcp-common kmod krb5-locales less libacl1
  libapparmor1 libapt-pkg6.0t64 libasan8 libassuan0 libatomic1 libattr1
  libaudit-common libaudit1 libbinutils libblkid1 libbpf1 libbsd0 libbz2-1.0
  libc-bin libc-dev-bin libc-l10n libc6 libc6-dev libcap-ng0 libcap2
  libcap2-bin libcbor0.10 libcc1-0 libcom-err2 libcrypt-dev libcrypt1
  libctf-nobfd0 libctf0 libdb5.3t64 libdbus-1-3 libdebconfclient0 libdpkg-perl
  libeatmydata1 libedit2 libelf1t64 libexpat1 libext2fs2t64 libfakechroot
  libfakeroot libfdisk1 libffi8 libfido2-1 libfile-find-rule-perl libfstrm0
  libgcc-14-dev libgcc-s1 libgcrypt20 libgdbm-compat4t64 libgdbm6t64 libgmp10
  libgnutls30t64 libgomp1 libgpg-error0 libgprofng0 libgssapi-krb5-2
  libhogweed6t64 libhwasan0 libicu72 libidn2-0 libisl23 libitm1 libjansson4
  libjemalloc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
  libkrb5support0 liblmdb0 liblocale-gettext-perl liblockfile-bin liblsan0
  liblz4-1 liblzma5 libmagic-mgc libmagic1t64 libmaxminddb0 libmd0 libmnl0
  libmount1 libmpc3 libmpfr6 libncursesw6 libnettle8t64 libnewt0.52
  libnftables1 libnftnl11 libnghttp2-14 libnss-systemd libnumber-compare-perl
  libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam-systemd
  libpam-wtmpdb libpam0g libpci3 libpcre2-8-0 libperl5.38t64 libpipeline1
  libpopt0 libproc2-0 libprotobuf-c1 libpsl5t64 libpython3-stdlib
  libpython3.12-minimal libpython3.12-stdlib libquadmath0 libreadline8t64
  libseccomp2 libselinux1 libsemanage-common libsemanage2 libsepol2 libsframe1
  libslang2 libsmartcols1 libsqlite3-0 libss2 libssl3t64 libstdc++-14-dev
  libstdc++6 libsystemd-shared libsystemd0 libtasn1-6 libtext-charwidth-perl
  libtext-glob-perl libtext-iconv-perl libtext-wrapi18n-perl libtinfo6
  libtirpc-common libtirpc3t64 libtsan2 libubsan1 libuchardet0 libudev1
  libunistring5 liburcu8t64 libuuid1 libuv1t64 libwtmpdb0 libxml2 libxtables12
  libxxhash0 libzstd1 linux-libc-dev locales login logrotate logsave lsof make
  man-db manpages mawk media-types mount nano ncurses-base ncurses-bin
  ncurses-term netbase netcat-traditional nftables openssh-client openssl
  passwd patch pci.ids pciutils perl perl-base perl-modules-5.38 procps
  python-apt-common python3 python3-apt python3-certifi python3-chardet
  python3-charset-normalizer python3-debconf python3-debian python3-debianbts
  python3-idna python3-minimal python3-pkg-resources python3-reportbug
  python3-requests python3-urllib3 python3.12 python3.12-minimal
  readline-common reportbug rpcsvc-proto sed sensible-utils systemd
  systemd-sysv systemd-timesyncd sysvinit-utils tar tasksel tasksel-data
  traceroute tzdata ucf udev usr-is-merged usrmerge util-linux
  util-linux-extra vim-common vim-tiny wamerican wget whiptail wtmpdb xz-utils
  zlib1g

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/gcc-14-base_14.2.0-1_amd64.deb
0 upgraded, 302 newly installed, 0 to remove and 0 not upgraded.
Need to get 175 MB of archives.
After this operation, 682 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian unstable/main amd64 gcc-14-base amd64 14.2.0-1 [45.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/libc6_2.39-6_amd64.deb
Get:2 http://deb.debian.org/debian unstable/main amd64 libc6 amd64 2.39-6 [2781 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libgcc-s1_14.2.0-1_amd64.deb
Get:3 http://deb.debian.org/debian unstable/main amd64 libgcc-s1 amd64 14.2.0-1 [72.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/mawk/mawk_1.3.4.20240622-2_amd64.deb
Get:4 http://deb.debian.org/debian unstable/main amd64 mawk amd64 1.3.4.20240622-2 [136 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/base-files/base-files_13.5_amd64.deb
Get:5 http://deb.debian.org/debian unstable/main amd64 base-files amd64 13.5 [72.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/libtinfo6_6.5-2_amd64.deb
Get:6 http://deb.debian.org/debian unstable/main amd64 libtinfo6 amd64 6.5-2 [344 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debianutils/debianutils_5.20_amd64.deb
Get:7 http://deb.debian.org/debian unstable/main amd64 debianutils amd64 5.20 [89.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/bash/bash_5.2.21-2.1_amd64.deb
Get:8 http://deb.debian.org/debian unstable/main amd64 bash amd64 5.2.21-2.1 [1492 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libc/libcap2/libcap2_2.66-5_amd64.deb
Get:9 http://deb.debian.org/debian unstable/main amd64 libcap2 amd64 1:2.66-5 [27.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/libsystemd0_256.4-2_amd64.deb
Get:10 http://deb.debian.org/debian unstable/main amd64 libsystemd0 amd64 256.4-2 [380 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/bsdutils_2.40.2-2_amd64.deb
Get:11 http://deb.debian.org/debian unstable/main amd64 bsdutils amd64 1:2.40.2-2 [104 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/acl/libacl1_2.3.2-2_amd64.deb
Get:12 http://deb.debian.org/debian unstable/main amd64 libacl1 amd64 2.3.2-2 [32.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/attr/libattr1_2.5.2-1_amd64.deb
Get:13 http://deb.debian.org/debian unstable/main amd64 libattr1 amd64 1:2.5.2-1 [22.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gmp/libgmp10_6.3.0%2bdfsg-2%2bb1_amd64.deb
Get:14 http://deb.debian.org/debian unstable/main amd64 libgmp10 amd64 2:6.3.0+dfsg-2+b1 [559 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pcre2/libpcre2-8-0_10.42-4%2bb1_amd64.deb
Get:15 http://deb.debian.org/debian unstable/main amd64 libpcre2-8-0 amd64 10.42-4+b1 [262 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libselinux/libselinux1_3.5-2%2bb3_amd64.deb
Get:16 http://deb.debian.org/debian unstable/main amd64 libselinux1 amd64 3.5-2+b3 [74.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libz/libzstd/libzstd1_1.5.6%2bdfsg-1_amd64.deb
Get:17 http://deb.debian.org/debian unstable/main amd64 libzstd1 amd64 1.5.6+dfsg-1 [303 kB]
proxy cached: http://deb.debian.org/debian/pool/main/z/zlib/zlib1g_1.3.dfsg%2breally1.3.1-1_amd64.deb
Get:18 http://deb.debian.org/debian unstable/main amd64 zlib1g amd64 1:1.3.dfsg+really1.3.1-1 [87.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/o/openssl/libssl3t64_3.3.1-2_amd64.deb
Get:19 http://deb.debian.org/debian unstable/main amd64 libssl3t64 amd64 3.3.1-2 [2285 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/coreutils/coreutils_9.4-3.1_amd64.deb
Get:20 http://deb.debian.org/debian unstable/main amd64 coreutils amd64 9.4-3.1 [2950 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dash/dash_0.5.12-9_amd64.deb
Get:21 http://deb.debian.org/debian unstable/main amd64 dash amd64 0.5.12-9 [93.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/diffutils/diffutils_3.10-1_amd64.deb
Get:22 http://deb.debian.org/debian unstable/main amd64 diffutils amd64 1:3.10-1 [375 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/bzip2/libbz2-1.0_1.0.8-5.1_amd64.deb
Get:23 http://deb.debian.org/debian unstable/main amd64 libbz2-1.0 amd64 1.0.8-5.1 [38.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/x/xz-utils/liblzma5_5.6.2-2_amd64.deb
Get:24 http://deb.debian.org/debian unstable/main amd64 liblzma5 amd64 5.6.2-2 [254 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libm/libmd/libmd0_1.1.0-2_amd64.deb
Get:25 http://deb.debian.org/debian unstable/main amd64 libmd0 amd64 1.1.0-2 [35.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/tar/tar_1.35%2bdfsg-3_amd64.deb
Get:26 http://deb.debian.org/debian unstable/main amd64 tar amd64 1.35+dfsg-3 [813 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dpkg/dpkg_1.22.11_amd64.deb
Get:27 http://deb.debian.org/debian unstable/main amd64 dpkg amd64 1.22.11 [1531 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/findutils/findutils_4.10.0-2_amd64.deb
Get:28 http://deb.debian.org/debian unstable/main amd64 findutils amd64 4.10.0-2 [699 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/grep/grep_3.11-4_amd64.deb
Get:29 http://deb.debian.org/debian unstable/main amd64 grep amd64 3.11-4 [431 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gzip/gzip_1.12-1.1_amd64.deb
Get:30 http://deb.debian.org/debian unstable/main amd64 gzip amd64 1.12-1.1 [133 kB]
proxy cached: http://deb.debian.org/debian/pool/main/h/hostname/hostname_3.23%2bnmu2_amd64.deb
Get:31 http://deb.debian.org/debian unstable/main amd64 hostname amd64 3.23+nmu2 [10.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-bin_6.5-2_amd64.deb
Get:32 http://deb.debian.org/debian unstable/main amd64 ncurses-bin amd64 6.5-2 [433 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libx/libxcrypt/libcrypt1_4.4.36-4_amd64.deb
Get:33 http://deb.debian.org/debian unstable/main amd64 libcrypt1 amd64 1:4.4.36-4 [89.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/perl/perl-base_5.38.2-5_amd64.deb
Get:34 http://deb.debian.org/debian unstable/main amd64 perl-base amd64 5.38.2-5 [1643 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/sed/sed_4.9-2_amd64.deb
Get:35 http://deb.debian.org/debian unstable/main amd64 sed amd64 4.9-2 [329 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/audit/libaudit-common_3.1.2-4_all.deb
Get:36 http://deb.debian.org/debian unstable/main amd64 libaudit-common all 1:3.1.2-4 [11.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libc/libcap-ng/libcap-ng0_0.8.5-1%2bb1_amd64.deb
Get:37 http://deb.debian.org/debian unstable/main amd64 libcap-ng0 amd64 0.8.5-1+b1 [17.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/audit/libaudit1_3.1.2-4%2bb1_amd64.deb
Get:38 http://deb.debian.org/debian unstable/main amd64 libaudit1 amd64 1:3.1.2-4+b1 [49.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/db5.3/libdb5.3t64_5.3.28%2bdfsg2-7_amd64.deb
Get:39 http://deb.debian.org/debian unstable/main amd64 libdb5.3t64 amd64 5.3.28+dfsg2-7 [697 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debconf/debconf_1.5.87_all.deb
Get:40 http://deb.debian.org/debian unstable/main amd64 debconf all 1.5.87 [119 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pam/libpam0g_1.5.3-7_amd64.deb
Get:41 http://deb.debian.org/debian unstable/main amd64 libpam0g amd64 1.5.3-7 [67.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pam/libpam-modules-bin_1.5.3-7_amd64.deb
Get:42 http://deb.debian.org/debian unstable/main amd64 libpam-modules-bin amd64 1.5.3-7 [54.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pam/libpam-modules_1.5.3-7_amd64.deb
Get:43 http://deb.debian.org/debian unstable/main amd64 libpam-modules amd64 1.5.3-7 [265 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pam/libpam-runtime_1.5.3-7_all.deb
Get:44 http://deb.debian.org/debian unstable/main amd64 libpam-runtime all 1.5.3-7 [140 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libblkid1_2.40.2-2_amd64.deb
Get:45 http://deb.debian.org/debian unstable/main amd64 libblkid1 amd64 2.40.2-2 [167 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libmount1_2.40.2-2_amd64.deb
Get:46 http://deb.debian.org/debian unstable/main amd64 libmount1 amd64 2.40.2-2 [199 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libsmartcols1_2.40.2-2_amd64.deb
Get:47 http://deb.debian.org/debian unstable/main amd64 libsmartcols1 amd64 2.40.2-2 [138 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/libudev1_256.4-2_amd64.deb
Get:48 http://deb.debian.org/debian unstable/main amd64 libudev1 amd64 256.4-2 [144 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libuuid1_2.40.2-2_amd64.deb
Get:49 http://deb.debian.org/debian unstable/main amd64 libuuid1 amd64 2.40.2-2 [35.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/util-linux_2.40.2-2_amd64.deb
Get:50 http://deb.debian.org/debian unstable/main amd64 util-linux amd64 2.40.2-2 [1216 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/cdebconf/libdebconfclient0_0.272_amd64.deb
Get:51 http://deb.debian.org/debian unstable/main amd64 libdebconfclient0 amd64 0.272 [10.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/base-passwd/base-passwd_3.6.4_amd64.deb
Get:52 http://deb.debian.org/debian unstable/main amd64 base-passwd amd64 3.6.4 [50.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libb/libbsd/libbsd0_0.12.2-1_amd64.deb
Get:53 http://deb.debian.org/debian unstable/main amd64 libbsd0 amd64 0.12.2-1 [131 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/shadow/login_4.15.3-3_amd64.deb
Get:54 http://deb.debian.org/debian unstable/main amd64 login amd64 1:4.15.3-3 [564 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libsemanage/libsemanage-common_3.5-1_all.deb
Get:55 http://deb.debian.org/debian unstable/main amd64 libsemanage-common all 3.5-1 [9908 B]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libsepol/libsepol2_3.5-2%2bb1_amd64.deb
Get:56 http://deb.debian.org/debian unstable/main amd64 libsepol2 amd64 3.5-2+b1 [278 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libsemanage/libsemanage2_3.5-1%2bb4_amd64.deb
Get:57 http://deb.debian.org/debian unstable/main amd64 libsemanage2 amd64 3.5-1+b4 [90.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/shadow/passwd_4.15.3-3_amd64.deb
Get:58 http://deb.debian.org/debian unstable/main amd64 passwd amd64 1:4.15.3-3 [974 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/adduser/adduser_3.137_all.deb
Get:59 http://deb.debian.org/debian unstable/main amd64 adduser all 3.137 [140 kB]

proxy download: http://deb.debian.org/debian/pool/main/libg/libgpg-error/libgpg-error0_1.50-2_amd64.deb
Get:60 http://deb.debian.org/debian unstable/main amd64 libgpg-error0 amd64 1.50-2 [81.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/libg/libgcrypt20/libgcrypt20_1.11.0-5_amd64.deb
Get:61 http://deb.debian.org/debian unstable/main amd64 libgcrypt20 amd64 1.11.0-5 [842 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gnupg2/gpgv_2.2.43-8_amd64.deb
Get:62 http://deb.debian.org/debian unstable/main amd64 gpgv amd64 2.2.43-8 [216 kB]
proxy cached: http://deb.debian.org/debian/pool/main/x/xxhash/libxxhash0_0.8.2-2%2bb1_amd64.deb
Get:63 http://deb.debian.org/debian unstable/main amd64 libxxhash0 amd64 0.8.2-2+b1 [26.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/lz4/liblz4-1_1.9.4-3_amd64.deb
Get:64 http://deb.debian.org/debian unstable/main amd64 liblz4-1 amd64 1.9.4-3 [59.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libstdc%2b%2b6_14.2.0-1_amd64.deb
Get:65 http://deb.debian.org/debian unstable/main amd64 libstdc++6 amd64 14.2.0-1 [713 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/apt/libapt-pkg6.0t64_2.9.7_amd64.deb
Get:66 http://deb.debian.org/debian unstable/main amd64 libapt-pkg6.0t64 amd64 2.9.7 [1044 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2023.4_all.deb
Get:67 http://deb.debian.org/debian unstable/main amd64 debian-archive-keyring all 2023.4 [161 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/nettle/libnettle8t64_3.10-1_amd64.deb
Get:68 http://deb.debian.org/debian unstable/main amd64 libnettle8t64 amd64 3.10-1 [303 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/nettle/libhogweed6t64_3.10-1_amd64.deb
Get:69 http://deb.debian.org/debian unstable/main amd64 libhogweed6t64 amd64 3.10-1 [334 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libu/libunistring/libunistring5_1.2-1_amd64.deb
Get:70 http://deb.debian.org/debian unstable/main amd64 libunistring5 amd64 1.2-1 [425 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libi/libidn2/libidn2-0_2.3.7-2_amd64.deb
Get:71 http://deb.debian.org/debian unstable/main amd64 libidn2-0 amd64 2.3.7-2 [128 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libf/libffi/libffi8_3.4.6-1_amd64.deb
Get:72 http://deb.debian.org/debian unstable/main amd64 libffi8 amd64 3.4.6-1 [23.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/p11-kit/libp11-kit0_0.25.5-2_amd64.deb
Get:73 http://deb.debian.org/debian unstable/main amd64 libp11-kit0 amd64 0.25.5-2 [424 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtasn1-6/libtasn1-6_4.19.0-3%2bb2_amd64.deb
Get:74 http://deb.debian.org/debian unstable/main amd64 libtasn1-6 amd64 4.19.0-3+b2 [48.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gnutls28/libgnutls30t64_3.8.6-2_amd64.deb
Get:75 http://deb.debian.org/debian unstable/main amd64 libgnutls30t64 amd64 3.8.6-2 [1444 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.5-1%2bb1_amd64.deb
Get:76 http://deb.debian.org/debian unstable/main amd64 libseccomp2 amd64 2.5.5-1+b1 [47.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/apt/apt_2.9.7_amd64.deb
Get:77 http://deb.debian.org/debian unstable/main amd64 apt amd64 2.9.7 [1410 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/perl/perl-modules-5.38_5.38.2-5_all.deb
Get:78 http://deb.debian.org/debian unstable/main amd64 perl-modules-5.38 all 5.38.2-5 [2905 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gdbm/libgdbm6t64_1.23-6_amd64.deb
Get:79 http://deb.debian.org/debian unstable/main amd64 libgdbm6t64 amd64 1.23-6 [72.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gdbm/libgdbm-compat4t64_1.23-6_amd64.deb
Get:80 http://deb.debian.org/debian unstable/main amd64 libgdbm-compat4t64 amd64 1.23-6 [48.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/perl/libperl5.38t64_5.38.2-5_amd64.deb
Get:81 http://deb.debian.org/debian unstable/main amd64 libperl5.38t64 amd64 5.38.2-5 [4275 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/perl/perl_5.38.2-5_amd64.deb
Get:82 http://deb.debian.org/debian unstable/main amd64 perl amd64 5.38.2-5 [236 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libn/libnumber-compare-perl/libnumber-compare-perl_0.03-3_all.deb
Get:83 http://deb.debian.org/debian unstable/main amd64 libnumber-compare-perl all 0.03-3 [6332 B]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtext-glob-perl/libtext-glob-perl_0.11-3_all.deb
Get:84 http://deb.debian.org/debian unstable/main amd64 libtext-glob-perl all 0.11-3 [7676 B]
proxy cached: http://deb.debian.org/debian/pool/main/libf/libfile-find-rule-perl/libfile-find-rule-perl_0.34-3_all.deb
Get:85 http://deb.debian.org/debian unstable/main amd64 libfile-find-rule-perl all 0.34-3 [26.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/usrmerge/usrmerge_39_all.deb
Get:86 http://deb.debian.org/debian unstable/main amd64 usrmerge all 39 [13.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/usrmerge/usr-is-merged_39_all.deb
Get:87 http://deb.debian.org/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
proxy cached: http://deb.debian.org/debian/pool/main/i/init-system-helpers/init-system-helpers_1.66_all.deb
Get:88 http://deb.debian.org/debian unstable/main amd64 init-system-helpers all 1.66 [39.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/libc-bin_2.39-6_amd64.deb
Get:89 http://deb.debian.org/debian unstable/main amd64 libc-bin amd64 2.39-6 [610 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-base_6.5-2_all.deb
Get:90 http://deb.debian.org/debian unstable/main amd64 ncurses-base all 6.5-2 [270 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/sysvinit/sysvinit-utils_3.09-2_amd64.deb
Get:91 http://deb.debian.org/debian unstable/main amd64 sysvinit-utils amd64 3.09-2 [32.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libcom-err2_1.47.1-1_amd64.deb
Get:92 http://deb.debian.org/debian unstable/main amd64 libcom-err2 amd64 1.47.1-1 [22.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libext2fs2t64_1.47.1-1_amd64.deb
Get:93 http://deb.debian.org/debian unstable/main amd64 libext2fs2t64 amd64 1.47.1-1 [210 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libss2_1.47.1-1_amd64.deb
Get:94 http://deb.debian.org/debian unstable/main amd64 libss2 amd64 1.47.1-1 [27.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/e2fsprogs/logsave_1.47.1-1_amd64.deb
Get:95 http://deb.debian.org/debian unstable/main amd64 logsave amd64 1.47.1-1 [22.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/e2fsprogs/e2fsprogs_1.47.1-1_amd64.deb
Get:96 http://deb.debian.org/debian unstable/main amd64 e2fsprogs amd64 1.47.1-1 [583 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/mount_2.40.2-2_amd64.deb
Get:97 http://deb.debian.org/debian unstable/main amd64 mount amd64 2.40.2-2 [154 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/apparmor/libapparmor1_3.1.7-1%2bb1_amd64.deb
Get:98 http://deb.debian.org/debian unstable/main amd64 libapparmor1 amd64 3.1.7-1+b1 [42.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/libsystemd-shared_256.4-2_amd64.deb
Get:99 http://deb.debian.org/debian unstable/main amd64 libsystemd-shared amd64 256.4-2 [2058 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/systemd_256.4-2_amd64.deb
Get:100 http://deb.debian.org/debian unstable/main amd64 systemd amd64 256.4-2 [3486 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/cron/cron-daemon-common_3.0pl1-189_all.deb
Get:101 http://deb.debian.org/debian unstable/main amd64 cron-daemon-common all 3.0pl1-189 [16.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_0.0.24_all.deb
Get:102 http://deb.debian.org/debian unstable/main amd64 sensible-utils all 0.0.24 [24.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/cron/cron_3.0pl1-189_amd64.deb
Get:103 http://deb.debian.org/debian unstable/main amd64 cron amd64 3.0pl1-189 [86.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/systemd-sysv_256.4-2_amd64.deb
Get:104 http://deb.debian.org/debian unstable/main amd64 systemd-sysv amd64 256.4-2 [57.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/init-system-helpers/init_1.66_amd64.deb
Get:105 http://deb.debian.org/debian unstable/main amd64 init amd64 1.66 [6004 B]
proxy cached: http://deb.debian.org/debian/pool/main/d/dbus/libdbus-1-3_1.14.10-4%2bb1_amd64.deb
Get:106 http://deb.debian.org/debian unstable/main amd64 libdbus-1-3 amd64 1.14.10-4+b1 [203 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dbus/dbus-bin_1.14.10-4%2bb1_amd64.deb
Get:107 http://deb.debian.org/debian unstable/main amd64 dbus-bin amd64 1.14.10-4+b1 [106 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dbus/dbus-session-bus-common_1.14.10-4_all.deb
Get:108 http://deb.debian.org/debian unstable/main amd64 dbus-session-bus-common all 1.14.10-4 [79.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/expat/libexpat1_2.6.2-1_amd64.deb
Get:109 http://deb.debian.org/debian unstable/main amd64 libexpat1 amd64 2.6.2-1 [103 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dbus/dbus-daemon_1.14.10-4%2bb1_amd64.deb
Get:110 http://deb.debian.org/debian unstable/main amd64 dbus-daemon amd64 1.14.10-4+b1 [185 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dbus/dbus-system-bus-common_1.14.10-4_all.deb
Get:111 http://deb.debian.org/debian unstable/main amd64 dbus-system-bus-common all 1.14.10-4 [80.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dbus/dbus_1.14.10-4%2bb1_amd64.deb
Get:112 http://deb.debian.org/debian unstable/main amd64 dbus amd64 1.14.10-4+b1 [98.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libl/liblocale-gettext-perl/liblocale-gettext-perl_1.07-7_amd64.deb
Get:113 http://deb.debian.org/debian unstable/main amd64 liblocale-gettext-perl amd64 1.07-7 [15.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3.12/libpython3.12-minimal_3.12.4-3_amd64.deb
Get:114 http://deb.debian.org/debian unstable/main amd64 libpython3.12-minimal amd64 3.12.4-3 [812 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3.12/python3.12-minimal_3.12.4-3_amd64.deb
Get:115 http://deb.debian.org/debian unstable/main amd64 python3.12-minimal amd64 3.12.4-3 [2137 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3-defaults/python3-minimal_3.12.4-1_amd64.deb
Get:116 http://deb.debian.org/debian unstable/main amd64 python3-minimal amd64 3.12.4-1 [26.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/media-types/media-types_10.1.0_all.deb
Get:117 http://deb.debian.org/debian unstable/main amd64 media-types all 10.1.0 [26.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/netbase/netbase_6.4_all.deb
Get:118 http://deb.debian.org/debian unstable/main amd64 netbase all 6.4 [12.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/tzdata/tzdata_2024a-4_all.deb
Get:119 http://deb.debian.org/debian unstable/main amd64 tzdata all 2024a-4 [255 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/libncursesw6_6.5-2_amd64.deb
Get:120 http://deb.debian.org/debian unstable/main amd64 libncursesw6 amd64 6.5-2 [135 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/readline/readline-common_8.2-4_all.deb
Get:121 http://deb.debian.org/debian unstable/main amd64 readline-common all 8.2-4 [69.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/readline/libreadline8t64_8.2-4_amd64.deb
Get:122 http://deb.debian.org/debian unstable/main amd64 libreadline8t64 amd64 8.2-4 [167 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/sqlite3/libsqlite3-0_3.46.0-1_amd64.deb
Get:123 http://deb.debian.org/debian unstable/main amd64 libsqlite3-0 amd64 3.46.0-1 [902 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3.12/libpython3.12-stdlib_3.12.4-3_amd64.deb
Get:124 http://deb.debian.org/debian unstable/main amd64 libpython3.12-stdlib amd64 3.12.4-3 [1950 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3.12/python3.12_3.12.4-3_amd64.deb
Get:125 http://deb.debian.org/debian unstable/main amd64 python3.12 amd64 3.12.4-3 [664 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3-defaults/libpython3-stdlib_3.12.4-1_amd64.deb
Get:126 http://deb.debian.org/debian unstable/main amd64 libpython3-stdlib amd64 3.12.4-1 [9500 B]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3-defaults/python3_3.12.4-1_amd64.deb
Get:127 http://deb.debian.org/debian unstable/main amd64 python3 amd64 3.12.4-1 [27.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/tasksel/tasksel-data_3.75_all.deb
Get:128 http://deb.debian.org/debian unstable/main amd64 tasksel-data all 3.75 [18.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/tasksel/tasksel_3.75_all.deb
Get:129 http://deb.debian.org/debian unstable/main amd64 tasksel all 3.75 [50.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/apt/apt-utils_2.9.7_amd64.deb
Get:130 http://deb.debian.org/debian unstable/main amd64 apt-utils amd64 2.9.7 [326 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/cpio/cpio_2.15%2bdfsg-2_amd64.deb
Get:131 http://deb.debian.org/debian unstable/main amd64 cpio amd64 2.15+dfsg-2 [252 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtext-charwidth-perl/libtext-charwidth-perl_0.04-11%2bb3_amd64.deb
Get:132 http://deb.debian.org/debian unstable/main amd64 libtext-charwidth-perl amd64 0.04-11+b3 [9456 B]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtext-iconv-perl/libtext-iconv-perl_1.7-8%2bb3_amd64.deb
Get:133 http://deb.debian.org/debian unstable/main amd64 libtext-iconv-perl amd64 1.7-8+b3 [14.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtext-wrapi18n-perl/libtext-wrapi18n-perl_0.06-10_all.deb
Get:134 http://deb.debian.org/debian unstable/main amd64 libtext-wrapi18n-perl all 0.06-10 [8808 B]
proxy cached: http://deb.debian.org/debian/pool/main/d/debconf/debconf-i18n_1.5.87_all.deb
Get:135 http://deb.debian.org/debian unstable/main amd64 debconf-i18n all 1.5.87 [196 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dmidecode/dmidecode_3.6-1_amd64.deb
Get:136 http://deb.debian.org/debian unstable/main amd64 dmidecode amd64 3.6-1 [69.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libfdisk1_2.40.2-2_amd64.deb
Get:137 http://deb.debian.org/debian unstable/main amd64 libfdisk1 amd64 2.40.2-2 [209 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/fdisk_2.40.2-2_amd64.deb
Get:138 http://deb.debian.org/debian unstable/main amd64 fdisk amd64 2.40.2-2 [152 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/elfutils/libelf1t64_0.191-2_amd64.deb
Get:139 http://deb.debian.org/debian unstable/main amd64 libelf1t64 amd64 0.191-2 [188 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libb/libbpf/libbpf1_1.4.5-1_amd64.deb
Get:140 http://deb.debian.org/debian unstable/main amd64 libbpf1 amd64 1:1.4.5-1 [162 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libm/libmnl/libmnl0_1.0.5-2%2bb1_amd64.deb
Get:141 http://deb.debian.org/debian unstable/main amd64 libmnl0 amd64 1.0.5-2+b1 [12.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/k/krb5/libkrb5support0_1.21.3-3_amd64.deb
Get:142 http://deb.debian.org/debian unstable/main amd64 libkrb5support0 amd64 1.21.3-3 [32.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/k/krb5/libk5crypto3_1.21.3-3_amd64.deb
Get:143 http://deb.debian.org/debian unstable/main amd64 libk5crypto3 amd64 1.21.3-3 [79.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/k/keyutils/libkeyutils1_1.6.3-3_amd64.deb
Get:144 http://deb.debian.org/debian unstable/main amd64 libkeyutils1 amd64 1.6.3-3 [8952 B]
proxy cached: http://deb.debian.org/debian/pool/main/k/krb5/libkrb5-3_1.21.3-3_amd64.deb
Get:145 http://deb.debian.org/debian unstable/main amd64 libkrb5-3 amd64 1.21.3-3 [324 kB]
proxy cached: http://deb.debian.org/debian/pool/main/k/krb5/libgssapi-krb5-2_1.21.3-3_amd64.deb
Get:146 http://deb.debian.org/debian unstable/main amd64 libgssapi-krb5-2 amd64 1.21.3-3 [136 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc-common_1.3.4%2bds-1.3_all.deb
Get:147 http://deb.debian.org/debian unstable/main amd64 libtirpc-common all 1.3.4+ds-1.3 [10.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc3t64_1.3.4%2bds-1.3_amd64.deb
Get:148 http://deb.debian.org/debian unstable/main amd64 libtirpc3t64 amd64 1.3.4+ds-1.3 [82.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/iptables/libxtables12_1.8.10-4_amd64.deb
Get:149 http://deb.debian.org/debian unstable/main amd64 libxtables12 amd64 1.8.10-4 [31.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libc/libcap2/libcap2-bin_2.66-5_amd64.deb
Get:150 http://deb.debian.org/debian unstable/main amd64 libcap2-bin amd64 1:2.66-5 [34.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/iproute2/iproute2_6.10.0-1_amd64.deb
Get:151 http://deb.debian.org/debian unstable/main amd64 iproute2 amd64 6.10.0-1 [1067 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/ifupdown/ifupdown_0.8.43_amd64.deb
Get:152 http://deb.debian.org/debian unstable/main amd64 ifupdown amd64 0.8.43 [61.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/iputils/iputils-ping_20240117-1_amd64.deb
Get:153 http://deb.debian.org/debian unstable/main amd64 iputils-ping amd64 3:20240117-1 [48.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/isc-dhcp/isc-dhcp-client_4.4.3-P1-5_amd64.deb
Get:154 http://deb.debian.org/debian unstable/main amd64 isc-dhcp-client amd64 4.4.3-P1-5 [1098 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/isc-dhcp/isc-dhcp-common_4.4.3-P1-5_amd64.deb
Get:155 http://deb.debian.org/debian unstable/main amd64 isc-dhcp-common amd64 4.4.3-P1-5 [118 kB]
proxy cached: http://deb.debian.org/debian/pool/main/k/kmod/libkmod2_32%2b20240611-1_amd64.deb
Get:156 http://deb.debian.org/debian unstable/main amd64 libkmod2 amd64 32+20240611-1 [60.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/k/kmod/kmod_32%2b20240611-1_amd64.deb
Get:157 http://deb.debian.org/debian unstable/main amd64 kmod amd64 32+20240611-1 [96.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/less/less_643-1_amd64.deb
Get:158 http://deb.debian.org/debian unstable/main amd64 less amd64 643-1 [148 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/popt/libpopt0_1.19%2bdfsg-1%2bb1_amd64.deb
Get:159 http://deb.debian.org/debian unstable/main amd64 libpopt0 amd64 1.19+dfsg-1+b1 [43.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/logrotate/logrotate_3.22.0-1_amd64.deb
Get:160 http://deb.debian.org/debian unstable/main amd64 logrotate amd64 3.22.0-1 [62.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/nano/nano_8.1-1_amd64.deb
Get:161 http://deb.debian.org/debian unstable/main amd64 nano amd64 8.1-1 [666 kB]
proxy cached: http://deb.debian.org/debian/pool/main/j/jansson/libjansson4_2.14-2%2bb2_amd64.deb
Get:162 http://deb.debian.org/debian unstable/main amd64 libjansson4 amd64 2.14-2+b2 [39.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libn/libnftnl/libnftnl11_1.2.7-1_amd64.deb
Get:163 http://deb.debian.org/debian unstable/main amd64 libnftnl11 amd64 1.2.7-1 [64.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/nftables/libnftables1_1.1.0-2_amd64.deb
Get:164 http://deb.debian.org/debian unstable/main amd64 libnftables1 amd64 1.1.0-2 [325 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libe/libedit/libedit2_3.1-20240517-1_amd64.deb
Get:165 http://deb.debian.org/debian unstable/main amd64 libedit2 amd64 3.1-20240517-1 [93.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/nftables/nftables_1.1.0-2_amd64.deb
Get:166 http://deb.debian.org/debian unstable/main amd64 nftables amd64 1.1.0-2 [73.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/procps/libproc2-0_4.0.4-5_amd64.deb
Get:167 http://deb.debian.org/debian unstable/main amd64 libproc2-0 amd64 2:4.0.4-5 [64.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/procps/procps_4.0.4-5_amd64.deb
Get:168 http://deb.debian.org/debian unstable/main amd64 procps amd64 2:4.0.4-5 [878 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/udev_256.4-2_amd64.deb
Get:169 http://deb.debian.org/debian unstable/main amd64 udev amd64 256.4-2 [1896 kB]
proxy cached: http://deb.debian.org/debian/pool/main/v/vim/vim-common_9.1.0496-1_all.deb
Get:170 http://deb.debian.org/debian unstable/main amd64 vim-common all 2:9.1.0496-1 [412 kB]
proxy cached: http://deb.debian.org/debian/pool/main/v/vim/vim-tiny_9.1.0496-1%2bb1_amd64.deb
Get:171 http://deb.debian.org/debian unstable/main amd64 vim-tiny amd64 2:9.1.0496-1+b1 [743 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/slang2/libslang2_2.3.3-5_amd64.deb
Get:172 http://deb.debian.org/debian unstable/main amd64 libslang2 amd64 2.3.3-5 [551 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/newt/libnewt0.52_0.52.24-2%2bb1_amd64.deb
Get:173 http://deb.debian.org/debian unstable/main amd64 libnewt0.52 amd64 0.52.24-2+b1 [59.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/newt/whiptail_0.52.24-2%2bb1_amd64.deb
Get:174 http://deb.debian.org/debian unstable/main amd64 whiptail amd64 0.52.24-2+b1 [24.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-apt/python-apt-common_2.9.0_all.deb
Get:175 http://deb.debian.org/debian unstable/main amd64 python-apt-common all 2.9.0 [66.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/distro-info-data/distro-info-data_0.62_all.deb
Get:176 http://deb.debian.org/debian unstable/main amd64 distro-info-data all 0.62 [6344 B]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-apt/python3-apt_2.9.0%2bb1_amd64.deb
Get:177 http://deb.debian.org/debian unstable/main amd64 python3-apt amd64 2.9.0+b1 [166 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debconf/python3-debconf_1.5.87_all.deb
Get:178 http://deb.debian.org/debian unstable/main amd64 python3-debconf all 1.5.87 [4232 B]
proxy cached: http://deb.debian.org/debian/pool/main/u/ucf/ucf_3.0043%2bnmu1_all.deb
Get:179 http://deb.debian.org/debian unstable/main amd64 ucf all 3.0043+nmu1 [55.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/apt-listchanges/apt-listchanges_3.27_all.deb
Get:180 http://deb.debian.org/debian unstable/main amd64 apt-listchanges all 3.27 [104 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/bash-completion/bash-completion_2.14.0-1_all.deb
Get:181 http://deb.debian.org/debian unstable/main amd64 bash-completion all 1:2.14.0-1 [305 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/fstrm/libfstrm0_0.6.1-1%2bb2_amd64.deb
Get:182 http://deb.debian.org/debian unstable/main amd64 libfstrm0 amd64 0.6.1-1+b2 [21.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/j/jemalloc/libjemalloc2_5.3.0-2%2bb1_amd64.deb
Get:183 http://deb.debian.org/debian unstable/main amd64 libjemalloc2 amd64 5.3.0-2+b1 [275 kB]
proxy cached: http://deb.debian.org/debian/pool/main/j/json-c/libjson-c5_0.17-1%2bb1_amd64.deb
Get:184 http://deb.debian.org/debian unstable/main amd64 libjson-c5 amd64 0.17-1+b1 [44.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/lmdb/liblmdb0_0.9.31-1%2bb1_amd64.deb
Get:185 http://deb.debian.org/debian unstable/main amd64 liblmdb0 amd64 0.9.31-1+b1 [44.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libm/libmaxminddb/libmaxminddb0_1.9.1-1_amd64.deb
Get:186 http://deb.debian.org/debian unstable/main amd64 libmaxminddb0 amd64 1.9.1-1 [30.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/nghttp2/libnghttp2-14_1.62.1-2_amd64.deb
Get:187 http://deb.debian.org/debian unstable/main amd64 libnghttp2-14 amd64 1.62.1-2 [74.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/protobuf-c/libprotobuf-c1_1.4.1-1%2bb2_amd64.deb
Get:188 http://deb.debian.org/debian unstable/main amd64 libprotobuf-c1 amd64 1.4.1-1+b2 [27.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libu/liburcu/liburcu8t64_0.14.0-4_amd64.deb
Get:189 http://deb.debian.org/debian unstable/main amd64 liburcu8t64 amd64 0.14.0-4 [73.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libu/libuv1/libuv1t64_1.48.0-5_amd64.deb
Get:190 http://deb.debian.org/debian unstable/main amd64 libuv1t64 amd64 1.48.0-5 [148 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/icu/libicu72_72.1-5_amd64.deb
Get:191 http://deb.debian.org/debian unstable/main amd64 libicu72 amd64 72.1-5 [9396 kB]

proxy download: http://deb.debian.org/debian/pool/main/libx/libxml2/libxml2_2.12.7%2bdfsg-3%2bb1_amd64.deb
Get:192 http://deb.debian.org/debian unstable/main amd64 libxml2 amd64 2.12.7+dfsg-3+b1 [671 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/bind9/bind9-libs_9.20.0-2_amd64.deb
Get:193 http://deb.debian.org/debian unstable/main amd64 bind9-libs amd64 1:9.20.0-2 [1474 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/bind9/bind9-host_9.20.0-2_amd64.deb
Get:194 http://deb.debian.org/debian unstable/main amd64 bind9-host amd64 1:9.20.0-2 [319 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/bind9/bind9-dnsutils_9.20.0-2_amd64.deb
Get:195 http://deb.debian.org/debian unstable/main amd64 bind9-dnsutils amd64 1:9.20.0-2 [428 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/bzip2/bzip2_1.0.8-5.1_amd64.deb
Get:196 http://deb.debian.org/debian unstable/main amd64 bzip2 amd64 1.0.8-5.1 [40.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/o/openssl/openssl_3.3.1-2_amd64.deb
Get:197 http://deb.debian.org/debian unstable/main amd64 openssl amd64 3.3.1-2 [1380 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/ca-certificates/ca-certificates_20240203_all.deb
Get:198 http://deb.debian.org/debian unstable/main amd64 ca-certificates all 20240203 [158 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debian-faq/debian-faq_11.1_all.deb
Get:199 http://deb.debian.org/debian unstable/main amd64 debian-faq all 11.1 [500 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/doc-debian/doc-debian_11.3%2bnmu1_all.deb
Get:200 http://deb.debian.org/debian unstable/main amd64 doc-debian all 11.3+nmu1 [156 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/file/libmagic-mgc_5.45-3_amd64.deb
Get:201 http://deb.debian.org/debian unstable/main amd64 libmagic-mgc amd64 1:5.45-3 [314 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/file/libmagic1t64_5.45-3_amd64.deb
Get:202 http://deb.debian.org/debian unstable/main amd64 libmagic1t64 amd64 1:5.45-3 [105 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/file/file_5.45-3_amd64.deb
Get:203 http://deb.debian.org/debian unstable/main amd64 file amd64 1:5.45-3 [42.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gettext/gettext-base_0.22.5-2_amd64.deb
Get:204 http://deb.debian.org/debian unstable/main amd64 gettext-base amd64 0.22.5-2 [200 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/uchardet/libuchardet0_0.0.8-1%2bb1_amd64.deb
Get:205 http://deb.debian.org/debian unstable/main amd64 libuchardet0 amd64 0.0.8-1+b1 [68.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/groff/groff-base_1.23.0-5_amd64.deb
Get:206 http://deb.debian.org/debian unstable/main amd64 groff-base amd64 1.23.0-5 [1181 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/inetutils/inetutils-telnet_2.5-5_amd64.deb
Get:207 http://deb.debian.org/debian unstable/main amd64 inetutils-telnet amd64 2:2.5-5 [122 kB]
proxy cached: http://deb.debian.org/debian/pool/main/k/krb5/krb5-locales_1.21.3-3_all.deb
Get:208 http://deb.debian.org/debian unstable/main amd64 krb5-locales all 1.21.3-3 [101 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/libc-l10n_2.39-6_all.deb
Get:209 http://deb.debian.org/debian unstable/main amd64 libc-l10n all 2.39-6 [719 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libl/liblockfile/liblockfile-bin_1.17-1%2bb1_amd64.deb
Get:210 http://deb.debian.org/debian unstable/main amd64 liblockfile-bin amd64 1.17-1+b1 [20.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/libnss-systemd_256.4-2_amd64.deb
Get:211 http://deb.debian.org/debian unstable/main amd64 libnss-systemd amd64 256.4-2 [203 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/libpam-systemd_256.4-2_amd64.deb
Get:212 http://deb.debian.org/debian unstable/main amd64 libpam-systemd amd64 256.4-2 [277 kB]
proxy cached: http://deb.debian.org/debian/pool/main/w/wtmpdb/libwtmpdb0_0.13.0-1_amd64.deb
Get:213 http://deb.debian.org/debian unstable/main amd64 libwtmpdb0 amd64 0.13.0-1 [8684 B]
proxy cached: http://deb.debian.org/debian/pool/main/w/wtmpdb/libpam-wtmpdb_0.13.0-1_amd64.deb
Get:214 http://deb.debian.org/debian unstable/main amd64 libpam-wtmpdb amd64 0.13.0-1 [8092 B]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/locales_2.39-6_all.deb
Get:215 http://deb.debian.org/debian unstable/main amd64 locales all 2.39-6 [3902 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/lsof/lsof_4.95.0-1.1_amd64.deb
Get:216 http://deb.debian.org/debian unstable/main amd64 lsof amd64 4.95.0-1.1 [315 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/bsdextrautils_2.40.2-2_amd64.deb
Get:217 http://deb.debian.org/debian unstable/main amd64 bsdextrautils amd64 2.40.2-2 [96.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libp/libpipeline/libpipeline1_1.5.7-2_amd64.deb
Get:218 http://deb.debian.org/debian unstable/main amd64 libpipeline1 amd64 1.5.7-2 [38.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/man-db/man-db_2.12.1-2_amd64.deb
Get:219 http://deb.debian.org/debian unstable/main amd64 man-db amd64 2.12.1-2 [1411 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/manpages/manpages_6.8-2_all.deb
Get:220 http://deb.debian.org/debian unstable/main amd64 manpages all 6.8-2 [1389 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-term_6.5-2_all.deb
Get:221 http://deb.debian.org/debian unstable/main amd64 ncurses-term all 6.5-2 [513 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/netcat/netcat-traditional_1.10-48.1_amd64.deb
Get:222 http://deb.debian.org/debian unstable/main amd64 netcat-traditional amd64 1.10-48.1 [63.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/libc/libcbor/libcbor0.10_0.10.2-1.2_amd64.deb
Get:223 http://deb.debian.org/debian unstable/main amd64 libcbor0.10 amd64 0.10.2-1.2 [28.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libf/libfido2/libfido2-1_1.15.0-1_amd64.deb
Get:224 http://deb.debian.org/debian unstable/main amd64 libfido2-1 amd64 1.15.0-1 [78.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/o/openssh/openssh-client_9.8p1-2_amd64.deb
Get:225 http://deb.debian.org/debian unstable/main amd64 openssh-client amd64 1:9.8p1-2 [964 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pci.ids/pci.ids_0.0%7e2024.06.23-1_all.deb
Get:226 http://deb.debian.org/debian unstable/main amd64 pci.ids all 0.0~2024.06.23-1 [259 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pciutils/libpci3_3.13.0-1_amd64.deb
Get:227 http://deb.debian.org/debian unstable/main amd64 libpci3 amd64 1:3.13.0-1 [75.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pciutils/pciutils_3.13.0-1_amd64.deb
Get:228 http://deb.debian.org/debian unstable/main amd64 pciutils amd64 1:3.13.0-1 [128 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/setuptools/python3-pkg-resources_70.3.0-2_all.deb
Get:229 http://deb.debian.org/debian unstable/main amd64 python3-pkg-resources all 70.3.0-2 [264 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/chardet/python3-chardet_5.2.0%2bdfsg-1_all.deb
Get:230 http://deb.debian.org/debian unstable/main amd64 python3-chardet all 5.2.0+dfsg-1 [107 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-debian/python3-debian_0.1.49_all.deb
Get:231 http://deb.debian.org/debian unstable/main amd64 python3-debian all 0.1.49 [115 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-debianbts/python3-debianbts_4.1.1_all.deb
Get:232 http://deb.debian.org/debian unstable/main amd64 python3-debianbts all 4.1.1 [12.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-certifi/python3-certifi_2024.6.2-1_all.deb
Get:233 http://deb.debian.org/debian unstable/main amd64 python3-certifi all 2024.6.2-1 [157 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-charset-normalizer/python3-charset-normalizer_3.3.2-2_amd64.deb
Get:234 http://deb.debian.org/debian unstable/main amd64 python3-charset-normalizer amd64 3.3.2-2 [116 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-idna/python3-idna_3.6-2.1_all.deb
Get:235 http://deb.debian.org/debian unstable/main amd64 python3-idna all 3.6-2.1 [38.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-urllib3/python3-urllib3_2.0.7-2_all.deb
Get:236 http://deb.debian.org/debian unstable/main amd64 python3-urllib3 all 2.0.7-2 [111 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/requests/python3-requests_2.32.3%2bdfsg-1_all.deb
Get:237 http://deb.debian.org/debian unstable/main amd64 python3-requests all 2.32.3+dfsg-1 [71.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/reportbug/python3-reportbug_13.0.1_all.deb
Get:238 http://deb.debian.org/debian unstable/main amd64 python3-reportbug all 13.0.1 [78.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/reportbug/reportbug_13.0.1_all.deb
Get:239 http://deb.debian.org/debian unstable/main amd64 reportbug all 13.0.1 [63.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/systemd-timesyncd_256.4-2_amd64.deb
Get:240 http://deb.debian.org/debian unstable/main amd64 systemd-timesyncd amd64 256.4-2 [84.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/traceroute/traceroute_2.1.5-1_amd64.deb
Get:241 http://deb.debian.org/debian unstable/main amd64 traceroute amd64 1:2.1.5-1 [54.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/util-linux-extra_2.40.2-2_amd64.deb
Get:242 http://deb.debian.org/debian unstable/main amd64 util-linux-extra amd64 2.40.2-2 [264 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/scowl/wamerican_2020.12.07-2_all.deb
Get:243 http://deb.debian.org/debian unstable/main amd64 wamerican all 2020.12.07-2 [221 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libp/libpsl/libpsl5t64_0.21.2-1.1_amd64.deb
Get:244 http://deb.debian.org/debian unstable/main amd64 libpsl5t64 amd64 0.21.2-1.1 [56.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/w/wget/wget_1.24.5-2%2bb1_amd64.deb
Get:245 http://deb.debian.org/debian unstable/main amd64 wget amd64 1.24.5-2+b1 [981 kB]
proxy cached: http://deb.debian.org/debian/pool/main/w/wtmpdb/wtmpdb_0.13.0-1_amd64.deb
Get:246 http://deb.debian.org/debian unstable/main amd64 wtmpdb amd64 0.13.0-1 [15.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/x/xz-utils/xz-utils_5.6.2-2_amd64.deb
Get:247 http://deb.debian.org/debian unstable/main amd64 xz-utils amd64 5.6.2-2 [522 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/binutils-common_2.42.90.20240720-2_amd64.deb
Get:248 http://deb.debian.org/debian unstable/main amd64 binutils-common amd64 2.42.90.20240720-2 [2598 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/libsframe1_2.42.90.20240720-2_amd64.deb
Get:249 http://deb.debian.org/debian unstable/main amd64 libsframe1 amd64 2.42.90.20240720-2 [76.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/libbinutils_2.42.90.20240720-2_amd64.deb
Get:250 http://deb.debian.org/debian unstable/main amd64 libbinutils amd64 2.42.90.20240720-2 [523 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/libctf-nobfd0_2.42.90.20240720-2_amd64.deb
Get:251 http://deb.debian.org/debian unstable/main amd64 libctf-nobfd0 amd64 2.42.90.20240720-2 [154 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/libctf0_2.42.90.20240720-2_amd64.deb
Get:252 http://deb.debian.org/debian unstable/main amd64 libctf0 amd64 2.42.90.20240720-2 [88.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/libgprofng0_2.42.90.20240720-2_amd64.deb
Get:253 http://deb.debian.org/debian unstable/main amd64 libgprofng0 amd64 2.42.90.20240720-2 [787 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/binutils-x86-64-linux-gnu_2.42.90.20240720-2_amd64.deb
Get:254 http://deb.debian.org/debian unstable/main amd64 binutils-x86-64-linux-gnu amd64 2.42.90.20240720-2 [2237 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/binutils_2.42.90.20240720-2_amd64.deb
Get:255 http://deb.debian.org/debian unstable/main amd64 binutils amd64 2.42.90.20240720-2 [81.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/libc-dev-bin_2.39-6_amd64.deb
Get:256 http://deb.debian.org/debian unstable/main amd64 libc-dev-bin amd64 2.39-6 [51.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/linux/linux-libc-dev_6.9.12-1_all.deb
Get:257 http://deb.debian.org/debian unstable/main amd64 linux-libc-dev all 6.9.12-1 [2355 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libx/libxcrypt/libcrypt-dev_4.4.36-4_amd64.deb
Get:258 http://deb.debian.org/debian unstable/main amd64 libcrypt-dev amd64 1:4.4.36-4 [119 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/rpcsvc-proto/rpcsvc-proto_1.4.3-1_amd64.deb
Get:259 http://deb.debian.org/debian unstable/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/libc6-dev_2.39-6_amd64.deb
Get:260 http://deb.debian.org/debian unstable/main amd64 libc6-dev amd64 2.39-6 [1924 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/isl/libisl23_0.26-3%2bb2_amd64.deb
Get:261 http://deb.debian.org/debian unstable/main amd64 libisl23 amd64 0.26-3+b2 [652 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/mpfr4/libmpfr6_4.2.1-1%2bb1_amd64.deb
Get:262 http://deb.debian.org/debian unstable/main amd64 libmpfr6 amd64 4.2.1-1+b1 [714 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/mpclib3/libmpc3_1.3.1-1%2bb2_amd64.deb
Get:263 http://deb.debian.org/debian unstable/main amd64 libmpc3 amd64 1.3.1-1+b2 [52.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/cpp-14-x86-64-linux-gnu_14.2.0-1_amd64.deb
Get:264 http://deb.debian.org/debian unstable/main amd64 cpp-14-x86-64-linux-gnu amd64 14.2.0-1 [11.1 MB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/cpp-14_14.2.0-1_amd64.deb
Get:265 http://deb.debian.org/debian unstable/main amd64 cpp-14 amd64 14.2.0-1 [1272 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/cpp-x86-64-linux-gnu_14.1.0-2_amd64.deb
Get:266 http://deb.debian.org/debian unstable/main amd64 cpp-x86-64-linux-gnu amd64 4:14.1.0-2 [4784 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/cpp_14.1.0-2_amd64.deb
Get:267 http://deb.debian.org/debian unstable/main amd64 cpp amd64 4:14.1.0-2 [1568 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libcc1-0_14.2.0-1_amd64.deb
Get:268 http://deb.debian.org/debian unstable/main amd64 libcc1-0 amd64 14.2.0-1 [42.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libgomp1_14.2.0-1_amd64.deb
Get:269 http://deb.debian.org/debian unstable/main amd64 libgomp1 amd64 14.2.0-1 [137 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libitm1_14.2.0-1_amd64.deb
Get:270 http://deb.debian.org/debian unstable/main amd64 libitm1 amd64 14.2.0-1 [25.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libatomic1_14.2.0-1_amd64.deb
Get:271 http://deb.debian.org/debian unstable/main amd64 libatomic1 amd64 14.2.0-1 [9280 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libasan8_14.2.0-1_amd64.deb
Get:272 http://deb.debian.org/debian unstable/main amd64 libasan8 amd64 14.2.0-1 [2727 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/liblsan0_14.2.0-1_amd64.deb
Get:273 http://deb.debian.org/debian unstable/main amd64 liblsan0 amd64 14.2.0-1 [1205 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libtsan2_14.2.0-1_amd64.deb
Get:274 http://deb.debian.org/debian unstable/main amd64 libtsan2 amd64 14.2.0-1 [2461 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libubsan1_14.2.0-1_amd64.deb
Get:275 http://deb.debian.org/debian unstable/main amd64 libubsan1 amd64 14.2.0-1 [1075 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libhwasan0_14.2.0-1_amd64.deb
Get:276 http://deb.debian.org/debian unstable/main amd64 libhwasan0 amd64 14.2.0-1 [1489 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libquadmath0_14.2.0-1_amd64.deb
Get:277 http://deb.debian.org/debian unstable/main amd64 libquadmath0 amd64 14.2.0-1 [145 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libgcc-14-dev_14.2.0-1_amd64.deb
Get:278 http://deb.debian.org/debian unstable/main amd64 libgcc-14-dev amd64 14.2.0-1 [2673 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/gcc-14-x86-64-linux-gnu_14.2.0-1_amd64.deb
Get:279 http://deb.debian.org/debian unstable/main amd64 gcc-14-x86-64-linux-gnu amd64 14.2.0-1 [21.4 MB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/gcc-14_14.2.0-1_amd64.deb
Get:280 http://deb.debian.org/debian unstable/main amd64 gcc-14 amd64 14.2.0-1 [520 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/gcc-x86-64-linux-gnu_14.1.0-2_amd64.deb
Get:281 http://deb.debian.org/debian unstable/main amd64 gcc-x86-64-linux-gnu amd64 4:14.1.0-2 [1436 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/gcc_14.1.0-2_amd64.deb
Get:282 http://deb.debian.org/debian unstable/main amd64 gcc amd64 4:14.1.0-2 [5136 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libstdc%2b%2b-14-dev_14.2.0-1_amd64.deb
Get:283 http://deb.debian.org/debian unstable/main amd64 libstdc++-14-dev amd64 14.2.0-1 [2341 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/g%2b%2b-14-x86-64-linux-gnu_14.2.0-1_amd64.deb
Get:284 http://deb.debian.org/debian unstable/main amd64 g++-14-x86-64-linux-gnu amd64 14.2.0-1 [12.1 MB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/g%2b%2b-14_14.2.0-1_amd64.deb
Get:285 http://deb.debian.org/debian unstable/main amd64 g++-14 amd64 14.2.0-1 [18.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/g%2b%2b-x86-64-linux-gnu_14.1.0-2_amd64.deb
Get:286 http://deb.debian.org/debian unstable/main amd64 g++-x86-64-linux-gnu amd64 4:14.1.0-2 [1204 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/g%2b%2b_14.1.0-2_amd64.deb
Get:287 http://deb.debian.org/debian unstable/main amd64 g++ amd64 4:14.1.0-2 [1344 B]
proxy cached: http://deb.debian.org/debian/pool/main/m/make-dfsg/make_4.3-4.1_amd64.deb
Get:288 http://deb.debian.org/debian unstable/main amd64 make amd64 4.3-4.1 [396 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dpkg/libdpkg-perl_1.22.11_all.deb
Get:289 http://deb.debian.org/debian unstable/main amd64 libdpkg-perl all 1.22.11 [644 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/patch/patch_2.7.6-7_amd64.deb
Get:290 http://deb.debian.org/debian unstable/main amd64 patch amd64 2.7.6-7 [128 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dpkg/dpkg-dev_1.22.11_all.deb
Get:291 http://deb.debian.org/debian unstable/main amd64 dpkg-dev all 1.22.11 [1332 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/build-essential/build-essential_12.10_amd64.deb
Get:292 http://deb.debian.org/debian unstable/main amd64 build-essential amd64 12.10 [4516 B]
proxy cached: http://deb.debian.org/debian/pool/main/b/busybox/busybox_1.36.1-9_amd64.deb
Get:293 http://deb.debian.org/debian unstable/main amd64 busybox amd64 1:1.36.1-9 [481 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libe/libeatmydata/libeatmydata1_131-2_amd64.deb
Get:294 http://deb.debian.org/debian unstable/main amd64 libeatmydata1 amd64 131-2 [7032 B]
proxy cached: http://deb.debian.org/debian/pool/main/libe/libeatmydata/eatmydata_131-2_all.deb
Get:295 http://deb.debian.org/debian unstable/main amd64 eatmydata all 131-2 [7532 B]
proxy cached: http://deb.debian.org/debian/pool/main/f/fakechroot/libfakechroot_2.20.1%2bds-17_amd64.deb
Get:296 http://deb.debian.org/debian unstable/main amd64 libfakechroot amd64 2.20.1+ds-17 [44.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/fakechroot/fakechroot_2.20.1%2bds-17_all.deb
Get:297 http://deb.debian.org/debian unstable/main amd64 fakechroot all 2.20.1+ds-17 [26.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/fakeroot/libfakeroot_1.35.1-1_amd64.deb
Get:298 http://deb.debian.org/debian unstable/main amd64 libfakeroot amd64 1.35.1-1 [28.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.35.1-1_amd64.deb
Get:299 http://deb.debian.org/debian unstable/main amd64 fakeroot amd64 1.35.1-1 [74.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/liba/libassuan/libassuan0_2.5.6-1%2bb1_amd64.deb
Get:300 http://deb.debian.org/debian unstable/main amd64 libassuan0 amd64 2.5.6-1+b1 [50.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gnupg2/gpgconf_2.2.43-8_amd64.deb
Get:301 http://deb.debian.org/debian unstable/main amd64 gpgconf amd64 2.2.43-8 [119 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gnupg2/gpg_2.2.43-8_amd64.deb
Get:302 http://deb.debian.org/debian unstable/main amd64 gpg amd64 2.2.43-8 [523 kB]
Fetched 175 MB in 1min 13s (2376 kB/s)
Download complete and in download only mode
Reading package lists...
running cleanupapt
does not exist: ./shared/cache.A/apt/var/cache/apt/archives/*.deb
does not exist: ./shared/cache.A/apt/var/cache/apt/archives/partial/*.deb
does not exist: ./shared/cache.A/apt/var/cache/apt/*.bin
does not exist: ./shared/cache.A/apt/var/lib/apt/lists/lock
does not exist: ./shared/cache.A/apt/etc/apt/sources.list.d/*
does not exist: ./shared/cache.A/apt/etc/apt/preferences.d/*
creating mirror for unstable
contents of /etc/apt/sources.list:
deb [arch=arm64] http://deb.debian.org/debian unstable main
proxy cached: http://deb.debian.org/debian/dists/unstable/InRelease
Get:1 http://deb.debian.org/debian unstable InRelease [198 kB]

proxy download: http://deb.debian.org/debian/dists/unstable/main/binary-arm64/by-hash/SHA256/868365ecead189576d796da8637a5d50d1c642d2aa3a2658939bcf2f86dc69e7
Get:2 http://deb.debian.org/debian unstable/main arm64 Packages [9818 kB]
Fetched 10.0 MB in 11s (915 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
The following additional packages will be installed:
  bind9-libs binutils binutils-aarch64-linux-gnu binutils-common bsdextrautils
  cpp cpp-14 cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu dbus-bin
  dbus-daemon dbus-session-bus-common dbus-system-bus-common distro-info-data
  dpkg-dev g++ g++-14 g++-14-aarch64-linux-gnu g++-aarch64-linux-gnu gcc
  gcc-14 gcc-14-aarch64-linux-gnu gcc-14-base gcc-aarch64-linux-gnu gpgconf
  libacl1 libapparmor1 libapt-pkg6.0t64 libasan8 libassuan0 libatomic1
  libattr1 libaudit-common libaudit1 libbinutils libblkid1 libbpf1 libbsd0
  libbz2-1.0 libc-dev-bin libc6 libc6-dev libcap-ng0 libcap2 libcap2-bin
  libcbor0.10 libcc1-0 libcom-err2 libcrypt-dev libcrypt1 libctf-nobfd0
  libctf0 libdb5.3t64 libdbus-1-3 libdebconfclient0 libdpkg-perl libeatmydata1
  libedit2 libelf1t64 libexpat1 libext2fs2t64 libfakechroot libfakeroot
  libfdisk1 libffi8 libfido2-1 libfile-find-rule-perl libfstrm0 libgcc-14-dev
  libgcc-s1 libgcrypt20 libgdbm-compat4t64 libgdbm6t64 libgmp10 libgnutls30t64
  libgomp1 libgpg-error0 libgprofng0 libgssapi-krb5-2 libhogweed6t64
  libhwasan0 libicu72 libidn2-0 libisl23 libitm1 libjansson4 libjemalloc2
  libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0
  liblmdb0 liblocale-gettext-perl liblsan0 liblz4-1 liblzma5 libmagic-mgc
  libmagic1t64 libmaxminddb0 libmd0 libmnl0 libmount1 libmpc3 libmpfr6
  libncursesw6 libnettle8t64 libnewt0.52 libnftables1 libnftnl11 libnghttp2-14
  libnumber-compare-perl libp11-kit0 libpam0g libpci3 libpcre2-8-0
  libperl5.38t64 libpipeline1 libpopt0 libproc2-0 libprotobuf-c1 libpsl5t64
  libpython3-stdlib libpython3.12-minimal libpython3.12-stdlib libreadline8t64
  libseccomp2 libselinux1 libsemanage-common libsemanage2 libsepol2 libsframe1
  libslang2 libsmartcols1 libsqlite3-0 libss2 libssl3t64 libstdc++-14-dev
  libstdc++6 libsystemd-shared libsystemd0 libtasn1-6 libtext-charwidth-perl
  libtext-glob-perl libtext-iconv-perl libtext-wrapi18n-perl libtinfo6
  libtirpc-common libtirpc3t64 libtsan2 libubsan1 libuchardet0 libudev1
  libunistring5 liburcu8t64 libuuid1 libuv1t64 libwtmpdb0 libxml2 libxtables12
  libxxhash0 libzstd1 linux-libc-dev logsave make openssl patch pci.ids
  perl-modules-5.38 python-apt-common python3 python3-apt python3-certifi
  python3-chardet python3-charset-normalizer python3-debconf python3-debian
  python3-debianbts python3-idna python3-minimal python3-pkg-resources
  python3-requests python3-urllib3 python3.12 python3.12-minimal rpcsvc-proto
  tasksel zlib1g
Suggested packages:
  quota apt-doc aptitude | synaptic | wajig gnupg | gnupg2 | gnupg1
  powermgmt-base default-mta | mail-transport-agent python3-gi www-browser
  x-terminal-emulator bash-doc binutils-doc gprofng-gui bzip2-doc
  libarchive-dev cpp-doc gcc-14-locales cpp-14-doc anacron checksecurity
  supercat bat default-dbus-session-bus | dbus-session-bus debconf-doc
  debconf-kde-helper debconf-utils libgtk3-perl libnet-ldap-perl
  libterm-readline-gnu-perl pdf-viewer diffutils-doc wdiff postscript-viewer
  debsig-verify debian-keyring gpart parted fuse2fs e2fsck-static gcc-14-doc
  gcc-multilib manpages-dev autoconf automake libtool flex bison gdb gcc-doc
  gdb-aarch64-linux-gnu gnupg groff ppp rdnssd resolvconf avahi-autoipd
  isc-dhcp-client-ddns libc-devtools glibc-doc libnss-nis libnss-nisplus gnupg
  | sq | sqop | pgpainless-cli | sequoia-chameleon-gnupg git bzr rng-tools
  gdbm-l10n gnutls-bin krb5-doc krb5-user mmdb-bin cryptsetup-bin
  libcryptsetup12 libtss2-rc0t64 libpam-doc libstdc++-14-doc libarchive13t64
  libdw1t64 libip4tc2 libpwquality1 libqrencode4 uuid-runtime bsd-mailx
  | mailx make-doc apparmor nfs-common hunspell firewalld keychain libpam-ssh
  monkeysphere ssh-askpass ed perl-doc libterm-readline-gnu-perl
  | libterm-readline-perl-perl libtap-harness-archive-perl python3-doc
  python3-tk python3-venv python-apt-doc python-charset-normalizer-doc
  python3-setuptools python3-cryptography python3-openssl python3-socks
  python-requests-doc python3-brotli python3.12-venv python3.12-doc
  binfmt-support readline-doc claws-mail debsums default-mta | postfix | exim4
  | mail-transport-agent dlocate emacs-bin-common gnupg | pgp python3-urwid
  reportbug-gtk xdg-utils systemd-container systemd-homed systemd-userdbd
  systemd-boot systemd-resolved systemd-repart libtss2-tcti-device0 polkitd
  ncompress tar-scripts tar-doc dosfstools kbd util-linux-locales indent
Recommended packages:
  default-mta | mail-transport-agent gnupg | sq | sqop | pgpainless-cli
  | sequoia-chameleon-gnupg libalgorithm-merge-perl e2fsprogs-l10n gnupg
  manpages-dev libpam-cap libfile-fcntllock-perl libgpg-error-l10n libgpm2
  libfribidi0 dbus-user-session publicsuffix xauth psmisc
  linux-sysctl-defaults lsb-release iso-codes zstd systemd-cryptsetup
  laptop-detect xxd
The following NEW packages will be installed:
  adduser apt apt-listchanges apt-utils base-files base-passwd bash
  bash-completion bind9-dnsutils bind9-host bind9-libs binutils
  binutils-aarch64-linux-gnu binutils-common bsdextrautils bsdutils
  build-essential busybox bzip2 ca-certificates coreutils cpio cpp cpp-14
  cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu cron cron-daemon-common dash
  dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common
  debconf debconf-i18n debian-archive-keyring debian-faq debianutils diffutils
  distro-info-data dmidecode doc-debian dpkg dpkg-dev e2fsprogs eatmydata
  fakechroot fakeroot fdisk file findutils g++ g++-14 g++-14-aarch64-linux-gnu
  g++-aarch64-linux-gnu gcc gcc-14 gcc-14-aarch64-linux-gnu gcc-14-base
  gcc-aarch64-linux-gnu gettext-base gpg gpgconf gpgv grep groff-base gzip
  hostname ifupdown inetutils-telnet init init-system-helpers iproute2
  iputils-ping isc-dhcp-client isc-dhcp-common kmod krb5-locales less libacl1
  libapparmor1 libapt-pkg6.0t64 libasan8 libassuan0 libatomic1 libattr1
  libaudit-common libaudit1 libbinutils libblkid1 libbpf1 libbsd0 libbz2-1.0
  libc-bin libc-dev-bin libc-l10n libc6 libc6-dev libcap-ng0 libcap2
  libcap2-bin libcbor0.10 libcc1-0 libcom-err2 libcrypt-dev libcrypt1
  libctf-nobfd0 libctf0 libdb5.3t64 libdbus-1-3 libdebconfclient0 libdpkg-perl
  libeatmydata1 libedit2 libelf1t64 libexpat1 libext2fs2t64 libfakechroot
  libfakeroot libfdisk1 libffi8 libfido2-1 libfile-find-rule-perl libfstrm0
  libgcc-14-dev libgcc-s1 libgcrypt20 libgdbm-compat4t64 libgdbm6t64 libgmp10
  libgnutls30t64 libgomp1 libgpg-error0 libgprofng0 libgssapi-krb5-2
  libhogweed6t64 libhwasan0 libicu72 libidn2-0 libisl23 libitm1 libjansson4
  libjemalloc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
  libkrb5support0 liblmdb0 liblocale-gettext-perl liblockfile-bin liblsan0
  liblz4-1 liblzma5 libmagic-mgc libmagic1t64 libmaxminddb0 libmd0 libmnl0
  libmount1 libmpc3 libmpfr6 libncursesw6 libnettle8t64 libnewt0.52
  libnftables1 libnftnl11 libnghttp2-14 libnss-systemd libnumber-compare-perl
  libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam-systemd
  libpam-wtmpdb libpam0g libpci3 libpcre2-8-0 libperl5.38t64 libpipeline1
  libpopt0 libproc2-0 libprotobuf-c1 libpsl5t64 libpython3-stdlib
  libpython3.12-minimal libpython3.12-stdlib libreadline8t64 libseccomp2
  libselinux1 libsemanage-common libsemanage2 libsepol2 libsframe1 libslang2
  libsmartcols1 libsqlite3-0 libss2 libssl3t64 libstdc++-14-dev libstdc++6
  libsystemd-shared libsystemd0 libtasn1-6 libtext-charwidth-perl
  libtext-glob-perl libtext-iconv-perl libtext-wrapi18n-perl libtinfo6
  libtirpc-common libtirpc3t64 libtsan2 libubsan1 libuchardet0 libudev1
  libunistring5 liburcu8t64 libuuid1 libuv1t64 libwtmpdb0 libxml2 libxtables12
  libxxhash0 libzstd1 linux-libc-dev locales login logrotate logsave lsof make
  man-db manpages mawk media-types mount nano ncurses-base ncurses-bin
  ncurses-term netbase netcat-traditional nftables openssh-client openssl
  passwd patch pci.ids pciutils perl perl-base perl-modules-5.38 procps
  python-apt-common python3 python3-apt python3-certifi python3-chardet
  python3-charset-normalizer python3-debconf python3-debian python3-debianbts
  python3-idna python3-minimal python3-pkg-resources python3-reportbug
  python3-requests python3-urllib3 python3.12 python3.12-minimal
  readline-common reportbug rpcsvc-proto sed sensible-utils systemd
  systemd-sysv systemd-timesyncd sysvinit-utils tar tasksel tasksel-data
  traceroute tzdata ucf udev usr-is-merged usrmerge util-linux
  util-linux-extra vim-common vim-tiny wamerican wget whiptail wtmpdb xz-utils
  zlib1g

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/gcc-14-base_14.1.0-5_arm64.deb
0 upgraded, 301 newly installed, 0 to remove and 0 not upgraded.
Need to get 162 MB of archives.
After this operation, 707 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian unstable/main arm64 gcc-14-base arm64 14.1.0-5 [45.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc6_2.39-6_arm64.deb
Get:2 http://deb.debian.org/debian unstable/main arm64 libc6 arm64 2.39-6 [2355 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libgcc-s1_14.1.0-5_arm64.deb
Get:3 http://deb.debian.org/debian unstable/main arm64 libgcc-s1 arm64 14.1.0-5 [54.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/mawk/mawk_1.3.4.20240622-2_arm64.deb
Get:4 http://deb.debian.org/debian unstable/main arm64 mawk arm64 1.3.4.20240622-2 [129 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/base-files/base-files_13.5_arm64.deb
Get:5 http://deb.debian.org/debian unstable/main arm64 base-files arm64 13.5 [72.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/ncurses/libtinfo6_6.5-2_arm64.deb
Get:6 http://deb.debian.org/debian unstable/main arm64 libtinfo6 arm64 6.5-2 [336 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/debianutils/debianutils_5.20_arm64.deb
Get:7 http://deb.debian.org/debian unstable/main arm64 debianutils arm64 5.20 [89.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bash/bash_5.2.21-2.1_arm64.deb
Get:8 http://deb.debian.org/debian unstable/main arm64 bash arm64 5.2.21-2.1 [1448 kB]

proxy download: http://deb.debian.org/debian/pool/main/libc/libcap2/libcap2_2.66-5_arm64.deb
Get:9 http://deb.debian.org/debian unstable/main arm64 libcap2 arm64 1:2.66-5 [26.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libsystemd0_256.4-2_arm64.deb
Get:10 http://deb.debian.org/debian unstable/main arm64 libsystemd0 arm64 256.4-2 [354 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/bsdutils_2.40.2-2_arm64.deb
Get:11 http://deb.debian.org/debian unstable/main arm64 bsdutils arm64 1:2.40.2-2 [103 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/acl/libacl1_2.3.2-2_arm64.deb
Get:12 http://deb.debian.org/debian unstable/main arm64 libacl1 arm64 2.3.2-2 [31.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/attr/libattr1_2.5.2-1_arm64.deb
Get:13 http://deb.debian.org/debian unstable/main arm64 libattr1 arm64 1:2.5.2-1 [22.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gmp/libgmp10_6.3.0%2bdfsg-2%2bb1_arm64.deb
Get:14 http://deb.debian.org/debian unstable/main arm64 libgmp10 arm64 2:6.3.0+dfsg-2+b1 [533 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pcre2/libpcre2-8-0_10.42-4%2bb1_arm64.deb
Get:15 http://deb.debian.org/debian unstable/main arm64 libpcre2-8-0 arm64 10.42-4+b1 [231 kB]

proxy download: http://deb.debian.org/debian/pool/main/libs/libselinux/libselinux1_3.5-2%2bb3_arm64.deb
Get:16 http://deb.debian.org/debian unstable/main arm64 libselinux1 arm64 3.5-2+b3 [70.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/libz/libzstd/libzstd1_1.5.6%2bdfsg-1_arm64.deb
Get:17 http://deb.debian.org/debian unstable/main arm64 libzstd1 arm64 1.5.6+dfsg-1 [263 kB]

proxy download: http://deb.debian.org/debian/pool/main/z/zlib/zlib1g_1.3.dfsg%2breally1.3.1-1_arm64.deb
Get:18 http://deb.debian.org/debian unstable/main arm64 zlib1g arm64 1:1.3.dfsg+really1.3.1-1 [84.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/o/openssl/libssl3t64_3.3.1-2_arm64.deb
Get:19 http://deb.debian.org/debian unstable/main arm64 libssl3t64 arm64 3.3.1-2 [2572 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/coreutils/coreutils_9.4-3.1_arm64.deb
Get:20 http://deb.debian.org/debian unstable/main arm64 coreutils arm64 9.4-3.1 [2877 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dash/dash_0.5.12-9_arm64.deb
Get:21 http://deb.debian.org/debian unstable/main arm64 dash arm64 0.5.12-9 [90.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/diffutils/diffutils_3.10-1_arm64.deb
Get:22 http://deb.debian.org/debian unstable/main arm64 diffutils arm64 1:3.10-1 [368 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bzip2/libbz2-1.0_1.0.8-5.1_arm64.deb
Get:23 http://deb.debian.org/debian unstable/main arm64 libbz2-1.0 arm64 1.0.8-5.1 [37.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/x/xz-utils/liblzma5_5.6.2-2_arm64.deb
Get:24 http://deb.debian.org/debian unstable/main arm64 liblzma5 arm64 5.6.2-2 [249 kB]

proxy download: http://deb.debian.org/debian/pool/main/libm/libmd/libmd0_1.1.0-2_arm64.deb
Get:25 http://deb.debian.org/debian unstable/main arm64 libmd0 arm64 1.1.0-2 [32.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/t/tar/tar_1.35%2bdfsg-3_arm64.deb
Get:26 http://deb.debian.org/debian unstable/main arm64 tar arm64 1.35+dfsg-3 [801 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dpkg/dpkg_1.22.11_arm64.deb
Get:27 http://deb.debian.org/debian unstable/main arm64 dpkg arm64 1.22.11 [1514 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/findutils/findutils_4.10.0-2_arm64.deb
Get:28 http://deb.debian.org/debian unstable/main arm64 findutils arm64 4.10.0-2 [694 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/grep/grep_3.11-4_arm64.deb
Get:29 http://deb.debian.org/debian unstable/main arm64 grep arm64 3.11-4 [423 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gzip/gzip_1.12-1.1_arm64.deb
Get:30 http://deb.debian.org/debian unstable/main arm64 gzip arm64 1.12-1.1 [130 kB]

proxy download: http://deb.debian.org/debian/pool/main/h/hostname/hostname_3.23%2bnmu2_arm64.deb
Get:31 http://deb.debian.org/debian unstable/main arm64 hostname arm64 3.23+nmu2 [10.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-bin_6.5-2_arm64.deb
Get:32 http://deb.debian.org/debian unstable/main arm64 ncurses-bin arm64 6.5-2 [428 kB]

proxy download: http://deb.debian.org/debian/pool/main/libx/libxcrypt/libcrypt1_4.4.36-4_arm64.deb
Get:33 http://deb.debian.org/debian unstable/main arm64 libcrypt1 arm64 1:4.4.36-4 [90.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/perl/perl-base_5.38.2-5_arm64.deb
Get:34 http://deb.debian.org/debian unstable/main arm64 perl-base arm64 5.38.2-5 [1511 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/sed/sed_4.9-2_arm64.deb
Get:35 http://deb.debian.org/debian unstable/main arm64 sed arm64 4.9-2 [324 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/audit/libaudit-common_3.1.2-4_all.deb
Get:36 http://deb.debian.org/debian unstable/main arm64 libaudit-common all 1:3.1.2-4 [11.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/libc/libcap-ng/libcap-ng0_0.8.5-1%2bb1_arm64.deb
Get:37 http://deb.debian.org/debian unstable/main arm64 libcap-ng0 arm64 0.8.5-1+b1 [16.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/audit/libaudit1_3.1.2-4%2bb1_arm64.deb
Get:38 http://deb.debian.org/debian unstable/main arm64 libaudit1 arm64 1:3.1.2-4+b1 [48.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/db5.3/libdb5.3t64_5.3.28%2bdfsg2-7_arm64.deb
Get:39 http://deb.debian.org/debian unstable/main arm64 libdb5.3t64 arm64 5.3.28+dfsg2-7 [625 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debconf/debconf_1.5.87_all.deb
Get:40 http://deb.debian.org/debian unstable/main arm64 debconf all 1.5.87 [119 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pam/libpam0g_1.5.3-7_arm64.deb
Get:41 http://deb.debian.org/debian unstable/main arm64 libpam0g arm64 1.5.3-7 [66.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pam/libpam-modules-bin_1.5.3-7_arm64.deb
Get:42 http://deb.debian.org/debian unstable/main arm64 libpam-modules-bin arm64 1.5.3-7 [53.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pam/libpam-modules_1.5.3-7_arm64.deb
Get:43 http://deb.debian.org/debian unstable/main arm64 libpam-modules arm64 1.5.3-7 [260 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pam/libpam-runtime_1.5.3-7_all.deb
Get:44 http://deb.debian.org/debian unstable/main arm64 libpam-runtime all 1.5.3-7 [140 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libblkid1_2.40.2-2_arm64.deb
Get:45 http://deb.debian.org/debian unstable/main arm64 libblkid1 arm64 2.40.2-2 [162 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libmount1_2.40.2-2_arm64.deb
Get:46 http://deb.debian.org/debian unstable/main arm64 libmount1 arm64 2.40.2-2 [189 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libsmartcols1_2.40.2-2_arm64.deb
Get:47 http://deb.debian.org/debian unstable/main arm64 libsmartcols1 arm64 2.40.2-2 [134 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libudev1_256.4-2_arm64.deb
Get:48 http://deb.debian.org/debian unstable/main arm64 libudev1 arm64 256.4-2 [136 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libuuid1_2.40.2-2_arm64.deb
Get:49 http://deb.debian.org/debian unstable/main arm64 libuuid1 arm64 2.40.2-2 [34.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/util-linux_2.40.2-2_arm64.deb
Get:50 http://deb.debian.org/debian unstable/main arm64 util-linux arm64 2.40.2-2 [1174 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cdebconf/libdebconfclient0_0.272_arm64.deb
Get:51 http://deb.debian.org/debian unstable/main arm64 libdebconfclient0 arm64 0.272 [10.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/base-passwd/base-passwd_3.6.4_arm64.deb
Get:52 http://deb.debian.org/debian unstable/main arm64 base-passwd arm64 3.6.4 [50.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/libb/libbsd/libbsd0_0.12.2-1_arm64.deb
Get:53 http://deb.debian.org/debian unstable/main arm64 libbsd0 arm64 0.12.2-1 [129 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/shadow/login_4.15.3-3_arm64.deb
Get:54 http://deb.debian.org/debian unstable/main arm64 login arm64 1:4.15.3-3 [562 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libsemanage/libsemanage-common_3.5-1_all.deb
Get:55 http://deb.debian.org/debian unstable/main arm64 libsemanage-common all 3.5-1 [9908 B]

proxy download: http://deb.debian.org/debian/pool/main/libs/libsepol/libsepol2_3.5-2%2bb1_arm64.deb
Get:56 http://deb.debian.org/debian unstable/main arm64 libsepol2 arm64 3.5-2+b1 [250 kB]

proxy download: http://deb.debian.org/debian/pool/main/libs/libsemanage/libsemanage2_3.5-1%2bb4_arm64.deb
Get:57 http://deb.debian.org/debian unstable/main arm64 libsemanage2 arm64 3.5-1+b4 [83.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/shadow/passwd_4.15.3-3_arm64.deb
Get:58 http://deb.debian.org/debian unstable/main arm64 passwd arm64 1:4.15.3-3 [950 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/adduser/adduser_3.137_all.deb
Get:59 http://deb.debian.org/debian unstable/main arm64 adduser all 3.137 [140 kB]

proxy download: http://deb.debian.org/debian/pool/main/libg/libgpg-error/libgpg-error0_1.50-2_arm64.deb
Get:60 http://deb.debian.org/debian unstable/main arm64 libgpg-error0 arm64 1.50-2 [77.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/libg/libgcrypt20/libgcrypt20_1.11.0-5_arm64.deb
Get:61 http://deb.debian.org/debian unstable/main arm64 libgcrypt20 arm64 1.11.0-5 [741 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gnupg2/gpgv_2.2.43-8_arm64.deb
Get:62 http://deb.debian.org/debian unstable/main arm64 gpgv arm64 2.2.43-8 [198 kB]

proxy download: http://deb.debian.org/debian/pool/main/x/xxhash/libxxhash0_0.8.2-2%2bb1_arm64.deb
Get:63 http://deb.debian.org/debian unstable/main arm64 libxxhash0 arm64 0.8.2-2+b1 [22.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/lz4/liblz4-1_1.9.4-3_arm64.deb
Get:64 http://deb.debian.org/debian unstable/main arm64 liblz4-1 arm64 1.9.4-3 [55.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libstdc%2b%2b6_14.1.0-5_arm64.deb
Get:65 http://deb.debian.org/debian unstable/main arm64 libstdc++6 arm64 14.1.0-5 [637 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/apt/libapt-pkg6.0t64_2.9.7_arm64.deb
Get:66 http://deb.debian.org/debian unstable/main arm64 libapt-pkg6.0t64 arm64 2.9.7 [921 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2023.4_all.deb
Get:67 http://deb.debian.org/debian unstable/main arm64 debian-archive-keyring all 2023.4 [161 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nettle/libnettle8t64_3.10-1_arm64.deb
Get:68 http://deb.debian.org/debian unstable/main arm64 libnettle8t64 arm64 3.10-1 [308 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nettle/libhogweed6t64_3.10-1_arm64.deb
Get:69 http://deb.debian.org/debian unstable/main arm64 libhogweed6t64 arm64 3.10-1 [331 kB]

proxy download: http://deb.debian.org/debian/pool/main/libu/libunistring/libunistring5_1.2-1_arm64.deb
Get:70 http://deb.debian.org/debian unstable/main arm64 libunistring5 arm64 1.2-1 [402 kB]

proxy download: http://deb.debian.org/debian/pool/main/libi/libidn2/libidn2-0_2.3.7-2_arm64.deb
Get:71 http://deb.debian.org/debian unstable/main arm64 libidn2-0 arm64 2.3.7-2 [127 kB]

proxy download: http://deb.debian.org/debian/pool/main/libf/libffi/libffi8_3.4.6-1_arm64.deb
Get:72 http://deb.debian.org/debian unstable/main arm64 libffi8 arm64 3.4.6-1 [20.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/p11-kit/libp11-kit0_0.25.5-2_arm64.deb
Get:73 http://deb.debian.org/debian unstable/main arm64 libp11-kit0 arm64 0.25.5-2 [406 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtasn1-6/libtasn1-6_4.19.0-3%2bb2_arm64.deb
Get:74 http://deb.debian.org/debian unstable/main arm64 libtasn1-6 arm64 4.19.0-3+b2 [46.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gnutls28/libgnutls30t64_3.8.6-2_arm64.deb
Get:75 http://deb.debian.org/debian unstable/main arm64 libgnutls30t64 arm64 3.8.6-2 [1353 kB]

proxy download: http://deb.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.5-1%2bb1_arm64.deb
Get:76 http://deb.debian.org/debian unstable/main arm64 libseccomp2 arm64 2.5.5-1+b1 [46.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/apt/apt_2.9.7_arm64.deb
Get:77 http://deb.debian.org/debian unstable/main arm64 apt arm64 2.9.7 [1329 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/perl/perl-modules-5.38_5.38.2-5_all.deb
Get:78 http://deb.debian.org/debian unstable/main arm64 perl-modules-5.38 all 5.38.2-5 [2905 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gdbm/libgdbm6t64_1.23-6_arm64.deb
Get:79 http://deb.debian.org/debian unstable/main arm64 libgdbm6t64 arm64 1.23-6 [71.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gdbm/libgdbm-compat4t64_1.23-6_arm64.deb
Get:80 http://deb.debian.org/debian unstable/main arm64 libgdbm-compat4t64 arm64 1.23-6 [48.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/perl/libperl5.38t64_5.38.2-5_arm64.deb
Get:81 http://deb.debian.org/debian unstable/main arm64 libperl5.38t64 arm64 5.38.2-5 [4119 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/perl/perl_5.38.2-5_arm64.deb
Get:82 http://deb.debian.org/debian unstable/main arm64 perl arm64 5.38.2-5 [236 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libn/libnumber-compare-perl/libnumber-compare-perl_0.03-3_all.deb
Get:83 http://deb.debian.org/debian unstable/main arm64 libnumber-compare-perl all 0.03-3 [6332 B]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtext-glob-perl/libtext-glob-perl_0.11-3_all.deb
Get:84 http://deb.debian.org/debian unstable/main arm64 libtext-glob-perl all 0.11-3 [7676 B]
proxy cached: http://deb.debian.org/debian/pool/main/libf/libfile-find-rule-perl/libfile-find-rule-perl_0.34-3_all.deb
Get:85 http://deb.debian.org/debian unstable/main arm64 libfile-find-rule-perl all 0.34-3 [26.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/usrmerge/usrmerge_39_all.deb
Get:86 http://deb.debian.org/debian unstable/main arm64 usrmerge all 39 [13.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/usrmerge/usr-is-merged_39_all.deb
Get:87 http://deb.debian.org/debian unstable/main arm64 usr-is-merged all 39 [5572 B]
proxy cached: http://deb.debian.org/debian/pool/main/i/init-system-helpers/init-system-helpers_1.66_all.deb
Get:88 http://deb.debian.org/debian unstable/main arm64 init-system-helpers all 1.66 [39.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc-bin_2.39-6_arm64.deb
Get:89 http://deb.debian.org/debian unstable/main arm64 libc-bin arm64 2.39-6 [529 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-base_6.5-2_all.deb
Get:90 http://deb.debian.org/debian unstable/main arm64 ncurses-base all 6.5-2 [270 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/sysvinit/sysvinit-utils_3.09-2_arm64.deb
Get:91 http://deb.debian.org/debian unstable/main arm64 sysvinit-utils arm64 3.09-2 [32.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libcom-err2_1.47.1-1_arm64.deb
Get:92 http://deb.debian.org/debian unstable/main arm64 libcom-err2 arm64 1.47.1-1 [22.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libext2fs2t64_1.47.1-1_arm64.deb
Get:93 http://deb.debian.org/debian unstable/main arm64 libext2fs2t64 arm64 1.47.1-1 [201 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libss2_1.47.1-1_arm64.deb
Get:94 http://deb.debian.org/debian unstable/main arm64 libss2 arm64 1.47.1-1 [27.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/logsave_1.47.1-1_arm64.deb
Get:95 http://deb.debian.org/debian unstable/main arm64 logsave arm64 1.47.1-1 [22.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/e2fsprogs_1.47.1-1_arm64.deb
Get:96 http://deb.debian.org/debian unstable/main arm64 e2fsprogs arm64 1.47.1-1 [558 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/mount_2.40.2-2_arm64.deb
Get:97 http://deb.debian.org/debian unstable/main arm64 mount arm64 2.40.2-2 [152 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/apparmor/libapparmor1_3.1.7-1%2bb1_arm64.deb
Get:98 http://deb.debian.org/debian unstable/main arm64 libapparmor1 arm64 3.1.7-1+b1 [41.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libsystemd-shared_256.4-2_arm64.deb
Get:99 http://deb.debian.org/debian unstable/main arm64 libsystemd-shared arm64 256.4-2 [1833 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/systemd_256.4-2_arm64.deb
Get:100 http://deb.debian.org/debian unstable/main arm64 systemd arm64 256.4-2 [3254 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/cron/cron-daemon-common_3.0pl1-189_all.deb
Get:101 http://deb.debian.org/debian unstable/main arm64 cron-daemon-common all 3.0pl1-189 [16.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_0.0.24_all.deb
Get:102 http://deb.debian.org/debian unstable/main arm64 sensible-utils all 0.0.24 [24.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cron/cron_3.0pl1-189_arm64.deb
Get:103 http://deb.debian.org/debian unstable/main arm64 cron arm64 3.0pl1-189 [84.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/systemd-sysv_256.4-2_arm64.deb
Get:104 http://deb.debian.org/debian unstable/main arm64 systemd-sysv arm64 256.4-2 [57.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/init-system-helpers/init_1.66_arm64.deb
Get:105 http://deb.debian.org/debian unstable/main arm64 init arm64 1.66 [6004 B]

proxy download: http://deb.debian.org/debian/pool/main/d/dbus/libdbus-1-3_1.14.10-4%2bb1_arm64.deb
Get:106 http://deb.debian.org/debian unstable/main arm64 libdbus-1-3 arm64 1.14.10-4+b1 [195 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dbus/dbus-bin_1.14.10-4%2bb1_arm64.deb
Get:107 http://deb.debian.org/debian unstable/main arm64 dbus-bin arm64 1.14.10-4+b1 [105 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dbus/dbus-session-bus-common_1.14.10-4_all.deb
Get:108 http://deb.debian.org/debian unstable/main arm64 dbus-session-bus-common all 1.14.10-4 [79.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/expat/libexpat1_2.6.2-1_arm64.deb
Get:109 http://deb.debian.org/debian unstable/main arm64 libexpat1 arm64 2.6.2-1 [88.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dbus/dbus-daemon_1.14.10-4%2bb1_arm64.deb
Get:110 http://deb.debian.org/debian unstable/main arm64 dbus-daemon arm64 1.14.10-4+b1 [177 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dbus/dbus-system-bus-common_1.14.10-4_all.deb
Get:111 http://deb.debian.org/debian unstable/main arm64 dbus-system-bus-common all 1.14.10-4 [80.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dbus/dbus_1.14.10-4%2bb1_arm64.deb
Get:112 http://deb.debian.org/debian unstable/main arm64 dbus arm64 1.14.10-4+b1 [97.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/libl/liblocale-gettext-perl/liblocale-gettext-perl_1.07-7_arm64.deb
Get:113 http://deb.debian.org/debian unstable/main arm64 liblocale-gettext-perl arm64 1.07-7 [14.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3.12/libpython3.12-minimal_3.12.4-3_arm64.deb
Get:114 http://deb.debian.org/debian unstable/main arm64 libpython3.12-minimal arm64 3.12.4-3 [805 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3.12/python3.12-minimal_3.12.4-3_arm64.deb
Get:115 http://deb.debian.org/debian unstable/main arm64 python3.12-minimal arm64 3.12.4-3 [1920 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3-defaults/python3-minimal_3.12.4-1_arm64.deb
Get:116 http://deb.debian.org/debian unstable/main arm64 python3-minimal arm64 3.12.4-1 [26.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/media-types/media-types_10.1.0_all.deb
Get:117 http://deb.debian.org/debian unstable/main arm64 media-types all 10.1.0 [26.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/netbase/netbase_6.4_all.deb
Get:118 http://deb.debian.org/debian unstable/main arm64 netbase all 6.4 [12.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/tzdata/tzdata_2024a-4_all.deb
Get:119 http://deb.debian.org/debian unstable/main arm64 tzdata all 2024a-4 [255 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/ncurses/libncursesw6_6.5-2_arm64.deb
Get:120 http://deb.debian.org/debian unstable/main arm64 libncursesw6 arm64 6.5-2 [124 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/readline/readline-common_8.2-4_all.deb
Get:121 http://deb.debian.org/debian unstable/main arm64 readline-common all 8.2-4 [69.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/readline/libreadline8t64_8.2-4_arm64.deb
Get:122 http://deb.debian.org/debian unstable/main arm64 libreadline8t64 arm64 8.2-4 [157 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/sqlite3/libsqlite3-0_3.46.0-1_arm64.deb
Get:123 http://deb.debian.org/debian unstable/main arm64 libsqlite3-0 arm64 3.46.0-1 [843 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3.12/libpython3.12-stdlib_3.12.4-3_arm64.deb
Get:124 http://deb.debian.org/debian unstable/main arm64 libpython3.12-stdlib arm64 3.12.4-3 [1887 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3.12/python3.12_3.12.4-3_arm64.deb
Get:125 http://deb.debian.org/debian unstable/main arm64 python3.12 arm64 3.12.4-3 [664 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3-defaults/libpython3-stdlib_3.12.4-1_arm64.deb
Get:126 http://deb.debian.org/debian unstable/main arm64 libpython3-stdlib arm64 3.12.4-1 [9500 B]

proxy download: http://deb.debian.org/debian/pool/main/p/python3-defaults/python3_3.12.4-1_arm64.deb
Get:127 http://deb.debian.org/debian unstable/main arm64 python3 arm64 3.12.4-1 [27.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/tasksel/tasksel-data_3.75_all.deb
Get:128 http://deb.debian.org/debian unstable/main arm64 tasksel-data all 3.75 [18.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/tasksel/tasksel_3.75_all.deb
Get:129 http://deb.debian.org/debian unstable/main arm64 tasksel all 3.75 [50.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/apt/apt-utils_2.9.7_arm64.deb
Get:130 http://deb.debian.org/debian unstable/main arm64 apt-utils arm64 2.9.7 [306 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cpio/cpio_2.15%2bdfsg-2_arm64.deb
Get:131 http://deb.debian.org/debian unstable/main arm64 cpio arm64 2.15+dfsg-2 [247 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtext-charwidth-perl/libtext-charwidth-perl_0.04-11%2bb3_arm64.deb
Get:132 http://deb.debian.org/debian unstable/main arm64 libtext-charwidth-perl arm64 0.04-11+b3 [9568 B]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtext-iconv-perl/libtext-iconv-perl_1.7-8%2bb3_arm64.deb
Get:133 http://deb.debian.org/debian unstable/main arm64 libtext-iconv-perl arm64 1.7-8+b3 [14.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtext-wrapi18n-perl/libtext-wrapi18n-perl_0.06-10_all.deb
Get:134 http://deb.debian.org/debian unstable/main arm64 libtext-wrapi18n-perl all 0.06-10 [8808 B]
proxy cached: http://deb.debian.org/debian/pool/main/d/debconf/debconf-i18n_1.5.87_all.deb
Get:135 http://deb.debian.org/debian unstable/main arm64 debconf-i18n all 1.5.87 [196 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dmidecode/dmidecode_3.6-1_arm64.deb
Get:136 http://deb.debian.org/debian unstable/main arm64 dmidecode arm64 3.6-1 [57.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libfdisk1_2.40.2-2_arm64.deb
Get:137 http://deb.debian.org/debian unstable/main arm64 libfdisk1 arm64 2.40.2-2 [197 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/fdisk_2.40.2-2_arm64.deb
Get:138 http://deb.debian.org/debian unstable/main arm64 fdisk arm64 2.40.2-2 [149 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/elfutils/libelf1t64_0.191-2_arm64.deb
Get:139 http://deb.debian.org/debian unstable/main arm64 libelf1t64 arm64 0.191-2 [188 kB]

proxy download: http://deb.debian.org/debian/pool/main/libb/libbpf/libbpf1_1.4.5-1_arm64.deb
Get:140 http://deb.debian.org/debian unstable/main arm64 libbpf1 arm64 1:1.4.5-1 [153 kB]

proxy download: http://deb.debian.org/debian/pool/main/libm/libmnl/libmnl0_1.0.5-2%2bb1_arm64.deb
Get:141 http://deb.debian.org/debian unstable/main arm64 libmnl0 arm64 1.0.5-2+b1 [12.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/libkrb5support0_1.21.3-3_arm64.deb
Get:142 http://deb.debian.org/debian unstable/main arm64 libkrb5support0 arm64 1.21.3-3 [32.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/libk5crypto3_1.21.3-3_arm64.deb
Get:143 http://deb.debian.org/debian unstable/main arm64 libk5crypto3 arm64 1.21.3-3 [80.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/keyutils/libkeyutils1_1.6.3-3_arm64.deb
Get:144 http://deb.debian.org/debian unstable/main arm64 libkeyutils1 arm64 1.6.3-3 [9112 B]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/libkrb5-3_1.21.3-3_arm64.deb
Get:145 http://deb.debian.org/debian unstable/main arm64 libkrb5-3 arm64 1.21.3-3 [310 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/libgssapi-krb5-2_1.21.3-3_arm64.deb
Get:146 http://deb.debian.org/debian unstable/main arm64 libgssapi-krb5-2 arm64 1.21.3-3 [126 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc-common_1.3.4%2bds-1.3_all.deb
Get:147 http://deb.debian.org/debian unstable/main arm64 libtirpc-common all 1.3.4+ds-1.3 [10.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc3t64_1.3.4%2bds-1.3_arm64.deb
Get:148 http://deb.debian.org/debian unstable/main arm64 libtirpc3t64 arm64 1.3.4+ds-1.3 [78.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/iptables/libxtables12_1.8.10-4_arm64.deb
Get:149 http://deb.debian.org/debian unstable/main arm64 libxtables12 arm64 1.8.10-4 [30.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/libc/libcap2/libcap2-bin_2.66-5_arm64.deb
Get:150 http://deb.debian.org/debian unstable/main arm64 libcap2-bin arm64 1:2.66-5 [34.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/iproute2/iproute2_6.10.0-1_arm64.deb
Get:151 http://deb.debian.org/debian unstable/main arm64 iproute2 arm64 6.10.0-1 [1027 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/ifupdown/ifupdown_0.8.43_arm64.deb
Get:152 http://deb.debian.org/debian unstable/main arm64 ifupdown arm64 0.8.43 [59.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/iputils/iputils-ping_20240117-1_arm64.deb
Get:153 http://deb.debian.org/debian unstable/main arm64 iputils-ping arm64 3:20240117-1 [47.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/isc-dhcp/isc-dhcp-client_4.4.3-P1-5_arm64.deb
Get:154 http://deb.debian.org/debian unstable/main arm64 isc-dhcp-client arm64 4.4.3-P1-5 [995 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/isc-dhcp/isc-dhcp-common_4.4.3-P1-5_arm64.deb
Get:155 http://deb.debian.org/debian unstable/main arm64 isc-dhcp-common arm64 4.4.3-P1-5 [118 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/kmod/libkmod2_32%2b20240611-1_arm64.deb
Get:156 http://deb.debian.org/debian unstable/main arm64 libkmod2 arm64 32+20240611-1 [57.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/kmod/kmod_32%2b20240611-1_arm64.deb
Get:157 http://deb.debian.org/debian unstable/main arm64 kmod arm64 32+20240611-1 [91.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/less/less_643-1_arm64.deb
Get:158 http://deb.debian.org/debian unstable/main arm64 less arm64 643-1 [144 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/popt/libpopt0_1.19%2bdfsg-1%2bb1_arm64.deb
Get:159 http://deb.debian.org/debian unstable/main arm64 libpopt0 arm64 1.19+dfsg-1+b1 [42.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/logrotate/logrotate_3.22.0-1_arm64.deb
Get:160 http://deb.debian.org/debian unstable/main arm64 logrotate arm64 3.22.0-1 [58.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nano/nano_8.1-1_arm64.deb
Get:161 http://deb.debian.org/debian unstable/main arm64 nano arm64 8.1-1 [658 kB]

proxy download: http://deb.debian.org/debian/pool/main/j/jansson/libjansson4_2.14-2%2bb2_arm64.deb
Get:162 http://deb.debian.org/debian unstable/main arm64 libjansson4 arm64 2.14-2+b2 [39.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/libn/libnftnl/libnftnl11_1.2.7-1_arm64.deb
Get:163 http://deb.debian.org/debian unstable/main arm64 libnftnl11 arm64 1.2.7-1 [60.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nftables/libnftables1_1.1.0-2_arm64.deb
Get:164 http://deb.debian.org/debian unstable/main arm64 libnftables1 arm64 1.1.0-2 [302 kB]

proxy download: http://deb.debian.org/debian/pool/main/libe/libedit/libedit2_3.1-20240517-1_arm64.deb
Get:165 http://deb.debian.org/debian unstable/main arm64 libedit2 arm64 3.1-20240517-1 [88.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nftables/nftables_1.1.0-2_arm64.deb
Get:166 http://deb.debian.org/debian unstable/main arm64 nftables arm64 1.1.0-2 [73.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/procps/libproc2-0_4.0.4-5_arm64.deb
Get:167 http://deb.debian.org/debian unstable/main arm64 libproc2-0 arm64 2:4.0.4-5 [61.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/procps/procps_4.0.4-5_arm64.deb
Get:168 http://deb.debian.org/debian unstable/main arm64 procps arm64 2:4.0.4-5 [868 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/udev_256.4-2_arm64.deb
Get:169 http://deb.debian.org/debian unstable/main arm64 udev arm64 256.4-2 [1810 kB]
proxy cached: http://deb.debian.org/debian/pool/main/v/vim/vim-common_9.1.0496-1_all.deb
Get:170 http://deb.debian.org/debian unstable/main arm64 vim-common all 2:9.1.0496-1 [412 kB]

proxy download: http://deb.debian.org/debian/pool/main/v/vim/vim-tiny_9.1.0496-1%2bb1_arm64.deb
Get:171 http://deb.debian.org/debian unstable/main arm64 vim-tiny arm64 2:9.1.0496-1+b1 [679 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/slang2/libslang2_2.3.3-5_arm64.deb
Get:172 http://deb.debian.org/debian unstable/main arm64 libslang2 arm64 2.3.3-5 [505 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/newt/libnewt0.52_0.52.24-2%2bb1_arm64.deb
Get:173 http://deb.debian.org/debian unstable/main arm64 libnewt0.52 arm64 0.52.24-2+b1 [56.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/newt/whiptail_0.52.24-2%2bb1_arm64.deb
Get:174 http://deb.debian.org/debian unstable/main arm64 whiptail arm64 0.52.24-2+b1 [24.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-apt/python-apt-common_2.9.0_all.deb
Get:175 http://deb.debian.org/debian unstable/main arm64 python-apt-common all 2.9.0 [66.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/distro-info-data/distro-info-data_0.62_all.deb
Get:176 http://deb.debian.org/debian unstable/main arm64 distro-info-data all 0.62 [6344 B]

proxy download: http://deb.debian.org/debian/pool/main/p/python-apt/python3-apt_2.9.0%2bb1_arm64.deb
Get:177 http://deb.debian.org/debian unstable/main arm64 python3-apt arm64 2.9.0+b1 [160 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debconf/python3-debconf_1.5.87_all.deb
Get:178 http://deb.debian.org/debian unstable/main arm64 python3-debconf all 1.5.87 [4232 B]
proxy cached: http://deb.debian.org/debian/pool/main/u/ucf/ucf_3.0043%2bnmu1_all.deb
Get:179 http://deb.debian.org/debian unstable/main arm64 ucf all 3.0043+nmu1 [55.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/apt-listchanges/apt-listchanges_3.27_all.deb
Get:180 http://deb.debian.org/debian unstable/main arm64 apt-listchanges all 3.27 [104 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/bash-completion/bash-completion_2.14.0-1_all.deb
Get:181 http://deb.debian.org/debian unstable/main arm64 bash-completion all 1:2.14.0-1 [305 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/fstrm/libfstrm0_0.6.1-1%2bb2_arm64.deb
Get:182 http://deb.debian.org/debian unstable/main arm64 libfstrm0 arm64 0.6.1-1+b2 [20.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/j/jemalloc/libjemalloc2_5.3.0-2%2bb1_arm64.deb
Get:183 http://deb.debian.org/debian unstable/main arm64 libjemalloc2 arm64 5.3.0-2+b1 [218 kB]

proxy download: http://deb.debian.org/debian/pool/main/j/json-c/libjson-c5_0.17-1%2bb1_arm64.deb
Get:184 http://deb.debian.org/debian unstable/main arm64 libjson-c5 arm64 0.17-1+b1 [43.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/lmdb/liblmdb0_0.9.31-1%2bb1_arm64.deb
Get:185 http://deb.debian.org/debian unstable/main arm64 liblmdb0 arm64 0.9.31-1+b1 [43.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/libm/libmaxminddb/libmaxminddb0_1.9.1-1_arm64.deb
Get:186 http://deb.debian.org/debian unstable/main arm64 libmaxminddb0 arm64 1.9.1-1 [30.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nghttp2/libnghttp2-14_1.62.1-2_arm64.deb
Get:187 http://deb.debian.org/debian unstable/main arm64 libnghttp2-14 arm64 1.62.1-2 [71.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/protobuf-c/libprotobuf-c1_1.4.1-1%2bb2_arm64.deb
Get:188 http://deb.debian.org/debian unstable/main arm64 libprotobuf-c1 arm64 1.4.1-1+b2 [26.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/libu/liburcu/liburcu8t64_0.14.0-4_arm64.deb
Get:189 http://deb.debian.org/debian unstable/main arm64 liburcu8t64 arm64 0.14.0-4 [71.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/libu/libuv1/libuv1t64_1.48.0-5_arm64.deb
Get:190 http://deb.debian.org/debian unstable/main arm64 libuv1t64 arm64 1.48.0-5 [142 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/icu/libicu72_72.1-5_arm64.deb
Get:191 http://deb.debian.org/debian unstable/main arm64 libicu72 arm64 72.1-5 [9224 kB]

proxy download: http://deb.debian.org/debian/pool/main/libx/libxml2/libxml2_2.12.7%2bdfsg-3%2bb1_arm64.deb
Get:192 http://deb.debian.org/debian unstable/main arm64 libxml2 arm64 2.12.7+dfsg-3+b1 [609 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bind9/bind9-libs_9.20.0-2_arm64.deb
Get:193 http://deb.debian.org/debian unstable/main arm64 bind9-libs arm64 1:9.20.0-2 [1342 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bind9/bind9-host_9.20.0-2_arm64.deb
Get:194 http://deb.debian.org/debian unstable/main arm64 bind9-host arm64 1:9.20.0-2 [316 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bind9/bind9-dnsutils_9.20.0-2_arm64.deb
Get:195 http://deb.debian.org/debian unstable/main arm64 bind9-dnsutils arm64 1:9.20.0-2 [420 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bzip2/bzip2_1.0.8-5.1_arm64.deb
Get:196 http://deb.debian.org/debian unstable/main arm64 bzip2 arm64 1.0.8-5.1 [39.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/o/openssl/openssl_3.3.1-2_arm64.deb
Get:197 http://deb.debian.org/debian unstable/main arm64 openssl arm64 3.3.1-2 [1346 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/ca-certificates/ca-certificates_20240203_all.deb
Get:198 http://deb.debian.org/debian unstable/main arm64 ca-certificates all 20240203 [158 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debian-faq/debian-faq_11.1_all.deb
Get:199 http://deb.debian.org/debian unstable/main arm64 debian-faq all 11.1 [500 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/doc-debian/doc-debian_11.3%2bnmu1_all.deb
Get:200 http://deb.debian.org/debian unstable/main arm64 doc-debian all 11.3+nmu1 [156 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/file/libmagic-mgc_5.45-3_arm64.deb
Get:201 http://deb.debian.org/debian unstable/main arm64 libmagic-mgc arm64 1:5.45-3 [314 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/file/libmagic1t64_5.45-3_arm64.deb
Get:202 http://deb.debian.org/debian unstable/main arm64 libmagic1t64 arm64 1:5.45-3 [100 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/file/file_5.45-3_arm64.deb
Get:203 http://deb.debian.org/debian unstable/main arm64 file arm64 1:5.45-3 [43.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gettext/gettext-base_0.22.5-2_arm64.deb
Get:204 http://deb.debian.org/debian unstable/main arm64 gettext-base arm64 0.22.5-2 [198 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/uchardet/libuchardet0_0.0.8-1%2bb1_arm64.deb
Get:205 http://deb.debian.org/debian unstable/main arm64 libuchardet0 arm64 0.0.8-1+b1 [69.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/groff/groff-base_1.23.0-5_arm64.deb
Get:206 http://deb.debian.org/debian unstable/main arm64 groff-base arm64 1.23.0-5 [1129 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/inetutils/inetutils-telnet_2.5-5_arm64.deb
Get:207 http://deb.debian.org/debian unstable/main arm64 inetutils-telnet arm64 2:2.5-5 [117 kB]
proxy cached: http://deb.debian.org/debian/pool/main/k/krb5/krb5-locales_1.21.3-3_all.deb
Get:208 http://deb.debian.org/debian unstable/main arm64 krb5-locales all 1.21.3-3 [101 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/libc-l10n_2.39-6_all.deb
Get:209 http://deb.debian.org/debian unstable/main arm64 libc-l10n all 2.39-6 [719 kB]

proxy download: http://deb.debian.org/debian/pool/main/libl/liblockfile/liblockfile-bin_1.17-1%2bb1_arm64.deb
Get:210 http://deb.debian.org/debian unstable/main arm64 liblockfile-bin arm64 1.17-1+b1 [20.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libnss-systemd_256.4-2_arm64.deb
Get:211 http://deb.debian.org/debian unstable/main arm64 libnss-systemd arm64 256.4-2 [188 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libpam-systemd_256.4-2_arm64.deb
Get:212 http://deb.debian.org/debian unstable/main arm64 libpam-systemd arm64 256.4-2 [259 kB]

proxy download: http://deb.debian.org/debian/pool/main/w/wtmpdb/libwtmpdb0_0.13.0-1_arm64.deb
Get:213 http://deb.debian.org/debian unstable/main arm64 libwtmpdb0 arm64 0.13.0-1 [8532 B]

proxy download: http://deb.debian.org/debian/pool/main/w/wtmpdb/libpam-wtmpdb_0.13.0-1_arm64.deb
Get:214 http://deb.debian.org/debian unstable/main arm64 libpam-wtmpdb arm64 0.13.0-1 [8276 B]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/locales_2.39-6_all.deb
Get:215 http://deb.debian.org/debian unstable/main arm64 locales all 2.39-6 [3902 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/lsof/lsof_4.95.0-1.1_arm64.deb
Get:216 http://deb.debian.org/debian unstable/main arm64 lsof arm64 4.95.0-1.1 [310 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/bsdextrautils_2.40.2-2_arm64.deb
Get:217 http://deb.debian.org/debian unstable/main arm64 bsdextrautils arm64 2.40.2-2 [95.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/libp/libpipeline/libpipeline1_1.5.7-2_arm64.deb
Get:218 http://deb.debian.org/debian unstable/main arm64 libpipeline1 arm64 1.5.7-2 [36.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/man-db/man-db_2.12.1-2_arm64.deb
Get:219 http://deb.debian.org/debian unstable/main arm64 man-db arm64 2.12.1-2 [1394 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/manpages/manpages_6.8-2_all.deb
Get:220 http://deb.debian.org/debian unstable/main arm64 manpages all 6.8-2 [1389 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-term_6.5-2_all.deb
Get:221 http://deb.debian.org/debian unstable/main arm64 ncurses-term all 6.5-2 [513 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/netcat/netcat-traditional_1.10-48.1_arm64.deb
Get:222 http://deb.debian.org/debian unstable/main arm64 netcat-traditional arm64 1.10-48.1 [62.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/libc/libcbor/libcbor0.10_0.10.2-1.2_arm64.deb
Get:223 http://deb.debian.org/debian unstable/main arm64 libcbor0.10 arm64 0.10.2-1.2 [27.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/libf/libfido2/libfido2-1_1.15.0-1_arm64.deb
Get:224 http://deb.debian.org/debian unstable/main arm64 libfido2-1 arm64 1.15.0-1 [74.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/o/openssh/openssh-client_9.8p1-2_arm64.deb
Get:225 http://deb.debian.org/debian unstable/main arm64 openssh-client arm64 1:9.8p1-2 [901 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pci.ids/pci.ids_0.0%7e2024.06.23-1_all.deb
Get:226 http://deb.debian.org/debian unstable/main arm64 pci.ids all 0.0~2024.06.23-1 [259 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pciutils/libpci3_3.13.0-1_arm64.deb
Get:227 http://deb.debian.org/debian unstable/main arm64 libpci3 arm64 1:3.13.0-1 [71.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pciutils/pciutils_3.13.0-1_arm64.deb
Get:228 http://deb.debian.org/debian unstable/main arm64 pciutils arm64 1:3.13.0-1 [122 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/setuptools/python3-pkg-resources_70.3.0-2_all.deb
Get:229 http://deb.debian.org/debian unstable/main arm64 python3-pkg-resources all 70.3.0-2 [264 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/chardet/python3-chardet_5.2.0%2bdfsg-1_all.deb
Get:230 http://deb.debian.org/debian unstable/main arm64 python3-chardet all 5.2.0+dfsg-1 [107 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-debian/python3-debian_0.1.49_all.deb
Get:231 http://deb.debian.org/debian unstable/main arm64 python3-debian all 0.1.49 [115 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-debianbts/python3-debianbts_4.1.1_all.deb
Get:232 http://deb.debian.org/debian unstable/main arm64 python3-debianbts all 4.1.1 [12.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-certifi/python3-certifi_2024.6.2-1_all.deb
Get:233 http://deb.debian.org/debian unstable/main arm64 python3-certifi all 2024.6.2-1 [157 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-charset-normalizer/python3-charset-normalizer_3.3.2-2_arm64.deb
Get:234 http://deb.debian.org/debian unstable/main arm64 python3-charset-normalizer arm64 3.3.2-2 [110 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-idna/python3-idna_3.6-2.1_all.deb
Get:235 http://deb.debian.org/debian unstable/main arm64 python3-idna all 3.6-2.1 [38.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-urllib3/python3-urllib3_2.0.7-2_all.deb
Get:236 http://deb.debian.org/debian unstable/main arm64 python3-urllib3 all 2.0.7-2 [111 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/requests/python3-requests_2.32.3%2bdfsg-1_all.deb
Get:237 http://deb.debian.org/debian unstable/main arm64 python3-requests all 2.32.3+dfsg-1 [71.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/reportbug/python3-reportbug_13.0.1_all.deb
Get:238 http://deb.debian.org/debian unstable/main arm64 python3-reportbug all 13.0.1 [78.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/reportbug/reportbug_13.0.1_all.deb
Get:239 http://deb.debian.org/debian unstable/main arm64 reportbug all 13.0.1 [63.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/systemd-timesyncd_256.4-2_arm64.deb
Get:240 http://deb.debian.org/debian unstable/main arm64 systemd-timesyncd arm64 256.4-2 [82.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/t/traceroute/traceroute_2.1.5-1_arm64.deb
Get:241 http://deb.debian.org/debian unstable/main arm64 traceroute arm64 1:2.1.5-1 [52.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/util-linux-extra_2.40.2-2_arm64.deb
Get:242 http://deb.debian.org/debian unstable/main arm64 util-linux-extra arm64 2.40.2-2 [256 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/scowl/wamerican_2020.12.07-2_all.deb
Get:243 http://deb.debian.org/debian unstable/main arm64 wamerican all 2020.12.07-2 [221 kB]

proxy download: http://deb.debian.org/debian/pool/main/libp/libpsl/libpsl5t64_0.21.2-1.1_arm64.deb
Get:244 http://deb.debian.org/debian unstable/main arm64 libpsl5t64 arm64 0.21.2-1.1 [56.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/w/wget/wget_1.24.5-2_arm64.deb
Get:245 http://deb.debian.org/debian unstable/main arm64 wget arm64 1.24.5-2 [966 kB]

proxy download: http://deb.debian.org/debian/pool/main/w/wtmpdb/wtmpdb_0.13.0-1_arm64.deb
Get:246 http://deb.debian.org/debian unstable/main arm64 wtmpdb arm64 0.13.0-1 [14.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/x/xz-utils/xz-utils_5.6.2-2_arm64.deb
Get:247 http://deb.debian.org/debian unstable/main arm64 xz-utils arm64 5.6.2-2 [521 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/binutils-common_2.42.90.20240720-2_arm64.deb
Get:248 http://deb.debian.org/debian unstable/main arm64 binutils-common arm64 2.42.90.20240720-2 [2598 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/libsframe1_2.42.90.20240720-2_arm64.deb
Get:249 http://deb.debian.org/debian unstable/main arm64 libsframe1 arm64 2.42.90.20240720-2 [75.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/libbinutils_2.42.90.20240720-2_arm64.deb
Get:250 http://deb.debian.org/debian unstable/main arm64 libbinutils arm64 2.42.90.20240720-2 [652 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/libctf-nobfd0_2.42.90.20240720-2_arm64.deb
Get:251 http://deb.debian.org/debian unstable/main arm64 libctf-nobfd0 arm64 2.42.90.20240720-2 [149 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/libctf0_2.42.90.20240720-2_arm64.deb
Get:252 http://deb.debian.org/debian unstable/main arm64 libctf0 arm64 2.42.90.20240720-2 [82.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/libgprofng0_2.42.90.20240720-2_arm64.deb
Get:253 http://deb.debian.org/debian unstable/main arm64 libgprofng0 arm64 2.42.90.20240720-2 [679 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/binutils-aarch64-linux-gnu_2.42.90.20240720-2_arm64.deb
Get:254 http://deb.debian.org/debian unstable/main arm64 binutils-aarch64-linux-gnu arm64 2.42.90.20240720-2 [2759 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/binutils_2.42.90.20240720-2_arm64.deb
Get:255 http://deb.debian.org/debian unstable/main arm64 binutils arm64 2.42.90.20240720-2 [81.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc-dev-bin_2.39-6_arm64.deb
Get:256 http://deb.debian.org/debian unstable/main arm64 libc-dev-bin arm64 2.39-6 [50.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/linux/linux-libc-dev_6.9.12-1_all.deb
Get:257 http://deb.debian.org/debian unstable/main arm64 linux-libc-dev all 6.9.12-1 [2355 kB]

proxy download: http://deb.debian.org/debian/pool/main/libx/libxcrypt/libcrypt-dev_4.4.36-4_arm64.deb
Get:258 http://deb.debian.org/debian unstable/main arm64 libcrypt-dev arm64 1:4.4.36-4 [121 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/rpcsvc-proto/rpcsvc-proto_1.4.3-1_arm64.deb
Get:259 http://deb.debian.org/debian unstable/main arm64 rpcsvc-proto arm64 1.4.3-1 [59.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc6-dev_2.39-6_arm64.deb
Get:260 http://deb.debian.org/debian unstable/main arm64 libc6-dev arm64 2.39-6 [1480 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/isl/libisl23_0.26-3%2bb2_arm64.deb
Get:261 http://deb.debian.org/debian unstable/main arm64 libisl23 arm64 0.26-3+b2 [592 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/mpfr4/libmpfr6_4.2.1-1%2bb1_arm64.deb
Get:262 http://deb.debian.org/debian unstable/main arm64 libmpfr6 arm64 4.2.1-1+b1 [674 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/mpclib3/libmpc3_1.3.1-1%2bb2_arm64.deb
Get:263 http://deb.debian.org/debian unstable/main arm64 libmpc3 arm64 1.3.1-1+b2 [50.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/cpp-14-aarch64-linux-gnu_14.1.0-5_arm64.deb
Get:264 http://deb.debian.org/debian unstable/main arm64 cpp-14-aarch64-linux-gnu arm64 14.1.0-5 [9162 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/cpp-14_14.1.0-5_arm64.deb
Get:265 http://deb.debian.org/debian unstable/main arm64 cpp-14 arm64 14.1.0-5 [1280 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/cpp-aarch64-linux-gnu_14.1.0-2_arm64.deb
Get:266 http://deb.debian.org/debian unstable/main arm64 cpp-aarch64-linux-gnu arm64 4:14.1.0-2 [4792 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/cpp_14.1.0-2_arm64.deb
Get:267 http://deb.debian.org/debian unstable/main arm64 cpp arm64 4:14.1.0-2 [1572 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libcc1-0_14.1.0-5_arm64.deb
Get:268 http://deb.debian.org/debian unstable/main arm64 libcc1-0 arm64 14.1.0-5 [41.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libgomp1_14.1.0-5_arm64.deb
Get:269 http://deb.debian.org/debian unstable/main arm64 libgomp1 arm64 14.1.0-5 [123 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libitm1_14.1.0-5_arm64.deb
Get:270 http://deb.debian.org/debian unstable/main arm64 libitm1 arm64 14.1.0-5 [24.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libatomic1_14.1.0-5_arm64.deb
Get:271 http://deb.debian.org/debian unstable/main arm64 libatomic1 arm64 14.1.0-5 [10.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libasan8_14.1.0-5_arm64.deb
Get:272 http://deb.debian.org/debian unstable/main arm64 libasan8 arm64 14.1.0-5 [2578 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/liblsan0_14.1.0-5_arm64.deb
Get:273 http://deb.debian.org/debian unstable/main arm64 liblsan0 arm64 14.1.0-5 [1162 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libtsan2_14.1.0-5_arm64.deb
Get:274 http://deb.debian.org/debian unstable/main arm64 libtsan2 arm64 14.1.0-5 [2386 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libubsan1_14.1.0-5_arm64.deb
Get:275 http://deb.debian.org/debian unstable/main arm64 libubsan1 arm64 14.1.0-5 [1040 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libhwasan0_14.1.0-5_arm64.deb
Get:276 http://deb.debian.org/debian unstable/main arm64 libhwasan0 arm64 14.1.0-5 [1443 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libgcc-14-dev_14.1.0-5_arm64.deb
Get:277 http://deb.debian.org/debian unstable/main arm64 libgcc-14-dev arm64 14.1.0-5 [2365 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/gcc-14-aarch64-linux-gnu_14.1.0-5_arm64.deb
Get:278 http://deb.debian.org/debian unstable/main arm64 gcc-14-aarch64-linux-gnu arm64 14.1.0-5 [17.7 MB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/gcc-14_14.1.0-5_arm64.deb
Get:279 http://deb.debian.org/debian unstable/main arm64 gcc-14 arm64 14.1.0-5 [507 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/gcc-aarch64-linux-gnu_14.1.0-2_arm64.deb
Get:280 http://deb.debian.org/debian unstable/main arm64 gcc-aarch64-linux-gnu arm64 4:14.1.0-2 [1440 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/gcc_14.1.0-2_arm64.deb
Get:281 http://deb.debian.org/debian unstable/main arm64 gcc arm64 4:14.1.0-2 [5136 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libstdc%2b%2b-14-dev_14.1.0-5_arm64.deb
Get:282 http://deb.debian.org/debian unstable/main arm64 libstdc++-14-dev arm64 14.1.0-5 [2261 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/g%2b%2b-14-aarch64-linux-gnu_14.1.0-5_arm64.deb
Get:283 http://deb.debian.org/debian unstable/main arm64 g++-14-aarch64-linux-gnu arm64 14.1.0-5 [10.1 MB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/g%2b%2b-14_14.1.0-5_arm64.deb
Get:284 http://deb.debian.org/debian unstable/main arm64 g++-14 arm64 14.1.0-5 [18.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/g%2b%2b-aarch64-linux-gnu_14.1.0-2_arm64.deb
Get:285 http://deb.debian.org/debian unstable/main arm64 g++-aarch64-linux-gnu arm64 4:14.1.0-2 [1200 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/g%2b%2b_14.1.0-2_arm64.deb
Get:286 http://deb.debian.org/debian unstable/main arm64 g++ arm64 4:14.1.0-2 [1328 B]

proxy download: http://deb.debian.org/debian/pool/main/m/make-dfsg/make_4.3-4.1_arm64.deb
Get:287 http://deb.debian.org/debian unstable/main arm64 make arm64 4.3-4.1 [391 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dpkg/libdpkg-perl_1.22.11_all.deb
Get:288 http://deb.debian.org/debian unstable/main arm64 libdpkg-perl all 1.22.11 [644 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/patch/patch_2.7.6-7_arm64.deb
Get:289 http://deb.debian.org/debian unstable/main arm64 patch arm64 2.7.6-7 [121 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dpkg/dpkg-dev_1.22.11_all.deb
Get:290 http://deb.debian.org/debian unstable/main arm64 dpkg-dev all 1.22.11 [1332 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/build-essential/build-essential_12.10_arm64.deb
Get:291 http://deb.debian.org/debian unstable/main arm64 build-essential arm64 12.10 [4516 B]

proxy download: http://deb.debian.org/debian/pool/main/b/busybox/busybox_1.36.1-9_arm64.deb
Get:292 http://deb.debian.org/debian unstable/main arm64 busybox arm64 1:1.36.1-9 [452 kB]

proxy download: http://deb.debian.org/debian/pool/main/libe/libeatmydata/libeatmydata1_131-2_arm64.deb
Get:293 http://deb.debian.org/debian unstable/main arm64 libeatmydata1 arm64 131-2 [7188 B]
proxy cached: http://deb.debian.org/debian/pool/main/libe/libeatmydata/eatmydata_131-2_all.deb
Get:294 http://deb.debian.org/debian unstable/main arm64 eatmydata all 131-2 [7532 B]

proxy download: http://deb.debian.org/debian/pool/main/f/fakechroot/libfakechroot_2.20.1%2bds-17_arm64.deb
Get:295 http://deb.debian.org/debian unstable/main arm64 libfakechroot arm64 2.20.1+ds-17 [41.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/fakechroot/fakechroot_2.20.1%2bds-17_all.deb
Get:296 http://deb.debian.org/debian unstable/main arm64 fakechroot all 2.20.1+ds-17 [26.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/fakeroot/libfakeroot_1.35.1-1_arm64.deb
Get:297 http://deb.debian.org/debian unstable/main arm64 libfakeroot arm64 1.35.1-1 [29.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.35.1-1_arm64.deb
Get:298 http://deb.debian.org/debian unstable/main arm64 fakeroot arm64 1.35.1-1 [74.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/liba/libassuan/libassuan0_2.5.6-1%2bb1_arm64.deb
Get:299 http://deb.debian.org/debian unstable/main arm64 libassuan0 arm64 2.5.6-1+b1 [48.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gnupg2/gpgconf_2.2.43-8_arm64.deb
Get:300 http://deb.debian.org/debian unstable/main arm64 gpgconf arm64 2.2.43-8 [112 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gnupg2/gpg_2.2.43-8_arm64.deb
Get:301 http://deb.debian.org/debian unstable/main arm64 gpg arm64 2.2.43-8 [477 kB]
Fetched 162 MB in 2min 43s (992 kB/s)
Download complete and in download only mode
Reading package lists...
running cleanupapt
does not exist: ./shared/cache.A/apt/var/cache/apt/archives/*.deb
does not exist: ./shared/cache.A/apt/var/cache/apt/archives/partial/*.deb
does not exist: ./shared/cache.A/apt/var/cache/apt/*.bin
does not exist: ./shared/cache.A/apt/var/lib/apt/lists/lock
does not exist: ./shared/cache.A/apt/etc/apt/sources.list.d/*
does not exist: ./shared/cache.A/apt/etc/apt/preferences.d/*
creating mirror for unstable
contents of /etc/apt/sources.list:
deb [arch=i386] http://deb.debian.org/debian unstable main
proxy cached: http://deb.debian.org/debian/dists/unstable/InRelease
Get:1 http://deb.debian.org/debian unstable InRelease [198 kB]

proxy download: http://deb.debian.org/debian/dists/unstable/main/binary-i386/by-hash/SHA256/0f7f8fbc7eec0efbaacda8b2232c8b00c44b24ffbd49a1397044a6fe0e42f75e
Get:2 http://deb.debian.org/debian unstable/main i386 Packages [9730 kB]
Fetched 9928 kB in 11s (889 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
The following additional packages will be installed:
  bind9-libs binutils binutils-common binutils-i686-linux-gnu bsdextrautils
  cpp cpp-14 cpp-14-i686-linux-gnu cpp-i686-linux-gnu dbus-bin dbus-daemon
  dbus-session-bus-common dbus-system-bus-common distro-info-data dpkg-dev g++
  g++-14 g++-14-i686-linux-gnu g++-i686-linux-gnu gcc gcc-14 gcc-14-base
  gcc-14-i686-linux-gnu gcc-i686-linux-gnu gpgconf libacl1 libapparmor1
  libapt-pkg6.0t64 libasan8 libassuan0 libatomic1 libattr1 libaudit-common
  libaudit1 libbinutils libblkid1 libbpf1 libbsd0 libbz2-1.0 libc-dev-bin
  libc6 libc6-dev libcap-ng0 libcap2 libcap2-bin libcbor0.10 libcc1-0
  libcom-err2 libcrypt-dev libcrypt1 libctf-nobfd0 libctf0 libdb5.3t64
  libdbus-1-3 libdebconfclient0 libdpkg-perl libeatmydata1 libedit2 libelf1t64
  libexpat1 libext2fs2t64 libfakechroot libfakeroot libfdisk1 libffi8
  libfido2-1 libfile-find-rule-perl libfstrm0 libgcc-14-dev libgcc-s1
  libgcrypt20 libgdbm-compat4t64 libgdbm6t64 libgmp10 libgnutls30t64 libgomp1
  libgpg-error0 libgprofng0 libgssapi-krb5-2 libhogweed6t64 libicu72 libidn2-0
  libisl23 libitm1 libjansson4 libjemalloc2 libjson-c5 libk5crypto3
  libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 liblmdb0
  liblocale-gettext-perl liblz4-1 liblzma5 libmagic-mgc libmagic1t64
  libmaxminddb0 libmd0 libmnl0 libmount1 libmpc3 libmpfr6 libncursesw6
  libnettle8t64 libnewt0.52 libnftables1 libnftnl11 libnghttp2-14
  libnumber-compare-perl libp11-kit0 libpam0g libpci3 libpcre2-8-0
  libperl5.38t64 libpipeline1 libpopt0 libproc2-0 libprotobuf-c1 libpsl5t64
  libpython3-stdlib libpython3.12-minimal libpython3.12-stdlib libquadmath0
  libreadline8t64 libseccomp2 libselinux1 libsemanage-common libsemanage2
  libsepol2 libsframe1 libslang2 libsmartcols1 libsqlite3-0 libss2 libssl3t64
  libstdc++-14-dev libstdc++6 libsystemd-shared libsystemd0 libtasn1-6
  libtext-charwidth-perl libtext-glob-perl libtext-iconv-perl
  libtext-wrapi18n-perl libtinfo6 libtirpc-common libtirpc3t64 libubsan1
  libuchardet0 libudev1 libunistring5 liburcu8t64 libuuid1 libuv1t64
  libwtmpdb0 libxml2 libxtables12 libxxhash0 libzstd1 linux-libc-dev logsave
  make openssl patch pci.ids perl-modules-5.38 python-apt-common python3
  python3-apt python3-certifi python3-chardet python3-charset-normalizer
  python3-debconf python3-debian python3-debianbts python3-idna
  python3-minimal python3-pkg-resources python3-requests python3-urllib3
  python3.12 python3.12-minimal rpcsvc-proto tasksel zlib1g
Suggested packages:
  quota apt-doc aptitude | synaptic | wajig gnupg | gnupg2 | gnupg1
  powermgmt-base default-mta | mail-transport-agent python3-gi www-browser
  x-terminal-emulator bash-doc binutils-doc gprofng-gui bzip2-doc
  libarchive-dev cpp-doc gcc-14-locales cpp-14-doc anacron checksecurity
  supercat bat default-dbus-session-bus | dbus-session-bus debconf-doc
  debconf-kde-helper debconf-utils libgtk3-perl libnet-ldap-perl
  libterm-readline-gnu-perl pdf-viewer diffutils-doc wdiff postscript-viewer
  debsig-verify debian-keyring gpart parted fuse2fs e2fsck-static g++-multilib
  g++-14-multilib gcc-14-doc gcc-multilib manpages-dev autoconf automake
  libtool flex bison gdb gcc-doc gcc-14-multilib gdb-i686-linux-gnu gnupg
  groff ppp rdnssd resolvconf avahi-autoipd isc-dhcp-client-ddns libc-devtools
  glibc-doc libnss-nis libnss-nisplus gnupg | sq | sqop | pgpainless-cli
  | sequoia-chameleon-gnupg git bzr rng-tools gdbm-l10n gnutls-bin krb5-doc
  krb5-user mmdb-bin cryptsetup-bin libcryptsetup12 libtss2-rc0t64 libpam-doc
  libstdc++-14-doc libarchive13t64 libdw1t64 libip4tc2 libpwquality1
  libqrencode4 uuid-runtime bsd-mailx | mailx make-doc apparmor nfs-common
  hunspell firewalld keychain libpam-ssh monkeysphere ssh-askpass ed perl-doc
  libterm-readline-gnu-perl | libterm-readline-perl-perl
  libtap-harness-archive-perl python3-doc python3-tk python3-venv
  python-apt-doc python-charset-normalizer-doc python3-setuptools
  python3-cryptography python3-openssl python3-socks python-requests-doc
  python3-brotli python3.12-venv python3.12-doc binfmt-support readline-doc
  claws-mail debsums default-mta | postfix | exim4 | mail-transport-agent
  dlocate emacs-bin-common gnupg | pgp python3-urwid reportbug-gtk xdg-utils
  systemd-container systemd-homed systemd-userdbd systemd-boot
  systemd-resolved systemd-repart libtss2-tcti-device0 polkitd ncompress
  tar-scripts tar-doc dosfstools kbd util-linux-locales indent
Recommended packages:
  default-mta | mail-transport-agent gnupg | sq | sqop | pgpainless-cli
  | sequoia-chameleon-gnupg libalgorithm-merge-perl e2fsprogs-l10n gnupg
  manpages-dev libpam-cap libfile-fcntllock-perl libgpg-error-l10n libgpm2
  libfribidi0 dbus-user-session publicsuffix xauth psmisc
  linux-sysctl-defaults lsb-release iso-codes zstd systemd-cryptsetup
  laptop-detect xxd
The following NEW packages will be installed:
  adduser apt apt-listchanges apt-utils base-files base-passwd bash
  bash-completion bind9-dnsutils bind9-host bind9-libs binutils
  binutils-common binutils-i686-linux-gnu bsdextrautils bsdutils
  build-essential busybox bzip2 ca-certificates coreutils cpio cpp cpp-14
  cpp-14-i686-linux-gnu cpp-i686-linux-gnu cron cron-daemon-common dash dbus
  dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common debconf
  debconf-i18n debian-archive-keyring debian-faq debianutils diffutils
  distro-info-data dmidecode doc-debian dpkg dpkg-dev e2fsprogs eatmydata
  fakechroot fakeroot fdisk file findutils g++ g++-14 g++-14-i686-linux-gnu
  g++-i686-linux-gnu gcc gcc-14 gcc-14-base gcc-14-i686-linux-gnu
  gcc-i686-linux-gnu gettext-base gpg gpgconf gpgv grep groff-base gzip
  hostname ifupdown inetutils-telnet init init-system-helpers iproute2
  iputils-ping isc-dhcp-client isc-dhcp-common kmod krb5-locales less libacl1
  libapparmor1 libapt-pkg6.0t64 libasan8 libassuan0 libatomic1 libattr1
  libaudit-common libaudit1 libbinutils libblkid1 libbpf1 libbsd0 libbz2-1.0
  libc-bin libc-dev-bin libc-l10n libc6 libc6-dev libcap-ng0 libcap2
  libcap2-bin libcbor0.10 libcc1-0 libcom-err2 libcrypt-dev libcrypt1
  libctf-nobfd0 libctf0 libdb5.3t64 libdbus-1-3 libdebconfclient0 libdpkg-perl
  libeatmydata1 libedit2 libelf1t64 libexpat1 libext2fs2t64 libfakechroot
  libfakeroot libfdisk1 libffi8 libfido2-1 libfile-find-rule-perl libfstrm0
  libgcc-14-dev libgcc-s1 libgcrypt20 libgdbm-compat4t64 libgdbm6t64 libgmp10
  libgnutls30t64 libgomp1 libgpg-error0 libgprofng0 libgssapi-krb5-2
  libhogweed6t64 libicu72 libidn2-0 libisl23 libitm1 libjansson4 libjemalloc2
  libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0
  liblmdb0 liblocale-gettext-perl liblockfile-bin liblz4-1 liblzma5
  libmagic-mgc libmagic1t64 libmaxminddb0 libmd0 libmnl0 libmount1 libmpc3
  libmpfr6 libncursesw6 libnettle8t64 libnewt0.52 libnftables1 libnftnl11
  libnghttp2-14 libnss-systemd libnumber-compare-perl libp11-kit0
  libpam-modules libpam-modules-bin libpam-runtime libpam-systemd
  libpam-wtmpdb libpam0g libpci3 libpcre2-8-0 libperl5.38t64 libpipeline1
  libpopt0 libproc2-0 libprotobuf-c1 libpsl5t64 libpython3-stdlib
  libpython3.12-minimal libpython3.12-stdlib libquadmath0 libreadline8t64
  libseccomp2 libselinux1 libsemanage-common libsemanage2 libsepol2 libsframe1
  libslang2 libsmartcols1 libsqlite3-0 libss2 libssl3t64 libstdc++-14-dev
  libstdc++6 libsystemd-shared libsystemd0 libtasn1-6 libtext-charwidth-perl
  libtext-glob-perl libtext-iconv-perl libtext-wrapi18n-perl libtinfo6
  libtirpc-common libtirpc3t64 libubsan1 libuchardet0 libudev1 libunistring5
  liburcu8t64 libuuid1 libuv1t64 libwtmpdb0 libxml2 libxtables12 libxxhash0
  libzstd1 linux-libc-dev locales login logrotate logsave lsof make man-db
  manpages mawk media-types mount nano ncurses-base ncurses-bin ncurses-term
  netbase netcat-traditional nftables openssh-client openssl passwd patch
  pci.ids pciutils perl perl-base perl-modules-5.38 procps python-apt-common
  python3 python3-apt python3-certifi python3-chardet
  python3-charset-normalizer python3-debconf python3-debian python3-debianbts
  python3-idna python3-minimal python3-pkg-resources python3-reportbug
  python3-requests python3-urllib3 python3.12 python3.12-minimal
  readline-common reportbug rpcsvc-proto sed sensible-utils systemd
  systemd-sysv systemd-timesyncd sysvinit-utils tar tasksel tasksel-data
  traceroute tzdata ucf udev usr-is-merged usrmerge util-linux
  util-linux-extra vim-common vim-tiny wamerican wget whiptail wtmpdb xz-utils
  zlib1g

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/gcc-14-base_14.2.0-1_i386.deb
0 upgraded, 299 newly installed, 0 to remove and 0 not upgraded.
Need to get 175 MB of archives.
After this operation, 674 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian unstable/main i386 gcc-14-base i386 14.2.0-1 [45.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc6_2.39-6_i386.deb
Get:2 http://deb.debian.org/debian unstable/main i386 libc6 i386 2.39-6 [2650 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libgcc-s1_14.2.0-1_i386.deb
Get:3 http://deb.debian.org/debian unstable/main i386 libgcc-s1 i386 14.2.0-1 [88.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/mawk/mawk_1.3.4.20240622-2_i386.deb
Get:4 http://deb.debian.org/debian unstable/main i386 mawk i386 1.3.4.20240622-2 [139 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/base-files/base-files_13.5_i386.deb
Get:5 http://deb.debian.org/debian unstable/main i386 base-files i386 13.5 [72.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/ncurses/libtinfo6_6.5-2_i386.deb
Get:6 http://deb.debian.org/debian unstable/main i386 libtinfo6 i386 6.5-2 [346 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/debianutils/debianutils_5.20_i386.deb
Get:7 http://deb.debian.org/debian unstable/main i386 debianutils i386 5.20 [89.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bash/bash_5.2.21-2.1_i386.deb
Get:8 http://deb.debian.org/debian unstable/main i386 bash i386 5.2.21-2.1 [1527 kB]

proxy download: http://deb.debian.org/debian/pool/main/libc/libcap2/libcap2_2.66-5_i386.deb
Get:9 http://deb.debian.org/debian unstable/main i386 libcap2 i386 1:2.66-5 [28.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libsystemd0_256.4-2_i386.deb
Get:10 http://deb.debian.org/debian unstable/main i386 libsystemd0 i386 256.4-2 [405 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/bsdutils_2.40.2-2_i386.deb
Get:11 http://deb.debian.org/debian unstable/main i386 bsdutils i386 1:2.40.2-2 [110 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/acl/libacl1_2.3.2-2_i386.deb
Get:12 http://deb.debian.org/debian unstable/main i386 libacl1 i386 2.3.2-2 [34.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/attr/libattr1_2.5.2-1_i386.deb
Get:13 http://deb.debian.org/debian unstable/main i386 libattr1 i386 1:2.5.2-1 [22.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gmp/libgmp10_6.3.0%2bdfsg-2%2bb1_i386.deb
Get:14 http://deb.debian.org/debian unstable/main i386 libgmp10 i386 2:6.3.0+dfsg-2+b1 [571 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pcre2/libpcre2-8-0_10.42-4%2bb1_i386.deb
Get:15 http://deb.debian.org/debian unstable/main i386 libpcre2-8-0 i386 10.42-4+b1 [259 kB]

proxy download: http://deb.debian.org/debian/pool/main/libs/libselinux/libselinux1_3.5-2%2bb3_i386.deb
Get:16 http://deb.debian.org/debian unstable/main i386 libselinux1 i386 3.5-2+b3 [78.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/libz/libzstd/libzstd1_1.5.6%2bdfsg-1_i386.deb
Get:17 http://deb.debian.org/debian unstable/main i386 libzstd1 i386 1.5.6+dfsg-1 [286 kB]

proxy download: http://deb.debian.org/debian/pool/main/z/zlib/zlib1g_1.3.dfsg%2breally1.3.1-1_i386.deb
Get:18 http://deb.debian.org/debian unstable/main i386 zlib1g i386 1:1.3.dfsg+really1.3.1-1 [83.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/o/openssl/libssl3t64_3.3.1-2_i386.deb
Get:19 http://deb.debian.org/debian unstable/main i386 libssl3t64 i386 3.3.1-2 [2275 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/coreutils/coreutils_9.4-3.1_i386.deb
Get:20 http://deb.debian.org/debian unstable/main i386 coreutils i386 9.4-3.1 [3016 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dash/dash_0.5.12-9_i386.deb
Get:21 http://deb.debian.org/debian unstable/main i386 dash i386 0.5.12-9 [97.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/diffutils/diffutils_3.10-1_i386.deb
Get:22 http://deb.debian.org/debian unstable/main i386 diffutils i386 1:3.10-1 [381 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bzip2/libbz2-1.0_1.0.8-5.1_i386.deb
Get:23 http://deb.debian.org/debian unstable/main i386 libbz2-1.0 i386 1.0.8-5.1 [37.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/x/xz-utils/liblzma5_5.6.2-2_i386.deb
Get:24 http://deb.debian.org/debian unstable/main i386 liblzma5 i386 5.6.2-2 [264 kB]

proxy download: http://deb.debian.org/debian/pool/main/libm/libmd/libmd0_1.1.0-2_i386.deb
Get:25 http://deb.debian.org/debian unstable/main i386 libmd0 i386 1.1.0-2 [38.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/t/tar/tar_1.35%2bdfsg-3_i386.deb
Get:26 http://deb.debian.org/debian unstable/main i386 tar i386 1.35+dfsg-3 [836 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dpkg/dpkg_1.22.11_i386.deb
Get:27 http://deb.debian.org/debian unstable/main i386 dpkg i386 1.22.11 [1556 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/findutils/findutils_4.10.0-2_i386.deb
Get:28 http://deb.debian.org/debian unstable/main i386 findutils i386 4.10.0-2 [712 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/grep/grep_3.11-4_i386.deb
Get:29 http://deb.debian.org/debian unstable/main i386 grep i386 3.11-4 [437 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gzip/gzip_1.12-1.1_i386.deb
Get:30 http://deb.debian.org/debian unstable/main i386 gzip i386 1.12-1.1 [134 kB]

proxy download: http://deb.debian.org/debian/pool/main/h/hostname/hostname_3.23%2bnmu2_i386.deb
Get:31 http://deb.debian.org/debian unstable/main i386 hostname i386 3.23+nmu2 [10.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-bin_6.5-2_i386.deb
Get:32 http://deb.debian.org/debian unstable/main i386 ncurses-bin i386 6.5-2 [436 kB]

proxy download: http://deb.debian.org/debian/pool/main/libx/libxcrypt/libcrypt1_4.4.36-4_i386.deb
Get:33 http://deb.debian.org/debian unstable/main i386 libcrypt1 i386 1:4.4.36-4 [95.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/perl/perl-base_5.38.2-5_i386.deb
Get:34 http://deb.debian.org/debian unstable/main i386 perl-base i386 5.38.2-5 [1748 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/sed/sed_4.9-2_i386.deb
Get:35 http://deb.debian.org/debian unstable/main i386 sed i386 4.9-2 [333 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/audit/libaudit-common_3.1.2-4_all.deb
Get:36 http://deb.debian.org/debian unstable/main i386 libaudit-common all 1:3.1.2-4 [11.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/libc/libcap-ng/libcap-ng0_0.8.5-1%2bb1_i386.deb
Get:37 http://deb.debian.org/debian unstable/main i386 libcap-ng0 i386 0.8.5-1+b1 [17.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/audit/libaudit1_3.1.2-4%2bb1_i386.deb
Get:38 http://deb.debian.org/debian unstable/main i386 libaudit1 i386 1:3.1.2-4+b1 [50.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/db5.3/libdb5.3t64_5.3.28%2bdfsg2-7_i386.deb
Get:39 http://deb.debian.org/debian unstable/main i386 libdb5.3t64 i386 5.3.28+dfsg2-7 [759 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debconf/debconf_1.5.87_all.deb
Get:40 http://deb.debian.org/debian unstable/main i386 debconf all 1.5.87 [119 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pam/libpam0g_1.5.3-7_i386.deb
Get:41 http://deb.debian.org/debian unstable/main i386 libpam0g i386 1.5.3-7 [70.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pam/libpam-modules-bin_1.5.3-7_i386.deb
Get:42 http://deb.debian.org/debian unstable/main i386 libpam-modules-bin i386 1.5.3-7 [56.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pam/libpam-modules_1.5.3-7_i386.deb
Get:43 http://deb.debian.org/debian unstable/main i386 libpam-modules i386 1.5.3-7 [278 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pam/libpam-runtime_1.5.3-7_all.deb
Get:44 http://deb.debian.org/debian unstable/main i386 libpam-runtime all 1.5.3-7 [140 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libblkid1_2.40.2-2_i386.deb
Get:45 http://deb.debian.org/debian unstable/main i386 libblkid1 i386 2.40.2-2 [182 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libmount1_2.40.2-2_i386.deb
Get:46 http://deb.debian.org/debian unstable/main i386 libmount1 i386 2.40.2-2 [212 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libsmartcols1_2.40.2-2_i386.deb
Get:47 http://deb.debian.org/debian unstable/main i386 libsmartcols1 i386 2.40.2-2 [146 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libudev1_256.4-2_i386.deb
Get:48 http://deb.debian.org/debian unstable/main i386 libudev1 i386 256.4-2 [147 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libuuid1_2.40.2-2_i386.deb
Get:49 http://deb.debian.org/debian unstable/main i386 libuuid1 i386 2.40.2-2 [36.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/util-linux_2.40.2-2_i386.deb
Get:50 http://deb.debian.org/debian unstable/main i386 util-linux i386 2.40.2-2 [1249 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cdebconf/libdebconfclient0_0.272_i386.deb
Get:51 http://deb.debian.org/debian unstable/main i386 libdebconfclient0 i386 0.272 [10.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/base-passwd/base-passwd_3.6.4_i386.deb
Get:52 http://deb.debian.org/debian unstable/main i386 base-passwd i386 3.6.4 [51.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/libb/libbsd/libbsd0_0.12.2-1_i386.deb
Get:53 http://deb.debian.org/debian unstable/main i386 libbsd0 i386 0.12.2-1 [134 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/shadow/login_4.15.3-3_i386.deb
Get:54 http://deb.debian.org/debian unstable/main i386 login i386 1:4.15.3-3 [568 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libsemanage/libsemanage-common_3.5-1_all.deb
Get:55 http://deb.debian.org/debian unstable/main i386 libsemanage-common all 3.5-1 [9908 B]

proxy download: http://deb.debian.org/debian/pool/main/libs/libsepol/libsepol2_3.5-2%2bb1_i386.deb
Get:56 http://deb.debian.org/debian unstable/main i386 libsepol2 i386 3.5-2+b1 [299 kB]

proxy download: http://deb.debian.org/debian/pool/main/libs/libsemanage/libsemanage2_3.5-1%2bb4_i386.deb
Get:57 http://deb.debian.org/debian unstable/main i386 libsemanage2 i386 3.5-1+b4 [97.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/shadow/passwd_4.15.3-3_i386.deb
Get:58 http://deb.debian.org/debian unstable/main i386 passwd i386 1:4.15.3-3 [980 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/adduser/adduser_3.137_all.deb
Get:59 http://deb.debian.org/debian unstable/main i386 adduser all 3.137 [140 kB]

proxy download: http://deb.debian.org/debian/pool/main/libg/libgpg-error/libgpg-error0_1.50-2_i386.deb
Get:60 http://deb.debian.org/debian unstable/main i386 libgpg-error0 i386 1.50-2 [86.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/libg/libgcrypt20/libgcrypt20_1.11.0-5_i386.deb
Get:61 http://deb.debian.org/debian unstable/main i386 libgcrypt20 i386 1.11.0-5 [800 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gnupg2/gpgv_2.2.43-8_i386.deb
Get:62 http://deb.debian.org/debian unstable/main i386 gpgv i386 2.2.43-8 [237 kB]

proxy download: http://deb.debian.org/debian/pool/main/x/xxhash/libxxhash0_0.8.2-2%2bb1_i386.deb
Get:63 http://deb.debian.org/debian unstable/main i386 libxxhash0 i386 0.8.2-2+b1 [39.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/lz4/liblz4-1_1.9.4-3_i386.deb
Get:64 http://deb.debian.org/debian unstable/main i386 liblz4-1 i386 1.9.4-3 [60.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libstdc%2b%2b6_14.2.0-1_i386.deb
Get:65 http://deb.debian.org/debian unstable/main i386 libstdc++6 i386 14.2.0-1 [765 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/apt/libapt-pkg6.0t64_2.9.7_i386.deb
Get:66 http://deb.debian.org/debian unstable/main i386 libapt-pkg6.0t64 i386 2.9.7 [1127 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2023.4_all.deb
Get:67 http://deb.debian.org/debian unstable/main i386 debian-archive-keyring all 2023.4 [161 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nettle/libnettle8t64_3.10-1_i386.deb
Get:68 http://deb.debian.org/debian unstable/main i386 libnettle8t64 i386 3.10-1 [316 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nettle/libhogweed6t64_3.10-1_i386.deb
Get:69 http://deb.debian.org/debian unstable/main i386 libhogweed6t64 i386 3.10-1 [337 kB]

proxy download: http://deb.debian.org/debian/pool/main/libu/libunistring/libunistring5_1.2-1_i386.deb
Get:70 http://deb.debian.org/debian unstable/main i386 libunistring5 i386 1.2-1 [433 kB]

proxy download: http://deb.debian.org/debian/pool/main/libi/libidn2/libidn2-0_2.3.7-2_i386.deb
Get:71 http://deb.debian.org/debian unstable/main i386 libidn2-0 i386 2.3.7-2 [129 kB]

proxy download: http://deb.debian.org/debian/pool/main/libf/libffi/libffi8_3.4.6-1_i386.deb
Get:72 http://deb.debian.org/debian unstable/main i386 libffi8 i386 3.4.6-1 [21.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/p11-kit/libp11-kit0_0.25.5-2_i386.deb
Get:73 http://deb.debian.org/debian unstable/main i386 libp11-kit0 i386 0.25.5-2 [424 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtasn1-6/libtasn1-6_4.19.0-3%2bb2_i386.deb
Get:74 http://deb.debian.org/debian unstable/main i386 libtasn1-6 i386 4.19.0-3+b2 [50.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gnutls28/libgnutls30t64_3.8.6-2_i386.deb
Get:75 http://deb.debian.org/debian unstable/main i386 libgnutls30t64 i386 3.8.6-2 [1443 kB]

proxy download: http://deb.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.5-1%2bb1_i386.deb
Get:76 http://deb.debian.org/debian unstable/main i386 libseccomp2 i386 2.5.5-1+b1 [49.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/apt/apt_2.9.7_i386.deb
Get:77 http://deb.debian.org/debian unstable/main i386 apt i386 2.9.7 [1427 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/perl/perl-modules-5.38_5.38.2-5_all.deb
Get:78 http://deb.debian.org/debian unstable/main i386 perl-modules-5.38 all 5.38.2-5 [2905 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gdbm/libgdbm6t64_1.23-6_i386.deb
Get:79 http://deb.debian.org/debian unstable/main i386 libgdbm6t64 i386 1.23-6 [77.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gdbm/libgdbm-compat4t64_1.23-6_i386.deb
Get:80 http://deb.debian.org/debian unstable/main i386 libgdbm-compat4t64 i386 1.23-6 [49.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/perl/libperl5.38t64_5.38.2-5_i386.deb
Get:81 http://deb.debian.org/debian unstable/main i386 libperl5.38t64 i386 5.38.2-5 [3919 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/perl/perl_5.38.2-5_i386.deb
Get:82 http://deb.debian.org/debian unstable/main i386 perl i386 5.38.2-5 [236 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libn/libnumber-compare-perl/libnumber-compare-perl_0.03-3_all.deb
Get:83 http://deb.debian.org/debian unstable/main i386 libnumber-compare-perl all 0.03-3 [6332 B]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtext-glob-perl/libtext-glob-perl_0.11-3_all.deb
Get:84 http://deb.debian.org/debian unstable/main i386 libtext-glob-perl all 0.11-3 [7676 B]
proxy cached: http://deb.debian.org/debian/pool/main/libf/libfile-find-rule-perl/libfile-find-rule-perl_0.34-3_all.deb
Get:85 http://deb.debian.org/debian unstable/main i386 libfile-find-rule-perl all 0.34-3 [26.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/usrmerge/usrmerge_39_all.deb
Get:86 http://deb.debian.org/debian unstable/main i386 usrmerge all 39 [13.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/usrmerge/usr-is-merged_39_all.deb
Get:87 http://deb.debian.org/debian unstable/main i386 usr-is-merged all 39 [5572 B]
proxy cached: http://deb.debian.org/debian/pool/main/i/init-system-helpers/init-system-helpers_1.66_all.deb

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc-bin_2.39-6_i386.deb
Get:88 http://deb.debian.org/debian unstable/main i386 init-system-helpers all 1.66 [39.0 kB]
Get:89 http://deb.debian.org/debian unstable/main i386 libc-bin i386 2.39-6 [634 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-base_6.5-2_all.deb
Get:90 http://deb.debian.org/debian unstable/main i386 ncurses-base all 6.5-2 [270 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/sysvinit/sysvinit-utils_3.09-2_i386.deb
Get:91 http://deb.debian.org/debian unstable/main i386 sysvinit-utils i386 3.09-2 [33.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libcom-err2_1.47.1-1_i386.deb
Get:92 http://deb.debian.org/debian unstable/main i386 libcom-err2 i386 1.47.1-1 [23.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libext2fs2t64_1.47.1-1_i386.deb
Get:93 http://deb.debian.org/debian unstable/main i386 libext2fs2t64 i386 1.47.1-1 [236 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libss2_1.47.1-1_i386.deb
Get:94 http://deb.debian.org/debian unstable/main i386 libss2 i386 1.47.1-1 [28.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/logsave_1.47.1-1_i386.deb
Get:95 http://deb.debian.org/debian unstable/main i386 logsave i386 1.47.1-1 [22.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/e2fsprogs/e2fsprogs_1.47.1-1_i386.deb
Get:96 http://deb.debian.org/debian unstable/main i386 e2fsprogs i386 1.47.1-1 [624 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/mount_2.40.2-2_i386.deb
Get:97 http://deb.debian.org/debian unstable/main i386 mount i386 2.40.2-2 [160 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/apparmor/libapparmor1_3.1.7-1%2bb1_i386.deb
Get:98 http://deb.debian.org/debian unstable/main i386 libapparmor1 i386 3.1.7-1+b1 [43.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libsystemd-shared_256.4-2_i386.deb
Get:99 http://deb.debian.org/debian unstable/main i386 libsystemd-shared i386 256.4-2 [2118 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/systemd_256.4-2_i386.deb
Get:100 http://deb.debian.org/debian unstable/main i386 systemd i386 256.4-2 [3492 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/cron/cron-daemon-common_3.0pl1-189_all.deb
Get:101 http://deb.debian.org/debian unstable/main i386 cron-daemon-common all 3.0pl1-189 [16.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_0.0.24_all.deb
Get:102 http://deb.debian.org/debian unstable/main i386 sensible-utils all 0.0.24 [24.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cron/cron_3.0pl1-189_i386.deb
Get:103 http://deb.debian.org/debian unstable/main i386 cron i386 3.0pl1-189 [87.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/systemd-sysv_256.4-2_i386.deb
Get:104 http://deb.debian.org/debian unstable/main i386 systemd-sysv i386 256.4-2 [57.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/init-system-helpers/init_1.66_i386.deb
Get:105 http://deb.debian.org/debian unstable/main i386 init i386 1.66 [6004 B]

proxy download: http://deb.debian.org/debian/pool/main/d/dbus/libdbus-1-3_1.14.10-4%2bb1_i386.deb
Get:106 http://deb.debian.org/debian unstable/main i386 libdbus-1-3 i386 1.14.10-4+b1 [217 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dbus/dbus-bin_1.14.10-4%2bb1_i386.deb
Get:107 http://deb.debian.org/debian unstable/main i386 dbus-bin i386 1.14.10-4+b1 [107 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dbus/dbus-session-bus-common_1.14.10-4_all.deb
Get:108 http://deb.debian.org/debian unstable/main i386 dbus-session-bus-common all 1.14.10-4 [79.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/expat/libexpat1_2.6.2-1_i386.deb
Get:109 http://deb.debian.org/debian unstable/main i386 libexpat1 i386 2.6.2-1 [107 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dbus/dbus-daemon_1.14.10-4%2bb1_i386.deb
Get:110 http://deb.debian.org/debian unstable/main i386 dbus-daemon i386 1.14.10-4+b1 [195 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dbus/dbus-system-bus-common_1.14.10-4_all.deb
Get:111 http://deb.debian.org/debian unstable/main i386 dbus-system-bus-common all 1.14.10-4 [80.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dbus/dbus_1.14.10-4%2bb1_i386.deb
Get:112 http://deb.debian.org/debian unstable/main i386 dbus i386 1.14.10-4+b1 [101 kB]

proxy download: http://deb.debian.org/debian/pool/main/libl/liblocale-gettext-perl/liblocale-gettext-perl_1.07-7_i386.deb
Get:113 http://deb.debian.org/debian unstable/main i386 liblocale-gettext-perl i386 1.07-7 [15.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3.12/libpython3.12-minimal_3.12.4-3_i386.deb
Get:114 http://deb.debian.org/debian unstable/main i386 libpython3.12-minimal i386 3.12.4-3 [811 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3.12/python3.12-minimal_3.12.4-3_i386.deb
Get:115 http://deb.debian.org/debian unstable/main i386 python3.12-minimal i386 3.12.4-3 [2222 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3-defaults/python3-minimal_3.12.4-1_i386.deb
Get:116 http://deb.debian.org/debian unstable/main i386 python3-minimal i386 3.12.4-1 [26.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/media-types/media-types_10.1.0_all.deb
Get:117 http://deb.debian.org/debian unstable/main i386 media-types all 10.1.0 [26.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/netbase/netbase_6.4_all.deb
Get:118 http://deb.debian.org/debian unstable/main i386 netbase all 6.4 [12.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/tzdata/tzdata_2024a-4_all.deb
Get:119 http://deb.debian.org/debian unstable/main i386 tzdata all 2024a-4 [255 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/ncurses/libncursesw6_6.5-2_i386.deb
Get:120 http://deb.debian.org/debian unstable/main i386 libncursesw6 i386 6.5-2 [147 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/readline/readline-common_8.2-4_all.deb
Get:121 http://deb.debian.org/debian unstable/main i386 readline-common all 8.2-4 [69.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/readline/libreadline8t64_8.2-4_i386.deb
Get:122 http://deb.debian.org/debian unstable/main i386 libreadline8t64 i386 8.2-4 [171 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/sqlite3/libsqlite3-0_3.46.0-1_i386.deb
Get:123 http://deb.debian.org/debian unstable/main i386 libsqlite3-0 i386 3.46.0-1 [975 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3.12/libpython3.12-stdlib_3.12.4-3_i386.deb
Get:124 http://deb.debian.org/debian unstable/main i386 libpython3.12-stdlib i386 3.12.4-3 [1949 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3.12/python3.12_3.12.4-3_i386.deb
Get:125 http://deb.debian.org/debian unstable/main i386 python3.12 i386 3.12.4-3 [664 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python3-defaults/libpython3-stdlib_3.12.4-1_i386.deb
Get:126 http://deb.debian.org/debian unstable/main i386 libpython3-stdlib i386 3.12.4-1 [9500 B]

proxy download: http://deb.debian.org/debian/pool/main/p/python3-defaults/python3_3.12.4-1_i386.deb
Get:127 http://deb.debian.org/debian unstable/main i386 python3 i386 3.12.4-1 [27.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/tasksel/tasksel-data_3.75_all.deb
Get:128 http://deb.debian.org/debian unstable/main i386 tasksel-data all 3.75 [18.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/tasksel/tasksel_3.75_all.deb
Get:129 http://deb.debian.org/debian unstable/main i386 tasksel all 3.75 [50.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/apt/apt-utils_2.9.7_i386.deb
Get:130 http://deb.debian.org/debian unstable/main i386 apt-utils i386 2.9.7 [338 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/cpio/cpio_2.15%2bdfsg-2_i386.deb
Get:131 http://deb.debian.org/debian unstable/main i386 cpio i386 2.15+dfsg-2 [260 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtext-charwidth-perl/libtext-charwidth-perl_0.04-11%2bb3_i386.deb
Get:132 http://deb.debian.org/debian unstable/main i386 libtext-charwidth-perl i386 0.04-11+b3 [9636 B]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtext-iconv-perl/libtext-iconv-perl_1.7-8%2bb3_i386.deb
Get:133 http://deb.debian.org/debian unstable/main i386 libtext-iconv-perl i386 1.7-8+b3 [14.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtext-wrapi18n-perl/libtext-wrapi18n-perl_0.06-10_all.deb
Get:134 http://deb.debian.org/debian unstable/main i386 libtext-wrapi18n-perl all 0.06-10 [8808 B]
proxy cached: http://deb.debian.org/debian/pool/main/d/debconf/debconf-i18n_1.5.87_all.deb
Get:135 http://deb.debian.org/debian unstable/main i386 debconf-i18n all 1.5.87 [196 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dmidecode/dmidecode_3.6-1_i386.deb
Get:136 http://deb.debian.org/debian unstable/main i386 dmidecode i386 3.6-1 [65.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/libfdisk1_2.40.2-2_i386.deb
Get:137 http://deb.debian.org/debian unstable/main i386 libfdisk1 i386 2.40.2-2 [228 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/fdisk_2.40.2-2_i386.deb
Get:138 http://deb.debian.org/debian unstable/main i386 fdisk i386 2.40.2-2 [162 kB]

proxy download: http://deb.debian.org/debian/pool/main/e/elfutils/libelf1t64_0.191-2_i386.deb
Get:139 http://deb.debian.org/debian unstable/main i386 libelf1t64 i386 0.191-2 [194 kB]

proxy download: http://deb.debian.org/debian/pool/main/libb/libbpf/libbpf1_1.4.5-1_i386.deb
Get:140 http://deb.debian.org/debian unstable/main i386 libbpf1 i386 1:1.4.5-1 [177 kB]

proxy download: http://deb.debian.org/debian/pool/main/libm/libmnl/libmnl0_1.0.5-2%2bb1_i386.deb
Get:141 http://deb.debian.org/debian unstable/main i386 libmnl0 i386 1.0.5-2+b1 [12.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/libkrb5support0_1.21.3-3_i386.deb
Get:142 http://deb.debian.org/debian unstable/main i386 libkrb5support0 i386 1.21.3-3 [34.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/libk5crypto3_1.21.3-3_i386.deb
Get:143 http://deb.debian.org/debian unstable/main i386 libk5crypto3 i386 1.21.3-3 [83.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/keyutils/libkeyutils1_1.6.3-3_i386.deb
Get:144 http://deb.debian.org/debian unstable/main i386 libkeyutils1 i386 1.6.3-3 [9432 B]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/libkrb5-3_1.21.3-3_i386.deb
Get:145 http://deb.debian.org/debian unstable/main i386 libkrb5-3 i386 1.21.3-3 [350 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/krb5/libgssapi-krb5-2_1.21.3-3_i386.deb
Get:146 http://deb.debian.org/debian unstable/main i386 libgssapi-krb5-2 i386 1.21.3-3 [146 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc-common_1.3.4%2bds-1.3_all.deb
Get:147 http://deb.debian.org/debian unstable/main i386 libtirpc-common all 1.3.4+ds-1.3 [10.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc3t64_1.3.4%2bds-1.3_i386.deb
Get:148 http://deb.debian.org/debian unstable/main i386 libtirpc3t64 i386 1.3.4+ds-1.3 [90.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/iptables/libxtables12_1.8.10-4_i386.deb
Get:149 http://deb.debian.org/debian unstable/main i386 libxtables12 i386 1.8.10-4 [33.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/libc/libcap2/libcap2-bin_2.66-5_i386.deb
Get:150 http://deb.debian.org/debian unstable/main i386 libcap2-bin i386 1:2.66-5 [34.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/iproute2/iproute2_6.10.0-1_i386.deb
Get:151 http://deb.debian.org/debian unstable/main i386 iproute2 i386 6.10.0-1 [1131 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/ifupdown/ifupdown_0.8.43_i386.deb
Get:152 http://deb.debian.org/debian unstable/main i386 ifupdown i386 0.8.43 [62.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/iputils/iputils-ping_20240117-1_i386.deb
Get:153 http://deb.debian.org/debian unstable/main i386 iputils-ping i386 3:20240117-1 [51.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/isc-dhcp/isc-dhcp-client_4.4.3-P1-5_i386.deb
Get:154 http://deb.debian.org/debian unstable/main i386 isc-dhcp-client i386 4.4.3-P1-5 [1167 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/isc-dhcp/isc-dhcp-common_4.4.3-P1-5_i386.deb
Get:155 http://deb.debian.org/debian unstable/main i386 isc-dhcp-common i386 4.4.3-P1-5 [118 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/kmod/libkmod2_32%2b20240611-1_i386.deb
Get:156 http://deb.debian.org/debian unstable/main i386 libkmod2 i386 32+20240611-1 [65.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/kmod/kmod_32%2b20240611-1_i386.deb
Get:157 http://deb.debian.org/debian unstable/main i386 kmod i386 32+20240611-1 [104 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/less/less_643-1_i386.deb
Get:158 http://deb.debian.org/debian unstable/main i386 less i386 643-1 [158 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/popt/libpopt0_1.19%2bdfsg-1%2bb1_i386.deb
Get:159 http://deb.debian.org/debian unstable/main i386 libpopt0 i386 1.19+dfsg-1+b1 [45.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/logrotate/logrotate_3.22.0-1_i386.deb
Get:160 http://deb.debian.org/debian unstable/main i386 logrotate i386 3.22.0-1 [64.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nano/nano_8.1-1_i386.deb
Get:161 http://deb.debian.org/debian unstable/main i386 nano i386 8.1-1 [676 kB]

proxy download: http://deb.debian.org/debian/pool/main/j/jansson/libjansson4_2.14-2%2bb2_i386.deb
Get:162 http://deb.debian.org/debian unstable/main i386 libjansson4 i386 2.14-2+b2 [41.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/libn/libnftnl/libnftnl11_1.2.7-1_i386.deb
Get:163 http://deb.debian.org/debian unstable/main i386 libnftnl11 i386 1.2.7-1 [69.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nftables/libnftables1_1.1.0-2_i386.deb
Get:164 http://deb.debian.org/debian unstable/main i386 libnftables1 i386 1.1.0-2 [337 kB]

proxy download: http://deb.debian.org/debian/pool/main/libe/libedit/libedit2_3.1-20240517-1_i386.deb
Get:165 http://deb.debian.org/debian unstable/main i386 libedit2 i386 3.1-20240517-1 [97.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nftables/nftables_1.1.0-2_i386.deb
Get:166 http://deb.debian.org/debian unstable/main i386 nftables i386 1.1.0-2 [73.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/procps/libproc2-0_4.0.4-5_i386.deb
Get:167 http://deb.debian.org/debian unstable/main i386 libproc2-0 i386 2:4.0.4-5 [65.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/procps/procps_4.0.4-5_i386.deb
Get:168 http://deb.debian.org/debian unstable/main i386 procps i386 2:4.0.4-5 [875 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/udev_256.4-2_i386.deb
Get:169 http://deb.debian.org/debian unstable/main i386 udev i386 256.4-2 [1900 kB]
proxy cached: http://deb.debian.org/debian/pool/main/v/vim/vim-common_9.1.0496-1_all.deb
Get:170 http://deb.debian.org/debian unstable/main i386 vim-common all 2:9.1.0496-1 [412 kB]

proxy download: http://deb.debian.org/debian/pool/main/v/vim/vim-tiny_9.1.0496-1%2bb1_i386.deb
Get:171 http://deb.debian.org/debian unstable/main i386 vim-tiny i386 2:9.1.0496-1+b1 [764 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/slang2/libslang2_2.3.3-5_i386.deb
Get:172 http://deb.debian.org/debian unstable/main i386 libslang2 i386 2.3.3-5 [548 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/newt/libnewt0.52_0.52.24-2%2bb1_i386.deb
Get:173 http://deb.debian.org/debian unstable/main i386 libnewt0.52 i386 0.52.24-2+b1 [62.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/newt/whiptail_0.52.24-2%2bb1_i386.deb
Get:174 http://deb.debian.org/debian unstable/main i386 whiptail i386 0.52.24-2+b1 [25.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-apt/python-apt-common_2.9.0_all.deb
Get:175 http://deb.debian.org/debian unstable/main i386 python-apt-common all 2.9.0 [66.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/distro-info-data/distro-info-data_0.62_all.deb
Get:176 http://deb.debian.org/debian unstable/main i386 distro-info-data all 0.62 [6344 B]

proxy download: http://deb.debian.org/debian/pool/main/p/python-apt/python3-apt_2.9.0%2bb1_i386.deb
Get:177 http://deb.debian.org/debian unstable/main i386 python3-apt i386 2.9.0+b1 [169 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debconf/python3-debconf_1.5.87_all.deb
Get:178 http://deb.debian.org/debian unstable/main i386 python3-debconf all 1.5.87 [4232 B]
proxy cached: http://deb.debian.org/debian/pool/main/u/ucf/ucf_3.0043%2bnmu1_all.deb
Get:179 http://deb.debian.org/debian unstable/main i386 ucf all 3.0043+nmu1 [55.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/apt-listchanges/apt-listchanges_3.27_all.deb
Get:180 http://deb.debian.org/debian unstable/main i386 apt-listchanges all 3.27 [104 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/bash-completion/bash-completion_2.14.0-1_all.deb
Get:181 http://deb.debian.org/debian unstable/main i386 bash-completion all 1:2.14.0-1 [305 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/fstrm/libfstrm0_0.6.1-1%2bb2_i386.deb
Get:182 http://deb.debian.org/debian unstable/main i386 libfstrm0 i386 0.6.1-1+b2 [23.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/j/jemalloc/libjemalloc2_5.3.0-2%2bb1_i386.deb
Get:183 http://deb.debian.org/debian unstable/main i386 libjemalloc2 i386 5.3.0-2+b1 [283 kB]

proxy download: http://deb.debian.org/debian/pool/main/j/json-c/libjson-c5_0.17-1%2bb1_i386.deb
Get:184 http://deb.debian.org/debian unstable/main i386 libjson-c5 i386 0.17-1+b1 [46.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/lmdb/liblmdb0_0.9.31-1%2bb1_i386.deb
Get:185 http://deb.debian.org/debian unstable/main i386 liblmdb0 i386 0.9.31-1+b1 [46.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/libm/libmaxminddb/libmaxminddb0_1.9.1-1_i386.deb
Get:186 http://deb.debian.org/debian unstable/main i386 libmaxminddb0 i386 1.9.1-1 [31.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/nghttp2/libnghttp2-14_1.62.1-2_i386.deb
Get:187 http://deb.debian.org/debian unstable/main i386 libnghttp2-14 i386 1.62.1-2 [83.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/protobuf-c/libprotobuf-c1_1.4.1-1%2bb2_i386.deb
Get:188 http://deb.debian.org/debian unstable/main i386 libprotobuf-c1 i386 1.4.1-1+b2 [28.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/libu/liburcu/liburcu8t64_0.14.0-4_i386.deb
Get:189 http://deb.debian.org/debian unstable/main i386 liburcu8t64 i386 0.14.0-4 [74.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/libu/libuv1/libuv1t64_1.48.0-5_i386.deb
Get:190 http://deb.debian.org/debian unstable/main i386 libuv1t64 i386 1.48.0-5 [156 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/icu/libicu72_72.1-5_i386.deb
Get:191 http://deb.debian.org/debian unstable/main i386 libicu72 i386 72.1-5 [9550 kB]

proxy download: http://deb.debian.org/debian/pool/main/libx/libxml2/libxml2_2.12.7%2bdfsg-3%2bb1_i386.deb
Get:192 http://deb.debian.org/debian unstable/main i386 libxml2 i386 2.12.7+dfsg-3+b1 [704 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bind9/bind9-libs_9.20.0-2_i386.deb
Get:193 http://deb.debian.org/debian unstable/main i386 bind9-libs i386 1:9.20.0-2 [1550 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bind9/bind9-host_9.20.0-2_i386.deb
Get:194 http://deb.debian.org/debian unstable/main i386 bind9-host i386 1:9.20.0-2 [321 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bind9/bind9-dnsutils_9.20.0-2_i386.deb
Get:195 http://deb.debian.org/debian unstable/main i386 bind9-dnsutils i386 1:9.20.0-2 [433 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/bzip2/bzip2_1.0.8-5.1_i386.deb
Get:196 http://deb.debian.org/debian unstable/main i386 bzip2 i386 1.0.8-5.1 [40.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/o/openssl/openssl_3.3.1-2_i386.deb
Get:197 http://deb.debian.org/debian unstable/main i386 openssl i386 3.3.1-2 [1385 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/ca-certificates/ca-certificates_20240203_all.deb
Get:198 http://deb.debian.org/debian unstable/main i386 ca-certificates all 20240203 [158 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debian-faq/debian-faq_11.1_all.deb
Get:199 http://deb.debian.org/debian unstable/main i386 debian-faq all 11.1 [500 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/doc-debian/doc-debian_11.3%2bnmu1_all.deb
Get:200 http://deb.debian.org/debian unstable/main i386 doc-debian all 11.3+nmu1 [156 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/file/libmagic-mgc_5.45-3_i386.deb
Get:201 http://deb.debian.org/debian unstable/main i386 libmagic-mgc i386 1:5.45-3 [314 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/file/libmagic1t64_5.45-3_i386.deb
Get:202 http://deb.debian.org/debian unstable/main i386 libmagic1t64 i386 1:5.45-3 [114 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/file/file_5.45-3_i386.deb
Get:203 http://deb.debian.org/debian unstable/main i386 file i386 1:5.45-3 [42.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gettext/gettext-base_0.22.5-2_i386.deb
Get:204 http://deb.debian.org/debian unstable/main i386 gettext-base i386 0.22.5-2 [201 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/uchardet/libuchardet0_0.0.8-1%2bb1_i386.deb
Get:205 http://deb.debian.org/debian unstable/main i386 libuchardet0 i386 0.0.8-1+b1 [69.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/groff/groff-base_1.23.0-5_i386.deb
Get:206 http://deb.debian.org/debian unstable/main i386 groff-base i386 1.23.0-5 [1196 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/inetutils/inetutils-telnet_2.5-5_i386.deb
Get:207 http://deb.debian.org/debian unstable/main i386 inetutils-telnet i386 2:2.5-5 [125 kB]
proxy cached: http://deb.debian.org/debian/pool/main/k/krb5/krb5-locales_1.21.3-3_all.deb
Get:208 http://deb.debian.org/debian unstable/main i386 krb5-locales all 1.21.3-3 [101 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/libc-l10n_2.39-6_all.deb
Get:209 http://deb.debian.org/debian unstable/main i386 libc-l10n all 2.39-6 [719 kB]

proxy download: http://deb.debian.org/debian/pool/main/libl/liblockfile/liblockfile-bin_1.17-1%2bb1_i386.deb
Get:210 http://deb.debian.org/debian unstable/main i386 liblockfile-bin i386 1.17-1+b1 [21.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libnss-systemd_256.4-2_i386.deb
Get:211 http://deb.debian.org/debian unstable/main i386 libnss-systemd i386 256.4-2 [207 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/libpam-systemd_256.4-2_i386.deb
Get:212 http://deb.debian.org/debian unstable/main i386 libpam-systemd i386 256.4-2 [289 kB]

proxy download: http://deb.debian.org/debian/pool/main/w/wtmpdb/libwtmpdb0_0.13.0-1_i386.deb
Get:213 http://deb.debian.org/debian unstable/main i386 libwtmpdb0 i386 0.13.0-1 [9624 B]

proxy download: http://deb.debian.org/debian/pool/main/w/wtmpdb/libpam-wtmpdb_0.13.0-1_i386.deb
Get:214 http://deb.debian.org/debian unstable/main i386 libpam-wtmpdb i386 0.13.0-1 [8340 B]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/locales_2.39-6_all.deb
Get:215 http://deb.debian.org/debian unstable/main i386 locales all 2.39-6 [3902 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/lsof/lsof_4.95.0-1.1_i386.deb
Get:216 http://deb.debian.org/debian unstable/main i386 lsof i386 4.95.0-1.1 [317 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/bsdextrautils_2.40.2-2_i386.deb
Get:217 http://deb.debian.org/debian unstable/main i386 bsdextrautils i386 2.40.2-2 [101 kB]

proxy download: http://deb.debian.org/debian/pool/main/libp/libpipeline/libpipeline1_1.5.7-2_i386.deb
Get:218 http://deb.debian.org/debian unstable/main i386 libpipeline1 i386 1.5.7-2 [39.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/man-db/man-db_2.12.1-2_i386.deb
Get:219 http://deb.debian.org/debian unstable/main i386 man-db i386 2.12.1-2 [1421 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/manpages/manpages_6.8-2_all.deb
Get:220 http://deb.debian.org/debian unstable/main i386 manpages all 6.8-2 [1389 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-term_6.5-2_all.deb
Get:221 http://deb.debian.org/debian unstable/main i386 ncurses-term all 6.5-2 [513 kB]

proxy download: http://deb.debian.org/debian/pool/main/n/netcat/netcat-traditional_1.10-48.1_i386.deb
Get:222 http://deb.debian.org/debian unstable/main i386 netcat-traditional i386 1.10-48.1 [63.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/libc/libcbor/libcbor0.10_0.10.2-1.2_i386.deb
Get:223 http://deb.debian.org/debian unstable/main i386 libcbor0.10 i386 0.10.2-1.2 [30.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/libf/libfido2/libfido2-1_1.15.0-1_i386.deb
Get:224 http://deb.debian.org/debian unstable/main i386 libfido2-1 i386 1.15.0-1 [88.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/o/openssh/openssh-client_9.8p1-2_i386.deb
Get:225 http://deb.debian.org/debian unstable/main i386 openssh-client i386 1:9.8p1-2 [988 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pci.ids/pci.ids_0.0%7e2024.06.23-1_all.deb
Get:226 http://deb.debian.org/debian unstable/main i386 pci.ids all 0.0~2024.06.23-1 [259 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pciutils/libpci3_3.13.0-1_i386.deb
Get:227 http://deb.debian.org/debian unstable/main i386 libpci3 i386 1:3.13.0-1 [78.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/pciutils/pciutils_3.13.0-1_i386.deb
Get:228 http://deb.debian.org/debian unstable/main i386 pciutils i386 1:3.13.0-1 [134 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/setuptools/python3-pkg-resources_70.3.0-2_all.deb
Get:229 http://deb.debian.org/debian unstable/main i386 python3-pkg-resources all 70.3.0-2 [264 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/chardet/python3-chardet_5.2.0%2bdfsg-1_all.deb
Get:230 http://deb.debian.org/debian unstable/main i386 python3-chardet all 5.2.0+dfsg-1 [107 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-debian/python3-debian_0.1.49_all.deb
Get:231 http://deb.debian.org/debian unstable/main i386 python3-debian all 0.1.49 [115 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-debianbts/python3-debianbts_4.1.1_all.deb
Get:232 http://deb.debian.org/debian unstable/main i386 python3-debianbts all 4.1.1 [12.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-certifi/python3-certifi_2024.6.2-1_all.deb
Get:233 http://deb.debian.org/debian unstable/main i386 python3-certifi all 2024.6.2-1 [157 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/python-charset-normalizer/python3-charset-normalizer_3.3.2-2_i386.deb
Get:234 http://deb.debian.org/debian unstable/main i386 python3-charset-normalizer i386 3.3.2-2 [118 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-idna/python3-idna_3.6-2.1_all.deb
Get:235 http://deb.debian.org/debian unstable/main i386 python3-idna all 3.6-2.1 [38.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python-urllib3/python3-urllib3_2.0.7-2_all.deb
Get:236 http://deb.debian.org/debian unstable/main i386 python3-urllib3 all 2.0.7-2 [111 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/requests/python3-requests_2.32.3%2bdfsg-1_all.deb
Get:237 http://deb.debian.org/debian unstable/main i386 python3-requests all 2.32.3+dfsg-1 [71.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/reportbug/python3-reportbug_13.0.1_all.deb
Get:238 http://deb.debian.org/debian unstable/main i386 python3-reportbug all 13.0.1 [78.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/reportbug/reportbug_13.0.1_all.deb
Get:239 http://deb.debian.org/debian unstable/main i386 reportbug all 13.0.1 [63.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/systemd/systemd-timesyncd_256.4-2_i386.deb
Get:240 http://deb.debian.org/debian unstable/main i386 systemd-timesyncd i386 256.4-2 [85.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/t/traceroute/traceroute_2.1.5-1_i386.deb
Get:241 http://deb.debian.org/debian unstable/main i386 traceroute i386 1:2.1.5-1 [55.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/util-linux-extra_2.40.2-2_i386.deb
Get:242 http://deb.debian.org/debian unstable/main i386 util-linux-extra i386 2.40.2-2 [277 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/scowl/wamerican_2020.12.07-2_all.deb
Get:243 http://deb.debian.org/debian unstable/main i386 wamerican all 2020.12.07-2 [221 kB]

proxy download: http://deb.debian.org/debian/pool/main/libp/libpsl/libpsl5t64_0.21.2-1.1_i386.deb
Get:244 http://deb.debian.org/debian unstable/main i386 libpsl5t64 i386 0.21.2-1.1 [57.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/w/wget/wget_1.24.5-2_i386.deb
Get:245 http://deb.debian.org/debian unstable/main i386 wget i386 1.24.5-2 [996 kB]

proxy download: http://deb.debian.org/debian/pool/main/w/wtmpdb/wtmpdb_0.13.0-1_i386.deb
Get:246 http://deb.debian.org/debian unstable/main i386 wtmpdb i386 0.13.0-1 [16.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/x/xz-utils/xz-utils_5.6.2-2_i386.deb
Get:247 http://deb.debian.org/debian unstable/main i386 xz-utils i386 5.6.2-2 [527 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/binutils-common_2.42.90.20240720-2_i386.deb
Get:248 http://deb.debian.org/debian unstable/main i386 binutils-common i386 2.42.90.20240720-2 [2598 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/libsframe1_2.42.90.20240720-2_i386.deb
Get:249 http://deb.debian.org/debian unstable/main i386 libsframe1 i386 2.42.90.20240720-2 [76.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/libbinutils_2.42.90.20240720-2_i386.deb
Get:250 http://deb.debian.org/debian unstable/main i386 libbinutils i386 2.42.90.20240720-2 [577 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/libctf-nobfd0_2.42.90.20240720-2_i386.deb
Get:251 http://deb.debian.org/debian unstable/main i386 libctf-nobfd0 i386 2.42.90.20240720-2 [156 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/libctf0_2.42.90.20240720-2_i386.deb
Get:252 http://deb.debian.org/debian unstable/main i386 libctf0 i386 2.42.90.20240720-2 [93.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/libgprofng0_2.42.90.20240720-2_i386.deb
Get:253 http://deb.debian.org/debian unstable/main i386 libgprofng0 i386 2.42.90.20240720-2 [833 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/binutils-i686-linux-gnu_2.42.90.20240720-2_i386.deb
Get:254 http://deb.debian.org/debian unstable/main i386 binutils-i686-linux-gnu i386 2.42.90.20240720-2 [2390 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/binutils/binutils_2.42.90.20240720-2_i386.deb
Get:255 http://deb.debian.org/debian unstable/main i386 binutils i386 2.42.90.20240720-2 [80.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc-dev-bin_2.39-6_i386.deb
Get:256 http://deb.debian.org/debian unstable/main i386 libc-dev-bin i386 2.39-6 [51.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/linux/linux-libc-dev_6.9.12-1_all.deb
Get:257 http://deb.debian.org/debian unstable/main i386 linux-libc-dev all 6.9.12-1 [2355 kB]

proxy download: http://deb.debian.org/debian/pool/main/libx/libxcrypt/libcrypt-dev_4.4.36-4_i386.deb
Get:258 http://deb.debian.org/debian unstable/main i386 libcrypt-dev i386 1:4.4.36-4 [125 kB]

proxy download: http://deb.debian.org/debian/pool/main/r/rpcsvc-proto/rpcsvc-proto_1.4.3-1_i386.deb
Get:259 http://deb.debian.org/debian unstable/main i386 rpcsvc-proto i386 1.4.3-1 [66.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glibc/libc6-dev_2.39-6_i386.deb
Get:260 http://deb.debian.org/debian unstable/main i386 libc6-dev i386 2.39-6 [1740 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/isl/libisl23_0.26-3%2bb2_i386.deb
Get:261 http://deb.debian.org/debian unstable/main i386 libisl23 i386 0.26-3+b2 [739 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/mpfr4/libmpfr6_4.2.1-1%2bb1_i386.deb
Get:262 http://deb.debian.org/debian unstable/main i386 libmpfr6 i386 4.2.1-1+b1 [747 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/mpclib3/libmpc3_1.3.1-1%2bb2_i386.deb
Get:263 http://deb.debian.org/debian unstable/main i386 libmpc3 i386 1.3.1-1+b2 [60.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/cpp-14-i686-linux-gnu_14.2.0-1_i386.deb
Get:264 http://deb.debian.org/debian unstable/main i386 cpp-14-i686-linux-gnu i386 14.2.0-1 [12.0 MB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/cpp-14_14.2.0-1_i386.deb
Get:265 http://deb.debian.org/debian unstable/main i386 cpp-14 i386 14.2.0-1 [1268 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/cpp-i686-linux-gnu_14.1.0-2_i386.deb
Get:266 http://deb.debian.org/debian unstable/main i386 cpp-i686-linux-gnu i386 4:14.1.0-2 [4780 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/cpp_14.1.0-2_i386.deb
Get:267 http://deb.debian.org/debian unstable/main i386 cpp i386 4:14.1.0-2 [1568 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libcc1-0_14.2.0-1_i386.deb
Get:268 http://deb.debian.org/debian unstable/main i386 libcc1-0 i386 14.2.0-1 [44.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libgomp1_14.2.0-1_i386.deb
Get:269 http://deb.debian.org/debian unstable/main i386 libgomp1 i386 14.2.0-1 [138 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libitm1_14.2.0-1_i386.deb
Get:270 http://deb.debian.org/debian unstable/main i386 libitm1 i386 14.2.0-1 [27.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libatomic1_14.2.0-1_i386.deb
Get:271 http://deb.debian.org/debian unstable/main i386 libatomic1 i386 14.2.0-1 [7624 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libasan8_14.2.0-1_i386.deb
Get:272 http://deb.debian.org/debian unstable/main i386 libasan8 i386 14.2.0-1 [2606 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libubsan1_14.2.0-1_i386.deb
Get:273 http://deb.debian.org/debian unstable/main i386 libubsan1 i386 14.2.0-1 [1054 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libquadmath0_14.2.0-1_i386.deb
Get:274 http://deb.debian.org/debian unstable/main i386 libquadmath0 i386 14.2.0-1 [231 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libgcc-14-dev_14.2.0-1_i386.deb
Get:275 http://deb.debian.org/debian unstable/main i386 libgcc-14-dev i386 14.2.0-1 [2581 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/gcc-14-i686-linux-gnu_14.2.0-1_i386.deb
Get:276 http://deb.debian.org/debian unstable/main i386 gcc-14-i686-linux-gnu i386 14.2.0-1 [23.3 MB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/gcc-14_14.2.0-1_i386.deb
Get:277 http://deb.debian.org/debian unstable/main i386 gcc-14 i386 14.2.0-1 [520 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/gcc-i686-linux-gnu_14.1.0-2_i386.deb
Get:278 http://deb.debian.org/debian unstable/main i386 gcc-i686-linux-gnu i386 4:14.1.0-2 [1432 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/gcc_14.1.0-2_i386.deb
Get:279 http://deb.debian.org/debian unstable/main i386 gcc i386 4:14.1.0-2 [5132 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/libstdc%2b%2b-14-dev_14.2.0-1_i386.deb
Get:280 http://deb.debian.org/debian unstable/main i386 libstdc++-14-dev i386 14.2.0-1 [2409 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/g%2b%2b-14-i686-linux-gnu_14.2.0-1_i386.deb
Get:281 http://deb.debian.org/debian unstable/main i386 g++-14-i686-linux-gnu i386 14.2.0-1 [13.1 MB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-14/g%2b%2b-14_14.2.0-1_i386.deb
Get:282 http://deb.debian.org/debian unstable/main i386 g++-14 i386 14.2.0-1 [18.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/g%2b%2b-i686-linux-gnu_14.1.0-2_i386.deb
Get:283 http://deb.debian.org/debian unstable/main i386 g++-i686-linux-gnu i386 4:14.1.0-2 [1200 B]

proxy download: http://deb.debian.org/debian/pool/main/g/gcc-defaults/g%2b%2b_14.1.0-2_i386.deb
Get:284 http://deb.debian.org/debian unstable/main i386 g++ i386 4:14.1.0-2 [1344 B]

proxy download: http://deb.debian.org/debian/pool/main/m/make-dfsg/make_4.3-4.1_i386.deb
Get:285 http://deb.debian.org/debian unstable/main i386 make i386 4.3-4.1 [404 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dpkg/libdpkg-perl_1.22.11_all.deb
Get:286 http://deb.debian.org/debian unstable/main i386 libdpkg-perl all 1.22.11 [644 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/patch/patch_2.7.6-7_i386.deb
Get:287 http://deb.debian.org/debian unstable/main i386 patch i386 2.7.6-7 [141 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dpkg/dpkg-dev_1.22.11_all.deb
Get:288 http://deb.debian.org/debian unstable/main i386 dpkg-dev all 1.22.11 [1332 kB]

proxy download: http://deb.debian.org/debian/pool/main/b/build-essential/build-essential_12.10_i386.deb
Get:289 http://deb.debian.org/debian unstable/main i386 build-essential i386 12.10 [4516 B]

proxy download: http://deb.debian.org/debian/pool/main/b/busybox/busybox_1.36.1-9_i386.deb
Get:290 http://deb.debian.org/debian unstable/main i386 busybox i386 1:1.36.1-9 [474 kB]

proxy download: http://deb.debian.org/debian/pool/main/libe/libeatmydata/libeatmydata1_131-2_i386.deb
Get:291 http://deb.debian.org/debian unstable/main i386 libeatmydata1 i386 131-2 [7096 B]
proxy cached: http://deb.debian.org/debian/pool/main/libe/libeatmydata/eatmydata_131-2_all.deb
Get:292 http://deb.debian.org/debian unstable/main i386 eatmydata all 131-2 [7532 B]

proxy download: http://deb.debian.org/debian/pool/main/f/fakechroot/libfakechroot_2.20.1%2bds-17_i386.deb
Get:293 http://deb.debian.org/debian unstable/main i386 libfakechroot i386 2.20.1+ds-17 [47.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/fakechroot/fakechroot_2.20.1%2bds-17_all.deb
Get:294 http://deb.debian.org/debian unstable/main i386 fakechroot all 2.20.1+ds-17 [26.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/fakeroot/libfakeroot_1.35.1-1_i386.deb
Get:295 http://deb.debian.org/debian unstable/main i386 libfakeroot i386 1.35.1-1 [31.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.35.1-1_i386.deb
Get:296 http://deb.debian.org/debian unstable/main i386 fakeroot i386 1.35.1-1 [75.8 kB]

proxy download: http://deb.debian.org/debian/pool/main/liba/libassuan/libassuan0_2.5.6-1%2bb1_i386.deb
Get:297 http://deb.debian.org/debian unstable/main i386 libassuan0 i386 2.5.6-1+b1 [52.2 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gnupg2/gpgconf_2.2.43-8_i386.deb
Get:298 http://deb.debian.org/debian unstable/main i386 gpgconf i386 2.2.43-8 [126 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gnupg2/gpg_2.2.43-8_i386.deb
Get:299 http://deb.debian.org/debian unstable/main i386 gpg i386 2.2.43-8 [566 kB]
Fetched 175 MB in 2min 57s (988 kB/s)
Download complete and in download only mode
Reading package lists...
running cleanupapt
does not exist: ./shared/cache.A/apt/var/cache/apt/archives/*.deb
does not exist: ./shared/cache.A/apt/var/cache/apt/archives/partial/*.deb
does not exist: ./shared/cache.A/apt/var/cache/apt/*.bin
does not exist: ./shared/cache.A/apt/var/lib/apt/lists/lock
does not exist: ./shared/cache.A/apt/etc/apt/sources.list.d/*
does not exist: ./shared/cache.A/apt/etc/apt/preferences.d/*
starting caching proxy for shared/cache.A
proxy cached: http://deb.debian.org/debian/dists/unstable/InRelease
realpath: mmdebstrap: No such file or directory
+ :
+ mmdebstrap unstable /tmp/tmp.88OEEi2d3X --include=login --customize-hook=/usr/share/debvm/customize-autologin.sh --customize-hook=/usr/share/debvm/customize-dpkgavailable.sh --skip=cleanup/apt/lists --customize-hook=passwd --root "$1" --delete root --customize-hook=echo testvm >"$1/etc/hostname" --customize-hook=echo 127.0.0.1 localhost testvm >"$1/etc/hosts" --include=systemd-sysv --mode=root --verbose --variant=apt --format=directory --skip=output/dev --customize-hook=echo "LABEL=debvm / ext4 defaults 0 0" >"$1/etc/fstab" --customize-hook=/usr/share/debvm/customize-kernel.sh --architectures=amd64 --include=perl-doc,systemd-sysv,perl,arch-test,fakechroot,fakeroot,mount,uidmap,qemu-user-static,qemu-user,dpkg-dev,mini-httpd,libdevel-cover-perl,libtemplate-perl,debootstrap,procps,apt-cudf,aspcud,python3,libcap2-bin,gpg,debootstrap,distro-info-data,iproute2,ubuntu-keyring,apt-utils,squashfs-tools-ng,genext2fs,linux-image-generic,passwd,e2fsprogs,uuid-runtime,mmdebstrap --setup-hook=echo "Acquire::http::Proxy \"http://127.0.0.1:8080/\";" > "$1/etc/apt/apt.conf.d/00proxy" --hook-dir=/usr/share/mmdebstrap/hooks/maybe-merged-usr --customize-hook=rm "$1/etc/apt/apt.conf.d/00proxy" --customize-hook=mkdir -p "$1/etc/systemd/system/multi-user.target.wants" --customize-hook=ln -s ../mmdebstrap.service "$1/etc/systemd/system/multi-user.target.wants/mmdebstrap.service" --customize-hook=touch "$1/mmdebstrap-testenv" --customize-hook=copy-in "/tmp/tmp.j61cOtgwRD/mmdebstrap.service" /etc/systemd/system/ --customize-hook=copy-in "/tmp/tmp.j61cOtgwRD/worker.sh" / --customize-hook=echo 127.0.0.1 localhost > "$1/etc/hosts" --customize-hook=printf "START=1\nDAEMON_OPTS=\"-h 127.0.0.1 -p 80 -u nobody -dd /mnt/cache -i /var/run/mini-httpd.pid -T UTF-8\"\n" > "$1/etc/default/mini-httpd" --customize-hook=touch "$1/etc/systemd/system/tmp.mount" http://deb.debian.org/debian
I: chroot architecture amd64 is equal to the host's architecture
I: finding correct signed-by value...
W: Download is performed unsandboxed as root as file /tmp/tmp.88OEEi2d3X/var/lib/apt/lists/partial couldn't be accessed by user _apt
I: running --setup-hook in shell: sh -c 'echo "Acquire::http::Proxy \"http://127.0.0.1:8080/\";" > "$1/etc/apt/apt.conf.d/00proxy"' exec /tmp/tmp.88OEEi2d3X
I: running --setup-hook directly: /usr/share/mmdebstrap/hooks/maybe-merged-usr/setup00.sh /tmp/tmp.88OEEi2d3X
proxy cached: http://deb.debian.org/debian/dists/unstable/InRelease
Get:1 http://deb.debian.org/debian unstable InRelease [198 kB]
proxy cached: http://deb.debian.org/debian/dists/unstable/main/binary-amd64/by-hash/SHA256/20e9df208cdaec1be0a30c981f919d19ae9f293fb34cae30ce20499296f358f2
Get:2 http://deb.debian.org/debian unstable/main amd64 Packages [9905 kB]
Fetched 10.1 MB in 2s (5391 kB/s)
Reading package lists...
usr-is-merged found -- running merged-usr setup hook
dpkg-deb: building package 'usr-is-merged' in '/tmp/tmp.88OEEi2d3X/tmp/tmp.dAHzpHstwO/usr-is-merged.deb'.
Selecting previously unselected package usr-is-merged.
(Reading database ... 0 files and directories currently installed.)
Preparing to unpack .../usr-is-merged.deb ...
Unpacking usr-is-merged (1) ...
Setting up usr-is-merged (1) ...
I: skipping apt-get update because it was already run
I: downloading packages with apt...
Reading package lists...
Building dependency tree...
The following additional packages will be installed:
  debconf gcc-14-base libacl1 libattr1 libaudit-common libaudit1 libblkid1
  libbz2-1.0 libc6 libcap-ng0 libcap2 libcrypt1 libdb5.3t64 libdebconfclient0
  libgcc-s1 libgmp10 liblzma5 libmd0 libmount1 libpam-modules
  libpam-modules-bin libpam-runtime libpam0g libpcre2-8-0 libselinux1
  libsmartcols1 libssl3t64 libsystemd0 libtinfo6 libudev1 libuuid1 libzstd1
  mawk zlib1g
Suggested packages:
  bash-doc debconf-doc debconf-kde-helper debconf-utils libgtk3-perl
  libnet-ldap-perl libterm-readline-gnu-perl perl whiptail | dialog
  diffutils-doc wdiff apt debsig-verify less glibc-doc libc-l10n locales
  libnss-nis libnss-nisplus cryptsetup-bin libpam-doc libgcrypt20 liblz4-1
  libidn2-0 uuid-runtime sensible-utils bzip2 ncompress xz-utils tar-scripts
  tar-doc dosfstools kbd util-linux-extra util-linux-locales wtmpdb
Recommended packages:
  bash-completion bsdextrautils apt-utils debconf-i18n manpages libidn2-0
  sensible-utils
The following NEW packages will be installed:
  base-files base-passwd bash bsdutils coreutils dash debconf debianutils
  diffutils dpkg findutils gcc-14-base grep gzip hostname init-system-helpers
  libacl1 libattr1 libaudit-common libaudit1 libblkid1 libbz2-1.0 libc-bin
  libc6 libcap-ng0 libcap2 libcrypt1 libdb5.3t64 libdebconfclient0 libgcc-s1
  libgmp10 liblzma5 libmd0 libmount1 libpam-modules libpam-modules-bin
  libpam-runtime libpam0g libpcre2-8-0 libselinux1 libsmartcols1 libssl3t64
  libsystemd0 libtinfo6 libudev1 libuuid1 libzstd1 mawk ncurses-base
  ncurses-bin perl-base sed sysvinit-utils tar util-linux zlib1g
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-14/gcc-14-base_14.2.0-1_amd64.deb
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/libc6_2.39-6_amd64.deb
0 upgraded, 56 newly installed, 0 to remove and 1 not upgraded.
Need to get 23.4 MB of archives.
After this operation, 93.9 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian unstable/main amd64 gcc-14-base amd64 14.2.0-1 [45.7 kB]
Get:2 http://deb.debian.org/debian unstable/main amd64 libc6 amd64 2.39-6 [2781 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-14/libgcc-s1_14.2.0-1_amd64.deb
Ign:2 http://deb.debian.org/debian unstable/main amd64 libc6 amd64 2.39-6
Get:3 http://deb.debian.org/debian unstable/main amd64 libgcc-s1 amd64 14.2.0-1 [72.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/mawk/mawk_1.3.4.20240622-2_amd64.deb
Get:4 http://deb.debian.org/debian unstable/main amd64 mawk amd64 1.3.4.20240622-2 [136 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/base-files/base-files_13.5_amd64.deb
Get:5 http://deb.debian.org/debian unstable/main amd64 base-files amd64 13.5 [72.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/libtinfo6_6.5-2_amd64.deb
Get:6 http://deb.debian.org/debian unstable/main amd64 libtinfo6 amd64 6.5-2 [344 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debianutils/debianutils_5.20_amd64.deb
Get:7 http://deb.debian.org/debian unstable/main amd64 debianutils amd64 5.20 [89.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/bash/bash_5.2.21-2.1_amd64.deb
Get:8 http://deb.debian.org/debian unstable/main amd64 bash amd64 5.2.21-2.1 [1492 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libc/libcap2/libcap2_2.66-5_amd64.deb
Get:9 http://deb.debian.org/debian unstable/main amd64 libcap2 amd64 1:2.66-5 [27.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/libsystemd0_256.4-2_amd64.deb
Get:10 http://deb.debian.org/debian unstable/main amd64 libsystemd0 amd64 256.4-2 [380 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/bsdutils_2.40.2-2_amd64.deb
Get:11 http://deb.debian.org/debian unstable/main amd64 bsdutils amd64 1:2.40.2-2 [104 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/acl/libacl1_2.3.2-2_amd64.deb
Get:12 http://deb.debian.org/debian unstable/main amd64 libacl1 amd64 2.3.2-2 [32.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/attr/libattr1_2.5.2-1_amd64.deb
Get:13 http://deb.debian.org/debian unstable/main amd64 libattr1 amd64 1:2.5.2-1 [22.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gmp/libgmp10_6.3.0%2bdfsg-2%2bb1_amd64.deb
Get:14 http://deb.debian.org/debian unstable/main amd64 libgmp10 amd64 2:6.3.0+dfsg-2+b1 [559 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pcre2/libpcre2-8-0_10.42-4%2bb1_amd64.deb
Get:15 http://deb.debian.org/debian unstable/main amd64 libpcre2-8-0 amd64 10.42-4+b1 [262 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libselinux/libselinux1_3.5-2%2bb3_amd64.deb
Get:16 http://deb.debian.org/debian unstable/main amd64 libselinux1 amd64 3.5-2+b3 [74.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libz/libzstd/libzstd1_1.5.6%2bdfsg-1_amd64.deb
Get:17 http://deb.debian.org/debian unstable/main amd64 libzstd1 amd64 1.5.6+dfsg-1 [303 kB]
proxy cached: http://deb.debian.org/debian/pool/main/z/zlib/zlib1g_1.3.dfsg%2breally1.3.1-1_amd64.deb
Get:18 http://deb.debian.org/debian unstable/main amd64 zlib1g amd64 1:1.3.dfsg+really1.3.1-1 [87.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/o/openssl/libssl3t64_3.3.1-2_amd64.deb
Get:19 http://deb.debian.org/debian unstable/main amd64 libssl3t64 amd64 3.3.1-2 [2285 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/coreutils/coreutils_9.4-3.1_amd64.deb
Get:20 http://deb.debian.org/debian unstable/main amd64 coreutils amd64 9.4-3.1 [2950 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dash/dash_0.5.12-9_amd64.deb
Get:21 http://deb.debian.org/debian unstable/main amd64 dash amd64 0.5.12-9 [93.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/diffutils/diffutils_3.10-1_amd64.deb
Get:22 http://deb.debian.org/debian unstable/main amd64 diffutils amd64 1:3.10-1 [375 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/bzip2/libbz2-1.0_1.0.8-5.1_amd64.deb
Get:23 http://deb.debian.org/debian unstable/main amd64 libbz2-1.0 amd64 1.0.8-5.1 [38.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/x/xz-utils/liblzma5_5.6.2-2_amd64.deb
Get:24 http://deb.debian.org/debian unstable/main amd64 liblzma5 amd64 5.6.2-2 [254 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libm/libmd/libmd0_1.1.0-2_amd64.deb
Get:25 http://deb.debian.org/debian unstable/main amd64 libmd0 amd64 1.1.0-2 [35.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/tar/tar_1.35%2bdfsg-3_amd64.deb
Get:26 http://deb.debian.org/debian unstable/main amd64 tar amd64 1.35+dfsg-3 [813 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dpkg/dpkg_1.22.11_amd64.deb
Get:27 http://deb.debian.org/debian unstable/main amd64 dpkg amd64 1.22.11 [1531 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/findutils/findutils_4.10.0-2_amd64.deb
Get:28 http://deb.debian.org/debian unstable/main amd64 findutils amd64 4.10.0-2 [699 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/grep/grep_3.11-4_amd64.deb
Get:29 http://deb.debian.org/debian unstable/main amd64 grep amd64 3.11-4 [431 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gzip/gzip_1.12-1.1_amd64.deb
Get:30 http://deb.debian.org/debian unstable/main amd64 gzip amd64 1.12-1.1 [133 kB]
proxy cached: http://deb.debian.org/debian/pool/main/h/hostname/hostname_3.23%2bnmu2_amd64.deb
Get:31 http://deb.debian.org/debian unstable/main amd64 hostname amd64 3.23+nmu2 [10.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-bin_6.5-2_amd64.deb
Get:32 http://deb.debian.org/debian unstable/main amd64 ncurses-bin amd64 6.5-2 [433 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libx/libxcrypt/libcrypt1_4.4.36-4_amd64.deb
Get:33 http://deb.debian.org/debian unstable/main amd64 libcrypt1 amd64 1:4.4.36-4 [89.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/perl/perl-base_5.38.2-5_amd64.deb
Get:34 http://deb.debian.org/debian unstable/main amd64 perl-base amd64 5.38.2-5 [1643 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/sed/sed_4.9-2_amd64.deb
Get:35 http://deb.debian.org/debian unstable/main amd64 sed amd64 4.9-2 [329 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/audit/libaudit-common_3.1.2-4_all.deb
Get:36 http://deb.debian.org/debian unstable/main amd64 libaudit-common all 1:3.1.2-4 [11.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libc/libcap-ng/libcap-ng0_0.8.5-1%2bb1_amd64.deb
Get:37 http://deb.debian.org/debian unstable/main amd64 libcap-ng0 amd64 0.8.5-1+b1 [17.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/audit/libaudit1_3.1.2-4%2bb1_amd64.deb
Get:38 http://deb.debian.org/debian unstable/main amd64 libaudit1 amd64 1:3.1.2-4+b1 [49.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/db5.3/libdb5.3t64_5.3.28%2bdfsg2-7_amd64.deb
Get:39 http://deb.debian.org/debian unstable/main amd64 libdb5.3t64 amd64 5.3.28+dfsg2-7 [697 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debconf/debconf_1.5.87_all.deb
Get:40 http://deb.debian.org/debian unstable/main amd64 debconf all 1.5.87 [119 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pam/libpam0g_1.5.3-7_amd64.deb
Get:41 http://deb.debian.org/debian unstable/main amd64 libpam0g amd64 1.5.3-7 [67.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pam/libpam-modules-bin_1.5.3-7_amd64.deb
Get:42 http://deb.debian.org/debian unstable/main amd64 libpam-modules-bin amd64 1.5.3-7 [54.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pam/libpam-modules_1.5.3-7_amd64.deb
Get:43 http://deb.debian.org/debian unstable/main amd64 libpam-modules amd64 1.5.3-7 [265 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/pam/libpam-runtime_1.5.3-7_all.deb
Get:44 http://deb.debian.org/debian unstable/main amd64 libpam-runtime all 1.5.3-7 [140 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/libblkid1_2.40.2-2_amd64.deb
Get:45 http://deb.debian.org/debian unstable/main amd64 libblkid1 amd64 2.40.2-2 [167 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/libmount1_2.40.2-2_amd64.deb
Get:46 http://deb.debian.org/debian unstable/main amd64 libmount1 amd64 2.40.2-2 [199 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/libsmartcols1_2.40.2-2_amd64.deb
Get:47 http://deb.debian.org/debian unstable/main amd64 libsmartcols1 amd64 2.40.2-2 [138 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/libudev1_256.4-2_amd64.deb
Get:48 http://deb.debian.org/debian unstable/main amd64 libudev1 amd64 256.4-2 [144 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/libuuid1_2.40.2-2_amd64.deb
Get:49 http://deb.debian.org/debian unstable/main amd64 libuuid1 amd64 2.40.2-2 [35.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/util-linux_2.40.2-2_amd64.deb
Get:50 http://deb.debian.org/debian unstable/main amd64 util-linux amd64 2.40.2-2 [1216 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/cdebconf/libdebconfclient0_0.272_amd64.deb
Get:51 http://deb.debian.org/debian unstable/main amd64 libdebconfclient0 amd64 0.272 [10.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/base-passwd/base-passwd_3.6.4_amd64.deb
Get:52 http://deb.debian.org/debian unstable/main amd64 base-passwd amd64 3.6.4 [50.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/init-system-helpers/init-system-helpers_1.66_all.deb
Get:53 http://deb.debian.org/debian unstable/main amd64 init-system-helpers all 1.66 [39.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/libc-bin_2.39-6_amd64.deb
Get:54 http://deb.debian.org/debian unstable/main amd64 libc-bin amd64 2.39-6 [610 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/ncurses-base_6.5-2_all.deb
Get:55 http://deb.debian.org/debian unstable/main amd64 ncurses-base all 6.5-2 [270 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/sysvinit/sysvinit-utils_3.09-2_amd64.deb
Get:56 http://deb.debian.org/debian unstable/main amd64 sysvinit-utils amd64 3.09-2 [32.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/glibc/libc6_2.39-6_amd64.deb
Get:2 http://deb.debian.org/debian unstable/main amd64 libc6 amd64 2.39-6 [2781 kB]
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/gcc-14-base_14.2.0-1_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure gcc-14-base:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libc6_2.39-6_amd64.deb /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libgcc-s1_14.2.0-1_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libgcc-s1:amd64 libc6:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/mawk_1.3.4.20240622-2_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure mawk:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/base-files_13.5_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure base-files:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libtinfo6_6.5-2_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libtinfo6:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/debianutils_5.20_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure debianutils:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/bash_5.2.21-2.1_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure bash:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libcap2_1%3a2.66-5_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libcap2:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libsystemd0_256.4-2_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libsystemd0:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/bsdutils_1%3a2.40.2-2_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure bsdutils:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libacl1_2.3.2-2_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libacl1:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libattr1_1%3a2.5.2-1_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libattr1:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libgmp10:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libpcre2-8-0_10.42-4+b1_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libpcre2-8-0:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libselinux1_3.5-2+b3_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libselinux1:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libzstd1_1.5.6+dfsg-1_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libzstd1:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure zlib1g:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libssl3t64_3.3.1-2_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libssl3t64:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/coreutils_9.4-3.1_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure coreutils:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/dash_0.5.12-9_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure dash:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/diffutils_1%3a3.10-1_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure diffutils:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libbz2-1.0_1.0.8-5.1_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libbz2-1.0:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/liblzma5_5.6.2-2_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure liblzma5:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libmd0_1.1.0-2_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libmd0:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/tar_1.35+dfsg-3_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure tar:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/dpkg_1.22.11_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure dpkg:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/findutils_4.10.0-2_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure findutils:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/grep_3.11-4_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure grep:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/gzip_1.12-1.1_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure gzip:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/hostname_3.23+nmu2_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure hostname:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/ncurses-bin_6.5-2_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure ncurses-bin:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libcrypt1_1%3a4.4.36-4_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libcrypt1:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/perl-base_5.38.2-5_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure perl-base:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/sed_4.9-2_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure sed:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libaudit-common_1%3a3.1.2-4_all.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libaudit-common:all 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libcap-ng0_0.8.5-1+b1_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libcap-ng0:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libaudit1_1%3a3.1.2-4+b1_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libaudit1:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libdb5.3t64_5.3.28+dfsg2-7_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libdb5.3t64:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/debconf_1.5.87_all.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure debconf:all 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libpam0g_1.5.3-7_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libpam0g:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libpam-modules-bin_1.5.3-7_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libpam-modules-bin:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libpam-modules_1.5.3-7_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libpam-modules:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libpam-runtime_1.5.3-7_all.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libpam-runtime:all 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libblkid1_2.40.2-2_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libblkid1:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libmount1_2.40.2-2_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libmount1:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libsmartcols1_2.40.2-2_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libsmartcols1:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libudev1_256.4-2_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libudev1:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libuuid1_2.40.2-2_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libuuid1:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/util-linux_2.40.2-2_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure util-linux:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libdebconfclient0_0.272_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libdebconfclient0:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/base-passwd_3.6.4_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure base-passwd:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/init-system-helpers_1.66_all.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure init-system-helpers:all 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/libc-bin_2.39-6_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure libc-bin:amd64 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/ncurses-base_6.5-2_all.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure ncurses-base:all 
/usr/bin/dpkg --status-fd 9 --no-triggers --unpack --auto-deconfigure /tmp/tmp.88OEEi2d3X/var/cache/apt/archives/sysvinit-utils_3.09-2_amd64.deb 
/usr/bin/dpkg --status-fd 9 --no-triggers --configure sysvinit-utils:amd64 
/usr/bin/dpkg --status-fd 9 --configure --pending 
Fetched 23.4 MB in 1s (21.5 MB/s)
I: extracting archives...
mount: /: not mount point or bad option.
       dmesg(1) may have more information after failed mount system call.
W: mount --make-rprivate / failed: 8192
I: running --extract-hook directly: /usr/share/mmdebstrap/hooks/maybe-merged-usr/extract00.sh /tmp/tmp.88OEEi2d3X
proxy cached: http://deb.debian.org/debian/dists/unstable/InRelease
Get:1 http://deb.debian.org/debian unstable InRelease [198 kB]
Fetched 198 kB in 0s (501 kB/s)
Reading package lists...
usr-is-merged found -- running merged-usr extract hook
I: installing essential packages...
Selecting previously unselected package gcc-14-base:amd64.
(Reading database ... 1 file or directory currently installed.)
Preparing to unpack .../gcc-14-base_14.2.0-1_amd64.deb ...
Unpacking gcc-14-base:amd64 (14.2.0-1) ...
Selecting previously unselected package libc6:amd64.
Preparing to unpack .../libc6_2.39-6_amd64.deb ...
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 23.
dpkg-query: no packages found matching base-files
Unpacking libc6:amd64 (2.39-6) ...
Selecting previously unselected package libgcc-s1:amd64.
Preparing to unpack .../libgcc-s1_14.2.0-1_amd64.deb ...
Unpacking libgcc-s1:amd64 (14.2.0-1) ...
Selecting previously unselected package mawk.
Preparing to unpack .../mawk_1.3.4.20240622-2_amd64.deb ...
Unpacking mawk (1.3.4.20240622-2) ...
Selecting previously unselected package base-files.
dpkg: regarding .../base-files_13.5_amd64.deb containing base-files, pre-dependency problem:
 base-files pre-depends on awk
  mawk provides awk but is unpacked but not configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../base-files_13.5_amd64.deb ...
Unpacking base-files (13.5) ...
Selecting previously unselected package libtinfo6:amd64.
Preparing to unpack .../libtinfo6_6.5-2_amd64.deb ...
Unpacking libtinfo6:amd64 (6.5-2) ...
Selecting previously unselected package debianutils.
dpkg: regarding .../debianutils_5.20_amd64.deb containing debianutils, pre-dependency problem:
 debianutils pre-depends on libc6 (>= 2.38)
  libc6:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../debianutils_5.20_amd64.deb ...
Unpacking debianutils (5.20) ...
Selecting previously unselected package bash.
dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
 bash pre-depends on libc6 (>= 2.38)
  libc6:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
 bash pre-depends on libtinfo6 (>= 6)
  libtinfo6:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../bash_5.2.21-2.1_amd64.deb ...
Unpacking bash (5.2.21-2.1) ...
Selecting previously unselected package libcap2:amd64.
Preparing to unpack .../libcap2_1%3a2.66-5_amd64.deb ...
Unpacking libcap2:amd64 (1:2.66-5) ...
Selecting previously unselected package libsystemd0:amd64.
Preparing to unpack .../libsystemd0_256.4-2_amd64.deb ...
Unpacking libsystemd0:amd64 (256.4-2) ...
Selecting previously unselected package bsdutils.
dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
 bsdutils pre-depends on libc6 (>= 2.38)
  libc6:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
 bsdutils pre-depends on libsystemd0 (>= 254)
  libsystemd0:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../bsdutils_1%3a2.40.2-2_amd64.deb ...
Unpacking bsdutils (1:2.40.2-2) ...
Selecting previously unselected package libacl1:amd64.
Preparing to unpack .../libacl1_2.3.2-2_amd64.deb ...
Unpacking libacl1:amd64 (2.3.2-2) ...
Selecting previously unselected package libattr1:amd64.
Preparing to unpack .../libattr1_1%3a2.5.2-1_amd64.deb ...
Unpacking libattr1:amd64 (1:2.5.2-1) ...
Selecting previously unselected package libgmp10:amd64.
Preparing to unpack .../libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb ...
Unpacking libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
Selecting previously unselected package libpcre2-8-0:amd64.
Preparing to unpack .../libpcre2-8-0_10.42-4+b1_amd64.deb ...
Unpacking libpcre2-8-0:amd64 (10.42-4+b1) ...
Selecting previously unselected package libselinux1:amd64.
Preparing to unpack .../libselinux1_3.5-2+b3_amd64.deb ...
Unpacking libselinux1:amd64 (3.5-2+b3) ...
Selecting previously unselected package libzstd1:amd64.
Preparing to unpack .../libzstd1_1.5.6+dfsg-1_amd64.deb ...
Unpacking libzstd1:amd64 (1.5.6+dfsg-1) ...
Selecting previously unselected package zlib1g:amd64.
Preparing to unpack .../zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb ...
Unpacking zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
Selecting previously unselected package libssl3t64:amd64.
Preparing to unpack .../libssl3t64_3.3.1-2_amd64.deb ...
Unpacking libssl3t64:amd64 (3.3.1-2) ...
Selecting previously unselected package coreutils.
dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
 coreutils pre-depends on libacl1 (>= 2.2.23)
  libacl1:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
 coreutils pre-depends on libattr1 (>= 1:2.4.48)
  libattr1:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
 coreutils pre-depends on libc6 (>= 2.34)
  libc6:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
 coreutils pre-depends on libgmp10 (>= 2:6.3.0+dfsg)
  libgmp10:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
 coreutils pre-depends on libselinux1 (>= 3.1~)
  libselinux1:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
 coreutils pre-depends on libssl3t64 (>= 3.0.0)
  libssl3t64:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../coreutils_9.4-3.1_amd64.deb ...
Unpacking coreutils (9.4-3.1) ...
Selecting previously unselected package dash.
dpkg: regarding .../dash_0.5.12-9_amd64.deb containing dash, pre-dependency problem:
 dash pre-depends on libc6 (>= 2.38)
  libc6:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../dash_0.5.12-9_amd64.deb ...
Unpacking dash (0.5.12-9) ...
Selecting previously unselected package diffutils.
dpkg: regarding .../diffutils_1%3a3.10-1_amd64.deb containing diffutils, pre-dependency problem:
 diffutils pre-depends on libc6 (>= 2.34)
  libc6:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../diffutils_1%3a3.10-1_amd64.deb ...
Unpacking diffutils (1:3.10-1) ...
Selecting previously unselected package libbz2-1.0:amd64.
Preparing to unpack .../libbz2-1.0_1.0.8-5.1_amd64.deb ...
Unpacking libbz2-1.0:amd64 (1.0.8-5.1) ...
Selecting previously unselected package liblzma5:amd64.
Preparing to unpack .../liblzma5_5.6.2-2_amd64.deb ...
Unpacking liblzma5:amd64 (5.6.2-2) ...
Selecting previously unselected package libmd0:amd64.
Preparing to unpack .../libmd0_1.1.0-2_amd64.deb ...
Unpacking libmd0:amd64 (1.1.0-2) ...
Selecting previously unselected package tar.
dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
 tar pre-depends on libacl1 (>= 2.2.23)
  libacl1:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
 tar pre-depends on libc6 (>= 2.34)
  libc6:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
 tar pre-depends on libselinux1 (>= 3.1~)
  libselinux1:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../tar_1.35+dfsg-3_amd64.deb ...
Unpacking tar (1.35+dfsg-3) ...
Selecting previously unselected package dpkg.
dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
 dpkg pre-depends on libbz2-1.0
  libbz2-1.0:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
 dpkg pre-depends on libc6 (>= 2.38)
  libc6:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
 dpkg pre-depends on liblzma5 (>= 5.4.0)
  liblzma5:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
 dpkg pre-depends on libmd0 (>= 0.0.0)
  libmd0:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
 dpkg pre-depends on libselinux1 (>= 3.1~)
  libselinux1:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
 dpkg pre-depends on libzstd1 (>= 1.5.5)
  libzstd1:amd64 is unpacked, but has never been configured.

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

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../dpkg_1.22.11_amd64.deb ...
Unpacking dpkg (1.22.11) ...
Selecting previously unselected package findutils.
dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
 findutils pre-depends on libc6 (>= 2.38)
  libc6:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
 findutils pre-depends on libselinux1 (>= 3.1~)
  libselinux1:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../findutils_4.10.0-2_amd64.deb ...
Unpacking findutils (4.10.0-2) ...
Selecting previously unselected package grep.
dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
 grep pre-depends on libc6 (>= 2.34)
  libc6:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
 grep pre-depends on libpcre2-8-0 (>= 10.32)
  libpcre2-8-0:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../archives/grep_3.11-4_amd64.deb ...
Unpacking grep (3.11-4) ...
Selecting previously unselected package gzip.
dpkg: regarding .../gzip_1.12-1.1_amd64.deb containing gzip, pre-dependency problem:
 gzip pre-depends on libc6 (>= 2.34)
  libc6:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../gzip_1.12-1.1_amd64.deb ...
Unpacking gzip (1.12-1.1) ...
Selecting previously unselected package hostname.
dpkg: regarding .../hostname_3.23+nmu2_amd64.deb containing hostname, pre-dependency problem:
 hostname pre-depends on libc6 (>= 2.34)
  libc6:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../hostname_3.23+nmu2_amd64.deb ...
Unpacking hostname (3.23+nmu2) ...
Selecting previously unselected package ncurses-bin.
dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
 ncurses-bin pre-depends on libc6 (>= 2.34)
  libc6:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
 ncurses-bin pre-depends on libtinfo6 (>= 6.4+20230603)
  libtinfo6:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../ncurses-bin_6.5-2_amd64.deb ...
Unpacking ncurses-bin (6.5-2) ...
Selecting previously unselected package libcrypt1:amd64.
Preparing to unpack .../libcrypt1_1%3a4.4.36-4_amd64.deb ...
Unpacking libcrypt1:amd64 (1:4.4.36-4) ...
Selecting previously unselected package perl-base.
dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
 perl-base pre-depends on libc6 (>= 2.38)
  libc6:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
 perl-base pre-depends on libcrypt1 (>= 1:4.1.0)
  libcrypt1:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
 perl-base pre-depends on dpkg (>= 1.17.17)
  dpkg is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../perl-base_5.38.2-5_amd64.deb ...
Unpacking perl-base (5.38.2-5) ...
Selecting previously unselected package sed.
dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
 sed pre-depends on libacl1 (>= 2.2.23)
  libacl1:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
 sed pre-depends on libc6 (>= 2.34)
  libc6:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
 sed pre-depends on libselinux1 (>= 3.1~)
  libselinux1:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../archives/sed_4.9-2_amd64.deb ...
Unpacking sed (4.9-2) ...
Selecting previously unselected package libaudit-common.
Preparing to unpack .../libaudit-common_1%3a3.1.2-4_all.deb ...
Unpacking libaudit-common (1:3.1.2-4) ...
Selecting previously unselected package libcap-ng0:amd64.
Preparing to unpack .../libcap-ng0_0.8.5-1+b1_amd64.deb ...
Unpacking libcap-ng0:amd64 (0.8.5-1+b1) ...
Selecting previously unselected package libaudit1:amd64.
Preparing to unpack .../libaudit1_1%3a3.1.2-4+b1_amd64.deb ...
Unpacking libaudit1:amd64 (1:3.1.2-4+b1) ...
Selecting previously unselected package libdb5.3t64:amd64.
Preparing to unpack .../libdb5.3t64_5.3.28+dfsg2-7_amd64.deb ...
Unpacking libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
Selecting previously unselected package debconf.
Preparing to unpack .../debconf_1.5.87_all.deb ...
Unpacking debconf (1.5.87) ...
Selecting previously unselected package libpam0g:amd64.
Preparing to unpack .../libpam0g_1.5.3-7_amd64.deb ...
Unpacking libpam0g:amd64 (1.5.3-7) ...
Selecting previously unselected package libpam-modules-bin.
Preparing to unpack .../libpam-modules-bin_1.5.3-7_amd64.deb ...
Unpacking libpam-modules-bin (1.5.3-7) ...
Selecting previously unselected package libpam-modules:amd64.
dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
 libpam-modules pre-depends on libaudit1 (>= 1:2.2.1)
  libaudit1:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
 libpam-modules pre-depends on libc6 (>= 2.34)
  libc6:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
 libpam-modules pre-depends on libcrypt1 (>= 1:4.3.0)
  libcrypt1:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
 libpam-modules pre-depends on libdb5.3t64
  libdb5.3t64:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
 libpam-modules pre-depends on libpam0g (>= 1.4.1)
  libpam0g:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
 libpam-modules pre-depends on libselinux1 (>= 3.1~)
  libselinux1:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
 libpam-modules pre-depends on libsystemd0
  libsystemd0:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
 libpam-modules pre-depends on debconf (>= 0.5) | debconf-2.0
  debconf is unpacked, but has never been configured.
  debconf provides debconf-2.0 but is unpacked but not configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
 libpam-modules pre-depends on libpam-modules-bin (= 1.5.3-7)
  libpam-modules-bin is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../libpam-modules_1.5.3-7_amd64.deb ...
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 23.
Unpacking libpam-modules:amd64 (1.5.3-7) ...
Selecting previously unselected package libpam-runtime.
Preparing to unpack .../libpam-runtime_1.5.3-7_all.deb ...
Unpacking libpam-runtime (1.5.3-7) ...
Selecting previously unselected package libblkid1:amd64.
Preparing to unpack .../libblkid1_2.40.2-2_amd64.deb ...
Unpacking libblkid1:amd64 (2.40.2-2) ...
Selecting previously unselected package libmount1:amd64.
Preparing to unpack .../libmount1_2.40.2-2_amd64.deb ...
Unpacking libmount1:amd64 (2.40.2-2) ...
Selecting previously unselected package libsmartcols1:amd64.
Preparing to unpack .../libsmartcols1_2.40.2-2_amd64.deb ...
Unpacking libsmartcols1:amd64 (2.40.2-2) ...
Selecting previously unselected package libudev1:amd64.
Preparing to unpack .../libudev1_256.4-2_amd64.deb ...
Unpacking libudev1:amd64 (256.4-2) ...
Selecting previously unselected package libuuid1:amd64.
Preparing to unpack .../libuuid1_2.40.2-2_amd64.deb ...
Unpacking libuuid1:amd64 (2.40.2-2) ...
Selecting previously unselected package util-linux.
dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libpam-modules
  libpam-modules:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libpam-runtime
  libpam-runtime is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libblkid1 (= 2.40.2-2)
  libblkid1:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libc6 (>= 2.38)
  libc6:amd64 is unpacked, but has never been configured.

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

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libcrypt1 (>= 1:4.1.0)
  libcrypt1:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libmount1 (= 2.40.2-2)
  libmount1:amd64 is unpacked, but has never been configured.

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

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libselinux1 (>= 3.1~)
  libselinux1:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libsmartcols1 (= 2.40.2-2)
  libsmartcols1:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libsystemd0
  libsystemd0:amd64 is unpacked, but has never been configured.

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

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libudev1 (>= 183)
  libudev1:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libuuid1 (= 2.40.2-2)
  libuuid1:amd64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../util-linux_2.40.2-2_amd64.deb ...
Unpacking util-linux (2.40.2-2) ...
Selecting previously unselected package libdebconfclient0:amd64.
Preparing to unpack .../libdebconfclient0_0.272_amd64.deb ...
Unpacking libdebconfclient0:amd64 (0.272) ...
Selecting previously unselected package base-passwd.
Preparing to unpack .../base-passwd_3.6.4_amd64.deb ...
Unpacking base-passwd (3.6.4) ...
Selecting previously unselected package init-system-helpers.
Preparing to unpack .../init-system-helpers_1.66_all.deb ...
Unpacking init-system-helpers (1.66) ...
Selecting previously unselected package libc-bin.
Preparing to unpack .../libc-bin_2.39-6_amd64.deb ...
Unpacking libc-bin (2.39-6) ...
Selecting previously unselected package ncurses-base.
Preparing to unpack .../ncurses-base_6.5-2_all.deb ...
Unpacking ncurses-base (6.5-2) ...
Selecting previously unselected package sysvinit-utils.
Preparing to unpack .../sysvinit-utils_3.09-2_amd64.deb ...
Unpacking sysvinit-utils (3.09-2) ...
Setting up gcc-14-base:amd64 (14.2.0-1) ...
Setting up libaudit-common (1:3.1.2-4) ...
Setting up debconf (1.5.87) ...
Setting up init-system-helpers (1.66) ...
Setting up ncurses-base (6.5-2) ...
Setting up libgcc-s1:amd64 (14.2.0-1) ...
Setting up libc6:amd64 (2.39-6) ...
Setting up mawk (1.3.4.20240622-2) ...
update-alternatives: using /usr/bin/mawk to provide /usr/bin/awk (awk) in auto mode
Setting up base-files (13.5) ...
Setting up libtinfo6:amd64 (6.5-2) ...
Setting up debianutils (5.20) ...
update-alternatives: using /usr/bin/which.debianutils to provide /usr/bin/which (which) in auto mode
Setting up bash (5.2.21-2.1) ...
update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
Setting up libcap2:amd64 (1:2.66-5) ...
Setting up libsystemd0:amd64 (256.4-2) ...
Setting up bsdutils (1:2.40.2-2) ...
Setting up libacl1:amd64 (2.3.2-2) ...
Setting up libattr1:amd64 (1:2.5.2-1) ...
Setting up libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
Setting up libpcre2-8-0:amd64 (10.42-4+b1) ...
Setting up libselinux1:amd64 (3.5-2+b3) ...
Setting up libzstd1:amd64 (1.5.6+dfsg-1) ...
Setting up zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
Setting up libssl3t64:amd64 (3.3.1-2) ...
Setting up coreutils (9.4-3.1) ...
Setting up dash (0.5.12-9) ...
Setting up diffutils (1:3.10-1) ...
Setting up libbz2-1.0:amd64 (1.0.8-5.1) ...
Setting up liblzma5:amd64 (5.6.2-2) ...
Setting up libmd0:amd64 (1.1.0-2) ...
Setting up tar (1.35+dfsg-3) ...
update-alternatives: using /usr/sbin/rmt-tar to provide /usr/sbin/rmt (rmt) in auto mode
Setting up dpkg (1.22.11) ...
Setting up findutils (4.10.0-2) ...
Setting up grep (3.11-4) ...
Setting up gzip (1.12-1.1) ...
Setting up hostname (3.23+nmu2) ...
Setting up ncurses-bin (6.5-2) ...
Setting up libcrypt1:amd64 (1:4.4.36-4) ...
Setting up perl-base (5.38.2-5) ...
Setting up sed (4.9-2) ...
Setting up libcap-ng0:amd64 (0.8.5-1+b1) ...
Setting up libaudit1:amd64 (1:3.1.2-4+b1) ...
Setting up libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
Setting up libpam0g:amd64 (1.5.3-7) ...
Setting up libpam-modules-bin (1.5.3-7) ...
Setting up libpam-modules:amd64 (1.5.3-7) ...
Setting up libpam-runtime (1.5.3-7) ...
Setting up libblkid1:amd64 (2.40.2-2) ...
Setting up libmount1:amd64 (2.40.2-2) ...
Setting up libsmartcols1:amd64 (2.40.2-2) ...
Setting up libudev1:amd64 (256.4-2) ...
Setting up libuuid1:amd64 (2.40.2-2) ...
Setting up util-linux (2.40.2-2) ...
update-alternatives: using /bin/more to provide /usr/bin/pager (pager) in auto mode
Setting up libdebconfclient0:amd64 (0.272) ...
Setting up base-passwd (3.6.4) ...
Setting up libc-bin (2.39-6) ...
Setting up sysvinit-utils (3.09-2) ...
I: running --essential-hook directly: /usr/share/mmdebstrap/hooks/maybe-merged-usr/essential00.sh /tmp/tmp.88OEEi2d3X
dummy usr-is-merged package installed -- running merged-usr essential hook
Reading package lists...
Building dependency tree...
The following packages will be upgraded:
  usr-is-merged
proxy cached: http://deb.debian.org/debian/pool/main/u/usrmerge/usr-is-merged_39_all.deb
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 5572 B of archives.
After this operation, 13.3 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
Fetched 5572 B in 0s (294 kB/s)
Chrooting into /tmp/tmp.88OEEi2d3X/
debconf: delaying package configuration, since apt-utils is not installed
Fetched 5572 B in 0s (294 kB/s)
Chrooting into /tmp/tmp.88OEEi2d3X/
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
Preparing to unpack .../usr-is-merged_39_all.deb ...
Unpacking usr-is-merged (39) over (1) ...
Chrooting into /tmp/tmp.88OEEi2d3X/
Setting up usr-is-merged (39) ...
Chrooting into /tmp/tmp.88OEEi2d3X/
I: installing remaining packages inside the chroot...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  adduser binutils binutils-common binutils-x86-64-linux-gnu bzip2 clasp cpio
  debian-archive-keyring distro-info dracut-install gpgconf gpgv gringo
  initramfs-tools initramfs-tools-core klibc-utils kmod libapparmor1
  libappconfig-perl libapt-pkg6.0t64 libarchive13t64 libassuan0 libatomic1
  libbinutils libbpf1 libbsd0 libcapstone4 libcom-err2 libctf-nobfd0 libctf0
  libdpkg-perl libelf1t64 libexpat1 libext2fs2t64 libfakechroot libfakeroot
  libffi8 libgcrypt20 libgdbm-compat4t64 libgdbm6t64 libglib2.0-0t64
  libgnutls30t64 libgpg-error0 libgprofng0 libgssapi-krb5-2 libhogweed6t64
  libhtml-parser-perl libhtml-tagset-perl libicu72 libidn2-0 libjansson4
  libk5crypto3 libkeyutils1 libklibc libkmod2 libkrb5-3 libkrb5support0
  liblua5.4-0 liblz4-1 liblzo2-2 libmnl0 libncursesw6 libnettle8t64
  libp11-kit0 libperl5.38t64 libproc2-0 libpsl5t64 libpython3-stdlib
  libpython3.12-minimal libpython3.12-stdlib libreadline8t64 libseccomp2
  libsemanage-common libsemanage2 libsepol2 libsframe1 libsqlite3-0
  libsquashfs1 libss2 libstdc++6 libsubid4 libsystemd-shared libtasn1-6
  libtirpc-common libtirpc3t64 libunistring5 liburi-perl libxml2 libxtables12
  libxxhash0 linux-base linux-image-6.9.12-amd64 logsave make media-types
  netbase patch perl-modules-5.38 python3-minimal python3.12
  python3.12-minimal readline-common systemd tzdata udev wget xz-utils
Suggested packages:
  liblocale-gettext-perl cron quota apt-doc aptitude | synaptic | wajig gnupg
  | gnupg2 | gnupg1 powermgmt-base binutils-doc gprofng-gui bzip2-doc
  libarchive-dev squid-deb-proxy-client zstd shunit2 debian-keyring gpart
  parted fuse2fs e2fsck-static gnupg bash-completion lrzip
  libbrowser-open-perl libcapture-tiny-perl libclass-xsaccessor-perl
  libjson-maybexs-perl libmoo-perl libnamespace-clean-perl
  libpod-coverage-perl libppi-html-perl | perltidy libsereal-decoder-perl
  libsereal-encoder-perl libterm-size-perl libtest-differences-perl gnupg | sq
  | sqop | pgpainless-cli | sequoia-chameleon-gnupg gcc | c-compiler
  sensible-utils git bzr rng-tools gdbm-l10n low-memory-monitor gnutls-bin
  krb5-doc krb5-user libdata-dump-perl libcryptsetup12 libdw1t64 libfido2-1
  libip4tc2 libpwquality1 libqrencode4 libtss2-rc0t64
  libtemplate-plugin-gd-perl libtemplate-plugin-xml-perl libbusiness-isbn-perl
  libregexp-ipv6-perl libwww-perl firmware-linux-free linux-doc-6.9
  debian-kernel-handbook grub-pc | grub-efi-amd64 | extlinux make-doc
  apt-transport-tor ca-certificates ncompress lzop lz4 nfs-common ed
  diffutils-doc libterm-readline-gnu-perl | libterm-readline-perl-perl
  libtap-harness-archive-perl man-browser groff-base python3-doc python3-tk
  python3-venv python3.12-venv python3.12-doc binfmt-support readline-doc
  systemd-container systemd-homed systemd-userdbd systemd-boot
  systemd-resolved systemd-repart libtss2-tcti-device0 polkitd
Recommended packages:
  ca-certificates gnupg build-essential gcc | c-compiler gnupg | sq | sqop
  | pgpainless-cli | sequoia-chameleon-gnupg libalgorithm-merge-perl
  e2fsprogs-l10n zstd busybox | busybox-static libpam-cap gcc
  libfile-fcntllock-perl liblocale-gettext-perl libglib2.0-data
  shared-mime-info xdg-user-dirs libgpg-error-l10n libhttp-message-perl
  krb5-locales libgpm2 publicsuffix apparmor apache2-utils libdistro-info-perl
  sensible-utils psmisc linux-sysctl-defaults default-dbus-system-bus
  | dbus-system-bus systemd-timesyncd | time-daemon systemd-cryptsetup
  libpam-systemd libnss-systemd
The following NEW packages will be installed:
  adduser apt apt-cudf apt-utils arch-test aspcud binutils binutils-common
  binutils-x86-64-linux-gnu bzip2 clasp cpio debian-archive-keyring
  debootstrap distro-info distro-info-data dpkg-dev dracut-install e2fsprogs
  fakechroot fakeroot genext2fs gpg gpgconf gpgv gringo initramfs-tools
  initramfs-tools-core iproute2 klibc-utils kmod libapparmor1
  libappconfig-perl libapt-pkg6.0t64 libarchive13t64 libassuan0 libatomic1
  libbinutils libbpf1 libbsd0 libcap2-bin libcapstone4 libcom-err2
  libctf-nobfd0 libctf0 libdevel-cover-perl libdpkg-perl libelf1t64 libexpat1
  libext2fs2t64 libfakechroot libfakeroot libffi8 libgcrypt20
  libgdbm-compat4t64 libgdbm6t64 libglib2.0-0t64 libgnutls30t64 libgpg-error0
  libgprofng0 libgssapi-krb5-2 libhogweed6t64 libhtml-parser-perl
  libhtml-tagset-perl libicu72 libidn2-0 libjansson4 libk5crypto3 libkeyutils1
  libklibc libkmod2 libkrb5-3 libkrb5support0 liblua5.4-0 liblz4-1 liblzo2-2
  libmnl0 libncursesw6 libnettle8t64 libp11-kit0 libperl5.38t64 libproc2-0
  libpsl5t64 libpython3-stdlib libpython3.12-minimal libpython3.12-stdlib
  libreadline8t64 libseccomp2 libsemanage-common libsemanage2 libsepol2
  libsframe1 libsqlite3-0 libsquashfs1 libss2 libstdc++6 libsubid4
  libsystemd-shared libtasn1-6 libtemplate-perl libtirpc-common libtirpc3t64
  libunistring5 liburi-perl libxml2 libxtables12 libxxhash0 linux-base
  linux-image-6.9.12-amd64 linux-image-amd64 login logsave make media-types
  mini-httpd mmdebstrap mount netbase passwd patch perl perl-doc
  perl-modules-5.38 procps python3 python3-minimal python3.12
  python3.12-minimal qemu-user qemu-user-static readline-common
  squashfs-tools-ng systemd systemd-sysv tzdata ubuntu-keyring udev uidmap
  uuid-runtime wget xz-utils
proxy cached: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libcom-err2_1.47.1-1_amd64.deb
0 upgraded, 141 newly installed, 0 to remove and 0 not upgraded.
Need to get 266 MB of archives.
After this operation, 947 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian unstable/main amd64 libcom-err2 amd64 1.47.1-1 [22.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libext2fs2t64_1.47.1-1_amd64.deb
Get:2 http://deb.debian.org/debian unstable/main amd64 libext2fs2t64 amd64 1.47.1-1 [210 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/e2fsprogs/libss2_1.47.1-1_amd64.deb
Get:3 http://deb.debian.org/debian unstable/main amd64 libss2 amd64 1.47.1-1 [27.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/e2fsprogs/logsave_1.47.1-1_amd64.deb
Get:4 http://deb.debian.org/debian unstable/main amd64 logsave amd64 1.47.1-1 [22.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/e2fsprogs/e2fsprogs_1.47.1-1_amd64.deb
Get:5 http://deb.debian.org/debian unstable/main amd64 e2fsprogs amd64 1.47.1-1 [583 kB]
proxy cached: http://deb.debian.org/debian/pool/main/u/util-linux/mount_2.40.2-2_amd64.deb
Get:6 http://deb.debian.org/debian unstable/main amd64 mount amd64 2.40.2-2 [154 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/apparmor/libapparmor1_3.1.7-1%2bb1_amd64.deb
Get:7 http://deb.debian.org/debian unstable/main amd64 libapparmor1 amd64 3.1.7-1+b1 [42.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.5-1%2bb1_amd64.deb
Get:8 http://deb.debian.org/debian unstable/main amd64 libseccomp2 amd64 2.5.5-1+b1 [47.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/libsystemd-shared_256.4-2_amd64.deb
Get:9 http://deb.debian.org/debian unstable/main amd64 libsystemd-shared amd64 256.4-2 [2058 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/systemd_256.4-2_amd64.deb
Get:10 http://deb.debian.org/debian unstable/main amd64 systemd amd64 256.4-2 [3486 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/systemd-sysv_256.4-2_amd64.deb
Get:11 http://deb.debian.org/debian unstable/main amd64 systemd-sysv amd64 256.4-2 [57.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/perl/perl-modules-5.38_5.38.2-5_all.deb
Get:12 http://deb.debian.org/debian unstable/main amd64 perl-modules-5.38 all 5.38.2-5 [2905 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gdbm/libgdbm6t64_1.23-6_amd64.deb
Get:13 http://deb.debian.org/debian unstable/main amd64 libgdbm6t64 amd64 1.23-6 [72.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gdbm/libgdbm-compat4t64_1.23-6_amd64.deb
Get:14 http://deb.debian.org/debian unstable/main amd64 libgdbm-compat4t64 amd64 1.23-6 [48.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/perl/libperl5.38t64_5.38.2-5_amd64.deb
Get:15 http://deb.debian.org/debian unstable/main amd64 libperl5.38t64 amd64 5.38.2-5 [4275 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/perl/perl_5.38.2-5_amd64.deb
Get:16 http://deb.debian.org/debian unstable/main amd64 perl amd64 5.38.2-5 [236 kB]

proxy download: http://deb.debian.org/debian/pool/main/m/mini-httpd/mini-httpd_1.30-11_amd64.deb
Get:17 http://deb.debian.org/debian unstable/main amd64 mini-httpd amd64 1.30-11 [46.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3.12/libpython3.12-minimal_3.12.4-3_amd64.deb
Get:18 http://deb.debian.org/debian unstable/main amd64 libpython3.12-minimal amd64 3.12.4-3 [812 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/expat/libexpat1_2.6.2-1_amd64.deb
Get:19 http://deb.debian.org/debian unstable/main amd64 libexpat1 amd64 2.6.2-1 [103 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3.12/python3.12-minimal_3.12.4-3_amd64.deb
Get:20 http://deb.debian.org/debian unstable/main amd64 python3.12-minimal amd64 3.12.4-3 [2137 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3-defaults/python3-minimal_3.12.4-1_amd64.deb
Get:21 http://deb.debian.org/debian unstable/main amd64 python3-minimal amd64 3.12.4-1 [26.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/media-types/media-types_10.1.0_all.deb
Get:22 http://deb.debian.org/debian unstable/main amd64 media-types all 10.1.0 [26.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/netbase/netbase_6.4_all.deb
Get:23 http://deb.debian.org/debian unstable/main amd64 netbase all 6.4 [12.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/t/tzdata/tzdata_2024a-4_all.deb
Get:24 http://deb.debian.org/debian unstable/main amd64 tzdata all 2024a-4 [255 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libf/libffi/libffi8_3.4.6-1_amd64.deb
proxy cached: http://deb.debian.org/debian/pool/main/n/ncurses/libncursesw6_6.5-2_amd64.deb
Get:25 http://deb.debian.org/debian unstable/main amd64 libffi8 amd64 3.4.6-1 [23.6 kB]
Get:26 http://deb.debian.org/debian unstable/main amd64 libncursesw6 amd64 6.5-2 [135 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/readline/readline-common_8.2-4_all.deb
Get:27 http://deb.debian.org/debian unstable/main amd64 readline-common all 8.2-4 [69.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/r/readline/libreadline8t64_8.2-4_amd64.deb
Get:28 http://deb.debian.org/debian unstable/main amd64 libreadline8t64 amd64 8.2-4 [167 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/sqlite3/libsqlite3-0_3.46.0-1_amd64.deb
Get:29 http://deb.debian.org/debian unstable/main amd64 libsqlite3-0 amd64 3.46.0-1 [902 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3.12/libpython3.12-stdlib_3.12.4-3_amd64.deb
Get:30 http://deb.debian.org/debian unstable/main amd64 libpython3.12-stdlib amd64 3.12.4-3 [1950 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3.12/python3.12_3.12.4-3_amd64.deb
Get:31 http://deb.debian.org/debian unstable/main amd64 python3.12 amd64 3.12.4-3 [664 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3-defaults/libpython3-stdlib_3.12.4-1_amd64.deb
Get:32 http://deb.debian.org/debian unstable/main amd64 libpython3-stdlib amd64 3.12.4-1 [9500 B]
proxy cached: http://deb.debian.org/debian/pool/main/p/python3-defaults/python3_3.12.4-1_amd64.deb
Get:33 http://deb.debian.org/debian unstable/main amd64 python3 amd64 3.12.4-1 [27.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libb/libbsd/libbsd0_0.12.2-1_amd64.deb
Get:34 http://deb.debian.org/debian unstable/main amd64 libbsd0 amd64 0.12.2-1 [131 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/shadow/login_4.15.3-3_amd64.deb
Get:35 http://deb.debian.org/debian unstable/main amd64 login amd64 1:4.15.3-3 [564 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libsemanage/libsemanage-common_3.5-1_all.deb
Get:36 http://deb.debian.org/debian unstable/main amd64 libsemanage-common all 3.5-1 [9908 B]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libsepol/libsepol2_3.5-2%2bb1_amd64.deb
Get:37 http://deb.debian.org/debian unstable/main amd64 libsepol2 amd64 3.5-2+b1 [278 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libs/libsemanage/libsemanage2_3.5-1%2bb4_amd64.deb
Get:38 http://deb.debian.org/debian unstable/main amd64 libsemanage2 amd64 3.5-1+b4 [90.1 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/shadow/passwd_4.15.3-3_amd64.deb
Get:39 http://deb.debian.org/debian unstable/main amd64 passwd amd64 1:4.15.3-3 [974 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/adduser/adduser_3.137_all.deb
Get:40 http://deb.debian.org/debian unstable/main amd64 adduser all 3.137 [140 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/util-linux/uuid-runtime_2.40.2-2_amd64.deb
Get:41 http://deb.debian.org/debian unstable/main amd64 uuid-runtime amd64 2.40.2-2 [57.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libg/libgpg-error/libgpg-error0_1.50-2_amd64.deb
Get:42 http://deb.debian.org/debian unstable/main amd64 libgpg-error0 amd64 1.50-2 [81.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libg/libgcrypt20/libgcrypt20_1.11.0-5_amd64.deb
Get:43 http://deb.debian.org/debian unstable/main amd64 libgcrypt20 amd64 1.11.0-5 [842 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gnupg2/gpgv_2.2.43-8_amd64.deb
Get:44 http://deb.debian.org/debian unstable/main amd64 gpgv amd64 2.2.43-8 [216 kB]
proxy cached: http://deb.debian.org/debian/pool/main/x/xxhash/libxxhash0_0.8.2-2%2bb1_amd64.deb
Get:45 http://deb.debian.org/debian unstable/main amd64 libxxhash0 amd64 0.8.2-2+b1 [26.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/l/lz4/liblz4-1_1.9.4-3_amd64.deb
Get:46 http://deb.debian.org/debian unstable/main amd64 liblz4-1 amd64 1.9.4-3 [59.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-14/libstdc%2b%2b6_14.2.0-1_amd64.deb
Get:47 http://deb.debian.org/debian unstable/main amd64 libstdc++6 amd64 14.2.0-1 [713 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/apt/libapt-pkg6.0t64_2.9.7_amd64.deb
Get:48 http://deb.debian.org/debian unstable/main amd64 libapt-pkg6.0t64 amd64 2.9.7 [1044 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2023.4_all.deb
Get:49 http://deb.debian.org/debian unstable/main amd64 debian-archive-keyring all 2023.4 [161 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/nettle/libnettle8t64_3.10-1_amd64.deb
Get:50 http://deb.debian.org/debian unstable/main amd64 libnettle8t64 amd64 3.10-1 [303 kB]
proxy cached: http://deb.debian.org/debian/pool/main/n/nettle/libhogweed6t64_3.10-1_amd64.deb
Get:51 http://deb.debian.org/debian unstable/main amd64 libhogweed6t64 amd64 3.10-1 [334 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libu/libunistring/libunistring5_1.2-1_amd64.deb
Get:52 http://deb.debian.org/debian unstable/main amd64 libunistring5 amd64 1.2-1 [425 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libi/libidn2/libidn2-0_2.3.7-2_amd64.deb
Get:53 http://deb.debian.org/debian unstable/main amd64 libidn2-0 amd64 2.3.7-2 [128 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/p11-kit/libp11-kit0_0.25.5-2_amd64.deb
Get:54 http://deb.debian.org/debian unstable/main amd64 libp11-kit0 amd64 0.25.5-2 [424 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtasn1-6/libtasn1-6_4.19.0-3%2bb2_amd64.deb
Get:55 http://deb.debian.org/debian unstable/main amd64 libtasn1-6 amd64 4.19.0-3+b2 [48.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gnutls28/libgnutls30t64_3.8.6-2_amd64.deb
Get:56 http://deb.debian.org/debian unstable/main amd64 libgnutls30t64 amd64 3.8.6-2 [1444 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/apt/apt_2.9.7_amd64.deb
Get:57 http://deb.debian.org/debian unstable/main amd64 apt amd64 2.9.7 [1410 kB]
proxy cached: http://deb.debian.org/debian/pool/main/a/apt/apt-utils_2.9.7_amd64.deb
Get:58 http://deb.debian.org/debian unstable/main amd64 apt-utils amd64 2.9.7 [326 kB]
proxy cached: http://deb.debian.org/debian/pool/main/c/cpio/cpio_2.15%2bdfsg-2_amd64.deb
Get:59 http://deb.debian.org/debian unstable/main amd64 cpio amd64 2.15+dfsg-2 [252 kB]
proxy cached: http://deb.debian.org/debian/pool/main/e/elfutils/libelf1t64_0.191-2_amd64.deb
Get:60 http://deb.debian.org/debian unstable/main amd64 libelf1t64 amd64 0.191-2 [188 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libb/libbpf/libbpf1_1.4.5-1_amd64.deb
Get:61 http://deb.debian.org/debian unstable/main amd64 libbpf1 amd64 1:1.4.5-1 [162 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libm/libmnl/libmnl0_1.0.5-2%2bb1_amd64.deb
Get:62 http://deb.debian.org/debian unstable/main amd64 libmnl0 amd64 1.0.5-2+b1 [12.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/k/krb5/libkrb5support0_1.21.3-3_amd64.deb
Get:63 http://deb.debian.org/debian unstable/main amd64 libkrb5support0 amd64 1.21.3-3 [32.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/k/krb5/libk5crypto3_1.21.3-3_amd64.deb
Get:64 http://deb.debian.org/debian unstable/main amd64 libk5crypto3 amd64 1.21.3-3 [79.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/k/keyutils/libkeyutils1_1.6.3-3_amd64.deb
Get:65 http://deb.debian.org/debian unstable/main amd64 libkeyutils1 amd64 1.6.3-3 [8952 B]
proxy cached: http://deb.debian.org/debian/pool/main/k/krb5/libkrb5-3_1.21.3-3_amd64.deb
Get:66 http://deb.debian.org/debian unstable/main amd64 libkrb5-3 amd64 1.21.3-3 [324 kB]
proxy cached: http://deb.debian.org/debian/pool/main/k/krb5/libgssapi-krb5-2_1.21.3-3_amd64.deb
Get:67 http://deb.debian.org/debian unstable/main amd64 libgssapi-krb5-2 amd64 1.21.3-3 [136 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc-common_1.3.4%2bds-1.3_all.deb
Get:68 http://deb.debian.org/debian unstable/main amd64 libtirpc-common all 1.3.4+ds-1.3 [10.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc3t64_1.3.4%2bds-1.3_amd64.deb
Get:69 http://deb.debian.org/debian unstable/main amd64 libtirpc3t64 amd64 1.3.4+ds-1.3 [82.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/iptables/libxtables12_1.8.10-4_amd64.deb
Get:70 http://deb.debian.org/debian unstable/main amd64 libxtables12 amd64 1.8.10-4 [31.2 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libc/libcap2/libcap2-bin_2.66-5_amd64.deb
Get:71 http://deb.debian.org/debian unstable/main amd64 libcap2-bin amd64 1:2.66-5 [34.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/iproute2/iproute2_6.10.0-1_amd64.deb
Get:72 http://deb.debian.org/debian unstable/main amd64 iproute2 amd64 6.10.0-1 [1067 kB]
proxy cached: http://deb.debian.org/debian/pool/main/k/kmod/libkmod2_32%2b20240611-1_amd64.deb
Get:73 http://deb.debian.org/debian unstable/main amd64 libkmod2 amd64 32+20240611-1 [60.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/k/kmod/kmod_32%2b20240611-1_amd64.deb
Get:74 http://deb.debian.org/debian unstable/main amd64 kmod amd64 32+20240611-1 [96.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/procps/libproc2-0_4.0.4-5_amd64.deb
Get:75 http://deb.debian.org/debian unstable/main amd64 libproc2-0 amd64 2:4.0.4-5 [64.7 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/procps/procps_4.0.4-5_amd64.deb
Get:76 http://deb.debian.org/debian unstable/main amd64 procps amd64 2:4.0.4-5 [878 kB]
proxy cached: http://deb.debian.org/debian/pool/main/s/systemd/udev_256.4-2_amd64.deb
Get:77 http://deb.debian.org/debian unstable/main amd64 udev amd64 256.4-2 [1896 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/bzip2/bzip2_1.0.8-5.1_amd64.deb
Get:78 http://deb.debian.org/debian unstable/main amd64 bzip2 amd64 1.0.8-5.1 [40.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libp/libpsl/libpsl5t64_0.21.2-1.1_amd64.deb
Get:79 http://deb.debian.org/debian unstable/main amd64 libpsl5t64 amd64 0.21.2-1.1 [56.8 kB]
proxy cached: http://deb.debian.org/debian/pool/main/w/wget/wget_1.24.5-2%2bb1_amd64.deb
Get:80 http://deb.debian.org/debian unstable/main amd64 wget amd64 1.24.5-2+b1 [981 kB]
proxy cached: http://deb.debian.org/debian/pool/main/x/xz-utils/xz-utils_5.6.2-2_amd64.deb
Get:81 http://deb.debian.org/debian unstable/main amd64 xz-utils amd64 5.6.2-2 [522 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/lua5.4/liblua5.4-0_5.4.6-3%2bb1_amd64.deb
Get:82 http://deb.debian.org/debian unstable/main amd64 liblua5.4-0 amd64 5.4.6-3+b1 [147 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/gringo/gringo_5.6.2-2_amd64.deb
Get:83 http://deb.debian.org/debian unstable/main amd64 gringo amd64 5.6.2-2 [1884 kB]

proxy download: http://deb.debian.org/debian/pool/main/c/clasp/clasp_3.3.5-4.2_amd64.deb
Get:84 http://deb.debian.org/debian unstable/main amd64 clasp amd64 3.3.5-4.2 [629 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/aspcud/aspcud_1.9.6-2_amd64.deb
Get:85 http://deb.debian.org/debian unstable/main amd64 aspcud amd64 1:1.9.6-2 [126 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dose3/apt-cudf_7.0.0-5%2bb2_amd64.deb
Get:86 http://deb.debian.org/debian unstable/main amd64 apt-cudf amd64 7.0.0-5+b2 [1058 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/arch-test/arch-test_0.21-1_all.deb
Get:87 http://deb.debian.org/debian unstable/main amd64 arch-test all 0.21-1 [12.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/binutils-common_2.42.90.20240720-2_amd64.deb
Get:88 http://deb.debian.org/debian unstable/main amd64 binutils-common amd64 2.42.90.20240720-2 [2598 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/libsframe1_2.42.90.20240720-2_amd64.deb
Get:89 http://deb.debian.org/debian unstable/main amd64 libsframe1 amd64 2.42.90.20240720-2 [76.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/libbinutils_2.42.90.20240720-2_amd64.deb
Get:90 http://deb.debian.org/debian unstable/main amd64 libbinutils amd64 2.42.90.20240720-2 [523 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/libctf-nobfd0_2.42.90.20240720-2_amd64.deb
Get:91 http://deb.debian.org/debian unstable/main amd64 libctf-nobfd0 amd64 2.42.90.20240720-2 [154 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/libctf0_2.42.90.20240720-2_amd64.deb
Get:92 http://deb.debian.org/debian unstable/main amd64 libctf0 amd64 2.42.90.20240720-2 [88.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/libgprofng0_2.42.90.20240720-2_amd64.deb
Get:93 http://deb.debian.org/debian unstable/main amd64 libgprofng0 amd64 2.42.90.20240720-2 [787 kB]
proxy cached: http://deb.debian.org/debian/pool/main/j/jansson/libjansson4_2.14-2%2bb2_amd64.deb
Get:94 http://deb.debian.org/debian unstable/main amd64 libjansson4 amd64 2.14-2+b2 [39.9 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/binutils-x86-64-linux-gnu_2.42.90.20240720-2_amd64.deb
Get:95 http://deb.debian.org/debian unstable/main amd64 binutils-x86-64-linux-gnu amd64 2.42.90.20240720-2 [2237 kB]
proxy cached: http://deb.debian.org/debian/pool/main/b/binutils/binutils_2.42.90.20240720-2_amd64.deb
Get:96 http://deb.debian.org/debian unstable/main amd64 binutils amd64 2.42.90.20240720-2 [81.3 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/distro-info-data/distro-info-data_0.62_all.deb

proxy download: http://deb.debian.org/debian/pool/main/d/distro-info/distro-info_1.7_amd64.deb
Get:97 http://deb.debian.org/debian unstable/main amd64 distro-info-data all 0.62 [6344 B]
Get:98 http://deb.debian.org/debian unstable/main amd64 distro-info amd64 1.7 [18.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.137_all.deb
Get:99 http://deb.debian.org/debian unstable/main amd64 debootstrap all 1.0.137 [48.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dpkg/libdpkg-perl_1.22.11_all.deb
Get:100 http://deb.debian.org/debian unstable/main amd64 libdpkg-perl all 1.22.11 [644 kB]
proxy cached: http://deb.debian.org/debian/pool/main/p/patch/patch_2.7.6-7_amd64.deb
Get:101 http://deb.debian.org/debian unstable/main amd64 patch amd64 2.7.6-7 [128 kB]
proxy cached: http://deb.debian.org/debian/pool/main/m/make-dfsg/make_4.3-4.1_amd64.deb
Get:102 http://deb.debian.org/debian unstable/main amd64 make amd64 4.3-4.1 [396 kB]
proxy cached: http://deb.debian.org/debian/pool/main/d/dpkg/dpkg-dev_1.22.11_all.deb
Get:103 http://deb.debian.org/debian unstable/main amd64 dpkg-dev all 1.22.11 [1332 kB]

proxy download: http://deb.debian.org/debian/pool/main/d/dracut/dracut-install_103-1_amd64.deb
Get:104 http://deb.debian.org/debian unstable/main amd64 dracut-install amd64 103-1 [35.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/fakechroot/libfakechroot_2.20.1%2bds-17_amd64.deb
Get:105 http://deb.debian.org/debian unstable/main amd64 libfakechroot amd64 2.20.1+ds-17 [44.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/fakechroot/fakechroot_2.20.1%2bds-17_all.deb
Get:106 http://deb.debian.org/debian unstable/main amd64 fakechroot all 2.20.1+ds-17 [26.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/fakeroot/libfakeroot_1.35.1-1_amd64.deb
Get:107 http://deb.debian.org/debian unstable/main amd64 libfakeroot amd64 1.35.1-1 [28.6 kB]
proxy cached: http://deb.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.35.1-1_amd64.deb
Get:108 http://deb.debian.org/debian unstable/main amd64 fakeroot amd64 1.35.1-1 [74.5 kB]
proxy cached: http://deb.debian.org/debian/pool/main/i/icu/libicu72_72.1-5_amd64.deb
Get:109 http://deb.debian.org/debian unstable/main amd64 libicu72 amd64 72.1-5 [9396 kB]
proxy cached: http://deb.debian.org/debian/pool/main/libx/libxml2/libxml2_2.12.7%2bdfsg-3%2bb1_amd64.deb
Get:110 http://deb.debian.org/debian unstable/main amd64 libxml2 amd64 2.12.7+dfsg-3+b1 [671 kB]

proxy download: http://deb.debian.org/debian/pool/main/liba/libarchive/libarchive13t64_3.7.2-2.1_amd64.deb
Get:111 http://deb.debian.org/debian unstable/main amd64 libarchive13t64 amd64 3.7.2-2.1 [346 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/genext2fs/genext2fs_1.5.0-3%2bb1_amd64.deb
Get:112 http://deb.debian.org/debian unstable/main amd64 genext2fs amd64 1.5.0-3+b1 [30.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/liba/libassuan/libassuan0_2.5.6-1%2bb1_amd64.deb
Get:113 http://deb.debian.org/debian unstable/main amd64 libassuan0 amd64 2.5.6-1+b1 [50.4 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gnupg2/gpgconf_2.2.43-8_amd64.deb
Get:114 http://deb.debian.org/debian unstable/main amd64 gpgconf amd64 2.2.43-8 [119 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gnupg2/gpg_2.2.43-8_amd64.deb
Get:115 http://deb.debian.org/debian unstable/main amd64 gpg amd64 2.2.43-8 [523 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/klibc/libklibc_2.0.13-4_amd64.deb
Get:116 http://deb.debian.org/debian unstable/main amd64 libklibc amd64 2.0.13-4 [44.5 kB]

proxy download: http://deb.debian.org/debian/pool/main/k/klibc/klibc-utils_2.0.13-4_amd64.deb
Get:117 http://deb.debian.org/debian unstable/main amd64 klibc-utils amd64 2.0.13-4 [95.0 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/initramfs-tools/initramfs-tools-core_0.143.1_all.deb
Get:118 http://deb.debian.org/debian unstable/main amd64 initramfs-tools-core all 0.143.1 [48.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/linux-base/linux-base_4.10.1_all.deb
Get:119 http://deb.debian.org/debian unstable/main amd64 linux-base all 4.10.1 [30.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/i/initramfs-tools/initramfs-tools_0.143.1_all.deb
Get:120 http://deb.debian.org/debian unstable/main amd64 initramfs-tools all 0.143.1 [14.3 kB]

proxy download: http://deb.debian.org/debian/pool/main/a/appconfig/libappconfig-perl_1.71-2.3_all.deb
Get:121 http://deb.debian.org/debian unstable/main amd64 libappconfig-perl all 1.71-2.3 [67.0 kB]
proxy cached: http://deb.debian.org/debian/pool/main/g/gcc-14/libatomic1_14.2.0-1_amd64.deb
Get:122 http://deb.debian.org/debian unstable/main amd64 libatomic1 amd64 14.2.0-1 [9280 B]

proxy download: http://deb.debian.org/debian/pool/main/c/capstone/libcapstone4_4.0.2-5.1_amd64.deb
Get:123 http://deb.debian.org/debian unstable/main amd64 libcapstone4 amd64 4.0.2-5.1 [556 kB]

proxy download: http://deb.debian.org/debian/pool/main/libh/libhtml-tagset-perl/libhtml-tagset-perl_3.24-1_all.deb
Get:124 http://deb.debian.org/debian unstable/main amd64 libhtml-tagset-perl all 3.24-1 [14.7 kB]

proxy download: http://deb.debian.org/debian/pool/main/libu/liburi-perl/liburi-perl_5.28-1_all.deb
Get:125 http://deb.debian.org/debian unstable/main amd64 liburi-perl all 5.28-1 [98.6 kB]

proxy download: http://deb.debian.org/debian/pool/main/libh/libhtml-parser-perl/libhtml-parser-perl_3.83-1_amd64.deb
Get:126 http://deb.debian.org/debian unstable/main amd64 libhtml-parser-perl amd64 3.83-1 [99.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/libd/libdevel-cover-perl/libdevel-cover-perl_1.44-1_amd64.deb
Get:127 http://deb.debian.org/debian unstable/main amd64 libdevel-cover-perl amd64 1.44-1 [186 kB]

proxy download: http://deb.debian.org/debian/pool/main/g/glib2.0/libglib2.0-0t64_2.81.1-3_amd64.deb
Get:128 http://deb.debian.org/debian unstable/main amd64 libglib2.0-0t64 amd64 2.81.1-3 [1496 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/lzo2/liblzo2-2_2.10-3_amd64.deb
Get:129 http://deb.debian.org/debian unstable/main amd64 liblzo2-2 amd64 2.10-3 [54.4 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/squashfs-tools-ng/libsquashfs1_1.3.1-1_amd64.deb
Get:130 http://deb.debian.org/debian unstable/main amd64 libsquashfs1 amd64 1.3.1-1 [47.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/shadow/libsubid4_4.15.3-3_amd64.deb
Get:131 http://deb.debian.org/debian unstable/main amd64 libsubid4 amd64 1:4.15.3-3 [218 kB]

proxy download: http://deb.debian.org/debian/pool/main/libt/libtemplate-perl/libtemplate-perl_2.27-1%2bb7_amd64.deb
Get:132 http://deb.debian.org/debian unstable/main amd64 libtemplate-perl amd64 2.27-1+b7 [547 kB]

proxy download: http://deb.debian.org/debian/pool/main/l/linux-signed-amd64/linux-image-6.9.12-amd64_6.9.12-1_amd64.deb
Get:133 http://deb.debian.org/debian unstable/main amd64 linux-image-6.9.12-amd64 amd64 6.9.12-1 [101 MB]

proxy download: http://deb.debian.org/debian/pool/main/l/linux-signed-amd64/linux-image-amd64_6.9.12-1_amd64.deb
Get:134 http://deb.debian.org/debian unstable/main amd64 linux-image-amd64 amd64 6.9.12-1 [1460 B]

proxy download: http://deb.debian.org/debian/pool/main/m/mmdebstrap/mmdebstrap_1.5.2-1_all.deb
Get:135 http://deb.debian.org/debian unstable/main amd64 mmdebstrap all 1.5.2-1 [128 kB]

proxy download: http://deb.debian.org/debian/pool/main/p/perl/perl-doc_5.38.2-5_all.deb
Get:136 http://deb.debian.org/debian unstable/main amd64 perl-doc all 5.38.2-5 [7833 kB]

proxy download: http://deb.debian.org/debian/pool/main/q/qemu/qemu-user_9.0.2%2bds-2_amd64.deb
Get:137 http://deb.debian.org/debian unstable/main amd64 qemu-user amd64 1:9.0.2+ds-2 [11.6 MB]

proxy download: http://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_9.0.2%2bds-2_amd64.deb
Get:138 http://deb.debian.org/debian unstable/main amd64 qemu-user-static amd64 1:9.0.2+ds-2 [78.4 MB]

proxy download: http://deb.debian.org/debian/pool/main/s/squashfs-tools-ng/squashfs-tools-ng_1.3.1-1_amd64.deb
Get:139 http://deb.debian.org/debian unstable/main amd64 squashfs-tools-ng amd64 1.3.1-1 [94.9 kB]

proxy download: http://deb.debian.org/debian/pool/main/u/ubuntu-keyring/ubuntu-keyring_2023.11.28.1-0.2_all.deb
Get:140 http://deb.debian.org/debian unstable/main amd64 ubuntu-keyring all 2023.11.28.1-0.2 [14.1 kB]

proxy download: http://deb.debian.org/debian/pool/main/s/shadow/uidmap_4.15.3-3_amd64.deb
Get:141 http://deb.debian.org/debian unstable/main amd64 uidmap amd64 1:4.15.3-3 [193 kB]
Fetched 266 MB in 3min 24s (1302 kB/s)
Chrooting into /tmp/tmp.88OEEi2d3X/
debconf: delaying package configuration, since apt-utils is not installed
Fetched 266 MB in 3min 24s (1302 kB/s)
Chrooting into /tmp/tmp.88OEEi2d3X/
Selecting previously unselected package libcom-err2:amd64.
(Reading database ... 3525 files and directories currently installed.)
Preparing to unpack .../libcom-err2_1.47.1-1_amd64.deb ...
Unpacking libcom-err2:amd64 (1.47.1-1) ...
Selecting previously unselected package libext2fs2t64:amd64.
Preparing to unpack .../libext2fs2t64_1.47.1-1_amd64.deb ...
Adding 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2 to /lib/x86_64-linux-gnu/libe2p.so.2.usr-is-merged by libext2fs2t64'
Adding 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2.3 to /lib/x86_64-linux-gnu/libe2p.so.2.3.usr-is-merged by libext2fs2t64'
Adding 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2 to /lib/x86_64-linux-gnu/libext2fs.so.2.usr-is-merged by libext2fs2t64'
Adding 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2.4 to /lib/x86_64-linux-gnu/libext2fs.so.2.4.usr-is-merged by libext2fs2t64'
Unpacking libext2fs2t64:amd64 (1.47.1-1) ...
Selecting previously unselected package libss2:amd64.
Preparing to unpack .../libss2_1.47.1-1_amd64.deb ...
Unpacking libss2:amd64 (1.47.1-1) ...
Selecting previously unselected package logsave.
Preparing to unpack .../logsave_1.47.1-1_amd64.deb ...
Unpacking logsave (1.47.1-1) ...
Chrooting into /tmp/tmp.88OEEi2d3X/
Setting up libcom-err2:amd64 (1.47.1-1) ...
Setting up libext2fs2t64:amd64 (1.47.1-1) ...
Setting up libss2:amd64 (1.47.1-1) ...
Chrooting into /tmp/tmp.88OEEi2d3X/
Selecting previously unselected package e2fsprogs.
(Reading database ... 3556 files and directories currently installed.)
Preparing to unpack .../0-e2fsprogs_1.47.1-1_amd64.deb ...
Unpacking e2fsprogs (1.47.1-1) ...
Selecting previously unselected package mount.
Preparing to unpack .../1-mount_2.40.2-2_amd64.deb ...
Unpacking mount (2.40.2-2) ...
Selecting previously unselected package libapparmor1:amd64.
Preparing to unpack .../2-libapparmor1_3.1.7-1+b1_amd64.deb ...
Unpacking libapparmor1:amd64 (3.1.7-1+b1) ...
Selecting previously unselected package libseccomp2:amd64.
Preparing to unpack .../3-libseccomp2_2.5.5-1+b1_amd64.deb ...
Unpacking libseccomp2:amd64 (2.5.5-1+b1) ...
Selecting previously unselected package libsystemd-shared:amd64.
Preparing to unpack .../4-libsystemd-shared_256.4-2_amd64.deb ...
Unpacking libsystemd-shared:amd64 (256.4-2) ...
Selecting previously unselected package systemd.
Preparing to unpack .../5-systemd_256.4-2_amd64.deb ...
Unpacking systemd (256.4-2) ...
Chrooting into /tmp/tmp.88OEEi2d3X/
Setting up libapparmor1:amd64 (3.1.7-1+b1) ...
Setting up libseccomp2:amd64 (2.5.5-1+b1) ...
Setting up libsystemd-shared:amd64 (256.4-2) ...
Setting up mount (2.40.2-2) ...
Setting up systemd (256.4-2) ...
Created symlink '/etc/systemd/system/getty.target.wants/getty@tty1.service' → '/usr/lib/systemd/system/getty@.service'.
Created symlink '/etc/systemd/system/multi-user.target.wants/remote-fs.target' → '/usr/lib/systemd/system/remote-fs.target'.
Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.service' → '/usr/lib/systemd/system/systemd-pstore.service'.
Initializing machine ID from random generator.
Creating group 'systemd-journal' with GID 999.
Creating group 'systemd-network' with GID 998.
Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
/usr/lib/tmpfiles.d/legacy.conf:13: Duplicate line for path "/run/lock", ignoring.
Chrooting into /tmp/tmp.88OEEi2d3X/
Selecting previously unselected package systemd-sysv.
(Reading database ... 4633 files and directories currently installed.)
Preparing to unpack .../0-systemd-sysv_256.4-2_amd64.deb ...
Unpacking systemd-sysv (256.4-2) ...
Selecting previously unselected package perl-modules-5.38.
Preparing to unpack .../1-perl-modules-5.38_5.38.2-5_all.deb ...
Unpacking perl-modules-5.38 (5.38.2-5) ...
Selecting previously unselected package libgdbm6t64:amd64.
Preparing to unpack .../2-libgdbm6t64_1.23-6_amd64.deb ...
Unpacking libgdbm6t64:amd64 (1.23-6) ...
Selecting previously unselected package libgdbm-compat4t64:amd64.
Preparing to unpack .../3-libgdbm-compat4t64_1.23-6_amd64.deb ...
Unpacking libgdbm-compat4t64:amd64 (1.23-6) ...
Selecting previously unselected package libperl5.38t64:amd64.
Preparing to unpack .../4-libperl5.38t64_5.38.2-5_amd64.deb ...
Unpacking libperl5.38t64:amd64 (5.38.2-5) ...
Selecting previously unselected package perl.
Preparing to unpack .../5-perl_5.38.2-5_amd64.deb ...
Unpacking perl (5.38.2-5) ...
Selecting previously unselected package mini-httpd.
Preparing to unpack .../6-mini-httpd_1.30-11_amd64.deb ...
Unpacking mini-httpd (1.30-11) ...
Selecting previously unselected package libpython3.12-minimal:amd64.
Preparing to unpack .../7-libpython3.12-minimal_3.12.4-3_amd64.deb ...
Unpacking libpython3.12-minimal:amd64 (3.12.4-3) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../8-libexpat1_2.6.2-1_amd64.deb ...
Unpacking libexpat1:amd64 (2.6.2-1) ...
Selecting previously unselected package python3.12-minimal.
Preparing to unpack .../9-python3.12-minimal_3.12.4-3_amd64.deb ...
Unpacking python3.12-minimal (3.12.4-3) ...
Chrooting into /tmp/tmp.88OEEi2d3X/
Setting up libpython3.12-minimal:amd64 (3.12.4-3) ...
Setting up libexpat1:amd64 (2.6.2-1) ...
Setting up python3.12-minimal (3.12.4-3) ...
Chrooting into /tmp/tmp.88OEEi2d3X/
Selecting previously unselected package python3-minimal.
(Reading database ... 7003 files and directories currently installed.)
Preparing to unpack .../00-python3-minimal_3.12.4-1_amd64.deb ...
Unpacking python3-minimal (3.12.4-1) ...
Selecting previously unselected package media-types.
Preparing to unpack .../01-media-types_10.1.0_all.deb ...
Unpacking media-types (10.1.0) ...
Selecting previously unselected package netbase.
Preparing to unpack .../02-netbase_6.4_all.deb ...
Unpacking netbase (6.4) ...
Selecting previously unselected package tzdata.
Preparing to unpack .../03-tzdata_2024a-4_all.deb ...
Unpacking tzdata (2024a-4) ...
Selecting previously unselected package libffi8:amd64.
Preparing to unpack .../04-libffi8_3.4.6-1_amd64.deb ...
Unpacking libffi8:amd64 (3.4.6-1) ...
Selecting previously unselected package libncursesw6:amd64.
Preparing to unpack .../05-libncursesw6_6.5-2_amd64.deb ...
Unpacking libncursesw6:amd64 (6.5-2) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../06-readline-common_8.2-4_all.deb ...
Unpacking readline-common (8.2-4) ...
Selecting previously unselected package libreadline8t64:amd64.
Preparing to unpack .../07-libreadline8t64_8.2-4_amd64.deb ...
Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8 to /lib/x86_64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8.2 to /lib/x86_64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8 to /lib/x86_64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8.2 to /lib/x86_64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
Unpacking libreadline8t64:amd64 (8.2-4) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../08-libsqlite3-0_3.46.0-1_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.46.0-1) ...
Selecting previously unselected package libpython3.12-stdlib:amd64.
Preparing to unpack .../09-libpython3.12-stdlib_3.12.4-3_amd64.deb ...
Unpacking libpython3.12-stdlib:amd64 (3.12.4-3) ...
Selecting previously unselected package python3.12.
Preparing to unpack .../10-python3.12_3.12.4-3_amd64.deb ...
Unpacking python3.12 (3.12.4-3) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../11-libpython3-stdlib_3.12.4-1_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.12.4-1) ...
Chrooting into /tmp/tmp.88OEEi2d3X/
Setting up python3-minimal (3.12.4-1) ...
Chrooting into /tmp/tmp.88OEEi2d3X/
Selecting previously unselected package python3.
(Reading database ... 8028 files and directories currently installed.)
Preparing to unpack .../000-python3_3.12.4-1_amd64.deb ...
Unpacking python3 (3.12.4-1) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../001-libbsd0_0.12.2-1_amd64.deb ...
Unpacking libbsd0:amd64 (0.12.2-1) ...
Selecting previously unselected package login.
Preparing to unpack .../002-login_1%3a4.15.3-3_amd64.deb ...
Unpacking login (1:4.15.3-3) ...
Selecting previously unselected package libsemanage-common.
Preparing to unpack .../003-libsemanage-common_3.5-1_all.deb ...
Unpacking libsemanage-common (3.5-1) ...
Selecting previously unselected package libsepol2:amd64.
Preparing to unpack .../004-libsepol2_3.5-2+b1_amd64.deb ...
Unpacking libsepol2:amd64 (3.5-2+b1) ...
Selecting previously unselected package libsemanage2:amd64.
Preparing to unpack .../005-libsemanage2_3.5-1+b4_amd64.deb ...
Unpacking libsemanage2:amd64 (3.5-1+b4) ...
Selecting previously unselected package passwd.
Preparing to unpack .../006-passwd_1%3a4.15.3-3_amd64.deb ...
Unpacking passwd (1:4.15.3-3) ...
Selecting previously unselected package adduser.
Preparing to unpack .../007-adduser_3.137_all.deb ...
Unpacking adduser (3.137) ...
Selecting previously unselected package uuid-runtime.
Preparing to unpack .../008-uuid-runtime_2.40.2-2_amd64.deb ...
Unpacking uuid-runtime (2.40.2-2) ...
Selecting previously unselected package libgpg-error0:amd64.
Preparing to unpack .../009-libgpg-error0_1.50-2_amd64.deb ...
Unpacking libgpg-error0:amd64 (1.50-2) ...
Selecting previously unselected package libgcrypt20:amd64.
Preparing to unpack .../010-libgcrypt20_1.11.0-5_amd64.deb ...
Unpacking libgcrypt20:amd64 (1.11.0-5) ...
Selecting previously unselected package gpgv.
Preparing to unpack .../011-gpgv_2.2.43-8_amd64.deb ...
Unpacking gpgv (2.2.43-8) ...
Selecting previously unselected package libxxhash0:amd64.
Preparing to unpack .../012-libxxhash0_0.8.2-2+b1_amd64.deb ...
Unpacking libxxhash0:amd64 (0.8.2-2+b1) ...
Selecting previously unselected package liblz4-1:amd64.
Preparing to unpack .../013-liblz4-1_1.9.4-3_amd64.deb ...
Unpacking liblz4-1:amd64 (1.9.4-3) ...
Selecting previously unselected package libstdc++6:amd64.
Preparing to unpack .../014-libstdc++6_14.2.0-1_amd64.deb ...
Unpacking libstdc++6:amd64 (14.2.0-1) ...
Selecting previously unselected package libapt-pkg6.0t64:amd64.
Preparing to unpack .../015-libapt-pkg6.0t64_2.9.7_amd64.deb ...
Unpacking libapt-pkg6.0t64:amd64 (2.9.7) ...
Selecting previously unselected package debian-archive-keyring.
Preparing to unpack .../016-debian-archive-keyring_2023.4_all.deb ...
Unpacking debian-archive-keyring (2023.4) ...
Selecting previously unselected package libnettle8t64:amd64.
Preparing to unpack .../017-libnettle8t64_3.10-1_amd64.deb ...
Unpacking libnettle8t64:amd64 (3.10-1) ...
Selecting previously unselected package libhogweed6t64:amd64.
Preparing to unpack .../018-libhogweed6t64_3.10-1_amd64.deb ...
Unpacking libhogweed6t64:amd64 (3.10-1) ...
Selecting previously unselected package libunistring5:amd64.
Preparing to unpack .../019-libunistring5_1.2-1_amd64.deb ...
Unpacking libunistring5:amd64 (1.2-1) ...
Selecting previously unselected package libidn2-0:amd64.
Preparing to unpack .../020-libidn2-0_2.3.7-2_amd64.deb ...
Unpacking libidn2-0:amd64 (2.3.7-2) ...
Selecting previously unselected package libp11-kit0:amd64.
Preparing to unpack .../021-libp11-kit0_0.25.5-2_amd64.deb ...
Unpacking libp11-kit0:amd64 (0.25.5-2) ...
Selecting previously unselected package libtasn1-6:amd64.
Preparing to unpack .../022-libtasn1-6_4.19.0-3+b2_amd64.deb ...
Unpacking libtasn1-6:amd64 (4.19.0-3+b2) ...
Selecting previously unselected package libgnutls30t64:amd64.
Preparing to unpack .../023-libgnutls30t64_3.8.6-2_amd64.deb ...
Unpacking libgnutls30t64:amd64 (3.8.6-2) ...
Selecting previously unselected package apt.
Preparing to unpack .../024-apt_2.9.7_amd64.deb ...
Unpacking apt (2.9.7) ...
Selecting previously unselected package apt-utils.
Preparing to unpack .../025-apt-utils_2.9.7_amd64.deb ...
Unpacking apt-utils (2.9.7) ...
Selecting previously unselected package cpio.
Preparing to unpack .../026-cpio_2.15+dfsg-2_amd64.deb ...
Unpacking cpio (2.15+dfsg-2) ...
Selecting previously unselected package libelf1t64:amd64.
Preparing to unpack .../027-libelf1t64_0.191-2_amd64.deb ...
Unpacking libelf1t64:amd64 (0.191-2) ...
Selecting previously unselected package libbpf1:amd64.
Preparing to unpack .../028-libbpf1_1%3a1.4.5-1_amd64.deb ...
Unpacking libbpf1:amd64 (1:1.4.5-1) ...
Selecting previously unselected package libmnl0:amd64.
Preparing to unpack .../029-libmnl0_1.0.5-2+b1_amd64.deb ...
Unpacking libmnl0:amd64 (1.0.5-2+b1) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../030-libkrb5support0_1.21.3-3_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.21.3-3) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../031-libk5crypto3_1.21.3-3_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.21.3-3) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../032-libkeyutils1_1.6.3-3_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.6.3-3) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../033-libkrb5-3_1.21.3-3_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.21.3-3) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../034-libgssapi-krb5-2_1.21.3-3_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.21.3-3) ...
Selecting previously unselected package libtirpc-common.
Preparing to unpack .../035-libtirpc-common_1.3.4+ds-1.3_all.deb ...
Unpacking libtirpc-common (1.3.4+ds-1.3) ...
Selecting previously unselected package libtirpc3t64:amd64.
Preparing to unpack .../036-libtirpc3t64_1.3.4+ds-1.3_amd64.deb ...
Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3 to /lib/x86_64-linux-gnu/libtirpc.so.3.usr-is-merged by libtirpc3t64'
Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3.0.0 to /lib/x86_64-linux-gnu/libtirpc.so.3.0.0.usr-is-merged by libtirpc3t64'
Unpacking libtirpc3t64:amd64 (1.3.4+ds-1.3) ...
Selecting previously unselected package libxtables12:amd64.
Preparing to unpack .../037-libxtables12_1.8.10-4_amd64.deb ...
Unpacking libxtables12:amd64 (1.8.10-4) ...
Selecting previously unselected package libcap2-bin.
Preparing to unpack .../038-libcap2-bin_1%3a2.66-5_amd64.deb ...
Unpacking libcap2-bin (1:2.66-5) ...
Selecting previously unselected package iproute2.
Preparing to unpack .../039-iproute2_6.10.0-1_amd64.deb ...
Unpacking iproute2 (6.10.0-1) ...
Selecting previously unselected package libkmod2:amd64.
Preparing to unpack .../040-libkmod2_32+20240611-1_amd64.deb ...
Unpacking libkmod2:amd64 (32+20240611-1) ...
Selecting previously unselected package kmod.
Preparing to unpack .../041-kmod_32+20240611-1_amd64.deb ...
Unpacking kmod (32+20240611-1) ...
Selecting previously unselected package libproc2-0:amd64.
Preparing to unpack .../042-libproc2-0_2%3a4.0.4-5_amd64.deb ...
Unpacking libproc2-0:amd64 (2:4.0.4-5) ...
Selecting previously unselected package procps.
Preparing to unpack .../043-procps_2%3a4.0.4-5_amd64.deb ...
Unpacking procps (2:4.0.4-5) ...
Selecting previously unselected package udev.
Preparing to unpack .../044-udev_256.4-2_amd64.deb ...
Unpacking udev (256.4-2) ...
Selecting previously unselected package bzip2.
Preparing to unpack .../045-bzip2_1.0.8-5.1_amd64.deb ...
Unpacking bzip2 (1.0.8-5.1) ...
Selecting previously unselected package libpsl5t64:amd64.
Preparing to unpack .../046-libpsl5t64_0.21.2-1.1_amd64.deb ...
Unpacking libpsl5t64:amd64 (0.21.2-1.1) ...
Selecting previously unselected package wget.
Preparing to unpack .../047-wget_1.24.5-2+b1_amd64.deb ...
Unpacking wget (1.24.5-2+b1) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../048-xz-utils_5.6.2-2_amd64.deb ...
Unpacking xz-utils (5.6.2-2) ...
Selecting previously unselected package liblua5.4-0:amd64.
Preparing to unpack .../049-liblua5.4-0_5.4.6-3+b1_amd64.deb ...
Unpacking liblua5.4-0:amd64 (5.4.6-3+b1) ...
Selecting previously unselected package gringo.
Preparing to unpack .../050-gringo_5.6.2-2_amd64.deb ...
Unpacking gringo (5.6.2-2) ...
Selecting previously unselected package clasp.
Preparing to unpack .../051-clasp_3.3.5-4.2_amd64.deb ...
Unpacking clasp (3.3.5-4.2) ...
Selecting previously unselected package aspcud.
Preparing to unpack .../052-aspcud_1%3a1.9.6-2_amd64.deb ...
Unpacking aspcud (1:1.9.6-2) ...
Selecting previously unselected package apt-cudf.
Preparing to unpack .../053-apt-cudf_7.0.0-5+b2_amd64.deb ...
Unpacking apt-cudf (7.0.0-5+b2) ...
Selecting previously unselected package arch-test.
Preparing to unpack .../054-arch-test_0.21-1_all.deb ...
Unpacking arch-test (0.21-1) ...
Selecting previously unselected package binutils-common:amd64.
Preparing to unpack .../055-binutils-common_2.42.90.20240720-2_amd64.deb ...
Unpacking binutils-common:amd64 (2.42.90.20240720-2) ...
Selecting previously unselected package libsframe1:amd64.
Preparing to unpack .../056-libsframe1_2.42.90.20240720-2_amd64.deb ...
Unpacking libsframe1:amd64 (2.42.90.20240720-2) ...
Selecting previously unselected package libbinutils:amd64.
Preparing to unpack .../057-libbinutils_2.42.90.20240720-2_amd64.deb ...
Unpacking libbinutils:amd64 (2.42.90.20240720-2) ...
Selecting previously unselected package libctf-nobfd0:amd64.
Preparing to unpack .../058-libctf-nobfd0_2.42.90.20240720-2_amd64.deb ...
Unpacking libctf-nobfd0:amd64 (2.42.90.20240720-2) ...
Selecting previously unselected package libctf0:amd64.
Preparing to unpack .../059-libctf0_2.42.90.20240720-2_amd64.deb ...
Unpacking libctf0:amd64 (2.42.90.20240720-2) ...
Selecting previously unselected package libgprofng0:amd64.
Preparing to unpack .../060-libgprofng0_2.42.90.20240720-2_amd64.deb ...
Unpacking libgprofng0:amd64 (2.42.90.20240720-2) ...
Selecting previously unselected package libjansson4:amd64.
Preparing to unpack .../061-libjansson4_2.14-2+b2_amd64.deb ...
Unpacking libjansson4:amd64 (2.14-2+b2) ...
Selecting previously unselected package binutils-x86-64-linux-gnu.
Preparing to unpack .../062-binutils-x86-64-linux-gnu_2.42.90.20240720-2_amd64.deb ...
Unpacking binutils-x86-64-linux-gnu (2.42.90.20240720-2) ...
Selecting previously unselected package binutils.
Preparing to unpack .../063-binutils_2.42.90.20240720-2_amd64.deb ...
Unpacking binutils (2.42.90.20240720-2) ...
Selecting previously unselected package distro-info-data.
Preparing to unpack .../064-distro-info-data_0.62_all.deb ...
Unpacking distro-info-data (0.62) ...
Selecting previously unselected package distro-info.
Preparing to unpack .../065-distro-info_1.7_amd64.deb ...
Unpacking distro-info (1.7) ...
Selecting previously unselected package debootstrap.
Preparing to unpack .../066-debootstrap_1.0.137_all.deb ...
Unpacking debootstrap (1.0.137) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../067-libdpkg-perl_1.22.11_all.deb ...
Unpacking libdpkg-perl (1.22.11) ...
Selecting previously unselected package patch.
Preparing to unpack .../068-patch_2.7.6-7_amd64.deb ...
Unpacking patch (2.7.6-7) ...
Selecting previously unselected package make.
Preparing to unpack .../069-make_4.3-4.1_amd64.deb ...
Unpacking make (4.3-4.1) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../070-dpkg-dev_1.22.11_all.deb ...
Unpacking dpkg-dev (1.22.11) ...
Selecting previously unselected package dracut-install.
Preparing to unpack .../071-dracut-install_103-1_amd64.deb ...
Unpacking dracut-install (103-1) ...
Selecting previously unselected package libfakechroot:amd64.
Preparing to unpack .../072-libfakechroot_2.20.1+ds-17_amd64.deb ...
Unpacking libfakechroot:amd64 (2.20.1+ds-17) ...
Selecting previously unselected package fakechroot.
Preparing to unpack .../073-fakechroot_2.20.1+ds-17_all.deb ...
Unpacking fakechroot (2.20.1+ds-17) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../074-libfakeroot_1.35.1-1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.35.1-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../075-fakeroot_1.35.1-1_amd64.deb ...
Unpacking fakeroot (1.35.1-1) ...
Selecting previously unselected package libicu72:amd64.
Preparing to unpack .../076-libicu72_72.1-5_amd64.deb ...
Unpacking libicu72:amd64 (72.1-5) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../077-libxml2_2.12.7+dfsg-3+b1_amd64.deb ...
Unpacking libxml2:amd64 (2.12.7+dfsg-3+b1) ...
Selecting previously unselected package libarchive13t64:amd64.
Preparing to unpack .../078-libarchive13t64_3.7.2-2.1_amd64.deb ...
Unpacking libarchive13t64:amd64 (3.7.2-2.1) ...
Selecting previously unselected package genext2fs.
Preparing to unpack .../079-genext2fs_1.5.0-3+b1_amd64.deb ...
Unpacking genext2fs (1.5.0-3+b1) ...
Selecting previously unselected package libassuan0:amd64.
Preparing to unpack .../080-libassuan0_2.5.6-1+b1_amd64.deb ...
Unpacking libassuan0:amd64 (2.5.6-1+b1) ...
Selecting previously unselected package gpgconf.
Preparing to unpack .../081-gpgconf_2.2.43-8_amd64.deb ...
Unpacking gpgconf (2.2.43-8) ...
Selecting previously unselected package gpg.
Preparing to unpack .../082-gpg_2.2.43-8_amd64.deb ...
Unpacking gpg (2.2.43-8) ...
Selecting previously unselected package libklibc:amd64.
Preparing to unpack .../083-libklibc_2.0.13-4_amd64.deb ...
Unpacking libklibc:amd64 (2.0.13-4) ...
Selecting previously unselected package klibc-utils.
Preparing to unpack .../084-klibc-utils_2.0.13-4_amd64.deb ...
Unpacking klibc-utils (2.0.13-4) ...
Selecting previously unselected package initramfs-tools-core.
Preparing to unpack .../085-initramfs-tools-core_0.143.1_all.deb ...
Unpacking initramfs-tools-core (0.143.1) ...
Selecting previously unselected package linux-base.
Preparing to unpack .../086-linux-base_4.10.1_all.deb ...
Unpacking linux-base (4.10.1) ...
Selecting previously unselected package initramfs-tools.
Preparing to unpack .../087-initramfs-tools_0.143.1_all.deb ...
Unpacking initramfs-tools (0.143.1) ...
Selecting previously unselected package libappconfig-perl.
Preparing to unpack .../088-libappconfig-perl_1.71-2.3_all.deb ...
Unpacking libappconfig-perl (1.71-2.3) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../089-libatomic1_14.2.0-1_amd64.deb ...
Unpacking libatomic1:amd64 (14.2.0-1) ...
Selecting previously unselected package libcapstone4:amd64.
Preparing to unpack .../090-libcapstone4_4.0.2-5.1_amd64.deb ...
Unpacking libcapstone4:amd64 (4.0.2-5.1) ...
Selecting previously unselected package libhtml-tagset-perl.
Preparing to unpack .../091-libhtml-tagset-perl_3.24-1_all.deb ...
Unpacking libhtml-tagset-perl (3.24-1) ...
Selecting previously unselected package liburi-perl.
Preparing to unpack .../092-liburi-perl_5.28-1_all.deb ...
Unpacking liburi-perl (5.28-1) ...
Selecting previously unselected package libhtml-parser-perl:amd64.
Preparing to unpack .../093-libhtml-parser-perl_3.83-1_amd64.deb ...
Unpacking libhtml-parser-perl:amd64 (3.83-1) ...
Selecting previously unselected package libdevel-cover-perl.
Preparing to unpack .../094-libdevel-cover-perl_1.44-1_amd64.deb ...
Unpacking libdevel-cover-perl (1.44-1) ...
Selecting previously unselected package libglib2.0-0t64:amd64.
Preparing to unpack .../095-libglib2.0-0t64_2.81.1-3_amd64.deb ...
Unpacking libglib2.0-0t64:amd64 (2.81.1-3) ...
Selecting previously unselected package liblzo2-2:amd64.
Preparing to unpack .../096-liblzo2-2_2.10-3_amd64.deb ...
Unpacking liblzo2-2:amd64 (2.10-3) ...
Selecting previously unselected package libsquashfs1:amd64.
Preparing to unpack .../097-libsquashfs1_1.3.1-1_amd64.deb ...
Unpacking libsquashfs1:amd64 (1.3.1-1) ...
Selecting previously unselected package libsubid4:amd64.
Preparing to unpack .../098-libsubid4_1%3a4.15.3-3_amd64.deb ...
Unpacking libsubid4:amd64 (1:4.15.3-3) ...
Selecting previously unselected package libtemplate-perl.
Preparing to unpack .../099-libtemplate-perl_2.27-1+b7_amd64.deb ...
Unpacking libtemplate-perl (2.27-1+b7) ...
Selecting previously unselected package linux-image-6.9.12-amd64.
Preparing to unpack .../100-linux-image-6.9.12-amd64_6.9.12-1_amd64.deb ...
Unpacking linux-image-6.9.12-amd64 (6.9.12-1) ...
Selecting previously unselected package linux-image-amd64.
Preparing to unpack .../101-linux-image-amd64_6.9.12-1_amd64.deb ...
Unpacking linux-image-amd64 (6.9.12-1) ...
Selecting previously unselected package mmdebstrap.
Preparing to unpack .../102-mmdebstrap_1.5.2-1_all.deb ...
Unpacking mmdebstrap (1.5.2-1) ...
Selecting previously unselected package perl-doc.
Preparing to unpack .../103-perl-doc_5.38.2-5_all.deb ...
Adding 'diversion of /usr/bin/perldoc to /usr/bin/perldoc.stub by perl-doc'
Unpacking perl-doc (5.38.2-5) ...
Selecting previously unselected package qemu-user.
Preparing to unpack .../104-qemu-user_1%3a9.0.2+ds-2_amd64.deb ...
Unpacking qemu-user (1:9.0.2+ds-2) ...
Selecting previously unselected package qemu-user-static.
Preparing to unpack .../105-qemu-user-static_1%3a9.0.2+ds-2_amd64.deb ...
Unpacking qemu-user-static (1:9.0.2+ds-2) ...
Selecting previously unselected package squashfs-tools-ng.
Preparing to unpack .../106-squashfs-tools-ng_1.3.1-1_amd64.deb ...
Unpacking squashfs-tools-ng (1.3.1-1) ...
Selecting previously unselected package ubuntu-keyring.
Preparing to unpack .../107-ubuntu-keyring_2023.11.28.1-0.2_all.deb ...
Unpacking ubuntu-keyring (2023.11.28.1-0.2) ...
Selecting previously unselected package uidmap.
Preparing to unpack .../108-uidmap_1%3a4.15.3-3_amd64.deb ...
Unpacking uidmap (1:4.15.3-3) ...
Chrooting into /tmp/tmp.88OEEi2d3X/
Setting up media-types (10.1.0) ...
Setting up cpio (2.15+dfsg-2) ...
update-alternatives: using /usr/bin/mt-gnu to provide /usr/bin/mt (mt) in auto mode
Setting up systemd-sysv (256.4-2) ...
Setting up libkeyutils1:amd64 (1.6.3-3) ...
Setting up linux-base (4.10.1) ...
Setting up libgdbm6t64:amd64 (1.23-6) ...
Setting up libgpg-error0:amd64 (1.50-2) ...
Setting up libgdbm-compat4t64:amd64 (1.23-6) ...
Setting up distro-info-data (0.62) ...
Setting up qemu-user-static (1:9.0.2+ds-2) ...
Setting up libtirpc-common (1.3.4+ds-1.3) ...
Setting up libfakechroot:amd64 (2.20.1+ds-17) ...
Setting up libsqlite3-0:amd64 (3.46.0-1) ...
Setting up binutils-common:amd64 (2.42.90.20240720-2) ...
Setting up debian-archive-keyring (2023.4) ...
Setting up libctf-nobfd0:amd64 (2.42.90.20240720-2) ...
Setting up mini-httpd (1.30-11) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
Created symlink '/etc/systemd/system/multi-user.target.wants/mini-httpd.service' → '/usr/lib/systemd/system/mini-httpd.service'.
Setting up libgcrypt20:amd64 (1.11.0-5) ...
Setting up liblzo2-2:amd64 (2.10-3) ...
Setting up libassuan0:amd64 (2.5.6-1+b1) ...
Setting up bzip2 (1.0.8-5.1) ...
Setting up ubuntu-keyring (2023.11.28.1-0.2) ...
Setting up libsemanage-common (3.5-1) ...
Setting up libsframe1:amd64 (2.42.90.20240720-2) ...
Setting up libfakeroot:amd64 (1.35.1-1) ...
Setting up libelf1t64:amd64 (0.191-2) ...
Setting up libjansson4:amd64 (2.14-2+b2) ...
Setting up libkrb5support0:amd64 (1.21.3-3) ...
Setting up tzdata (2024a-4) ...

Current default time zone: 'Etc/UTC'
Local time is now:      Mon Aug  5 15:07:33 UTC 2024.
Universal Time is now:  Mon Aug  5 15:07:33 UTC 2024.
Run 'dpkg-reconfigure tzdata' if you wish to change it.

Setting up libcap2-bin (1:2.66-5) ...
Setting up fakeroot (1.35.1-1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up libklibc:amd64 (2.0.13-4) ...
Setting up libnettle8t64:amd64 (3.10-1) ...
Setting up make (4.3-4.1) ...
Setting up xz-utils (5.6.2-2) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
Setting up perl-modules-5.38 (5.38.2-5) ...
Setting up libproc2-0:amd64 (2:4.0.4-5) ...
Setting up libunistring5:amd64 (1.2-1) ...
Setting up libmnl0:amd64 (1.0.5-2+b1) ...
Setting up libatomic1:amd64 (14.2.0-1) ...
Setting up patch (2.7.6-7) ...
Setting up libsepol2:amd64 (3.5-2+b1) ...
Setting up libncursesw6:amd64 (6.5-2) ...
Setting up libk5crypto3:amd64 (1.21.3-3) ...
Setting up libxtables12:amd64 (1.8.10-4) ...
Setting up logsave (1.47.1-1) ...
Setting up libffi8:amd64 (3.4.6-1) ...
Setting up libcapstone4:amd64 (4.0.2-5.1) ...
Setting up libhogweed6t64:amd64 (3.10-1) ...
Setting up gpgv (2.2.43-8) ...
Setting up libxxhash0:amd64 (0.8.2-2+b1) ...
Setting up procps (2:4.0.4-5) ...
Setting up libtasn1-6:amd64 (4.19.0-3+b2) ...
Setting up netbase (6.4) ...
Setting up libsemanage2:amd64 (3.5-1+b4) ...
Setting up libkrb5-3:amd64 (1.21.3-3) ...
Setting up libperl5.38t64:amd64 (5.38.2-5) ...
Setting up libbinutils:amd64 (2.42.90.20240720-2) ...
Setting up arch-test (0.21-1) ...
Setting up klibc-utils (2.0.13-4) ...
No diversion 'diversion of /usr/share/initramfs-tools/hooks/klibc to /usr/share/initramfs-tools/hooks/klibc^i-t by klibc-utils', none removed.
Setting up libbsd0:amd64 (0.12.2-1) ...
Setting up readline-common (8.2-4) ...
Setting up libstdc++6:amd64 (14.2.0-1) ...
Setting up libbpf1:amd64 (1:1.4.5-1) ...
Setting up libkmod2:amd64 (32+20240611-1) ...
Setting up login (1:4.15.3-3) ...
Setting up libctf0:amd64 (2.42.90.20240720-2) ...
Setting up distro-info (1.7) ...
Setting up libicu72:amd64 (72.1-5) ...
Setting up clasp (3.3.5-4.2) ...
Setting up liblz4-1:amd64 (1.9.4-3) ...
Setting up e2fsprogs (1.47.1-1) ...
Created symlink '/etc/systemd/system/timers.target.wants/e2scrub_all.timer' → '/usr/lib/systemd/system/e2scrub_all.timer'.
Created symlink '/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service' → '/usr/lib/systemd/system/e2scrub_reap.service'.
Setting up libidn2-0:amd64 (2.3.7-2) ...
Setting up kmod (32+20240611-1) ...
sed: can't read /etc/modules: No such file or directory
Setting up libsubid4:amd64 (1:4.15.3-3) ...
Setting up perl (5.38.2-5) ...
Setting up libglib2.0-0t64:amd64 (2.81.1-3) ...
No schema files found: doing nothing.
Setting up libgprofng0:amd64 (2.42.90.20240720-2) ...
Setting up qemu-user (1:9.0.2+ds-2) ...
Setting up libp11-kit0:amd64 (0.25.5-2) ...
Setting up libgssapi-krb5-2:amd64 (1.21.3-3) ...
Setting up udev (256.4-2) ...
Creating group 'input' with GID 997.
Creating group 'sgx' with GID 996.
Creating group 'kvm' with GID 995.
Creating group 'render' with GID 994.
Setting up libdpkg-perl (1.22.11) ...
Setting up libreadline8t64:amd64 (8.2-4) ...
Setting up dracut-install (103-1) ...
Setting up passwd (1:4.15.3-3) ...
no matching password file entry in /etc/shadow
add user 'root' in /etc/shadow? No
no matching password file entry in /etc/shadow
add user 'daemon' in /etc/shadow? No
no matching password file entry in /etc/shadow
add user 'bin' in /etc/shadow? No
no matching password file entry in /etc/shadow
add user 'sys' in /etc/shadow? No
no matching password file entry in /etc/shadow
add user 'sync' in /etc/shadow? No
no matching password file entry in /etc/shadow
add user 'games' in /etc/shadow? No
no matching password file entry in /etc/shadow
add user 'man' in /etc/shadow? No
no matching password file entry in /etc/shadow
add user 'lp' in /etc/shadow? No
no matching password file entry in /etc/shadow
add user 'mail' in /etc/shadow? No
no matching password file entry in /etc/shadow
add user 'news' in /etc/shadow? No
no matching password file entry in /etc/shadow
add user 'uucp' in /etc/shadow? No
no matching password file entry in /etc/shadow
add user 'proxy' in /etc/shadow? No
no matching password file entry in /etc/shadow
add user 'www-data' in /etc/shadow? No
no matching password file entry in /etc/shadow
add user 'backup' in /etc/shadow? No
no matching password file entry in /etc/shadow
add user 'list' in /etc/shadow? No
no matching password file entry in /etc/shadow
add user 'irc' in /etc/shadow? No
no matching password file entry in /etc/shadow
add user '_apt' in /etc/shadow? No
no matching password file entry in /etc/shadow
add user 'nobody' in /etc/shadow? No
pwck: no changes
no matching group file entry in /etc/gshadow
add group 'root' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'daemon' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'bin' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'sys' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'adm' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'tty' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'disk' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'lp' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'mail' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'news' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'uucp' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'man' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'proxy' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'kmem' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'dialout' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'fax' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'voice' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'cdrom' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'floppy' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'tape' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'sudo' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'audio' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'dip' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'www-data' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'backup' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'operator' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'list' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'irc' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'src' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'shadow' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'utmp' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'video' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'sasl' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'plugdev' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'staff' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'games' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'users' in /etc/gshadow? No
no matching group file entry in /etc/gshadow
add group 'nogroup' in /etc/gshadow? No
grpck: no changes
Shadow passwords are now on.
Setting up libsquashfs1:amd64 (1.3.1-1) ...
Setting up gpgconf (2.2.43-8) ...
Setting up liblua5.4-0:amd64 (5.4.6-3+b1) ...
Setting up libapt-pkg6.0t64:amd64 (2.9.7) ...
Setting up initramfs-tools-core (0.143.1) ...
Setting up libxml2:amd64 (2.12.7+dfsg-3+b1) ...
Setting up liburi-perl (5.28-1) ...
Setting up libappconfig-perl (1.71-2.3) ...
Setting up gpg (2.2.43-8) ...
Setting up binutils-x86-64-linux-gnu (2.42.90.20240720-2) ...
Setting up libgnutls30t64:amd64 (3.8.6-2) ...
Setting up adduser (3.137) ...
Setting up apt (2.9.7) ...
Created symlink '/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer' → '/usr/lib/systemd/system/apt-daily-upgrade.timer'.
Created symlink '/etc/systemd/system/timers.target.wants/apt-daily.timer' → '/usr/lib/systemd/system/apt-daily.timer'.
Setting up apt-utils (2.9.7) ...
Setting up libpython3.12-stdlib:amd64 (3.12.4-3) ...
Setting up initramfs-tools (0.143.1) ...
update-initramfs: deferring update (trigger activated)
Setting up libtirpc3t64:amd64 (1.3.4+ds-1.3) ...
Setting up iproute2 (6.10.0-1) ...
Setting up libhtml-tagset-perl (3.24-1) ...
Setting up uidmap (1:4.15.3-3) ...
Setting up python3.12 (3.12.4-3) ...
Setting up gringo (5.6.2-2) ...
Setting up libpsl5t64:amd64 (0.21.2-1.1) ...
Setting up perl-doc (5.38.2-5) ...
Setting up binutils (2.42.90.20240720-2) ...
Setting up squashfs-tools-ng (1.3.1-1) ...
Setting up linux-image-6.9.12-amd64 (6.9.12-1) ...
I: /vmlinuz.old is now a symlink to boot/vmlinuz-6.9.12-amd64
I: /initrd.img.old is now a symlink to boot/initrd.img-6.9.12-amd64
I: /vmlinuz is now a symlink to boot/vmlinuz-6.9.12-amd64
I: /initrd.img is now a symlink to boot/initrd.img-6.9.12-amd64
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-6.9.12-amd64
W: No zstd in /usr/bin:/sbin:/bin, using gzip
Setting up dpkg-dev (1.22.11) ...
Setting up fakechroot (2.20.1+ds-17) ...
Setting up libtemplate-perl (2.27-1+b7) ...
Setting up uuid-runtime (2.40.2-2) ...
info: Selecting GID from range 100 to 999 ...
info: Adding group `uuidd' (GID 101) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
Created symlink '/etc/systemd/system/sockets.target.wants/uuidd.socket' → '/usr/lib/systemd/system/uuidd.socket'.
Setting up libhtml-parser-perl:amd64 (3.83-1) ...
Setting up libarchive13t64:amd64 (3.7.2-2.1) ...
Setting up libpython3-stdlib:amd64 (3.12.4-1) ...
Setting up aspcud (1:1.9.6-2) ...
Setting up libdevel-cover-perl (1.44-1) ...
Setting up wget (1.24.5-2+b1) ...
Setting up python3 (3.12.4-1) ...
Setting up linux-image-amd64 (6.9.12-1) ...
Setting up mmdebstrap (1.5.2-1) ...
Setting up genext2fs (1.5.0-3+b1) ...
Setting up apt-cudf (7.0.0-5+b2) ...
Setting up debootstrap (1.0.137) ...
Processing triggers for systemd (256.4-2) ...
Processing triggers for libc-bin (2.39-6) ...
Processing triggers for initramfs-tools (0.143.1) ...
update-initramfs: Generating /boot/initrd.img-6.9.12-amd64
W: No zstd in /usr/bin:/sbin:/bin, using gzip
I: running --customize-hook directly: /usr/share/debvm/customize-autologin.sh /tmp/tmp.88OEEi2d3X
I: running --customize-hook directly: /usr/share/debvm/customize-dpkgavailable.sh /tmp/tmp.88OEEi2d3X
Replacing available packages info, using -.
Information about 70853 packages was updated.
I: running --customize-hook in shell: sh -c 'passwd --root "$1" --delete root' exec /tmp/tmp.88OEEi2d3X
passwd: password changed.
I: running --customize-hook in shell: sh -c 'echo testvm >"$1/etc/hostname"' exec /tmp/tmp.88OEEi2d3X
I: running --customize-hook in shell: sh -c 'echo 127.0.0.1 localhost testvm >"$1/etc/hosts"' exec /tmp/tmp.88OEEi2d3X
I: running --customize-hook in shell: sh -c 'echo "LABEL=debvm / ext4 defaults 0 0" >"$1/etc/fstab"' exec /tmp/tmp.88OEEi2d3X
I: running --customize-hook directly: /usr/share/debvm/customize-kernel.sh /tmp/tmp.88OEEi2d3X
I: running --customize-hook in shell: sh -c 'rm "$1/etc/apt/apt.conf.d/00proxy"' exec /tmp/tmp.88OEEi2d3X
I: running --customize-hook in shell: sh -c 'mkdir -p "$1/etc/systemd/system/multi-user.target.wants"' exec /tmp/tmp.88OEEi2d3X
I: running --customize-hook in shell: sh -c 'ln -s ../mmdebstrap.service "$1/etc/systemd/system/multi-user.target.wants/mmdebstrap.service"' exec /tmp/tmp.88OEEi2d3X
I: running --customize-hook in shell: sh -c 'touch "$1/mmdebstrap-testenv"' exec /tmp/tmp.88OEEi2d3X
I: running special hook: copy-in "/tmp/tmp.j61cOtgwRD/mmdebstrap.service" /etc/systemd/system/
I: running special hook: copy-in "/tmp/tmp.j61cOtgwRD/worker.sh" /
I: running --customize-hook in shell: sh -c 'echo 127.0.0.1 localhost > "$1/etc/hosts"' exec /tmp/tmp.88OEEi2d3X
I: running --customize-hook in shell: sh -c 'printf "START=1\nDAEMON_OPTS=\"-h 127.0.0.1 -p 80 -u nobody -dd /mnt/cache -i /var/run/mini-httpd.pid -T UTF-8\"\n" > "$1/etc/default/mini-httpd"' exec /tmp/tmp.88OEEi2d3X
I: running --customize-hook in shell: sh -c 'touch "$1/etc/systemd/system/tmp.mount"' exec /tmp/tmp.88OEEi2d3X
I: skipping cleanup/apt/lists as requested
I: cleaning apt cache...
I: success in 306.0969 seconds
+ set -- -L debvm -d /tmp/tmp.88OEEi2d3X ./shared/cache.A/debian-unstable.ext4 10G
+ test -n 
+ run_inside_userns /sbin/mkfs.ext4 -L debvm -d /tmp/tmp.88OEEi2d3X ./shared/cache.A/debian-unstable.ext4 10G
+ /sbin/mkfs.ext4 -L debvm -d /tmp/tmp.88OEEi2d3X ./shared/cache.A/debian-unstable.ext4 10G
mke2fs 1.47.1 (20-May-2024)
Creating filesystem with 2621440 4k blocks and 655360 inodes
Filesystem UUID: 5016ac9b-d726-44a7-8373-be5125b00a4a
Superblock backups stored on blocks: 
	32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632

Allocating group tables:  0/80     done                            
Writing inode tables:  0/80     done                            
Creating journal (16384 blocks): done
Copying files into the device: done
Writing superblocks and filesystem accounting information:  0/80     done

+ cleanup
+ test -n /tmp/tmp.88OEEi2d3X
+ run_inside_userns rm -Rf /tmp/tmp.88OEEi2d3X
+ rm -Rf /tmp/tmp.88OEEi2d3X
running deletecache ./shared/cache.B
./make_mirror.sh finished successfully
+ CMD=mmdebstrap ./coverage.sh
/usr/bin/mmdebstrap source OK
All done! ✨ 🍰 ✨
1 file would be left unchanged.
All done! ✨ 🍰 ✨
1 file would be left unchanged.
mkfs.fat 4.2 (2021-01-31)
------------------------------------------------------------------------------
(1/280) debootstrap
dist: oldstable
mode: auto
variant: minbase
format: auto
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + mktemp -d
00:00:00.025 E: + tmpdir=/tmp/tmp.3nryyGF8WW
00:00:00.029 E: + chmod 755 /tmp/tmp.3nryyGF8WW
00:00:00.033 E: + ret=0
00:00:00.038 E: + [ oldstable = oldstable ]
00:00:00.042 E: + echo --no-merged-usr
00:00:00.046 E: + debootstrap --no-merged-usr --variant=minbase oldstable /tmp/tmp.3nryyGF8WW http://127.0.0.1/debian
00:00:00.120 O: I: Target architecture can be executed
00:00:00.150 O: I: Retrieving InRelease 
00:00:00.298 O: I: Checking Release signature
00:00:00.320 O: I: Valid Release signature (key id A4285295FC7B1A81600062A9605C66F00D6C9793)
00:00:00.712 O: I: Retrieving Packages 
00:00:00.933 O: I: Validating Packages 
00:00:02.037 O: I: Resolving dependencies of required packages...
00:00:12.090 O: I: Resolving dependencies of base packages...
00:00:27.670 O: I: Checking component main on http://127.0.0.1/debian...
00:00:30.961 O: I: Retrieving adduser 3.118+deb11u1
00:00:30.986 O: I: Validating adduser 3.118+deb11u1
00:00:31.012 O: I: Retrieving apt 2.2.4
00:00:31.063 O: I: Validating apt 2.2.4
00:00:31.097 O: I: Retrieving base-files 11.1+deb11u10
00:00:31.115 O: I: Validating base-files 11.1+deb11u10
00:00:31.140 O: I: Retrieving base-passwd 3.5.51
00:00:31.158 O: I: Validating base-passwd 3.5.51
00:00:31.182 O: I: Retrieving bash 5.1-2+deb11u1
00:00:31.235 O: I: Validating bash 5.1-2+deb11u1
00:00:31.266 O: I: Retrieving bsdutils 1:2.36.1-8+deb11u2
00:00:31.286 O: I: Validating bsdutils 1:2.36.1-8+deb11u2
00:00:31.311 O: I: Retrieving coreutils 8.32-4+b1
00:00:31.391 O: I: Validating coreutils 8.32-4+b1
00:00:31.437 O: I: Retrieving dash 0.5.11+git20200708+dd9ef66-5
00:00:31.454 O: I: Validating dash 0.5.11+git20200708+dd9ef66-5
00:00:31.478 O: I: Retrieving debconf 1.5.77
00:00:31.499 O: I: Validating debconf 1.5.77
00:00:31.524 O: I: Retrieving debian-archive-keyring 2021.1.1+deb11u1
00:00:31.547 O: I: Validating debian-archive-keyring 2021.1.1+deb11u1
00:00:31.571 O: I: Retrieving debianutils 4.11.2
00:00:31.590 O: I: Validating debianutils 4.11.2
00:00:31.614 O: I: Retrieving diffutils 1:3.7-5
00:00:31.638 O: I: Validating diffutils 1:3.7-5
00:00:31.664 O: I: Retrieving dpkg 1.20.13
00:00:31.734 O: I: Validating dpkg 1.20.13
00:00:31.774 O: I: Retrieving e2fsprogs 1.46.2-2
00:00:31.807 O: I: Validating e2fsprogs 1.46.2-2
00:00:31.834 O: I: Retrieving findutils 4.8.0-1
00:00:31.866 O: I: Validating findutils 4.8.0-1
00:00:31.896 O: I: Retrieving gcc-10-base 10.2.1-6
00:00:31.922 O: I: Validating gcc-10-base 10.2.1-6
00:00:31.946 O: I: Retrieving gcc-9-base 9.3.0-22
00:00:31.967 O: I: Validating gcc-9-base 9.3.0-22
00:00:31.989 O: I: Retrieving gpgv 2.2.27-2+deb11u2
00:00:32.023 O: I: Validating gpgv 2.2.27-2+deb11u2
00:00:32.048 O: I: Retrieving grep 3.6-1+deb11u1
00:00:32.071 O: I: Validating grep 3.6-1+deb11u1
00:00:32.097 O: I: Retrieving gzip 1.10-4+deb11u1
00:00:32.116 O: I: Validating gzip 1.10-4+deb11u1
00:00:32.140 O: I: Retrieving hostname 3.23
00:00:32.156 O: I: Validating hostname 3.23
00:00:32.179 O: I: Retrieving init-system-helpers 1.60
00:00:32.196 O: I: Validating init-system-helpers 1.60
00:00:32.221 O: I: Retrieving libacl1 2.2.53-10
00:00:32.239 O: I: Validating libacl1 2.2.53-10
00:00:32.271 O: I: Retrieving libapt-pkg6.0 2.2.4
00:00:32.314 O: I: Validating libapt-pkg6.0 2.2.4
00:00:32.345 O: I: Retrieving libattr1 1:2.4.48-6
00:00:32.362 O: I: Validating libattr1 1:2.4.48-6
00:00:32.385 O: I: Retrieving libaudit-common 1:3.0-2
00:00:32.401 O: I: Validating libaudit-common 1:3.0-2
00:00:32.425 O: I: Retrieving libaudit1 1:3.0-2
00:00:32.443 O: I: Validating libaudit1 1:3.0-2
00:00:32.466 O: I: Retrieving libblkid1 2.36.1-8+deb11u2
00:00:32.488 O: I: Validating libblkid1 2.36.1-8+deb11u2
00:00:32.513 O: I: Retrieving libbz2-1.0 1.0.8-4
00:00:32.528 O: I: Validating libbz2-1.0 1.0.8-4
00:00:32.551 O: I: Retrieving libc-bin 2.31-13+deb11u10
00:00:32.585 O: I: Validating libc-bin 2.31-13+deb11u10
00:00:32.616 O: I: Retrieving libc6 2.31-13+deb11u10
00:00:32.688 O: I: Validating libc6 2.31-13+deb11u10
00:00:32.730 O: I: Retrieving libcap-ng0 0.7.9-2.2+b1
00:00:32.747 O: I: Validating libcap-ng0 0.7.9-2.2+b1
00:00:32.771 O: I: Retrieving libcom-err2 1.46.2-2
00:00:32.789 O: I: Validating libcom-err2 1.46.2-2
00:00:32.813 O: I: Retrieving libcrypt1 1:4.4.18-4
00:00:32.831 O: I: Validating libcrypt1 1:4.4.18-4
00:00:32.856 O: I: Retrieving libdb5.3 5.3.28+dfsg1-0.8
00:00:32.888 O: I: Validating libdb5.3 5.3.28+dfsg1-0.8
00:00:32.916 O: I: Retrieving libdebconfclient0 0.260
00:00:32.935 O: I: Validating libdebconfclient0 0.260
00:00:32.960 O: I: Retrieving libext2fs2 1.46.2-2
00:00:32.984 O: I: Validating libext2fs2 1.46.2-2
00:00:33.014 O: I: Retrieving libffi7 3.3-6
00:00:33.035 O: I: Validating libffi7 3.3-6
00:00:33.066 O: I: Retrieving libgcc-s1 10.2.1-6
00:00:33.085 O: I: Validating libgcc-s1 10.2.1-6
00:00:33.114 O: I: Retrieving libgcrypt20 1.8.7-6
00:00:33.149 O: I: Validating libgcrypt20 1.8.7-6
00:00:33.181 O: I: Retrieving libgmp10 2:6.2.1+dfsg-1+deb11u1
00:00:33.212 O: I: Validating libgmp10 2:6.2.1+dfsg-1+deb11u1
00:00:33.241 O: I: Retrieving libgnutls30 3.7.1-5+deb11u5
00:00:33.290 O: I: Validating libgnutls30 3.7.1-5+deb11u5
00:00:33.322 O: I: Retrieving libgpg-error0 1.38-2
00:00:33.341 O: I: Validating libgpg-error0 1.38-2
00:00:33.368 O: I: Retrieving libgssapi-krb5-2 1.18.3-6+deb11u4
00:00:33.389 O: I: Validating libgssapi-krb5-2 1.18.3-6+deb11u4
00:00:33.416 O: I: Retrieving libhogweed6 3.7.3-1
00:00:33.443 O: I: Validating libhogweed6 3.7.3-1
00:00:33.469 O: I: Retrieving libidn2-0 2.3.0-5
00:00:33.489 O: I: Validating libidn2-0 2.3.0-5
00:00:33.513 O: I: Retrieving libk5crypto3 1.18.3-6+deb11u4
00:00:33.532 O: I: Validating libk5crypto3 1.18.3-6+deb11u4
00:00:33.559 O: I: Retrieving libkeyutils1 1.6.1-2
00:00:33.575 O: I: Validating libkeyutils1 1.6.1-2
00:00:33.599 O: I: Retrieving libkrb5-3 1.18.3-6+deb11u4
00:00:33.623 O: I: Validating libkrb5-3 1.18.3-6+deb11u4
00:00:33.649 O: I: Retrieving libkrb5support0 1.18.3-6+deb11u4
00:00:33.667 O: I: Validating libkrb5support0 1.18.3-6+deb11u4
00:00:33.693 O: I: Retrieving liblz4-1 1.9.3-2
00:00:33.711 O: I: Validating liblz4-1 1.9.3-2
00:00:33.735 O: I: Retrieving liblzma5 5.2.5-2.1~deb11u1
00:00:33.756 O: I: Validating liblzma5 5.2.5-2.1~deb11u1
00:00:33.780 O: I: Retrieving libmount1 2.36.1-8+deb11u2
00:00:33.800 O: I: Validating libmount1 2.36.1-8+deb11u2
00:00:33.824 O: I: Retrieving libnettle8 3.7.3-1
00:00:33.845 O: I: Validating libnettle8 3.7.3-1
00:00:33.871 O: I: Retrieving libnsl2 1.3.0-2
00:00:33.892 O: I: Validating libnsl2 1.3.0-2
00:00:33.918 O: I: Retrieving libp11-kit0 0.23.22-1
00:00:33.942 O: I: Validating libp11-kit0 0.23.22-1
00:00:33.968 O: I: Retrieving libpam-modules 1.4.0-9+deb11u1
00:00:33.996 O: I: Validating libpam-modules 1.4.0-9+deb11u1
00:00:34.025 O: I: Retrieving libpam-modules-bin 1.4.0-9+deb11u1
00:00:34.043 O: I: Validating libpam-modules-bin 1.4.0-9+deb11u1
00:00:34.068 O: I: Retrieving libpam-runtime 1.4.0-9+deb11u1
00:00:34.111 O: I: Validating libpam-runtime 1.4.0-9+deb11u1
00:00:34.137 O: I: Retrieving libpam0g 1.4.0-9+deb11u1
00:00:34.157 O: I: Validating libpam0g 1.4.0-9+deb11u1
00:00:34.184 O: I: Retrieving libpcre2-8-0 10.36-2+deb11u1
00:00:34.206 O: I: Validating libpcre2-8-0 10.36-2+deb11u1
00:00:34.232 O: I: Retrieving libpcre3 2:8.39-13
00:00:34.258 O: I: Validating libpcre3 2:8.39-13
00:00:34.283 O: I: Retrieving libseccomp2 2.5.1-1+deb11u1
00:00:34.302 O: I: Validating libseccomp2 2.5.1-1+deb11u1
00:00:34.328 O: I: Retrieving libselinux1 3.1-3
00:00:34.347 O: I: Validating libselinux1 3.1-3
00:00:34.375 O: I: Retrieving libsemanage-common 3.1-1
00:00:34.392 O: I: Validating libsemanage-common 3.1-1
00:00:34.418 O: I: Retrieving libsemanage1 3.1-1+b2
00:00:34.436 O: I: Validating libsemanage1 3.1-1+b2
00:00:34.463 O: I: Retrieving libsepol1 3.1-1
00:00:34.485 O: I: Validating libsepol1 3.1-1
00:00:34.510 O: I: Retrieving libsmartcols1 2.36.1-8+deb11u2
00:00:34.529 O: I: Validating libsmartcols1 2.36.1-8+deb11u2
00:00:34.554 O: I: Retrieving libss2 1.46.2-2
00:00:34.571 O: I: Validating libss2 1.46.2-2
00:00:34.598 O: I: Retrieving libssl1.1 1.1.1w-0+deb11u1
00:00:34.647 O: I: Validating libssl1.1 1.1.1w-0+deb11u1
00:00:34.729 O: I: Retrieving libstdc++6 10.2.1-6
00:00:34.758 O: I: Validating libstdc++6 10.2.1-6
00:00:34.783 O: I: Retrieving libsystemd0 247.3-7+deb11u5
00:00:34.808 O: I: Validating libsystemd0 247.3-7+deb11u5
00:00:34.833 O: I: Retrieving libtasn1-6 4.16.0-2+deb11u1
00:00:34.850 O: I: Validating libtasn1-6 4.16.0-2+deb11u1
00:00:34.876 O: I: Retrieving libtinfo6 6.2+20201114-2+deb11u2
00:00:34.908 O: I: Validating libtinfo6 6.2+20201114-2+deb11u2
00:00:34.941 O: I: Retrieving libtirpc-common 1.3.1-1+deb11u1
00:00:34.965 O: I: Validating libtirpc-common 1.3.1-1+deb11u1
00:00:34.992 O: I: Retrieving libtirpc3 1.3.1-1+deb11u1
00:00:35.011 O: I: Validating libtirpc3 1.3.1-1+deb11u1
00:00:35.040 O: I: Retrieving libudev1 247.3-7+deb11u5
00:00:35.071 O: I: Validating libudev1 247.3-7+deb11u5
00:00:35.102 O: I: Retrieving libunistring2 0.9.10-4
00:00:35.128 O: I: Validating libunistring2 0.9.10-4
00:00:35.162 O: I: Retrieving libuuid1 2.36.1-8+deb11u2
00:00:35.183 O: I: Validating libuuid1 2.36.1-8+deb11u2
00:00:35.210 O: I: Retrieving libxxhash0 0.8.0-2
00:00:35.228 O: I: Validating libxxhash0 0.8.0-2
00:00:35.260 O: I: Retrieving libzstd1 1.4.8+dfsg-2.1
00:00:35.300 O: I: Validating libzstd1 1.4.8+dfsg-2.1
00:00:35.329 O: I: Retrieving login 1:4.8.1-1
00:00:35.382 O: I: Validating login 1:4.8.1-1
00:00:35.419 O: I: Retrieving logsave 1.46.2-2
00:00:35.438 O: I: Validating logsave 1.46.2-2
00:00:35.510 O: I: Retrieving lsb-base 11.1.0
00:00:35.527 O: I: Validating lsb-base 11.1.0
00:00:35.615 O: I: Retrieving mawk 1.3.4.20200120-2
00:00:35.633 O: I: Validating mawk 1.3.4.20200120-2
00:00:35.660 O: I: Retrieving mount 2.36.1-8+deb11u2
00:00:35.680 O: I: Validating mount 2.36.1-8+deb11u2
00:00:35.704 O: I: Retrieving ncurses-base 6.2+20201114-2+deb11u2
00:00:35.727 O: I: Validating ncurses-base 6.2+20201114-2+deb11u2
00:00:35.763 O: I: Retrieving ncurses-bin 6.2+20201114-2+deb11u2
00:00:35.793 O: I: Validating ncurses-bin 6.2+20201114-2+deb11u2
00:00:35.822 O: I: Retrieving passwd 1:4.8.1-1
00:00:35.865 O: I: Validating passwd 1:4.8.1-1
00:00:35.898 O: I: Retrieving perl-base 5.32.1-4+deb11u3
00:00:35.960 O: I: Validating perl-base 5.32.1-4+deb11u3
00:00:35.994 O: I: Retrieving sed 4.7-1
00:00:36.017 O: I: Validating sed 4.7-1
00:00:36.042 O: I: Retrieving sysvinit-utils 2.96-7+deb11u1
00:00:36.062 O: I: Validating sysvinit-utils 2.96-7+deb11u1
00:00:36.086 O: I: Retrieving tar 1.34+dfsg-1+deb11u1
00:00:36.127 O: I: Validating tar 1.34+dfsg-1+deb11u1
00:00:36.157 O: I: Retrieving tzdata 2024a-0+deb11u1
00:00:36.192 O: I: Validating tzdata 2024a-0+deb11u1
00:00:36.224 O: I: Retrieving util-linux 2.36.1-8+deb11u2
00:00:36.303 O: I: Validating util-linux 2.36.1-8+deb11u2
00:00:36.346 O: I: Retrieving zlib1g 1:1.2.11.dfsg-2+deb11u2
00:00:36.371 O: I: Validating zlib1g 1:1.2.11.dfsg-2+deb11u2
00:00:36.404 O: I: Chosen extractor for .deb packages: dpkg-deb
00:00:36.447 O: I: Extracting adduser...
00:00:36.474 O: I: Extracting apt...
00:00:36.572 O: I: Extracting base-files...
00:00:36.587 O: I: Extracting base-passwd...
00:00:36.599 O: I: Extracting bash...
00:00:36.700 O: I: Extracting bsdutils...
00:00:36.715 O: I: Extracting coreutils...
00:00:36.964 O: I: Extracting dash...
00:00:36.982 O: I: Extracting debconf...
00:00:36.999 O: I: Extracting debian-archive-keyring...
00:00:37.014 O: I: Extracting debianutils...
00:00:37.030 O: I: Extracting diffutils...
00:00:37.063 O: I: Extracting dpkg...
00:00:37.178 O: I: Extracting e2fsprogs...
00:00:37.211 O: I: Extracting findutils...
00:00:37.255 O: I: Extracting gcc-10-base...
00:00:37.269 O: I: Extracting gcc-9-base...
00:00:37.286 O: I: Extracting gpgv...
00:00:37.313 O: I: Extracting grep...
00:00:37.347 O: I: Extracting gzip...
00:00:37.367 O: I: Extracting hostname...
00:00:37.379 O: I: Extracting init-system-helpers...
00:00:37.394 O: I: Extracting libacl1...
00:00:37.409 O: I: Extracting libapt-pkg6.0...
00:00:37.480 O: I: Extracting libattr1...
00:00:37.490 O: I: Extracting libaudit-common...
00:00:37.500 O: I: Extracting libaudit1...
00:00:37.523 O: I: Extracting libblkid1...
00:00:37.534 O: I: Extracting libbz2-1.0...
00:00:37.546 O: I: Extracting libc-bin...
00:00:37.628 O: I: Extracting libc6...
00:00:37.808 O: I: Extracting libcap-ng0...
00:00:37.818 O: I: Extracting libcom-err2...
00:00:37.830 O: I: Extracting libcrypt1...
00:00:37.845 O: I: Extracting libdb5.3...
00:00:37.900 O: I: Extracting libdebconfclient0...
00:00:37.914 O: I: Extracting libext2fs2...
00:00:37.938 O: I: Extracting libffi7...
00:00:37.950 O: I: Extracting libgcc-s1...
00:00:37.965 O: I: Extracting libgcrypt20...
00:00:38.001 O: I: Extracting libgmp10...
00:00:38.030 O: I: Extracting libgnutls30...
00:00:38.101 O: I: Extracting libgpg-error0...
00:00:38.113 O: I: Extracting libgssapi-krb5-2...
00:00:38.132 O: I: Extracting libhogweed6...
00:00:38.155 O: I: Extracting libidn2-0...
00:00:38.172 O: I: Extracting libk5crypto3...
00:00:38.187 O: I: Extracting libkeyutils1...
00:00:38.197 O: I: Extracting libkrb5-3...
00:00:38.231 O: I: Extracting libkrb5support0...
00:00:38.243 O: I: Extracting liblz4-1...
00:00:38.256 O: I: Extracting liblzma5...
00:00:38.275 O: I: Extracting libmount1...
00:00:38.299 O: I: Extracting libnettle8...
00:00:38.322 O: I: Extracting libnsl2...
00:00:38.336 O: I: Extracting libp11-kit0...
00:00:38.366 O: I: Extracting libpam-modules...
00:00:38.397 O: I: Extracting libpam-modules-bin...
00:00:38.423 O: I: Extracting libpam-runtime...
00:00:38.448 O: I: Extracting libpam0g...
00:00:38.462 O: I: Extracting libpcre2-8-0...
00:00:38.489 O: I: Extracting libpcre3...
00:00:38.520 O: I: Extracting libseccomp2...
00:00:38.534 O: I: Extracting libselinux1...
00:00:38.547 O: I: Extracting libsemanage-common...
00:00:38.557 O: I: Extracting libsemanage1...
00:00:38.574 O: I: Extracting libsepol1...
00:00:38.604 O: I: Extracting libsmartcols1...
00:00:38.623 O: I: Extracting libss2...
00:00:38.635 O: I: Extracting libssl1.1...
00:00:38.735 O: I: Extracting libstdc++6...
00:00:38.780 O: I: Extracting libsystemd0...
00:00:38.818 O: I: Extracting libtasn1-6...
00:00:38.831 O: I: Extracting libtinfo6...
00:00:38.853 O: I: Extracting libtirpc-common...
00:00:38.863 O: I: Extracting libtirpc3...
00:00:38.878 O: I: Extracting libudev1...
00:00:38.895 O: I: Extracting libunistring2...
00:00:38.941 O: I: Extracting libuuid1...
00:00:38.958 O: I: Extracting libxxhash0...
00:00:38.969 O: I: Extracting libzstd1...
00:00:39.004 O: I: Extracting login...
00:00:39.050 O: I: Extracting logsave...
00:00:39.063 O: I: Extracting lsb-base...
00:00:39.074 O: I: Extracting mawk...
00:00:39.090 O: I: Extracting mount...
00:00:39.111 O: I: Extracting ncurses-base...
00:00:39.127 O: I: Extracting ncurses-bin...
00:00:39.151 O: I: Extracting passwd...
00:00:39.216 O: I: Extracting perl-base...
00:00:39.383 O: I: Extracting sed...
00:00:39.413 O: I: Extracting sysvinit-utils...
00:00:39.426 O: I: Extracting tar...
00:00:39.485 O: I: Extracting tzdata...
00:00:39.614 O: I: Extracting util-linux...
00:00:39.695 O: I: Extracting zlib1g...
00:00:39.809 O: I: Installing core packages...
00:00:41.781 O: I: Unpacking required packages...
00:00:41.848 O: I: Unpacking adduser...
00:00:41.929 O: I: Unpacking apt...
00:00:42.149 O: I: Unpacking base-files...
00:00:42.207 O: I: Unpacking base-passwd...
00:00:42.257 O: I: Unpacking bash...
00:00:42.461 O: I: Unpacking bsdutils...
00:00:42.514 O: I: Unpacking coreutils...
00:00:42.927 O: I: Unpacking dash...
00:00:42.976 O: I: Unpacking debconf...
00:00:43.059 O: I: Unpacking debian-archive-keyring...
00:00:43.169 O: I: Unpacking debianutils...
00:00:43.221 O: I: Unpacking diffutils...
00:00:43.314 O: I: Unpacking dpkg...
00:00:43.544 O: I: Unpacking e2fsprogs...
00:00:43.640 O: I: Unpacking findutils...
00:00:43.735 O: I: Unpacking gcc-10-base:amd64...
00:00:43.772 O: I: Unpacking gcc-9-base:amd64...
00:00:43.813 O: I: Unpacking gpgv...
00:00:43.871 O: I: Unpacking grep...
00:00:43.945 O: I: Unpacking gzip...
00:00:43.992 O: I: Unpacking hostname...
00:00:44.024 O: I: Unpacking init-system-helpers...
00:00:44.064 O: I: Unpacking libacl1:amd64...
00:00:44.102 O: I: Unpacking libapt-pkg6.0:amd64...
00:00:44.246 O: I: Unpacking libattr1:amd64...
00:00:44.280 O: I: Unpacking libaudit-common...
00:00:44.316 O: I: Unpacking libaudit1:amd64...
00:00:44.361 O: I: Unpacking libblkid1:amd64...
00:00:44.417 O: I: Unpacking libbz2-1.0:amd64...
00:00:44.455 O: I: Unpacking libc-bin...
00:00:44.615 O: I: Unpacking libc6:amd64...
00:00:45.208 O: I: Unpacking libcap-ng0:amd64...
00:00:45.247 O: I: Unpacking libcom-err2:amd64...
00:00:45.291 O: I: Unpacking libcrypt1:amd64...
00:00:45.346 O: I: Unpacking libdb5.3:amd64...
00:00:45.469 O: I: Unpacking libdebconfclient0:amd64...
00:00:45.508 O: I: Unpacking libext2fs2:amd64...
00:00:45.565 O: I: Unpacking libffi7:amd64...
00:00:45.604 O: I: Unpacking libgcc-s1:amd64...
00:00:45.644 O: I: Unpacking libgcrypt20:amd64...
00:00:45.735 O: I: Unpacking libgmp10:amd64...
00:00:45.798 O: I: Unpacking libgnutls30:amd64...
00:00:45.942 O: I: Unpacking libgpg-error0:amd64...
00:00:45.987 O: I: Unpacking libgssapi-krb5-2:amd64...
00:00:46.039 O: I: Unpacking libhogweed6:amd64...
00:00:46.099 O: I: Unpacking libidn2-0:amd64...
00:00:46.151 O: I: Unpacking libk5crypto3:amd64...
00:00:46.196 O: I: Unpacking libkeyutils1:amd64...
00:00:46.228 O: I: Unpacking libkrb5-3:amd64...
00:00:46.303 O: I: Unpacking libkrb5support0:amd64...
00:00:46.341 O: I: Unpacking liblz4-1:amd64...
00:00:46.383 O: I: Unpacking liblzma5:amd64...
00:00:46.435 O: I: Unpacking libmount1:amd64...
00:00:46.493 O: I: Unpacking libnettle8:amd64...
00:00:46.545 O: I: Unpacking libnsl2:amd64...
00:00:46.581 O: I: Unpacking libp11-kit0:amd64...
00:00:46.644 O: I: Unpacking libpam-modules:amd64...
00:00:46.828 O: I: Unpacking libpam-modules-bin...
00:00:46.877 O: I: Unpacking libpam-runtime...
00:00:46.969 O: I: Unpacking libpam0g:amd64...
00:00:47.014 O: I: Unpacking libpcre2-8-0:amd64...
00:00:47.069 O: I: Unpacking libpcre3:amd64...
00:00:47.137 O: I: Unpacking libseccomp2:amd64...
00:00:47.173 O: I: Unpacking libselinux1:amd64...
00:00:47.211 O: I: Unpacking libsemanage-common...
00:00:47.244 O: I: Unpacking libsemanage1:amd64...
00:00:47.286 O: I: Unpacking libsepol1:amd64...
00:00:47.349 O: I: Unpacking libsmartcols1:amd64...
00:00:47.398 O: I: Unpacking libss2:amd64...
00:00:47.443 O: I: Unpacking libssl1.1:amd64...
00:00:47.618 O: I: Unpacking libstdc++6:amd64...
00:00:47.704 O: I: Unpacking libsystemd0:amd64...
00:00:47.769 O: I: Unpacking libtasn1-6:amd64...
00:00:47.807 O: I: Unpacking libtinfo6:amd64...
00:00:47.853 O: I: Unpacking libtirpc-common...
00:00:47.885 O: I: Unpacking libtirpc3:amd64...
00:00:47.924 O: I: Unpacking libudev1:amd64...
00:00:47.967 O: I: Unpacking libunistring2:amd64...
00:00:48.042 O: I: Unpacking libuuid1:amd64...
00:00:48.078 O: I: Unpacking libxxhash0:amd64...
00:00:48.121 O: I: Unpacking libzstd1:amd64...
00:00:48.186 O: I: Unpacking login...
00:00:48.311 O: I: Unpacking logsave...
00:00:48.348 O: I: Unpacking lsb-base...
00:00:48.399 O: I: Unpacking mawk...
00:00:48.446 O: I: Unpacking mount...
00:00:48.500 O: I: Unpacking ncurses-base...
00:00:48.548 O: I: Unpacking ncurses-bin...
00:00:48.609 O: I: Unpacking passwd...
00:00:48.818 O: I: Unpacking perl-base...
00:00:49.268 O: I: Unpacking sed...
00:00:49.340 O: I: Unpacking sysvinit-utils...
00:00:49.376 O: I: Unpacking tar...
00:00:49.505 O: I: Unpacking tzdata...
00:00:50.035 O: I: Unpacking util-linux...
00:00:50.240 O: I: Unpacking zlib1g:amd64...
00:00:50.273 O: I: Configuring required packages...
00:00:50.291 O: I: Configuring lsb-base...
00:00:50.299 O: I: Configuring libtirpc-common...
00:00:50.317 O: I: Configuring debian-archive-keyring...
00:00:50.389 O: I: Configuring libaudit-common...
00:00:50.395 O: I: Configuring libsemanage-common...
00:00:50.400 O: I: Configuring gcc-10-base:amd64...
00:00:50.406 O: I: Configuring ncurses-base...
00:00:50.411 O: I: Configuring gcc-9-base:amd64...
00:00:50.421 O: I: Configuring libcrypt1:amd64...
00:00:50.428 O: I: Configuring libgcc-s1:amd64...
00:00:50.444 O: I: Configuring libc6:amd64...
00:00:50.602 O: I: Configuring libudev1:amd64...
00:00:50.608 O: I: Configuring libsepol1:amd64...
00:00:50.614 O: I: Configuring libxxhash0:amd64...
00:00:50.621 O: I: Configuring libattr1:amd64...
00:00:50.626 O: I: Configuring sysvinit-utils...
00:00:50.632 O: I: Configuring libtasn1-6:amd64...
00:00:50.639 O: I: Configuring debianutils...
00:00:50.649 O: I: Configuring mawk...
00:00:50.659 O: I: Configuring libdebconfclient0:amd64...
00:00:50.674 O: I: Configuring base-files...
00:00:50.696 O: I: Configuring libbz2-1.0:amd64...
00:00:50.701 O: I: Configuring base-passwd...
00:00:50.845 O: I: Configuring libdb5.3:amd64...
00:00:50.852 O: I: Configuring libblkid1:amd64...
00:00:50.859 O: I: Configuring libstdc++6:amd64...
00:00:50.864 O: I: Configuring libtinfo6:amd64...
00:00:50.878 O: I: Configuring bash...
00:00:50.939 O: I: Configuring libzstd1:amd64...
00:00:50.946 O: I: Configuring libkeyutils1:amd64...
00:00:50.952 O: I: Configuring liblzma5:amd64...
00:00:50.957 O: I: Configuring libgpg-error0:amd64...
00:00:50.963 O: I: Configuring liblz4-1:amd64...
00:00:50.980 O: I: Configuring libc-bin...
00:00:50.999 O: I: Configuring ncurses-bin...
00:00:51.007 O: I: Configuring libffi7:amd64...
00:00:51.013 O: I: Configuring libacl1:amd64...
00:00:51.020 O: I: Configuring libunistring2:amd64...
00:00:51.027 O: I: Configuring libsmartcols1:amd64...
00:00:51.032 O: I: Configuring libgcrypt20:amd64...
00:00:51.038 O: I: Configuring zlib1g:amd64...
00:00:51.045 O: I: Configuring libidn2-0:amd64...
00:00:51.052 O: I: Configuring libcom-err2:amd64...
00:00:51.058 O: I: Configuring diffutils...
00:00:51.063 O: I: Configuring libseccomp2:amd64...
00:00:51.069 O: I: Configuring libsystemd0:amd64...
00:00:51.075 O: I: Configuring libkrb5support0:amd64...
00:00:51.081 O: I: Configuring hostname...
00:00:51.086 O: I: Configuring libpcre3:amd64...
00:00:51.090 O: I: Configuring libcap-ng0:amd64...
00:00:51.095 O: I: Configuring libext2fs2:amd64...
00:00:51.102 O: I: Configuring libnettle8:amd64...
00:00:51.107 O: I: Configuring libapt-pkg6.0:amd64...
00:00:51.111 O: I: Configuring libgmp10:amd64...
00:00:51.116 O: I: Configuring libp11-kit0:amd64...
00:00:51.121 O: I: Configuring libaudit1:amd64...
00:00:51.128 O: I: Configuring libuuid1:amd64...
00:00:51.133 O: I: Configuring libss2:amd64...
00:00:51.138 O: I: Configuring libpcre2-8-0:amd64...
00:00:51.144 O: I: Configuring libk5crypto3:amd64...
00:00:51.149 O: I: Configuring logsave...
00:00:51.154 O: I: Configuring gpgv...
00:00:51.161 O: I: Configuring libhogweed6:amd64...
00:00:51.168 O: I: Configuring bsdutils...
00:00:51.178 O: I: Configuring e2fsprogs...
00:00:51.594 O: I: Configuring libselinux1:amd64...
00:00:51.599 O: I: Configuring libgnutls30:amd64...
00:00:51.604 O: I: Configuring sed...
00:00:51.609 O: I: Configuring findutils...
00:00:51.616 O: I: Configuring libmount1:amd64...
00:00:51.621 O: I: Configuring libsemanage1:amd64...
00:00:51.628 O: I: Configuring tar...
00:00:51.651 O: I: Configuring coreutils...
00:00:51.668 O: I: Configuring dpkg...
00:00:51.674 O: I: Configuring grep...
00:00:51.679 O: I: Configuring perl-base...
00:00:51.693 O: I: Configuring init-system-helpers...
00:00:51.698 O: I: Configuring gzip...
00:00:51.708 O: I: Configuring debconf...
00:00:51.854 O: I: Configuring tzdata...
00:00:52.037 O: I: Configuring libpam0g:amd64...
00:00:52.167 O: I: Configuring dash...
00:00:52.430 O: I: Configuring libssl1.1:amd64...
00:00:52.550 O: I: Configuring libpam-modules-bin...
00:00:52.556 O: I: Configuring libkrb5-3:amd64...
00:00:52.562 O: I: Configuring libgssapi-krb5-2:amd64...
00:00:52.569 O: I: Configuring libtirpc3:amd64...
00:00:52.574 O: I: Configuring libnsl2:amd64...
00:00:52.591 O: I: Configuring libpam-modules:amd64...
00:00:52.613 O: I: Configuring passwd...
00:00:52.668 O: I: Configuring libpam-runtime...
00:00:52.836 O: I: Configuring login...
00:00:52.863 O: I: Configuring adduser...
00:00:53.004 O: I: Configuring apt...
00:00:53.526 O: I: Configuring util-linux...
00:00:53.743 O: I: Configuring mount...
00:00:53.748 O: I: Configuring libc-bin...
00:00:53.764 O: I: Unpacking the base system...
00:00:54.522 O: I: Base system installed successfully.
00:00:54.621 E: + [ 0 -ne 0 ]
00:00:54.625 E: + tar --sort=name --mtime=@1722845704 --clamp-mtime --numeric-owner --one-file-system --xattrs -C /tmp/tmp.3nryyGF8WW -c .
00:01:03.503 E: + rm -r /tmp/tmp.3nryyGF8WW
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:15
result: SUCCESS
------------------------------------------------------------------------------
(2/280) debootstrap
dist: oldstable
mode: auto
variant: buildd
format: auto
time left: 5:51:21
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.017 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.021 E: + mktemp -d
00:00:00.026 E: + tmpdir=/tmp/tmp.BvS0uEmE3P
00:00:00.031 E: + chmod 755 /tmp/tmp.BvS0uEmE3P
00:00:00.036 E: + ret=0
00:00:00.041 E: + [ oldstable = oldstable ]
00:00:00.045 E: + echo --no-merged-usr
00:00:00.050 E: + debootstrap --no-merged-usr --variant=buildd oldstable /tmp/tmp.BvS0uEmE3P http://127.0.0.1/debian
00:00:00.123 O: I: Target architecture can be executed
00:00:00.156 O: I: Retrieving InRelease 
00:00:00.293 O: I: Checking Release signature
00:00:00.319 O: I: Valid Release signature (key id A4285295FC7B1A81600062A9605C66F00D6C9793)
00:00:00.721 O: I: Retrieving Packages 
00:00:00.916 O: I: Validating Packages 
00:00:01.974 O: I: Resolving dependencies of required packages...
00:00:12.239 O: I: Resolving dependencies of base packages...
00:00:28.829 O: I: Checking component main on http://127.0.0.1/debian...
00:00:32.282 O: I: Retrieving adduser 3.118+deb11u1
00:00:32.304 O: I: Validating adduser 3.118+deb11u1
00:00:32.330 O: I: Retrieving apt 2.2.4
00:00:32.382 O: I: Validating apt 2.2.4
00:00:32.414 O: I: Retrieving base-files 11.1+deb11u10
00:00:32.433 O: I: Validating base-files 11.1+deb11u10
00:00:32.458 O: I: Retrieving base-passwd 3.5.51
00:00:32.475 O: I: Validating base-passwd 3.5.51
00:00:32.498 O: I: Retrieving bash 5.1-2+deb11u1
00:00:32.543 O: I: Validating bash 5.1-2+deb11u1
00:00:32.573 O: I: Retrieving binutils 2.35.2-2
00:00:32.589 O: I: Validating binutils 2.35.2-2
00:00:32.615 O: I: Retrieving binutils-common 2.35.2-2
00:00:32.671 O: I: Validating binutils-common 2.35.2-2
00:00:32.704 O: I: Retrieving binutils-x86-64-linux-gnu 2.35.2-2
00:00:32.757 O: I: Validating binutils-x86-64-linux-gnu 2.35.2-2
00:00:32.790 O: I: Retrieving bsdutils 1:2.36.1-8+deb11u2
00:00:32.809 O: I: Validating bsdutils 1:2.36.1-8+deb11u2
00:00:32.835 O: I: Retrieving build-essential 12.9
00:00:32.852 O: I: Validating build-essential 12.9
00:00:32.876 O: I: Retrieving bzip2 1.0.8-4
00:00:32.894 O: I: Validating bzip2 1.0.8-4
00:00:32.918 O: I: Retrieving coreutils 8.32-4+b1
00:00:32.990 O: I: Validating coreutils 8.32-4+b1
00:00:33.029 O: I: Retrieving cpp 4:10.2.1-1
00:00:33.046 O: I: Validating cpp 4:10.2.1-1
00:00:33.069 O: I: Retrieving cpp-10 10.2.1-6
00:00:33.241 O: I: Validating cpp-10 10.2.1-6
00:00:33.305 O: I: Retrieving dash 0.5.11+git20200708+dd9ef66-5
00:00:33.326 O: I: Validating dash 0.5.11+git20200708+dd9ef66-5
00:00:33.350 O: I: Retrieving debconf 1.5.77
00:00:33.371 O: I: Validating debconf 1.5.77
00:00:33.397 O: I: Retrieving debian-archive-keyring 2021.1.1+deb11u1
00:00:33.416 O: I: Validating debian-archive-keyring 2021.1.1+deb11u1
00:00:33.440 O: I: Retrieving debianutils 4.11.2
00:00:33.461 O: I: Validating debianutils 4.11.2
00:00:33.485 O: I: Retrieving diffutils 1:3.7-5
00:00:33.511 O: I: Validating diffutils 1:3.7-5
00:00:33.537 O: I: Retrieving dpkg 1.20.13
00:00:33.601 O: I: Validating dpkg 1.20.13
00:00:33.640 O: I: Retrieving dpkg-dev 1.20.13
00:00:33.711 O: I: Validating dpkg-dev 1.20.13
00:00:33.744 O: I: Retrieving e2fsprogs 1.46.2-2
00:00:33.774 O: I: Validating e2fsprogs 1.46.2-2
00:00:33.801 O: I: Retrieving findutils 4.8.0-1
00:00:33.829 O: I: Validating findutils 4.8.0-1
00:00:33.856 O: I: Retrieving g++ 4:10.2.1-1
00:00:33.871 O: I: Validating g++ 4:10.2.1-1
00:00:33.895 O: I: Retrieving g++-10 10.2.1-6
00:00:34.090 O: I: Validating g++-10 10.2.1-6
00:00:34.155 O: I: Retrieving gcc 4:10.2.1-1
00:00:34.170 O: I: Validating gcc 4:10.2.1-1
00:00:34.193 O: I: Retrieving gcc-10 10.2.1-6
00:00:34.557 O: I: Validating gcc-10 10.2.1-6
00:00:34.660 O: I: Retrieving gcc-10-base 10.2.1-6
00:00:34.683 O: I: Validating gcc-10-base 10.2.1-6
00:00:34.708 O: I: Retrieving gcc-9-base 9.3.0-22
00:00:34.732 O: I: Validating gcc-9-base 9.3.0-22
00:00:34.756 O: I: Retrieving gpgv 2.2.27-2+deb11u2
00:00:34.786 O: I: Validating gpgv 2.2.27-2+deb11u2
00:00:34.814 O: I: Retrieving grep 3.6-1+deb11u1
00:00:34.839 O: I: Validating grep 3.6-1+deb11u1
00:00:34.866 O: I: Retrieving gzip 1.10-4+deb11u1
00:00:34.885 O: I: Validating gzip 1.10-4+deb11u1
00:00:34.910 O: I: Retrieving hostname 3.23
00:00:34.927 O: I: Validating hostname 3.23
00:00:34.951 O: I: Retrieving init-system-helpers 1.60
00:00:34.969 O: I: Validating init-system-helpers 1.60
00:00:34.992 O: I: Retrieving libacl1 2.2.53-10
00:00:35.009 O: I: Validating libacl1 2.2.53-10
00:00:35.033 O: I: Retrieving libapt-pkg6.0 2.2.4
00:00:35.082 O: I: Validating libapt-pkg6.0 2.2.4
00:00:35.112 O: I: Retrieving libasan6 10.2.1-6
00:00:35.171 O: I: Validating libasan6 10.2.1-6
00:00:35.205 O: I: Retrieving libatomic1 10.2.1-6
00:00:35.220 O: I: Validating libatomic1 10.2.1-6
00:00:35.246 O: I: Retrieving libattr1 1:2.4.48-6
00:00:35.263 O: I: Validating libattr1 1:2.4.48-6
00:00:35.287 O: I: Retrieving libaudit-common 1:3.0-2
00:00:35.304 O: I: Validating libaudit-common 1:3.0-2
00:00:35.327 O: I: Retrieving libaudit1 1:3.0-2
00:00:35.344 O: I: Validating libaudit1 1:3.0-2
00:00:35.369 O: I: Retrieving libbinutils 2.35.2-2
00:00:35.399 O: I: Validating libbinutils 2.35.2-2
00:00:35.426 O: I: Retrieving libblkid1 2.36.1-8+deb11u2
00:00:35.448 O: I: Validating libblkid1 2.36.1-8+deb11u2
00:00:35.474 O: I: Retrieving libbz2-1.0 1.0.8-4
00:00:35.491 O: I: Validating libbz2-1.0 1.0.8-4
00:00:35.515 O: I: Retrieving libc-bin 2.31-13+deb11u10
00:00:35.549 O: I: Validating libc-bin 2.31-13+deb11u10
00:00:35.579 O: I: Retrieving libc-dev-bin 2.31-13+deb11u10
00:00:35.601 O: I: Validating libc-dev-bin 2.31-13+deb11u10
00:00:35.627 O: I: Retrieving libc6 2.31-13+deb11u10
00:00:35.705 O: I: Validating libc6 2.31-13+deb11u10
00:00:35.744 O: I: Retrieving libc6-dev 2.31-13+deb11u10
00:00:35.813 O: I: Validating libc6-dev 2.31-13+deb11u10
00:00:35.850 O: I: Retrieving libcap-ng0 0.7.9-2.2+b1
00:00:35.867 O: I: Validating libcap-ng0 0.7.9-2.2+b1
00:00:35.893 O: I: Retrieving libcc1-0 10.2.1-6
00:00:35.909 O: I: Validating libcc1-0 10.2.1-6
00:00:35.934 O: I: Retrieving libcom-err2 1.46.2-2
00:00:35.952 O: I: Validating libcom-err2 1.46.2-2
00:00:35.977 O: I: Retrieving libcrypt-dev 1:4.4.18-4
00:00:35.997 O: I: Validating libcrypt-dev 1:4.4.18-4
00:00:36.021 O: I: Retrieving libcrypt1 1:4.4.18-4
00:00:36.039 O: I: Validating libcrypt1 1:4.4.18-4
00:00:36.063 O: I: Retrieving libctf-nobfd0 2.35.2-2
00:00:36.082 O: I: Validating libctf-nobfd0 2.35.2-2
00:00:36.106 O: I: Retrieving libctf0 2.35.2-2
00:00:36.123 O: I: Validating libctf0 2.35.2-2
00:00:36.148 O: I: Retrieving libdb5.3 5.3.28+dfsg1-0.8
00:00:36.180 O: I: Validating libdb5.3 5.3.28+dfsg1-0.8
00:00:36.206 O: I: Retrieving libdebconfclient0 0.260
00:00:36.224 O: I: Validating libdebconfclient0 0.260
00:00:36.247 O: I: Retrieving libdpkg-perl 1.20.13
00:00:36.294 O: I: Validating libdpkg-perl 1.20.13
00:00:36.327 O: I: Retrieving libext2fs2 1.46.2-2
00:00:36.349 O: I: Validating libext2fs2 1.46.2-2
00:00:36.375 O: I: Retrieving libffi7 3.3-6
00:00:36.392 O: I: Validating libffi7 3.3-6
00:00:36.417 O: I: Retrieving libgcc-10-dev 10.2.1-6
00:00:36.480 O: I: Validating libgcc-10-dev 10.2.1-6
00:00:36.516 O: I: Retrieving libgcc-s1 10.2.1-6
00:00:36.534 O: I: Validating libgcc-s1 10.2.1-6
00:00:36.558 O: I: Retrieving libgcrypt20 1.8.7-6
00:00:36.587 O: I: Validating libgcrypt20 1.8.7-6
00:00:36.615 O: I: Retrieving libgdbm-compat4 1.19-2
00:00:36.632 O: I: Validating libgdbm-compat4 1.19-2
00:00:36.655 O: I: Retrieving libgdbm6 1.19-2
00:00:36.671 O: I: Validating libgdbm6 1.19-2
00:00:36.694 O: I: Retrieving libgmp10 2:6.2.1+dfsg-1+deb11u1
00:00:36.721 O: I: Validating libgmp10 2:6.2.1+dfsg-1+deb11u1
00:00:36.748 O: I: Retrieving libgnutls30 3.7.1-5+deb11u5
00:00:36.796 O: I: Validating libgnutls30 3.7.1-5+deb11u5
00:00:36.829 O: I: Retrieving libgomp1 10.2.1-6
00:00:36.848 O: I: Validating libgomp1 10.2.1-6
00:00:36.874 O: I: Retrieving libgpg-error0 1.38-2
00:00:36.890 O: I: Validating libgpg-error0 1.38-2
00:00:36.915 O: I: Retrieving libgssapi-krb5-2 1.18.3-6+deb11u4
00:00:36.933 O: I: Validating libgssapi-krb5-2 1.18.3-6+deb11u4
00:00:36.959 O: I: Retrieving libhogweed6 3.7.3-1
00:00:36.982 O: I: Validating libhogweed6 3.7.3-1
00:00:37.009 O: I: Retrieving libidn2-0 2.3.0-5
00:00:37.027 O: I: Validating libidn2-0 2.3.0-5
00:00:37.052 O: I: Retrieving libisl23 0.23-1
00:00:37.084 O: I: Validating libisl23 0.23-1
00:00:37.109 O: I: Retrieving libitm1 10.2.1-6
00:00:37.127 O: I: Validating libitm1 10.2.1-6
00:00:37.150 O: I: Retrieving libk5crypto3 1.18.3-6+deb11u4
00:00:37.167 O: I: Validating libk5crypto3 1.18.3-6+deb11u4
00:00:37.192 O: I: Retrieving libkeyutils1 1.6.1-2
00:00:37.208 O: I: Validating libkeyutils1 1.6.1-2
00:00:37.230 O: I: Retrieving libkrb5-3 1.18.3-6+deb11u4
00:00:37.254 O: I: Validating libkrb5-3 1.18.3-6+deb11u4
00:00:37.279 O: I: Retrieving libkrb5support0 1.18.3-6+deb11u4
00:00:37.297 O: I: Validating libkrb5support0 1.18.3-6+deb11u4
00:00:37.321 O: I: Retrieving liblsan0 10.2.1-6
00:00:37.354 O: I: Validating liblsan0 10.2.1-6
00:00:37.382 O: I: Retrieving liblz4-1 1.9.3-2
00:00:37.403 O: I: Validating liblz4-1 1.9.3-2
00:00:37.430 O: I: Retrieving liblzma5 5.2.5-2.1~deb11u1
00:00:37.453 O: I: Validating liblzma5 5.2.5-2.1~deb11u1
00:00:37.479 O: I: Retrieving libmount1 2.36.1-8+deb11u2
00:00:37.504 O: I: Validating libmount1 2.36.1-8+deb11u2
00:00:37.527 O: I: Retrieving libmpc3 1.2.0-1
00:00:37.545 O: I: Validating libmpc3 1.2.0-1
00:00:37.568 O: I: Retrieving libmpfr6 4.1.0-3
00:00:37.630 O: I: Validating libmpfr6 4.1.0-3
00:00:37.664 O: I: Retrieving libnettle8 3.7.3-1
00:00:37.687 O: I: Validating libnettle8 3.7.3-1
00:00:37.712 O: I: Retrieving libnsl-dev 1.3.0-2
00:00:37.730 O: I: Validating libnsl-dev 1.3.0-2
00:00:37.756 O: I: Retrieving libnsl2 1.3.0-2
00:00:37.774 O: I: Validating libnsl2 1.3.0-2
00:00:37.801 O: I: Retrieving libp11-kit0 0.23.22-1
00:00:37.826 O: I: Validating libp11-kit0 0.23.22-1
00:00:37.853 O: I: Retrieving libpam-modules 1.4.0-9+deb11u1
00:00:37.878 O: I: Validating libpam-modules 1.4.0-9+deb11u1
00:00:37.903 O: I: Retrieving libpam-modules-bin 1.4.0-9+deb11u1
00:00:37.922 O: I: Validating libpam-modules-bin 1.4.0-9+deb11u1
00:00:37.947 O: I: Retrieving libpam-runtime 1.4.0-9+deb11u1
00:00:37.972 O: I: Validating libpam-runtime 1.4.0-9+deb11u1
00:00:37.996 O: I: Retrieving libpam0g 1.4.0-9+deb11u1
00:00:38.016 O: I: Validating libpam0g 1.4.0-9+deb11u1
00:00:38.042 O: I: Retrieving libpcre2-8-0 10.36-2+deb11u1
00:00:38.066 O: I: Validating libpcre2-8-0 10.36-2+deb11u1
00:00:38.092 O: I: Retrieving libpcre3 2:8.39-13
00:00:38.116 O: I: Validating libpcre3 2:8.39-13
00:00:38.142 O: I: Retrieving libperl5.32 5.32.1-4+deb11u3
00:00:38.260 O: I: Validating libperl5.32 5.32.1-4+deb11u3
00:00:38.307 O: I: Retrieving libquadmath0 10.2.1-6
00:00:38.328 O: I: Validating libquadmath0 10.2.1-6
00:00:38.355 O: I: Retrieving libseccomp2 2.5.1-1+deb11u1
00:00:38.372 O: I: Validating libseccomp2 2.5.1-1+deb11u1
00:00:38.397 O: I: Retrieving libselinux1 3.1-3
00:00:38.415 O: I: Validating libselinux1 3.1-3
00:00:38.439 O: I: Retrieving libsemanage-common 3.1-1
00:00:38.456 O: I: Validating libsemanage-common 3.1-1
00:00:38.482 O: I: Retrieving libsemanage1 3.1-1+b2
00:00:38.500 O: I: Validating libsemanage1 3.1-1+b2
00:00:38.528 O: I: Retrieving libsepol1 3.1-1
00:00:38.558 O: I: Validating libsepol1 3.1-1
00:00:38.586 O: I: Retrieving libsmartcols1 2.36.1-8+deb11u2
00:00:38.611 O: I: Validating libsmartcols1 2.36.1-8+deb11u2
00:00:38.636 O: I: Retrieving libss2 1.46.2-2
00:00:38.656 O: I: Validating libss2 1.46.2-2
00:00:38.679 O: I: Retrieving libssl1.1 1.1.1w-0+deb11u1
00:00:38.734 O: I: Validating libssl1.1 1.1.1w-0+deb11u1
00:00:38.763 O: I: Retrieving libstdc++-10-dev 10.2.1-6
00:00:38.820 O: I: Validating libstdc++-10-dev 10.2.1-6
00:00:38.853 O: I: Retrieving libstdc++6 10.2.1-6
00:00:38.880 O: I: Validating libstdc++6 10.2.1-6
00:00:38.907 O: I: Retrieving libsystemd0 247.3-7+deb11u5
00:00:38.933 O: I: Validating libsystemd0 247.3-7+deb11u5
00:00:38.960 O: I: Retrieving libtasn1-6 4.16.0-2+deb11u1
00:00:38.980 O: I: Validating libtasn1-6 4.16.0-2+deb11u1
00:00:39.004 O: I: Retrieving libtinfo6 6.2+20201114-2+deb11u2
00:00:39.031 O: I: Validating libtinfo6 6.2+20201114-2+deb11u2
00:00:39.057 O: I: Retrieving libtirpc-common 1.3.1-1+deb11u1
00:00:39.074 O: I: Validating libtirpc-common 1.3.1-1+deb11u1
00:00:39.101 O: I: Retrieving libtirpc-dev 1.3.1-1+deb11u1
00:00:39.120 O: I: Validating libtirpc-dev 1.3.1-1+deb11u1
00:00:39.146 O: I: Retrieving libtirpc3 1.3.1-1+deb11u1
00:00:39.164 O: I: Validating libtirpc3 1.3.1-1+deb11u1
00:00:39.191 O: I: Retrieving libtsan0 10.2.1-6
00:00:39.256 O: I: Validating libtsan0 10.2.1-6
00:00:39.296 O: I: Retrieving libubsan1 10.2.1-6
00:00:39.333 O: I: Validating libubsan1 10.2.1-6
00:00:39.362 O: I: Retrieving libudev1 247.3-7+deb11u5
00:00:39.382 O: I: Validating libudev1 247.3-7+deb11u5
00:00:39.407 O: I: Retrieving libunistring2 0.9.10-4
00:00:39.430 O: I: Validating libunistring2 0.9.10-4
00:00:39.456 O: I: Retrieving libuuid1 2.36.1-8+deb11u2
00:00:39.474 O: I: Validating libuuid1 2.36.1-8+deb11u2
00:00:39.499 O: I: Retrieving libxxhash0 0.8.0-2
00:00:39.516 O: I: Validating libxxhash0 0.8.0-2
00:00:39.540 O: I: Retrieving libzstd1 1.4.8+dfsg-2.1
00:00:39.567 O: I: Validating libzstd1 1.4.8+dfsg-2.1
00:00:39.594 O: I: Retrieving linux-libc-dev 5.10.218-1
00:00:39.650 O: I: Validating linux-libc-dev 5.10.218-1
00:00:39.683 O: I: Retrieving login 1:4.8.1-1
00:00:39.721 O: I: Validating login 1:4.8.1-1
00:00:39.752 O: I: Retrieving logsave 1.46.2-2
00:00:39.770 O: I: Validating logsave 1.46.2-2
00:00:39.796 O: I: Retrieving lsb-base 11.1.0
00:00:39.814 O: I: Validating lsb-base 11.1.0
00:00:39.840 O: I: Retrieving make 4.3-4.1
00:00:39.871 O: I: Validating make 4.3-4.1
00:00:39.903 O: I: Retrieving mawk 1.3.4.20200120-2
00:00:39.923 O: I: Validating mawk 1.3.4.20200120-2
00:00:39.949 O: I: Retrieving mount 2.36.1-8+deb11u2
00:00:39.973 O: I: Validating mount 2.36.1-8+deb11u2
00:00:39.999 O: I: Retrieving ncurses-base 6.2+20201114-2+deb11u2
00:00:40.022 O: I: Validating ncurses-base 6.2+20201114-2+deb11u2
00:00:40.048 O: I: Retrieving ncurses-bin 6.2+20201114-2+deb11u2
00:00:40.074 O: I: Validating ncurses-bin 6.2+20201114-2+deb11u2
00:00:40.101 O: I: Retrieving passwd 1:4.8.1-1
00:00:40.146 O: I: Validating passwd 1:4.8.1-1
00:00:40.176 O: I: Retrieving patch 2.7.6-7
00:00:40.196 O: I: Validating patch 2.7.6-7
00:00:40.223 O: I: Retrieving perl 5.32.1-4+deb11u3
00:00:40.248 O: I: Validating perl 5.32.1-4+deb11u3
00:00:40.276 O: I: Retrieving perl-base 5.32.1-4+deb11u3
00:00:40.337 O: I: Validating perl-base 5.32.1-4+deb11u3
00:00:40.375 O: I: Retrieving perl-modules-5.32 5.32.1-4+deb11u3
00:00:40.470 O: I: Validating perl-modules-5.32 5.32.1-4+deb11u3
00:00:40.514 O: I: Retrieving sed 4.7-1
00:00:40.543 O: I: Validating sed 4.7-1
00:00:40.571 O: I: Retrieving sysvinit-utils 2.96-7+deb11u1
00:00:40.590 O: I: Validating sysvinit-utils 2.96-7+deb11u1
00:00:40.614 O: I: Retrieving tar 1.34+dfsg-1+deb11u1
00:00:40.653 O: I: Validating tar 1.34+dfsg-1+deb11u1
00:00:40.685 O: I: Retrieving tzdata 2024a-0+deb11u1
00:00:40.718 O: I: Validating tzdata 2024a-0+deb11u1
00:00:40.746 O: I: Retrieving util-linux 2.36.1-8+deb11u2
00:00:40.797 O: I: Validating util-linux 2.36.1-8+deb11u2
00:00:40.829 O: I: Retrieving xz-utils 5.2.5-2.1~deb11u1
00:00:40.852 O: I: Validating xz-utils 5.2.5-2.1~deb11u1
00:00:40.879 O: I: Retrieving zlib1g 1:1.2.11.dfsg-2+deb11u2
00:00:40.910 O: I: Validating zlib1g 1:1.2.11.dfsg-2+deb11u2
00:00:40.942 O: I: Chosen extractor for .deb packages: dpkg-deb
00:00:41.011 O: I: Extracting adduser...
00:00:41.041 O: I: Extracting apt...
00:00:41.138 O: I: Extracting base-files...
00:00:41.152 O: I: Extracting base-passwd...
00:00:41.164 O: I: Extracting bash...
00:00:41.267 O: I: Extracting bsdutils...
00:00:41.284 O: I: Extracting coreutils...
00:00:41.481 O: I: Extracting dash...
00:00:41.497 O: I: Extracting debconf...
00:00:41.520 O: I: Extracting debian-archive-keyring...
00:00:41.544 O: I: Extracting debianutils...
00:00:41.562 O: I: Extracting diffutils...
00:00:41.595 O: I: Extracting dpkg...
00:00:41.694 O: I: Extracting e2fsprogs...
00:00:41.738 O: I: Extracting findutils...
00:00:41.779 O: I: Extracting gcc-10-base...
00:00:41.793 O: I: Extracting gcc-9-base...
00:00:41.806 O: I: Extracting gpgv...
00:00:41.832 O: I: Extracting grep...
00:00:41.857 O: I: Extracting gzip...
00:00:41.873 O: I: Extracting hostname...
00:00:41.883 O: I: Extracting init-system-helpers...
00:00:41.896 O: I: Extracting libacl1...
00:00:41.907 O: I: Extracting libapt-pkg6.0...
00:00:41.977 O: I: Extracting libattr1...
00:00:41.988 O: I: Extracting libaudit-common...
00:00:41.998 O: I: Extracting libaudit1...
00:00:42.011 O: I: Extracting libblkid1...
00:00:42.028 O: I: Extracting libbz2-1.0...
00:00:42.039 O: I: Extracting libc-bin...
00:00:42.120 O: I: Extracting libc6...
00:00:42.306 O: I: Extracting libcap-ng0...
00:00:42.316 O: I: Extracting libcom-err2...
00:00:42.329 O: I: Extracting libcrypt1...
00:00:42.342 O: I: Extracting libdb5.3...
00:00:42.397 O: I: Extracting libdebconfclient0...
00:00:42.409 O: I: Extracting libext2fs2...
00:00:42.429 O: I: Extracting libffi7...
00:00:42.439 O: I: Extracting libgcc-s1...
00:00:42.450 O: I: Extracting libgcrypt20...
00:00:42.488 O: I: Extracting libgmp10...
00:00:42.514 O: I: Extracting libgnutls30...
00:00:42.582 O: I: Extracting libgpg-error0...
00:00:42.595 O: I: Extracting libgssapi-krb5-2...
00:00:42.614 O: I: Extracting libhogweed6...
00:00:42.636 O: I: Extracting libidn2-0...
00:00:42.652 O: I: Extracting libk5crypto3...
00:00:42.668 O: I: Extracting libkeyutils1...
00:00:42.678 O: I: Extracting libkrb5-3...
00:00:42.713 O: I: Extracting libkrb5support0...
00:00:42.725 O: I: Extracting liblz4-1...
00:00:42.738 O: I: Extracting liblzma5...
00:00:42.756 O: I: Extracting libmount1...
00:00:42.778 O: I: Extracting libnettle8...
00:00:42.798 O: I: Extracting libnsl2...
00:00:42.810 O: I: Extracting libp11-kit0...
00:00:42.837 O: I: Extracting libpam-modules...
00:00:42.864 O: I: Extracting libpam-modules-bin...
00:00:42.879 O: I: Extracting libpam-runtime...
00:00:42.904 O: I: Extracting libpam0g...
00:00:42.918 O: I: Extracting libpcre2-8-0...
00:00:42.942 O: I: Extracting libpcre3...
00:00:42.969 O: I: Extracting libseccomp2...
00:00:42.982 O: I: Extracting libselinux1...
00:00:42.995 O: I: Extracting libsemanage-common...
00:00:43.006 O: I: Extracting libsemanage1...
00:00:43.021 O: I: Extracting libsepol1...
00:00:43.046 O: I: Extracting libsmartcols1...
00:00:43.066 O: I: Extracting libss2...
00:00:43.078 O: I: Extracting libssl1.1...
00:00:43.168 O: I: Extracting libstdc++6...
00:00:43.213 O: I: Extracting libsystemd0...
00:00:43.242 O: I: Extracting libtasn1-6...
00:00:43.254 O: I: Extracting libtinfo6...
00:00:43.272 O: I: Extracting libtirpc-common...
00:00:43.282 O: I: Extracting libtirpc3...
00:00:43.296 O: I: Extracting libudev1...
00:00:43.312 O: I: Extracting libunistring2...
00:00:43.353 O: I: Extracting libuuid1...
00:00:43.367 O: I: Extracting libxxhash0...
00:00:43.378 O: I: Extracting libzstd1...
00:00:43.409 O: I: Extracting login...
00:00:43.452 O: I: Extracting logsave...
00:00:43.464 O: I: Extracting lsb-base...
00:00:43.474 O: I: Extracting mawk...
00:00:43.490 O: I: Extracting mount...
00:00:43.510 O: I: Extracting ncurses-base...
00:00:43.526 O: I: Extracting ncurses-bin...
00:00:43.549 O: I: Extracting passwd...
00:00:43.608 O: I: Extracting perl-base...
00:00:43.750 O: I: Extracting sed...
00:00:43.778 O: I: Extracting sysvinit-utils...
00:00:43.788 O: I: Extracting tar...
00:00:43.848 O: I: Extracting tzdata...
00:00:43.965 O: I: Extracting util-linux...
00:00:44.049 O: I: Extracting zlib1g...
00:00:44.166 O: I: Installing core packages...
00:00:46.120 O: I: Unpacking required packages...
00:00:46.187 O: I: Unpacking adduser...
00:00:46.264 O: I: Unpacking apt...
00:00:46.484 O: I: Unpacking base-files...
00:00:46.541 O: I: Unpacking base-passwd...
00:00:46.604 O: I: Unpacking bash...
00:00:46.791 O: I: Unpacking bsdutils...
00:00:46.836 O: I: Unpacking coreutils...
00:00:47.203 O: I: Unpacking dash...
00:00:47.247 O: I: Unpacking debconf...
00:00:47.325 O: I: Unpacking debian-archive-keyring...
00:00:47.431 O: I: Unpacking debianutils...
00:00:47.486 O: I: Unpacking diffutils...
00:00:47.565 O: I: Unpacking dpkg...
00:00:47.789 O: I: Unpacking e2fsprogs...
00:00:47.882 O: I: Unpacking findutils...
00:00:47.974 O: I: Unpacking gcc-10-base:amd64...
00:00:48.010 O: I: Unpacking gcc-9-base:amd64...
00:00:48.045 O: I: Unpacking gpgv...
00:00:48.110 O: I: Unpacking grep...
00:00:48.166 O: I: Unpacking gzip...
00:00:48.210 O: I: Unpacking hostname...
00:00:48.239 O: I: Unpacking init-system-helpers...
00:00:48.276 O: I: Unpacking libacl1:amd64...
00:00:48.311 O: I: Unpacking libapt-pkg6.0:amd64...
00:00:48.443 O: I: Unpacking libattr1:amd64...
00:00:48.474 O: I: Unpacking libaudit-common...
00:00:48.504 O: I: Unpacking libaudit1:amd64...
00:00:48.539 O: I: Unpacking libblkid1:amd64...
00:00:48.586 O: I: Unpacking libbz2-1.0:amd64...
00:00:48.621 O: I: Unpacking libc-bin...
00:00:48.773 O: I: Unpacking libc6:amd64...
00:00:49.344 O: I: Unpacking libcap-ng0:amd64...
00:00:49.378 O: I: Unpacking libcom-err2:amd64...
00:00:49.418 O: I: Unpacking libcrypt1:amd64...
00:00:49.461 O: I: Unpacking libdb5.3:amd64...
00:00:49.575 O: I: Unpacking libdebconfclient0:amd64...
00:00:49.612 O: I: Unpacking libext2fs2:amd64...
00:00:49.665 O: I: Unpacking libffi7:amd64...
00:00:49.699 O: I: Unpacking libgcc-s1:amd64...
00:00:49.737 O: I: Unpacking libgcrypt20:amd64...
00:00:49.814 O: I: Unpacking libgmp10:amd64...
00:00:49.874 O: I: Unpacking libgnutls30:amd64...
00:00:50.012 O: I: Unpacking libgpg-error0:amd64...
00:00:50.052 O: I: Unpacking libgssapi-krb5-2:amd64...
00:00:50.100 O: I: Unpacking libhogweed6:amd64...
00:00:50.157 O: I: Unpacking libidn2-0:amd64...
00:00:50.208 O: I: Unpacking libk5crypto3:amd64...
00:00:50.253 O: I: Unpacking libkeyutils1:amd64...
00:00:50.287 O: I: Unpacking libkrb5-3:amd64...
00:00:50.362 O: I: Unpacking libkrb5support0:amd64...
00:00:50.398 O: I: Unpacking liblz4-1:amd64...
00:00:50.435 O: I: Unpacking liblzma5:amd64...
00:00:50.487 O: I: Unpacking libmount1:amd64...
00:00:50.542 O: I: Unpacking libnettle8:amd64...
00:00:50.596 O: I: Unpacking libnsl2:amd64...
00:00:50.634 O: I: Unpacking libp11-kit0:amd64...
00:00:50.706 O: I: Unpacking libpam-modules:amd64...
00:00:50.916 O: I: Unpacking libpam-modules-bin...
00:00:50.975 O: I: Unpacking libpam-runtime...
00:00:51.079 O: I: Unpacking libpam0g:amd64...
00:00:51.123 O: I: Unpacking libpcre2-8-0:amd64...
00:00:51.179 O: I: Unpacking libpcre3:amd64...
00:00:51.247 O: I: Unpacking libseccomp2:amd64...
00:00:51.285 O: I: Unpacking libselinux1:amd64...
00:00:51.323 O: I: Unpacking libsemanage-common...
00:00:51.355 O: I: Unpacking libsemanage1:amd64...
00:00:51.397 O: I: Unpacking libsepol1:amd64...
00:00:51.456 O: I: Unpacking libsmartcols1:amd64...
00:00:51.502 O: I: Unpacking libss2:amd64...
00:00:51.549 O: I: Unpacking libssl1.1:amd64...
00:00:51.728 O: I: Unpacking libstdc++6:amd64...
00:00:51.812 O: I: Unpacking libsystemd0:amd64...
00:00:51.876 O: I: Unpacking libtasn1-6:amd64...
00:00:51.913 O: I: Unpacking libtinfo6:amd64...
00:00:51.964 O: I: Unpacking libtirpc-common...
00:00:51.997 O: I: Unpacking libtirpc3:amd64...
00:00:52.037 O: I: Unpacking libudev1:amd64...
00:00:52.079 O: I: Unpacking libunistring2:amd64...
00:00:52.158 O: I: Unpacking libuuid1:amd64...
00:00:52.197 O: I: Unpacking libxxhash0:amd64...
00:00:52.246 O: I: Unpacking libzstd1:amd64...
00:00:52.314 O: I: Unpacking login...
00:00:52.433 O: I: Unpacking logsave...
00:00:52.469 O: I: Unpacking lsb-base...
00:00:52.508 O: I: Unpacking mawk...
00:00:52.551 O: I: Unpacking mount...
00:00:52.602 O: I: Unpacking ncurses-base...
00:00:52.650 O: I: Unpacking ncurses-bin...
00:00:52.711 O: I: Unpacking passwd...
00:00:52.906 O: I: Unpacking perl-base...
00:00:53.319 O: I: Unpacking sed...
00:00:53.387 O: I: Unpacking sysvinit-utils...
00:00:53.420 O: I: Unpacking tar...
00:00:53.551 O: I: Unpacking tzdata...
00:00:54.114 O: I: Unpacking util-linux...
00:00:54.351 O: I: Unpacking zlib1g:amd64...
00:00:54.389 O: I: Configuring required packages...
00:00:54.412 O: I: Configuring lsb-base...
00:00:54.423 O: I: Configuring libtirpc-common...
00:00:54.436 O: I: Configuring debian-archive-keyring...
00:00:54.553 O: I: Configuring libaudit-common...
00:00:54.558 O: I: Configuring libsemanage-common...
00:00:54.563 O: I: Configuring gcc-10-base:amd64...
00:00:54.569 O: I: Configuring ncurses-base...
00:00:54.574 O: I: Configuring gcc-9-base:amd64...
00:00:54.583 O: I: Configuring libcrypt1:amd64...
00:00:54.590 O: I: Configuring libgcc-s1:amd64...
00:00:54.601 O: I: Configuring libc6:amd64...
00:00:54.762 O: I: Configuring libudev1:amd64...
00:00:54.766 O: I: Configuring libsepol1:amd64...
00:00:54.771 O: I: Configuring libxxhash0:amd64...
00:00:54.777 O: I: Configuring libattr1:amd64...
00:00:54.781 O: I: Configuring sysvinit-utils...
00:00:54.787 O: I: Configuring libtasn1-6:amd64...
00:00:54.791 O: I: Configuring debianutils...
00:00:54.802 O: I: Configuring mawk...
00:00:54.812 O: I: Configuring libdebconfclient0:amd64...
00:00:54.827 O: I: Configuring base-files...
00:00:54.848 O: I: Configuring libbz2-1.0:amd64...
00:00:54.852 O: I: Configuring base-passwd...
00:00:54.978 O: I: Configuring libdb5.3:amd64...
00:00:54.984 O: I: Configuring libblkid1:amd64...
00:00:54.989 O: I: Configuring libstdc++6:amd64...
00:00:54.994 O: I: Configuring libtinfo6:amd64...
00:00:55.006 O: I: Configuring bash...
00:00:55.063 O: I: Configuring libzstd1:amd64...
00:00:55.069 O: I: Configuring libkeyutils1:amd64...
00:00:55.075 O: I: Configuring liblzma5:amd64...
00:00:55.080 O: I: Configuring libgpg-error0:amd64...
00:00:55.086 O: I: Configuring liblz4-1:amd64...
00:00:55.106 O: I: Configuring libc-bin...
00:00:55.122 O: I: Configuring ncurses-bin...
00:00:55.128 O: I: Configuring libffi7:amd64...
00:00:55.135 O: I: Configuring libacl1:amd64...
00:00:55.143 O: I: Configuring libunistring2:amd64...
00:00:55.151 O: I: Configuring libsmartcols1:amd64...
00:00:55.159 O: I: Configuring libgcrypt20:amd64...
00:00:55.167 O: I: Configuring zlib1g:amd64...
00:00:55.173 O: I: Configuring libidn2-0:amd64...
00:00:55.178 O: I: Configuring libcom-err2:amd64...
00:00:55.184 O: I: Configuring diffutils...
00:00:55.189 O: I: Configuring libseccomp2:amd64...
00:00:55.194 O: I: Configuring libsystemd0:amd64...
00:00:55.199 O: I: Configuring libkrb5support0:amd64...
00:00:55.216 O: I: Configuring hostname...
00:00:55.221 O: I: Configuring libpcre3:amd64...
00:00:55.226 O: I: Configuring libcap-ng0:amd64...
00:00:55.230 O: I: Configuring libext2fs2:amd64...
00:00:55.235 O: I: Configuring libnettle8:amd64...
00:00:55.239 O: I: Configuring libapt-pkg6.0:amd64...
00:00:55.243 O: I: Configuring libgmp10:amd64...
00:00:55.248 O: I: Configuring libp11-kit0:amd64...
00:00:55.253 O: I: Configuring libaudit1:amd64...
00:00:55.258 O: I: Configuring libuuid1:amd64...
00:00:55.263 O: I: Configuring libss2:amd64...
00:00:55.269 O: I: Configuring libpcre2-8-0:amd64...
00:00:55.273 O: I: Configuring libk5crypto3:amd64...
00:00:55.291 O: I: Configuring logsave...
00:00:55.303 O: I: Configuring gpgv...
00:00:55.310 O: I: Configuring libhogweed6:amd64...
00:00:55.352 O: I: Configuring bsdutils...
00:00:55.362 O: I: Configuring e2fsprogs...
00:00:55.749 O: I: Configuring libselinux1:amd64...
00:00:55.754 O: I: Configuring libgnutls30:amd64...
00:00:55.758 O: I: Configuring sed...
00:00:55.764 O: I: Configuring findutils...
00:00:55.771 O: I: Configuring libmount1:amd64...
00:00:55.776 O: I: Configuring libsemanage1:amd64...
00:00:55.782 O: I: Configuring tar...
00:00:55.806 O: I: Configuring coreutils...
00:00:55.831 O: I: Configuring dpkg...
00:00:55.837 O: I: Configuring grep...
00:00:55.843 O: I: Configuring perl-base...
00:00:55.858 O: I: Configuring init-system-helpers...
00:00:55.863 O: I: Configuring gzip...
00:00:55.877 O: I: Configuring debconf...
00:00:56.067 O: I: Configuring tzdata...
00:00:56.283 O: I: Configuring libpam0g:amd64...
00:00:56.405 O: I: Configuring dash...
00:00:56.642 O: I: Configuring libssl1.1:amd64...
00:00:56.776 O: I: Configuring libpam-modules-bin...
00:00:56.784 O: I: Configuring libkrb5-3:amd64...
00:00:56.790 O: I: Configuring libgssapi-krb5-2:amd64...
00:00:56.800 O: I: Configuring libtirpc3:amd64...
00:00:56.843 O: I: Configuring libnsl2:amd64...
00:00:56.848 O: I: Configuring libpam-modules:amd64...
00:00:56.864 O: I: Configuring passwd...
00:00:56.958 O: I: Configuring libpam-runtime...
00:00:57.168 O: I: Configuring login...
00:00:57.251 O: I: Configuring adduser...
00:00:57.433 O: I: Configuring apt...
00:00:57.979 O: I: Configuring util-linux...
00:00:58.259 O: I: Configuring mount...
00:00:58.264 O: I: Configuring libc-bin...
00:00:58.285 O: I: Unpacking the base system...
00:00:59.242 O: I: Unpacking binutils...
00:00:59.277 O: I: Unpacking binutils-common:amd64...
00:00:59.607 O: I: Unpacking binutils-x86-64-linux-gnu...
00:00:59.913 O: I: Unpacking build-essential...
00:00:59.943 O: I: Unpacking bzip2...
00:00:59.980 O: I: Unpacking cpp...
00:01:00.011 O: I: Unpacking cpp-10...
00:01:01.036 O: I: Unpacking dpkg-dev...
00:01:01.221 O: I: Unpacking g++...
00:01:01.250 O: I: Unpacking g++-10...
00:01:02.271 O: I: Unpacking gcc...
00:01:02.315 O: I: Unpacking gcc-10...
00:01:04.134 O: I: Unpacking libasan6:amd64...
00:01:04.417 O: I: Unpacking libatomic1:amd64...
00:01:04.448 O: I: Unpacking libbinutils:amd64...
00:01:04.544 O: I: Unpacking libc-dev-bin...
00:01:04.583 O: I: Unpacking libc6-dev:amd64...
00:01:05.009 O: I: Unpacking libcc1-0:amd64...
00:01:05.044 O: I: Unpacking libcrypt-dev:amd64...
00:01:05.088 O: I: Unpacking libctf-nobfd0:amd64...
00:01:05.129 O: I: Unpacking libctf0:amd64...
00:01:05.167 O: I: Unpacking libdpkg-perl...
00:01:05.266 O: I: Unpacking libgcc-10-dev:amd64...
00:01:05.594 O: I: Unpacking libgdbm-compat4:amd64...
00:01:05.631 O: I: Unpacking libgdbm6:amd64...
00:01:05.673 O: I: Unpacking libgomp1:amd64...
00:01:05.726 O: I: Unpacking libisl23:amd64...
00:01:05.842 O: I: Unpacking libitm1:amd64...
00:01:05.883 O: I: Unpacking liblsan0:amd64...
00:01:06.022 O: I: Unpacking libmpc3:amd64...
00:01:06.061 O: I: Unpacking libmpfr6:amd64...
00:01:06.212 O: I: Unpacking libnsl-dev:amd64...
00:01:06.259 O: I: Unpacking libperl5.32:amd64...
00:01:06.919 O: I: Unpacking libquadmath0:amd64...
00:01:06.963 O: I: Unpacking libstdc++-10-dev:amd64...
00:01:07.348 O: I: Unpacking libtirpc-dev:amd64...
00:01:07.408 O: I: Unpacking libtsan0:amd64...
00:01:07.678 O: I: Unpacking libubsan1:amd64...
00:01:07.805 O: I: Unpacking linux-libc-dev:amd64...
00:01:08.126 O: I: Unpacking make...
00:01:08.200 O: I: Unpacking patch...
00:01:08.245 O: I: Unpacking perl...
00:01:08.325 O: I: Unpacking perl-modules-5.32...
00:01:08.913 O: I: Unpacking xz-utils...
00:01:08.974 O: I: Configuring the base system...
00:01:08.985 O: I: Configuring perl-modules-5.32...
00:01:08.990 O: I: Configuring binutils-common:amd64...
00:01:08.995 O: I: Configuring linux-libc-dev:amd64...
00:01:09.001 O: I: Configuring libctf-nobfd0:amd64...
00:01:09.006 O: I: Configuring libgomp1:amd64...
00:01:09.010 O: I: Configuring bzip2...
00:01:09.014 O: I: Configuring libasan6:amd64...
00:01:09.019 O: I: Configuring libtirpc-dev:amd64...
00:01:09.023 O: I: Configuring make...
00:01:09.027 O: I: Configuring libmpfr6:amd64...
00:01:09.031 O: I: Configuring xz-utils...
00:01:09.044 O: I: Configuring libquadmath0:amd64...
00:01:09.049 O: I: Configuring libmpc3:amd64...
00:01:09.053 O: I: Configuring libatomic1:amd64...
00:01:09.058 O: I: Configuring patch...
00:01:09.062 O: I: Configuring libubsan1:amd64...
00:01:09.066 O: I: Configuring libnsl-dev:amd64...
00:01:09.071 O: I: Configuring libcrypt-dev:amd64...
00:01:09.076 O: I: Configuring libbinutils:amd64...
00:01:09.080 O: I: Configuring libisl23:amd64...
00:01:09.085 O: I: Configuring libc-dev-bin...
00:01:09.089 O: I: Configuring libcc1-0:amd64...
00:01:09.094 O: I: Configuring liblsan0:amd64...
00:01:09.100 O: I: Configuring cpp-10...
00:01:09.104 O: I: Configuring libitm1:amd64...
00:01:09.109 O: I: Configuring libgdbm6:amd64...
00:01:09.114 O: I: Configuring libtsan0:amd64...
00:01:09.120 O: I: Configuring libctf0:amd64...
00:01:09.128 O: I: Configuring libgcc-10-dev:amd64...
00:01:09.133 O: I: Configuring libgdbm-compat4:amd64...
00:01:09.137 O: I: Configuring libperl5.32:amd64...
00:01:09.142 O: I: Configuring cpp...
00:01:09.153 O: I: Configuring libc6-dev:amd64...
00:01:09.158 O: I: Configuring binutils-x86-64-linux-gnu...
00:01:09.163 O: I: Configuring libstdc++-10-dev:amd64...
00:01:09.167 O: I: Configuring binutils...
00:01:09.174 O: I: Configuring perl...
00:01:09.190 O: I: Configuring gcc-10...
00:01:09.194 O: I: Configuring libdpkg-perl...
00:01:09.198 O: I: Configuring g++-10...
00:01:09.203 O: I: Configuring gcc...
00:01:09.224 O: I: Configuring dpkg-dev...
00:01:09.228 O: I: Configuring g++...
00:01:09.261 O: I: Configuring build-essential...
00:01:09.267 O: I: Configuring libc-bin...
00:01:09.292 O: I: Base system installed successfully.
00:01:09.404 E: + [ 0 -ne 0 ]
00:01:09.408 E: + tar --sort=name --mtime=@1722845704 --clamp-mtime --numeric-owner --one-file-system --xattrs -C /tmp/tmp.BvS0uEmE3P -c .
00:01:32.767 E: + rm -r /tmp/tmp.BvS0uEmE3P
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:45
result: SUCCESS
------------------------------------------------------------------------------
(3/280) debootstrap
dist: oldstable
mode: auto
variant: -
format: auto
time left: 6:58:32
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + mktemp -d
00:00:00.023 E: + tmpdir=/tmp/tmp.QncWTD4pbg
00:00:00.028 E: + chmod 755 /tmp/tmp.QncWTD4pbg
00:00:00.033 E: + ret=0
00:00:00.037 E: + [ oldstable = oldstable ]
00:00:00.041 E: + echo --no-merged-usr
00:00:00.045 E: + debootstrap --no-merged-usr --variant=- oldstable /tmp/tmp.QncWTD4pbg http://127.0.0.1/debian
00:00:00.126 O: I: Target architecture can be executed
00:00:00.161 O: I: Retrieving InRelease 
00:00:00.291 O: I: Checking Release signature
00:00:00.313 O: I: Valid Release signature (key id A4285295FC7B1A81600062A9605C66F00D6C9793)
00:00:00.665 O: I: Retrieving Packages 
00:00:00.868 O: I: Validating Packages 
00:00:02.278 O: I: Resolving dependencies of required packages...
00:00:12.807 O: I: Resolving dependencies of base packages...
00:00:26.612 O: I: Checking component main on http://127.0.0.1/debian...
00:00:30.242 O: I: Retrieving adduser 3.118+deb11u1
00:00:30.264 O: I: Validating adduser 3.118+deb11u1
00:00:30.289 O: I: Retrieving apt 2.2.4
00:00:30.337 O: I: Validating apt 2.2.4
00:00:30.368 O: I: Retrieving apt-utils 2.2.4
00:00:30.395 O: I: Validating apt-utils 2.2.4
00:00:30.420 O: I: Retrieving base-files 11.1+deb11u10
00:00:30.438 O: I: Validating base-files 11.1+deb11u10
00:00:30.461 O: I: Retrieving base-passwd 3.5.51
00:00:30.479 O: I: Validating base-passwd 3.5.51
00:00:30.502 O: I: Retrieving bash 5.1-2+deb11u1
00:00:30.551 O: I: Validating bash 5.1-2+deb11u1
00:00:30.584 O: I: Retrieving bsdutils 1:2.36.1-8+deb11u2
00:00:30.612 O: I: Validating bsdutils 1:2.36.1-8+deb11u2
00:00:30.640 O: I: Retrieving coreutils 8.32-4+b1
00:00:30.719 O: I: Validating coreutils 8.32-4+b1
00:00:30.757 O: I: Retrieving cpio 2.13+dfsg-7.1~deb11u1
00:00:30.781 O: I: Validating cpio 2.13+dfsg-7.1~deb11u1
00:00:30.806 O: I: Retrieving cron 3.0pl1-137
00:00:30.824 O: I: Validating cron 3.0pl1-137
00:00:30.848 O: I: Retrieving dash 0.5.11+git20200708+dd9ef66-5
00:00:30.868 O: I: Validating dash 0.5.11+git20200708+dd9ef66-5
00:00:30.892 O: I: Retrieving debconf 1.5.77
00:00:30.912 O: I: Validating debconf 1.5.77
00:00:30.936 O: I: Retrieving debconf-i18n 1.5.77
00:00:30.956 O: I: Validating debconf-i18n 1.5.77
00:00:30.981 O: I: Retrieving debian-archive-keyring 2021.1.1+deb11u1
00:00:31.002 O: I: Validating debian-archive-keyring 2021.1.1+deb11u1
00:00:31.027 O: I: Retrieving debianutils 4.11.2
00:00:31.047 O: I: Validating debianutils 4.11.2
00:00:31.071 O: I: Retrieving diffutils 1:3.7-5
00:00:31.100 O: I: Validating diffutils 1:3.7-5
00:00:31.129 O: I: Retrieving dmidecode 3.3-2
00:00:31.147 O: I: Validating dmidecode 3.3-2
00:00:31.172 O: I: Retrieving dmsetup 2:1.02.175-2.1
00:00:31.193 O: I: Validating dmsetup 2:1.02.175-2.1
00:00:31.218 O: I: Retrieving dpkg 1.20.13
00:00:31.290 O: I: Validating dpkg 1.20.13
00:00:31.330 O: I: Retrieving e2fsprogs 1.46.2-2
00:00:31.361 O: I: Validating e2fsprogs 1.46.2-2
00:00:31.386 O: I: Retrieving fdisk 2.36.1-8+deb11u2
00:00:31.408 O: I: Validating fdisk 2.36.1-8+deb11u2
00:00:31.432 O: I: Retrieving findutils 4.8.0-1
00:00:31.462 O: I: Validating findutils 4.8.0-1
00:00:31.487 O: I: Retrieving gcc-10-base 10.2.1-6
00:00:31.511 O: I: Validating gcc-10-base 10.2.1-6
00:00:31.537 O: I: Retrieving gcc-9-base 9.3.0-22
00:00:31.559 O: I: Validating gcc-9-base 9.3.0-22
00:00:31.586 O: I: Retrieving gpgv 2.2.27-2+deb11u2
00:00:31.625 O: I: Validating gpgv 2.2.27-2+deb11u2
00:00:31.660 O: I: Retrieving grep 3.6-1+deb11u1
00:00:31.689 O: I: Validating grep 3.6-1+deb11u1
00:00:31.716 O: I: Retrieving gzip 1.10-4+deb11u1
00:00:31.742 O: I: Validating gzip 1.10-4+deb11u1
00:00:31.768 O: I: Retrieving hostname 3.23
00:00:31.788 O: I: Validating hostname 3.23
00:00:31.813 O: I: Retrieving ifupdown 0.8.36
00:00:31.831 O: I: Validating ifupdown 0.8.36
00:00:31.856 O: I: Retrieving init 1.60
00:00:31.872 O: I: Validating init 1.60
00:00:31.896 O: I: Retrieving init-system-helpers 1.60
00:00:31.914 O: I: Validating init-system-helpers 1.60
00:00:31.938 O: I: Retrieving iproute2 5.10.0-4
00:00:31.979 O: I: Validating iproute2 5.10.0-4
00:00:32.010 O: I: Retrieving iputils-ping 3:20210202-1
00:00:32.030 O: I: Validating iputils-ping 3:20210202-1
00:00:32.055 O: I: Retrieving isc-dhcp-client 4.4.1-2.3+deb11u2
00:00:32.078 O: I: Validating isc-dhcp-client 4.4.1-2.3+deb11u2
00:00:32.105 O: I: Retrieving isc-dhcp-common 4.4.1-2.3+deb11u2
00:00:32.123 O: I: Validating isc-dhcp-common 4.4.1-2.3+deb11u2
00:00:32.147 O: I: Retrieving kmod 28-1
00:00:32.165 O: I: Validating kmod 28-1
00:00:32.189 O: I: Retrieving less 551-2+deb11u2
00:00:32.206 O: I: Validating less 551-2+deb11u2
00:00:32.233 O: I: Retrieving libacl1 2.2.53-10
00:00:32.251 O: I: Validating libacl1 2.2.53-10
00:00:32.275 O: I: Retrieving libapparmor1 2.13.6-10
00:00:32.294 O: I: Validating libapparmor1 2.13.6-10
00:00:32.317 O: I: Retrieving libapt-pkg6.0 2.2.4
00:00:32.357 O: I: Validating libapt-pkg6.0 2.2.4
00:00:32.386 O: I: Retrieving libargon2-1 0~20171227-0.2
00:00:32.401 O: I: Validating libargon2-1 0~20171227-0.2
00:00:32.423 O: I: Retrieving libattr1 1:2.4.48-6
00:00:32.439 O: I: Validating libattr1 1:2.4.48-6
00:00:32.462 O: I: Retrieving libaudit-common 1:3.0-2
00:00:32.478 O: I: Validating libaudit-common 1:3.0-2
00:00:32.501 O: I: Retrieving libaudit1 1:3.0-2
00:00:32.518 O: I: Validating libaudit1 1:3.0-2
00:00:32.541 O: I: Retrieving libblkid1 2.36.1-8+deb11u2
00:00:32.562 O: I: Validating libblkid1 2.36.1-8+deb11u2
00:00:32.590 O: I: Retrieving libbpf0 1:0.3-2
00:00:32.609 O: I: Validating libbpf0 1:0.3-2
00:00:32.638 O: I: Retrieving libbsd0 0.11.3-1+deb11u1
00:00:32.658 O: I: Validating libbsd0 0.11.3-1+deb11u1
00:00:32.682 O: I: Retrieving libbz2-1.0 1.0.8-4
00:00:32.699 O: I: Validating libbz2-1.0 1.0.8-4
00:00:32.725 O: I: Retrieving libc-bin 2.31-13+deb11u10
00:00:32.756 O: I: Validating libc-bin 2.31-13+deb11u10
00:00:32.785 O: I: Retrieving libc6 2.31-13+deb11u10
00:00:32.859 O: I: Validating libc6 2.31-13+deb11u10
00:00:32.900 O: I: Retrieving libcap-ng0 0.7.9-2.2+b1
00:00:32.917 O: I: Validating libcap-ng0 0.7.9-2.2+b1
00:00:32.942 O: I: Retrieving libcap2 1:2.44-1
00:00:32.959 O: I: Validating libcap2 1:2.44-1
00:00:32.983 O: I: Retrieving libcap2-bin 1:2.44-1
00:00:32.999 O: I: Validating libcap2-bin 1:2.44-1
00:00:33.024 O: I: Retrieving libcom-err2 1.46.2-2
00:00:33.043 O: I: Validating libcom-err2 1.46.2-2
00:00:33.074 O: I: Retrieving libcrypt1 1:4.4.18-4
00:00:33.094 O: I: Validating libcrypt1 1:4.4.18-4
00:00:33.121 O: I: Retrieving libcryptsetup12 2:2.3.7-1+deb11u1
00:00:33.143 O: I: Validating libcryptsetup12 2:2.3.7-1+deb11u1
00:00:33.172 O: I: Retrieving libdb5.3 5.3.28+dfsg1-0.8
00:00:33.202 O: I: Validating libdb5.3 5.3.28+dfsg1-0.8
00:00:33.233 O: I: Retrieving libdebconfclient0 0.260
00:00:33.250 O: I: Validating libdebconfclient0 0.260
00:00:33.275 O: I: Retrieving libdevmapper1.02.1 2:1.02.175-2.1
00:00:33.294 O: I: Validating libdevmapper1.02.1 2:1.02.175-2.1
00:00:33.318 O: I: Retrieving libdns-export1110 1:9.11.19+dfsg-2.1
00:00:33.355 O: I: Validating libdns-export1110 1:9.11.19+dfsg-2.1
00:00:33.383 O: I: Retrieving libedit2 3.1-20191231-2+b1
00:00:33.400 O: I: Validating libedit2 3.1-20191231-2+b1
00:00:33.423 O: I: Retrieving libelf1 0.183-1
00:00:33.442 O: I: Validating libelf1 0.183-1
00:00:33.465 O: I: Retrieving libestr0 0.1.10-2.1+b1
00:00:33.480 O: I: Validating libestr0 0.1.10-2.1+b1
00:00:33.502 O: I: Retrieving libext2fs2 1.46.2-2
00:00:33.523 O: I: Validating libext2fs2 1.46.2-2
00:00:33.549 O: I: Retrieving libfastjson4 0.99.9-1
00:00:33.566 O: I: Validating libfastjson4 0.99.9-1
00:00:33.592 O: I: Retrieving libfdisk1 2.36.1-8+deb11u2
00:00:33.614 O: I: Validating libfdisk1 2.36.1-8+deb11u2
00:00:33.642 O: I: Retrieving libffi7 3.3-6
00:00:33.659 O: I: Validating libffi7 3.3-6
00:00:33.685 O: I: Retrieving libgcc-s1 10.2.1-6
00:00:33.702 O: I: Validating libgcc-s1 10.2.1-6
00:00:33.726 O: I: Retrieving libgcrypt20 1.8.7-6
00:00:33.754 O: I: Validating libgcrypt20 1.8.7-6
00:00:33.782 O: I: Retrieving libgmp10 2:6.2.1+dfsg-1+deb11u1
00:00:33.811 O: I: Validating libgmp10 2:6.2.1+dfsg-1+deb11u1
00:00:33.838 O: I: Retrieving libgnutls30 3.7.1-5+deb11u5
00:00:33.886 O: I: Validating libgnutls30 3.7.1-5+deb11u5
00:00:33.916 O: I: Retrieving libgpg-error0 1.38-2
00:00:33.935 O: I: Validating libgpg-error0 1.38-2
00:00:33.957 O: I: Retrieving libgssapi-krb5-2 1.18.3-6+deb11u4
00:00:33.977 O: I: Validating libgssapi-krb5-2 1.18.3-6+deb11u4
00:00:34.002 O: I: Retrieving libhogweed6 3.7.3-1
00:00:34.026 O: I: Validating libhogweed6 3.7.3-1
00:00:34.053 O: I: Retrieving libidn2-0 2.3.0-5
00:00:34.070 O: I: Validating libidn2-0 2.3.0-5
00:00:34.093 O: I: Retrieving libip4tc2 1.8.7-1
00:00:34.111 O: I: Validating libip4tc2 1.8.7-1
00:00:34.136 O: I: Retrieving libisc-export1105 1:9.11.19+dfsg-2.1
00:00:34.163 O: I: Validating libisc-export1105 1:9.11.19+dfsg-2.1
00:00:34.191 O: I: Retrieving libjansson4 2.13.1-1.1
00:00:34.210 O: I: Validating libjansson4 2.13.1-1.1
00:00:34.238 O: I: Retrieving libjson-c5 0.15-2+deb11u1
00:00:34.254 O: I: Validating libjson-c5 0.15-2+deb11u1
00:00:34.281 O: I: Retrieving libk5crypto3 1.18.3-6+deb11u4
00:00:34.300 O: I: Validating libk5crypto3 1.18.3-6+deb11u4
00:00:34.326 O: I: Retrieving libkeyutils1 1.6.1-2
00:00:34.342 O: I: Validating libkeyutils1 1.6.1-2
00:00:34.366 O: I: Retrieving libkmod2 28-1
00:00:34.383 O: I: Validating libkmod2 28-1
00:00:34.407 O: I: Retrieving libkrb5-3 1.18.3-6+deb11u4
00:00:34.430 O: I: Validating libkrb5-3 1.18.3-6+deb11u4
00:00:34.455 O: I: Retrieving libkrb5support0 1.18.3-6+deb11u4
00:00:34.473 O: I: Validating libkrb5support0 1.18.3-6+deb11u4
00:00:34.496 O: I: Retrieving liblocale-gettext-perl 1.07-4+b1
00:00:34.511 O: I: Validating liblocale-gettext-perl 1.07-4+b1
00:00:34.535 O: I: Retrieving liblognorm5 2.0.5-1.1
00:00:34.554 O: I: Validating liblognorm5 2.0.5-1.1
00:00:34.580 O: I: Retrieving liblz4-1 1.9.3-2
00:00:34.602 O: I: Validating liblz4-1 1.9.3-2
00:00:34.630 O: I: Retrieving liblzma5 5.2.5-2.1~deb11u1
00:00:34.650 O: I: Validating liblzma5 5.2.5-2.1~deb11u1
00:00:34.676 O: I: Retrieving libmd0 1.0.3-3
00:00:34.694 O: I: Validating libmd0 1.0.3-3
00:00:34.717 O: I: Retrieving libmnl0 1.0.4-3
00:00:34.736 O: I: Validating libmnl0 1.0.4-3
00:00:34.760 O: I: Retrieving libmount1 2.36.1-8+deb11u2
00:00:34.782 O: I: Validating libmount1 2.36.1-8+deb11u2
00:00:34.806 O: I: Retrieving libncurses6 6.2+20201114-2+deb11u2
00:00:34.823 O: I: Validating libncurses6 6.2+20201114-2+deb11u2
00:00:34.845 O: I: Retrieving libncursesw6 6.2+20201114-2+deb11u2
00:00:34.866 O: I: Validating libncursesw6 6.2+20201114-2+deb11u2
00:00:34.890 O: I: Retrieving libnettle8 3.7.3-1
00:00:34.911 O: I: Validating libnettle8 3.7.3-1
00:00:34.936 O: I: Retrieving libnewt0.52 0.52.21-4+b3
00:00:34.953 O: I: Validating libnewt0.52 0.52.21-4+b3
00:00:34.976 O: I: Retrieving libnftables1 0.9.8-3.1+deb11u2
00:00:34.998 O: I: Validating libnftables1 0.9.8-3.1+deb11u2
00:00:35.021 O: I: Retrieving libnftnl11 1.1.9-1
00:00:35.037 O: I: Validating libnftnl11 1.1.9-1
00:00:35.061 O: I: Retrieving libnsl2 1.3.0-2
00:00:35.077 O: I: Validating libnsl2 1.3.0-2
00:00:35.102 O: I: Retrieving libp11-kit0 0.23.22-1
00:00:35.125 O: I: Validating libp11-kit0 0.23.22-1
00:00:35.151 O: I: Retrieving libpam-modules 1.4.0-9+deb11u1
00:00:35.178 O: I: Validating libpam-modules 1.4.0-9+deb11u1
00:00:35.203 O: I: Retrieving libpam-modules-bin 1.4.0-9+deb11u1
00:00:35.224 O: I: Validating libpam-modules-bin 1.4.0-9+deb11u1
00:00:35.250 O: I: Retrieving libpam-runtime 1.4.0-9+deb11u1
00:00:35.270 O: I: Validating libpam-runtime 1.4.0-9+deb11u1
00:00:35.295 O: I: Retrieving libpam0g 1.4.0-9+deb11u1
00:00:35.314 O: I: Validating libpam0g 1.4.0-9+deb11u1
00:00:35.337 O: I: Retrieving libpcre2-8-0 10.36-2+deb11u1
00:00:35.359 O: I: Validating libpcre2-8-0 10.36-2+deb11u1
00:00:35.386 O: I: Retrieving libpcre3 2:8.39-13
00:00:35.409 O: I: Validating libpcre3 2:8.39-13
00:00:35.442 O: I: Retrieving libpopt0 1.18-2
00:00:35.459 O: I: Validating libpopt0 1.18-2
00:00:35.484 O: I: Retrieving libprocps8 2:3.3.17-5
00:00:35.502 O: I: Validating libprocps8 2:3.3.17-5
00:00:35.526 O: I: Retrieving libreadline8 8.1-1
00:00:35.545 O: I: Validating libreadline8 8.1-1
00:00:35.570 O: I: Retrieving libseccomp2 2.5.1-1+deb11u1
00:00:35.588 O: I: Validating libseccomp2 2.5.1-1+deb11u1
00:00:35.614 O: I: Retrieving libselinux1 3.1-3
00:00:35.633 O: I: Validating libselinux1 3.1-3
00:00:35.658 O: I: Retrieving libsemanage-common 3.1-1
00:00:35.676 O: I: Validating libsemanage-common 3.1-1
00:00:35.702 O: I: Retrieving libsemanage1 3.1-1+b2
00:00:35.723 O: I: Validating libsemanage1 3.1-1+b2
00:00:35.748 O: I: Retrieving libsepol1 3.1-1
00:00:35.771 O: I: Validating libsepol1 3.1-1
00:00:35.795 O: I: Retrieving libslang2 2.3.2-5
00:00:35.823 O: I: Validating libslang2 2.3.2-5
00:00:35.849 O: I: Retrieving libsmartcols1 2.36.1-8+deb11u2
00:00:35.868 O: I: Validating libsmartcols1 2.36.1-8+deb11u2
00:00:35.893 O: I: Retrieving libss2 1.46.2-2
00:00:35.912 O: I: Validating libss2 1.46.2-2
00:00:35.936 O: I: Retrieving libssl1.1 1.1.1w-0+deb11u1
00:00:35.989 O: I: Validating libssl1.1 1.1.1w-0+deb11u1
00:00:36.020 O: I: Retrieving libstdc++6 10.2.1-6
00:00:36.046 O: I: Validating libstdc++6 10.2.1-6
00:00:36.078 O: I: Retrieving libsystemd0 247.3-7+deb11u5
00:00:36.102 O: I: Validating libsystemd0 247.3-7+deb11u5
00:00:36.127 O: I: Retrieving libtasn1-6 4.16.0-2+deb11u1
00:00:36.144 O: I: Validating libtasn1-6 4.16.0-2+deb11u1
00:00:36.167 O: I: Retrieving libtext-charwidth-perl 0.04-10+b1
00:00:36.185 O: I: Validating libtext-charwidth-perl 0.04-10+b1
00:00:36.210 O: I: Retrieving libtext-iconv-perl 1.7-7+b1
00:00:36.227 O: I: Validating libtext-iconv-perl 1.7-7+b1
00:00:36.252 O: I: Retrieving libtext-wrapi18n-perl 0.06-9
00:00:36.269 O: I: Validating libtext-wrapi18n-perl 0.06-9
00:00:36.295 O: I: Retrieving libtinfo6 6.2+20201114-2+deb11u2
00:00:36.318 O: I: Validating libtinfo6 6.2+20201114-2+deb11u2
00:00:36.344 O: I: Retrieving libtirpc-common 1.3.1-1+deb11u1
00:00:36.359 O: I: Validating libtirpc-common 1.3.1-1+deb11u1
00:00:36.382 O: I: Retrieving libtirpc3 1.3.1-1+deb11u1
00:00:36.400 O: I: Validating libtirpc3 1.3.1-1+deb11u1
00:00:36.423 O: I: Retrieving libudev1 247.3-7+deb11u5
00:00:36.443 O: I: Validating libudev1 247.3-7+deb11u5
00:00:36.468 O: I: Retrieving libunistring2 0.9.10-4
00:00:36.492 O: I: Validating libunistring2 0.9.10-4
00:00:36.517 O: I: Retrieving libuuid1 2.36.1-8+deb11u2
00:00:36.535 O: I: Validating libuuid1 2.36.1-8+deb11u2
00:00:36.556 O: I: Retrieving libxtables12 1.8.7-1
00:00:36.575 O: I: Validating libxtables12 1.8.7-1
00:00:36.598 O: I: Retrieving libxxhash0 0.8.0-2
00:00:36.615 O: I: Validating libxxhash0 0.8.0-2
00:00:36.639 O: I: Retrieving libzstd1 1.4.8+dfsg-2.1
00:00:36.664 O: I: Validating libzstd1 1.4.8+dfsg-2.1
00:00:36.691 O: I: Retrieving login 1:4.8.1-1
00:00:36.724 O: I: Validating login 1:4.8.1-1
00:00:36.752 O: I: Retrieving logrotate 3.18.0-2+deb11u2
00:00:36.770 O: I: Validating logrotate 3.18.0-2+deb11u2
00:00:36.795 O: I: Retrieving logsave 1.46.2-2
00:00:36.815 O: I: Validating logsave 1.46.2-2
00:00:36.840 O: I: Retrieving lsb-base 11.1.0
00:00:36.857 O: I: Validating lsb-base 11.1.0
00:00:36.882 O: I: Retrieving mawk 1.3.4.20200120-2
00:00:36.902 O: I: Validating mawk 1.3.4.20200120-2
00:00:36.927 O: I: Retrieving mount 2.36.1-8+deb11u2
00:00:36.947 O: I: Validating mount 2.36.1-8+deb11u2
00:00:36.970 O: I: Retrieving nano 5.4-2+deb11u3
00:00:37.000 O: I: Validating nano 5.4-2+deb11u3
00:00:37.026 O: I: Retrieving ncurses-base 6.2+20201114-2+deb11u2
00:00:37.047 O: I: Validating ncurses-base 6.2+20201114-2+deb11u2
00:00:37.073 O: I: Retrieving ncurses-bin 6.2+20201114-2+deb11u2
00:00:37.100 O: I: Validating ncurses-bin 6.2+20201114-2+deb11u2
00:00:37.126 O: I: Retrieving netbase 6.3
00:00:37.147 O: I: Validating netbase 6.3
00:00:37.171 O: I: Retrieving nftables 0.9.8-3.1+deb11u2
00:00:37.189 O: I: Validating nftables 0.9.8-3.1+deb11u2
00:00:37.214 O: I: Retrieving passwd 1:4.8.1-1
00:00:37.258 O: I: Validating passwd 1:4.8.1-1
00:00:37.286 O: I: Retrieving perl-base 5.32.1-4+deb11u3
00:00:37.340 O: I: Validating perl-base 5.32.1-4+deb11u3
00:00:37.373 O: I: Retrieving procps 2:3.3.17-5
00:00:37.404 O: I: Validating procps 2:3.3.17-5
00:00:37.431 O: I: Retrieving readline-common 8.1-1
00:00:37.448 O: I: Validating readline-common 8.1-1
00:00:37.473 O: I: Retrieving rsyslog 8.2102.0-2+deb11u1
00:00:37.508 O: I: Validating rsyslog 8.2102.0-2+deb11u1
00:00:37.537 O: I: Retrieving sed 4.7-1
00:00:37.560 O: I: Validating sed 4.7-1
00:00:37.588 O: I: Retrieving sensible-utils 0.0.14
00:00:37.608 O: I: Validating sensible-utils 0.0.14
00:00:37.637 O: I: Retrieving systemd 247.3-7+deb11u5
00:00:37.757 O: I: Validating systemd 247.3-7+deb11u5
00:00:37.803 O: I: Retrieving systemd-sysv 247.3-7+deb11u5
00:00:37.822 O: I: Validating systemd-sysv 247.3-7+deb11u5
00:00:37.846 O: I: Retrieving sysvinit-utils 2.96-7+deb11u1
00:00:37.865 O: I: Validating sysvinit-utils 2.96-7+deb11u1
00:00:37.889 O: I: Retrieving tar 1.34+dfsg-1+deb11u1
00:00:37.925 O: I: Validating tar 1.34+dfsg-1+deb11u1
00:00:37.951 O: I: Retrieving tasksel 3.68+deb11u1
00:00:37.972 O: I: Validating tasksel 3.68+deb11u1
00:00:37.996 O: I: Retrieving tasksel-data 3.68+deb11u1
00:00:38.012 O: I: Validating tasksel-data 3.68+deb11u1
00:00:38.037 O: I: Retrieving tzdata 2024a-0+deb11u1
00:00:38.060 O: I: Validating tzdata 2024a-0+deb11u1
00:00:38.088 O: I: Retrieving udev 247.3-7+deb11u5
00:00:38.154 O: I: Validating udev 247.3-7+deb11u5
00:00:38.193 O: I: Retrieving util-linux 2.36.1-8+deb11u2
00:00:38.239 O: I: Validating util-linux 2.36.1-8+deb11u2
00:00:38.275 O: I: Retrieving vim-common 2:8.2.2434-3+deb11u1
00:00:38.299 O: I: Validating vim-common 2:8.2.2434-3+deb11u1
00:00:38.325 O: I: Retrieving vim-tiny 2:8.2.2434-3+deb11u1
00:00:38.360 O: I: Validating vim-tiny 2:8.2.2434-3+deb11u1
00:00:38.387 O: I: Retrieving whiptail 0.52.21-4+b3
00:00:38.405 O: I: Validating whiptail 0.52.21-4+b3
00:00:38.430 O: I: Retrieving xxd 2:8.2.2434-3+deb11u1
00:00:38.450 O: I: Validating xxd 2:8.2.2434-3+deb11u1
00:00:38.474 O: I: Retrieving zlib1g 1:1.2.11.dfsg-2+deb11u2
00:00:38.492 O: I: Validating zlib1g 1:1.2.11.dfsg-2+deb11u2
00:00:38.522 O: I: Chosen extractor for .deb packages: dpkg-deb
00:00:38.582 O: I: Extracting adduser...
00:00:38.609 O: I: Extracting apt...
00:00:38.704 O: I: Extracting base-files...
00:00:38.721 O: I: Extracting base-passwd...
00:00:38.733 O: I: Extracting bash...
00:00:38.833 O: I: Extracting bsdutils...
00:00:38.848 O: I: Extracting coreutils...
00:00:39.036 O: I: Extracting dash...
00:00:39.051 O: I: Extracting debconf...
00:00:39.073 O: I: Extracting debian-archive-keyring...
00:00:39.088 O: I: Extracting debianutils...
00:00:39.104 O: I: Extracting diffutils...
00:00:39.139 O: I: Extracting dpkg...
00:00:39.240 O: I: Extracting e2fsprogs...
00:00:39.282 O: I: Extracting findutils...
00:00:39.320 O: I: Extracting gcc-10-base...
00:00:39.332 O: I: Extracting gcc-9-base...
00:00:39.345 O: I: Extracting gpgv...
00:00:39.368 O: I: Extracting grep...
00:00:39.393 O: I: Extracting gzip...
00:00:39.408 O: I: Extracting hostname...
00:00:39.418 O: I: Extracting init-system-helpers...
00:00:39.428 O: I: Extracting libacl1...
00:00:39.438 O: I: Extracting libapt-pkg6.0...
00:00:39.503 O: I: Extracting libattr1...
00:00:39.512 O: I: Extracting libaudit-common...
00:00:39.521 O: I: Extracting libaudit1...
00:00:39.532 O: I: Extracting libblkid1...
00:00:39.548 O: I: Extracting libbz2-1.0...
00:00:39.559 O: I: Extracting libc-bin...
00:00:39.639 O: I: Extracting libc6...
00:00:39.828 O: I: Extracting libcap-ng0...
00:00:39.838 O: I: Extracting libcom-err2...
00:00:39.848 O: I: Extracting libcrypt1...
00:00:39.861 O: I: Extracting libdb5.3...
00:00:39.911 O: I: Extracting libdebconfclient0...
00:00:39.921 O: I: Extracting libext2fs2...
00:00:39.942 O: I: Extracting libffi7...
00:00:39.952 O: I: Extracting libgcc-s1...
00:00:39.963 O: I: Extracting libgcrypt20...
00:00:40.000 O: I: Extracting libgmp10...
00:00:40.023 O: I: Extracting libgnutls30...
00:00:40.091 O: I: Extracting libgpg-error0...
00:00:40.103 O: I: Extracting libgssapi-krb5-2...
00:00:40.122 O: I: Extracting libhogweed6...
00:00:40.145 O: I: Extracting libidn2-0...
00:00:40.161 O: I: Extracting libk5crypto3...
00:00:40.177 O: I: Extracting libkeyutils1...
00:00:40.187 O: I: Extracting libkrb5-3...
00:00:40.221 O: I: Extracting libkrb5support0...
00:00:40.233 O: I: Extracting liblz4-1...
00:00:40.246 O: I: Extracting liblzma5...
00:00:40.265 O: I: Extracting libmount1...
00:00:40.288 O: I: Extracting libnettle8...
00:00:40.308 O: I: Extracting libnsl2...
00:00:40.319 O: I: Extracting libp11-kit0...
00:00:40.346 O: I: Extracting libpam-modules...
00:00:40.371 O: I: Extracting libpam-modules-bin...
00:00:40.385 O: I: Extracting libpam-runtime...
00:00:40.408 O: I: Extracting libpam0g...
00:00:40.422 O: I: Extracting libpcre2-8-0...
00:00:40.446 O: I: Extracting libpcre3...
00:00:40.473 O: I: Extracting libseccomp2...
00:00:40.484 O: I: Extracting libselinux1...
00:00:40.497 O: I: Extracting libsemanage-common...
00:00:40.506 O: I: Extracting libsemanage1...
00:00:40.520 O: I: Extracting libsepol1...
00:00:40.545 O: I: Extracting libsmartcols1...
00:00:40.562 O: I: Extracting libss2...
00:00:40.575 O: I: Extracting libssl1.1...
00:00:40.666 O: I: Extracting libstdc++6...
00:00:40.708 O: I: Extracting libsystemd0...
00:00:40.736 O: I: Extracting libtasn1-6...
00:00:40.750 O: I: Extracting libtinfo6...
00:00:40.769 O: I: Extracting libtirpc-common...
00:00:40.778 O: I: Extracting libtirpc3...
00:00:40.797 O: I: Extracting libudev1...
00:00:40.809 O: I: Extracting libunistring2...
00:00:40.847 O: I: Extracting libuuid1...
00:00:40.858 O: I: Extracting libxxhash0...
00:00:40.868 O: I: Extracting libzstd1...
00:00:40.896 O: I: Extracting login...
00:00:40.938 O: I: Extracting logsave...
00:00:40.949 O: I: Extracting lsb-base...
00:00:40.959 O: I: Extracting mawk...
00:00:40.974 O: I: Extracting mount...
00:00:40.991 O: I: Extracting ncurses-base...
00:00:41.004 O: I: Extracting ncurses-bin...
00:00:41.027 O: I: Extracting passwd...
00:00:41.083 O: I: Extracting perl-base...
00:00:41.227 O: I: Extracting sed...
00:00:41.256 O: I: Extracting sysvinit-utils...
00:00:41.266 O: I: Extracting tar...
00:00:41.321 O: I: Extracting tzdata...
00:00:41.424 O: I: Extracting util-linux...
00:00:41.503 O: I: Extracting zlib1g...
00:00:41.619 O: I: Installing core packages...
00:00:43.780 O: I: Unpacking required packages...
00:00:43.860 O: I: Unpacking adduser...
00:00:43.934 O: I: Unpacking apt...
00:00:44.159 O: I: Unpacking base-files...
00:00:44.212 O: I: Unpacking base-passwd...
00:00:44.266 O: I: Unpacking bash...
00:00:44.465 O: I: Unpacking bsdutils...
00:00:44.510 O: I: Unpacking coreutils...
00:00:44.895 O: I: Unpacking dash...
00:00:44.946 O: I: Unpacking debconf...
00:00:45.025 O: I: Unpacking debian-archive-keyring...
00:00:45.133 O: I: Unpacking debianutils...
00:00:45.183 O: I: Unpacking diffutils...
00:00:45.268 O: I: Unpacking dpkg...
00:00:45.489 O: I: Unpacking e2fsprogs...
00:00:45.579 O: I: Unpacking findutils...
00:00:45.673 O: I: Unpacking gcc-10-base:amd64...
00:00:45.711 O: I: Unpacking gcc-9-base:amd64...
00:00:45.753 O: I: Unpacking gpgv...
00:00:45.807 O: I: Unpacking grep...
00:00:45.874 O: I: Unpacking gzip...
00:00:45.916 O: I: Unpacking hostname...
00:00:45.944 O: I: Unpacking init-system-helpers...
00:00:45.979 O: I: Unpacking libacl1:amd64...
00:00:46.012 O: I: Unpacking libapt-pkg6.0:amd64...
00:00:46.146 O: I: Unpacking libattr1:amd64...
00:00:46.177 O: I: Unpacking libaudit-common...
00:00:46.211 O: I: Unpacking libaudit1:amd64...
00:00:46.250 O: I: Unpacking libblkid1:amd64...
00:00:46.296 O: I: Unpacking libbz2-1.0:amd64...
00:00:46.331 O: I: Unpacking libc-bin...
00:00:46.478 O: I: Unpacking libc6:amd64...
00:00:47.083 O: I: Unpacking libcap-ng0:amd64...
00:00:47.110 O: I: Unpacking libcom-err2:amd64...
00:00:47.148 O: I: Unpacking libcrypt1:amd64...
00:00:47.187 O: I: Unpacking libdb5.3:amd64...
00:00:47.293 O: I: Unpacking libdebconfclient0:amd64...
00:00:47.329 O: I: Unpacking libext2fs2:amd64...
00:00:47.384 O: I: Unpacking libffi7:amd64...
00:00:47.416 O: I: Unpacking libgcc-s1:amd64...
00:00:47.451 O: I: Unpacking libgcrypt20:amd64...
00:00:47.535 O: I: Unpacking libgmp10:amd64...
00:00:47.597 O: I: Unpacking libgnutls30:amd64...
00:00:47.738 O: I: Unpacking libgpg-error0:amd64...
00:00:47.788 O: I: Unpacking libgssapi-krb5-2:amd64...
00:00:47.838 O: I: Unpacking libhogweed6:amd64...
00:00:47.901 O: I: Unpacking libidn2-0:amd64...
00:00:47.956 O: I: Unpacking libk5crypto3:amd64...
00:00:48.002 O: I: Unpacking libkeyutils1:amd64...
00:00:48.036 O: I: Unpacking libkrb5-3:amd64...
00:00:48.113 O: I: Unpacking libkrb5support0:amd64...
00:00:48.151 O: I: Unpacking liblz4-1:amd64...
00:00:48.190 O: I: Unpacking liblzma5:amd64...
00:00:48.240 O: I: Unpacking libmount1:amd64...
00:00:48.298 O: I: Unpacking libnettle8:amd64...
00:00:48.356 O: I: Unpacking libnsl2:amd64...
00:00:48.394 O: I: Unpacking libp11-kit0:amd64...
00:00:48.463 O: I: Unpacking libpam-modules:amd64...
00:00:48.673 O: I: Unpacking libpam-modules-bin...
00:00:48.721 O: I: Unpacking libpam-runtime...
00:00:48.816 O: I: Unpacking libpam0g:amd64...
00:00:48.861 O: I: Unpacking libpcre2-8-0:amd64...
00:00:48.921 O: I: Unpacking libpcre3:amd64...
00:00:48.991 O: I: Unpacking libseccomp2:amd64...
00:00:49.029 O: I: Unpacking libselinux1:amd64...
00:00:49.072 O: I: Unpacking libsemanage-common...
00:00:49.109 O: I: Unpacking libsemanage1:amd64...
00:00:49.155 O: I: Unpacking libsepol1:amd64...
00:00:49.219 O: I: Unpacking libsmartcols1:amd64...
00:00:49.267 O: I: Unpacking libss2:amd64...
00:00:49.313 O: I: Unpacking libssl1.1:amd64...
00:00:49.502 O: I: Unpacking libstdc++6:amd64...
00:00:49.590 O: I: Unpacking libsystemd0:amd64...
00:00:49.668 O: I: Unpacking libtasn1-6:amd64...
00:00:49.703 O: I: Unpacking libtinfo6:amd64...
00:00:49.747 O: I: Unpacking libtirpc-common...
00:00:49.778 O: I: Unpacking libtirpc3:amd64...
00:00:49.818 O: I: Unpacking libudev1:amd64...
00:00:49.862 O: I: Unpacking libunistring2:amd64...
00:00:49.943 O: I: Unpacking libuuid1:amd64...
00:00:49.993 O: I: Unpacking libxxhash0:amd64...
00:00:50.026 O: I: Unpacking libzstd1:amd64...
00:00:50.097 O: I: Unpacking login...
00:00:50.213 O: I: Unpacking logsave...
00:00:50.247 O: I: Unpacking lsb-base...
00:00:50.284 O: I: Unpacking mawk...
00:00:50.326 O: I: Unpacking mount...
00:00:50.374 O: I: Unpacking ncurses-base...
00:00:50.422 O: I: Unpacking ncurses-bin...
00:00:50.483 O: I: Unpacking passwd...
00:00:50.669 O: I: Unpacking perl-base...
00:00:51.079 O: I: Unpacking sed...
00:00:51.152 O: I: Unpacking sysvinit-utils...
00:00:51.184 O: I: Unpacking tar...
00:00:51.311 O: I: Unpacking tzdata...
00:00:51.878 O: I: Unpacking util-linux...
00:00:52.087 O: I: Unpacking zlib1g:amd64...
00:00:52.123 O: I: Configuring required packages...
00:00:52.140 O: I: Configuring lsb-base...
00:00:52.150 O: I: Configuring libtirpc-common...
00:00:52.165 O: I: Configuring debian-archive-keyring...
00:00:52.238 O: I: Configuring libaudit-common...
00:00:52.245 O: I: Configuring libsemanage-common...
00:00:52.250 O: I: Configuring gcc-10-base:amd64...
00:00:52.256 O: I: Configuring ncurses-base...
00:00:52.261 O: I: Configuring gcc-9-base:amd64...
00:00:52.271 O: I: Configuring libcrypt1:amd64...
00:00:52.277 O: I: Configuring libgcc-s1:amd64...
00:00:52.287 O: I: Configuring libc6:amd64...
00:00:52.455 O: I: Configuring libudev1:amd64...
00:00:52.459 O: I: Configuring libsepol1:amd64...
00:00:52.464 O: I: Configuring libxxhash0:amd64...
00:00:52.470 O: I: Configuring libattr1:amd64...
00:00:52.475 O: I: Configuring sysvinit-utils...
00:00:52.480 O: I: Configuring libtasn1-6:amd64...
00:00:52.484 O: I: Configuring debianutils...
00:00:52.492 O: I: Configuring mawk...
00:00:52.501 O: I: Configuring libdebconfclient0:amd64...
00:00:52.513 O: I: Configuring base-files...
00:00:52.534 O: I: Configuring libbz2-1.0:amd64...
00:00:52.538 O: I: Configuring base-passwd...
00:00:52.695 O: I: Configuring libdb5.3:amd64...
00:00:52.701 O: I: Configuring libblkid1:amd64...
00:00:52.705 O: I: Configuring libstdc++6:amd64...
00:00:52.711 O: I: Configuring libtinfo6:amd64...
00:00:52.722 O: I: Configuring bash...
00:00:52.779 O: I: Configuring libzstd1:amd64...
00:00:52.786 O: I: Configuring libkeyutils1:amd64...
00:00:52.792 O: I: Configuring liblzma5:amd64...
00:00:52.797 O: I: Configuring libgpg-error0:amd64...
00:00:52.802 O: I: Configuring liblz4-1:amd64...
00:00:52.816 O: I: Configuring libc-bin...
00:00:52.847 O: I: Configuring ncurses-bin...
00:00:52.853 O: I: Configuring libffi7:amd64...
00:00:52.857 O: I: Configuring libacl1:amd64...
00:00:52.864 O: I: Configuring libunistring2:amd64...
00:00:52.868 O: I: Configuring libsmartcols1:amd64...
00:00:52.873 O: I: Configuring libgcrypt20:amd64...
00:00:52.877 O: I: Configuring zlib1g:amd64...
00:00:52.882 O: I: Configuring libidn2-0:amd64...
00:00:52.888 O: I: Configuring libcom-err2:amd64...
00:00:52.893 O: I: Configuring diffutils...
00:00:52.899 O: I: Configuring libseccomp2:amd64...
00:00:52.904 O: I: Configuring libsystemd0:amd64...
00:00:52.909 O: I: Configuring libkrb5support0:amd64...
00:00:52.915 O: I: Configuring hostname...
00:00:52.920 O: I: Configuring libpcre3:amd64...
00:00:52.925 O: I: Configuring libcap-ng0:amd64...
00:00:52.930 O: I: Configuring libext2fs2:amd64...
00:00:52.936 O: I: Configuring libnettle8:amd64...
00:00:52.941 O: I: Configuring libapt-pkg6.0:amd64...
00:00:52.946 O: I: Configuring libgmp10:amd64...
00:00:52.951 O: I: Configuring libp11-kit0:amd64...
00:00:52.956 O: I: Configuring libaudit1:amd64...
00:00:52.961 O: I: Configuring libuuid1:amd64...
00:00:52.966 O: I: Configuring libss2:amd64...
00:00:52.972 O: I: Configuring libpcre2-8-0:amd64...
00:00:52.976 O: I: Configuring libk5crypto3:amd64...
00:00:52.983 O: I: Configuring logsave...
00:00:52.988 O: I: Configuring gpgv...
00:00:52.994 O: I: Configuring libhogweed6:amd64...
00:00:52.999 O: I: Configuring bsdutils...
00:00:53.008 O: I: Configuring e2fsprogs...
00:00:53.396 O: I: Configuring libselinux1:amd64...
00:00:53.402 O: I: Configuring libgnutls30:amd64...
00:00:53.406 O: I: Configuring sed...
00:00:53.412 O: I: Configuring findutils...
00:00:53.417 O: I: Configuring libmount1:amd64...
00:00:53.421 O: I: Configuring libsemanage1:amd64...
00:00:53.427 O: I: Configuring tar...
00:00:53.449 O: I: Configuring coreutils...
00:00:53.463 O: I: Configuring dpkg...
00:00:53.469 O: I: Configuring grep...
00:00:53.474 O: I: Configuring perl-base...
00:00:53.487 O: I: Configuring init-system-helpers...
00:00:53.492 O: I: Configuring gzip...
00:00:53.499 O: I: Configuring debconf...
00:00:53.659 O: I: Configuring tzdata...
00:00:53.855 O: I: Configuring libpam0g:amd64...
00:00:53.992 O: I: Configuring dash...
00:00:54.214 O: I: Configuring libssl1.1:amd64...
00:00:54.335 O: I: Configuring libpam-modules-bin...
00:00:54.341 O: I: Configuring libkrb5-3:amd64...
00:00:54.347 O: I: Configuring libgssapi-krb5-2:amd64...
00:00:54.355 O: I: Configuring libtirpc3:amd64...
00:00:54.360 O: I: Configuring libnsl2:amd64...
00:00:54.380 O: I: Configuring libpam-modules:amd64...
00:00:54.404 O: I: Configuring passwd...
00:00:54.488 O: I: Configuring libpam-runtime...
00:00:54.678 O: I: Configuring login...
00:00:54.709 O: I: Configuring adduser...
00:00:54.865 O: I: Configuring apt...
00:00:55.393 O: I: Configuring util-linux...
00:00:55.636 O: I: Configuring mount...
00:00:55.642 O: I: Configuring libc-bin...
00:00:55.663 O: I: Unpacking the base system...
00:01:31.743 O: I: Unpacking apt-utils...
00:01:31.831 O: I: Unpacking cpio...
00:01:31.901 O: I: Unpacking cron...
00:01:31.971 O: I: Unpacking debconf-i18n...
00:01:32.034 O: I: Unpacking dmidecode...
00:01:32.088 O: I: Unpacking fdisk...
00:01:32.134 O: I: Unpacking ifupdown...
00:01:32.245 O: I: Unpacking init...
00:01:32.279 O: I: Unpacking iproute2...
00:01:32.431 O: I: Unpacking iputils-ping...
00:01:32.468 O: I: Unpacking isc-dhcp-client...
00:01:32.527 O: I: Unpacking isc-dhcp-common...
00:01:32.573 O: I: Unpacking kmod...
00:01:32.617 O: I: Unpacking less...
00:01:32.665 O: I: Unpacking libbpf0:amd64...
00:01:32.708 O: I: Unpacking libbsd0:amd64...
00:01:32.747 O: I: Unpacking libcap2-bin...
00:01:32.782 O: I: Unpacking libdns-export1110...
00:01:32.897 O: I: Unpacking libedit2:amd64...
00:01:32.939 O: I: Unpacking libelf1:amd64...
00:01:32.998 O: I: Unpacking libestr0:amd64...
00:01:33.030 O: I: Unpacking libfastjson4:amd64...
00:01:33.056 O: I: Unpacking libfdisk1:amd64...
00:01:33.108 O: I: Unpacking libisc-export1105:amd64...
00:01:33.163 O: I: Unpacking libjansson4:amd64...
00:01:33.195 O: I: Unpacking liblocale-gettext-perl...
00:01:33.229 O: I: Unpacking liblognorm5:amd64...
00:01:33.264 O: I: Unpacking libmd0:amd64...
00:01:33.304 O: I: Unpacking libmnl0:amd64...
00:01:33.333 O: I: Unpacking libncurses6:amd64...
00:01:33.377 O: I: Unpacking libncursesw6:amd64...
00:01:33.424 O: I: Unpacking libnewt0.52:amd64...
00:01:33.495 O: I: Unpacking libnftables1:amd64...
00:01:33.554 O: I: Unpacking libnftnl11:amd64...
00:01:33.592 O: I: Unpacking libpopt0:amd64...
00:01:33.639 O: I: Unpacking libprocps8:amd64...
00:01:33.678 O: I: Unpacking libreadline8:amd64...
00:01:33.731 O: I: Unpacking libslang2:amd64...
00:01:33.832 O: I: Unpacking libtext-charwidth-perl...
00:01:33.868 O: I: Unpacking libtext-iconv-perl...
00:01:33.901 O: I: Unpacking libtext-wrapi18n-perl...
00:01:33.939 O: I: Unpacking libxtables12:amd64...
00:01:34.012 O: I: Unpacking logrotate...
00:01:34.060 O: I: Unpacking nano...
00:01:34.181 O: I: Unpacking netbase...
00:01:34.217 O: I: Unpacking nftables...
00:01:34.355 O: I: Unpacking procps...
00:01:34.465 O: I: Unpacking readline-common...
00:01:34.508 O: I: Unpacking rsyslog...
00:01:34.608 O: I: Unpacking sensible-utils...
00:01:34.641 O: I: Unpacking tasksel...
00:01:34.703 O: I: Unpacking tasksel-data...
00:01:34.757 O: I: Unpacking udev...
00:01:34.984 O: I: Unpacking vim-common...
00:01:35.046 O: I: Unpacking vim-tiny...
00:01:35.152 O: I: Unpacking whiptail...
00:01:35.189 O: I: Unpacking xxd...
00:01:35.242 O: I: Configuring the base system...
00:01:35.252 O: I: Configuring cpio...
00:01:35.261 O: I: Configuring libtext-iconv-perl...
00:01:35.265 O: I: Configuring libtext-charwidth-perl...
00:01:35.269 O: I: Configuring apt-utils...
00:01:35.273 O: I: Configuring init...
00:01:35.279 O: I: Configuring libestr0:amd64...
00:01:35.283 O: I: Configuring libfastjson4:amd64...
00:01:35.287 O: I: Configuring less...
00:01:35.296 O: I: Configuring kmod...
00:01:35.331 O: I: Configuring libtext-wrapi18n-perl...
00:01:35.335 O: I: Configuring xxd...
00:01:35.340 O: I: Configuring libjansson4:amd64...
00:01:35.344 O: I: Configuring libcap2-bin...
00:01:35.348 O: I: Configuring libisc-export1105:amd64...
00:01:35.353 O: I: Configuring vim-common...
00:01:35.368 O: I: Configuring libslang2:amd64...
00:01:35.373 O: I: Configuring libncurses6:amd64...
00:01:35.377 O: I: Configuring libmnl0:amd64...
00:01:35.384 O: I: Configuring udev...
00:01:36.118 O: I: Configuring libncursesw6:amd64...
00:01:36.122 O: I: Configuring libxtables12:amd64...
00:01:36.126 O: I: Configuring libfdisk1:amd64...
00:01:36.130 O: I: Configuring liblognorm5:amd64...
00:01:36.134 O: I: Configuring nano...
00:01:36.147 O: I: Configuring libmd0:amd64...
00:01:36.150 O: I: Configuring sensible-utils...
00:01:36.159 O: I: Configuring netbase...
00:01:36.167 O: I: Configuring isc-dhcp-common...
00:01:36.171 O: I: Configuring dmidecode...
00:01:36.175 O: I: Configuring libbsd0:amd64...
00:01:36.180 O: I: Configuring libelf1:amd64...
00:01:36.184 O: I: Configuring iputils-ping...
00:01:36.200 O: I: Configuring readline-common...
00:01:36.209 O: I: Configuring liblocale-gettext-perl...
00:01:36.214 O: I: Configuring libprocps8:amd64...
00:01:36.218 O: I: Configuring libpopt0:amd64...
00:01:36.228 O: I: Configuring logrotate...
00:01:36.428 O: I: Configuring libnewt0.52:amd64...
00:01:36.431 O: I: Configuring libedit2:amd64...
00:01:36.436 O: I: Configuring libreadline8:amd64...
00:01:36.454 O: I: Configuring cron...
00:01:36.767 O: I: Configuring rsyslog...
00:01:36.993 O: I: Configuring libdns-export1110...
00:01:36.998 O: I: Configuring debconf-i18n...
00:01:37.001 O: I: Configuring libnftnl11:amd64...
00:01:37.005 O: I: Configuring vim-tiny...
00:01:37.035 O: I: Configuring fdisk...
00:01:37.040 O: I: Configuring whiptail...
00:01:37.048 O: I: Configuring procps...
00:01:37.079 O: I: Configuring libbpf0:amd64...
00:01:37.083 O: I: Configuring libnftables1:amd64...
00:01:37.089 O: I: Configuring nftables...
00:01:37.288 O: I: Configuring iproute2...
00:01:37.425 O: I: Configuring isc-dhcp-client...
00:01:37.432 O: I: Configuring ifupdown...
00:01:37.949 O: I: Configuring tasksel-data...
00:01:37.958 O: I: Configuring tasksel...
00:01:38.113 O: I: Configuring libc-bin...
00:01:38.139 O: I: Base system installed successfully.
00:01:38.198 E: + [ 0 -ne 0 ]
00:01:38.202 E: + tar --sort=name --mtime=@1722845704 --clamp-mtime --numeric-owner --one-file-system --xattrs -C /tmp/tmp.QncWTD4pbg -c .
00:01:49.635 E: + rm -r /tmp/tmp.QncWTD4pbg
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:02:01
result: SUCCESS
------------------------------------------------------------------------------
(4/280) debootstrap
dist: stable
mode: auto
variant: minbase
format: auto
time left: 7:45:35
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.018 E: + mktemp -d
00:00:00.023 E: + tmpdir=/tmp/tmp.CyMGDk3IB9
00:00:00.027 E: + chmod 755 /tmp/tmp.CyMGDk3IB9
00:00:00.030 E: + ret=0
00:00:00.035 E: + [ stable = oldstable ]
00:00:00.039 E: + echo --merged-usr
00:00:00.043 E: + debootstrap --merged-usr --variant=minbase stable /tmp/tmp.CyMGDk3IB9 http://127.0.0.1/debian
00:00:00.107 O: I: Target architecture can be executed
00:00:00.134 O: I: Retrieving InRelease 
00:00:00.281 O: I: Checking Release signature
00:00:00.305 O: I: Valid Release signature (key id 4D64FEC119C2029067D6E791F8D2585B8783D481)
00:00:00.913 O: I: Retrieving Packages 
00:00:01.121 O: I: Validating Packages 
00:00:02.181 O: I: Resolving dependencies of required packages...
00:00:10.656 O: I: Resolving dependencies of base packages...
00:00:21.255 O: I: Checking component main on http://127.0.0.1/debian...
00:00:24.761 O: I: Retrieving adduser 3.134
00:00:24.788 O: I: Validating adduser 3.134
00:00:24.812 O: I: Retrieving apt 2.6.1
00:00:24.858 O: I: Validating apt 2.6.1
00:00:24.887 O: I: Retrieving base-files 12.4+deb12u6
00:00:24.905 O: I: Validating base-files 12.4+deb12u6
00:00:24.928 O: I: Retrieving base-passwd 3.6.1
00:00:24.945 O: I: Validating base-passwd 3.6.1
00:00:24.968 O: I: Retrieving bash 5.2.15-2+b7
00:00:25.018 O: I: Validating bash 5.2.15-2+b7
00:00:25.051 O: I: Retrieving bsdutils 1:2.38.1-5+deb12u1
00:00:25.069 O: I: Validating bsdutils 1:2.38.1-5+deb12u1
00:00:25.092 O: I: Retrieving coreutils 9.1-1
00:00:25.169 O: I: Validating coreutils 9.1-1
00:00:25.207 O: I: Retrieving dash 0.5.12-2
00:00:25.228 O: I: Validating dash 0.5.12-2
00:00:25.255 O: I: Retrieving debconf 1.5.82
00:00:25.276 O: I: Validating debconf 1.5.82
00:00:25.301 O: I: Retrieving debian-archive-keyring 2023.3+deb12u1
00:00:25.321 O: I: Validating debian-archive-keyring 2023.3+deb12u1
00:00:25.348 O: I: Retrieving debianutils 5.7-0.5~deb12u1
00:00:25.375 O: I: Validating debianutils 5.7-0.5~deb12u1
00:00:25.401 O: I: Retrieving diffutils 1:3.8-4
00:00:25.427 O: I: Validating diffutils 1:3.8-4
00:00:25.451 O: I: Retrieving dpkg 1.21.22
00:00:25.501 O: I: Validating dpkg 1.21.22
00:00:25.535 O: I: Retrieving e2fsprogs 1.47.0-2
00:00:25.563 O: I: Validating e2fsprogs 1.47.0-2
00:00:25.591 O: I: Retrieving findutils 4.9.0-4
00:00:25.623 O: I: Validating findutils 4.9.0-4
00:00:25.652 O: I: Retrieving gcc-12-base 12.2.0-14
00:00:25.670 O: I: Validating gcc-12-base 12.2.0-14
00:00:25.693 O: I: Retrieving gpgv 2.2.40-1.1
00:00:25.724 O: I: Validating gpgv 2.2.40-1.1
00:00:25.751 O: I: Retrieving grep 3.8-5
00:00:25.776 O: I: Validating grep 3.8-5
00:00:25.801 O: I: Retrieving gzip 1.12-1
00:00:25.821 O: I: Validating gzip 1.12-1
00:00:25.845 O: I: Retrieving hostname 3.23+nmu1
00:00:25.863 O: I: Validating hostname 3.23+nmu1
00:00:25.885 O: I: Retrieving init-system-helpers 1.65.2
00:00:25.903 O: I: Validating init-system-helpers 1.65.2
00:00:25.928 O: I: Retrieving libacl1 2.3.1-3
00:00:25.945 O: I: Validating libacl1 2.3.1-3
00:00:25.970 O: I: Retrieving libapt-pkg6.0 2.6.1
00:00:26.008 O: I: Validating libapt-pkg6.0 2.6.1
00:00:26.035 O: I: Retrieving libattr1 1:2.5.1-4
00:00:26.052 O: I: Validating libattr1 1:2.5.1-4
00:00:26.074 O: I: Retrieving libaudit-common 1:3.0.9-1
00:00:26.091 O: I: Validating libaudit-common 1:3.0.9-1
00:00:26.115 O: I: Retrieving libaudit1 1:3.0.9-1
00:00:26.133 O: I: Validating libaudit1 1:3.0.9-1
00:00:26.156 O: I: Retrieving libblkid1 2.38.1-5+deb12u1
00:00:26.178 O: I: Validating libblkid1 2.38.1-5+deb12u1
00:00:26.202 O: I: Retrieving libbz2-1.0 1.0.8-5+b1
00:00:26.220 O: I: Validating libbz2-1.0 1.0.8-5+b1
00:00:26.245 O: I: Retrieving libc-bin 2.36-9+deb12u7
00:00:26.275 O: I: Validating libc-bin 2.36-9+deb12u7
00:00:26.303 O: I: Retrieving libc6 2.36-9+deb12u7
00:00:26.390 O: I: Validating libc6 2.36-9+deb12u7
00:00:26.430 O: I: Retrieving libcap-ng0 0.8.3-1+b3
00:00:26.451 O: I: Validating libcap-ng0 0.8.3-1+b3
00:00:26.475 O: I: Retrieving libcap2 1:2.66-4
00:00:26.491 O: I: Validating libcap2 1:2.66-4
00:00:26.513 O: I: Retrieving libcom-err2 1.47.0-2
00:00:26.529 O: I: Validating libcom-err2 1.47.0-2
00:00:26.554 O: I: Retrieving libcrypt1 1:4.4.33-2
00:00:26.572 O: I: Validating libcrypt1 1:4.4.33-2
00:00:26.594 O: I: Retrieving libdb5.3 5.3.28+dfsg2-1
00:00:26.626 O: I: Validating libdb5.3 5.3.28+dfsg2-1
00:00:26.652 O: I: Retrieving libdebconfclient0 0.270
00:00:26.667 O: I: Validating libdebconfclient0 0.270
00:00:26.690 O: I: Retrieving libext2fs2 1.47.0-2
00:00:26.711 O: I: Validating libext2fs2 1.47.0-2
00:00:26.736 O: I: Retrieving libffi8 3.4.4-1
00:00:26.753 O: I: Validating libffi8 3.4.4-1
00:00:26.778 O: I: Retrieving libgcc-s1 12.2.0-14
00:00:26.796 O: I: Validating libgcc-s1 12.2.0-14
00:00:26.822 O: I: Retrieving libgcrypt20 1.10.1-3
00:00:26.855 O: I: Validating libgcrypt20 1.10.1-3
00:00:26.884 O: I: Retrieving libgmp10 2:6.2.1+dfsg1-1.1
00:00:26.915 O: I: Validating libgmp10 2:6.2.1+dfsg1-1.1
00:00:26.945 O: I: Retrieving libgnutls30 3.7.9-2+deb12u3
00:00:27.001 O: I: Validating libgnutls30 3.7.9-2+deb12u3
00:00:27.033 O: I: Retrieving libgpg-error0 1.46-1
00:00:27.050 O: I: Validating libgpg-error0 1.46-1
00:00:27.075 O: I: Retrieving libhogweed6 3.8.1-2
00:00:27.102 O: I: Validating libhogweed6 3.8.1-2
00:00:27.128 O: I: Retrieving libidn2-0 2.3.3-1+b1
00:00:27.147 O: I: Validating libidn2-0 2.3.3-1+b1
00:00:27.171 O: I: Retrieving liblz4-1 1.9.4-1
00:00:27.192 O: I: Validating liblz4-1 1.9.4-1
00:00:27.219 O: I: Retrieving liblzma5 5.4.1-0.2
00:00:27.261 O: I: Validating liblzma5 5.4.1-0.2
00:00:27.296 O: I: Retrieving libmd0 1.0.4-2
00:00:27.312 O: I: Validating libmd0 1.0.4-2
00:00:27.335 O: I: Retrieving libmount1 2.38.1-5+deb12u1
00:00:27.357 O: I: Validating libmount1 2.38.1-5+deb12u1
00:00:27.385 O: I: Retrieving libnettle8 3.8.1-2
00:00:27.411 O: I: Validating libnettle8 3.8.1-2
00:00:27.435 O: I: Retrieving libp11-kit0 0.24.1-2
00:00:27.460 O: I: Validating libp11-kit0 0.24.1-2
00:00:27.485 O: I: Retrieving libpam-modules 1.5.2-6+deb12u1
00:00:27.508 O: I: Validating libpam-modules 1.5.2-6+deb12u1
00:00:27.533 O: I: Retrieving libpam-modules-bin 1.5.2-6+deb12u1
00:00:27.550 O: I: Validating libpam-modules-bin 1.5.2-6+deb12u1
00:00:27.575 O: I: Retrieving libpam-runtime 1.5.2-6+deb12u1
00:00:27.595 O: I: Validating libpam-runtime 1.5.2-6+deb12u1
00:00:27.620 O: I: Retrieving libpam0g 1.5.2-6+deb12u1
00:00:27.638 O: I: Validating libpam0g 1.5.2-6+deb12u1
00:00:27.662 O: I: Retrieving libpcre2-8-0 10.42-1
00:00:27.683 O: I: Validating libpcre2-8-0 10.42-1
00:00:27.707 O: I: Retrieving libseccomp2 2.5.4-1+deb12u1
00:00:27.723 O: I: Validating libseccomp2 2.5.4-1+deb12u1
00:00:27.746 O: I: Retrieving libselinux1 3.4-1+b6
00:00:27.763 O: I: Validating libselinux1 3.4-1+b6
00:00:27.787 O: I: Retrieving libsemanage-common 3.4-1
00:00:27.804 O: I: Validating libsemanage-common 3.4-1
00:00:27.825 O: I: Retrieving libsemanage2 3.4-1+b5
00:00:27.843 O: I: Validating libsemanage2 3.4-1+b5
00:00:27.867 O: I: Retrieving libsepol2 3.4-2.1
00:00:27.889 O: I: Validating libsepol2 3.4-2.1
00:00:27.914 O: I: Retrieving libsmartcols1 2.38.1-5+deb12u1
00:00:27.938 O: I: Validating libsmartcols1 2.38.1-5+deb12u1
00:00:27.965 O: I: Retrieving libss2 1.47.0-2
00:00:27.982 O: I: Validating libss2 1.47.0-2
00:00:28.005 O: I: Retrieving libstdc++6 12.2.0-14
00:00:28.038 O: I: Validating libstdc++6 12.2.0-14
00:00:28.067 O: I: Retrieving libsystemd0 252.26-1~deb12u2
00:00:28.093 O: I: Validating libsystemd0 252.26-1~deb12u2
00:00:28.120 O: I: Retrieving libtasn1-6 4.19.0-2
00:00:28.136 O: I: Validating libtasn1-6 4.19.0-2
00:00:28.160 O: I: Retrieving libtinfo6 6.4-4
00:00:28.185 O: I: Validating libtinfo6 6.4-4
00:00:28.212 O: I: Retrieving libudev1 252.26-1~deb12u2
00:00:28.231 O: I: Validating libudev1 252.26-1~deb12u2
00:00:28.257 O: I: Retrieving libunistring2 1.0-2
00:00:28.282 O: I: Validating libunistring2 1.0-2
00:00:28.311 O: I: Retrieving libuuid1 2.38.1-5+deb12u1
00:00:28.328 O: I: Validating libuuid1 2.38.1-5+deb12u1
00:00:28.354 O: I: Retrieving libxxhash0 0.8.1-1
00:00:28.371 O: I: Validating libxxhash0 0.8.1-1
00:00:28.395 O: I: Retrieving libzstd1 1.5.4+dfsg2-5
00:00:28.420 O: I: Validating libzstd1 1.5.4+dfsg2-5
00:00:28.449 O: I: Retrieving login 1:4.13+dfsg1-1+b1
00:00:28.548 O: I: Validating login 1:4.13+dfsg1-1+b1
00:00:28.577 O: I: Retrieving logsave 1.47.0-2
00:00:28.595 O: I: Validating logsave 1.47.0-2
00:00:28.619 O: I: Retrieving mawk 1.3.4.20200120-3.1
00:00:28.648 O: I: Validating mawk 1.3.4.20200120-3.1
00:00:28.675 O: I: Retrieving mount 2.38.1-5+deb12u1
00:00:28.699 O: I: Validating mount 2.38.1-5+deb12u1
00:00:28.722 O: I: Retrieving ncurses-base 6.4-4
00:00:28.745 O: I: Validating ncurses-base 6.4-4
00:00:28.770 O: I: Retrieving ncurses-bin 6.4-4
00:00:28.799 O: I: Validating ncurses-bin 6.4-4
00:00:28.828 O: I: Retrieving passwd 1:4.13+dfsg1-1+b1
00:00:28.868 O: I: Validating passwd 1:4.13+dfsg1-1+b1
00:00:28.897 O: I: Retrieving perl-base 5.36.0-7+deb12u1
00:00:28.949 O: I: Validating perl-base 5.36.0-7+deb12u1
00:00:28.980 O: I: Retrieving sed 4.9-1
00:00:29.005 O: I: Validating sed 4.9-1
00:00:29.035 O: I: Retrieving sysvinit-utils 3.06-4
00:00:29.050 O: I: Validating sysvinit-utils 3.06-4
00:00:29.075 O: I: Retrieving tar 1.34+dfsg-1.2+deb12u1
00:00:29.112 O: I: Validating tar 1.34+dfsg-1.2+deb12u1
00:00:29.184 O: I: Retrieving tzdata 2024a-0+deb12u1
00:00:29.211 O: I: Validating tzdata 2024a-0+deb12u1
00:00:29.236 O: I: Retrieving usr-is-merged 37~deb12u1
00:00:29.253 O: I: Validating usr-is-merged 37~deb12u1
00:00:29.277 O: I: Retrieving util-linux 2.38.1-5+deb12u1
00:00:29.317 O: I: Validating util-linux 2.38.1-5+deb12u1
00:00:29.347 O: I: Retrieving util-linux-extra 2.38.1-5+deb12u1
00:00:29.364 O: I: Validating util-linux-extra 2.38.1-5+deb12u1
00:00:29.390 O: I: Retrieving zlib1g 1:1.2.13.dfsg-1
00:00:29.409 O: I: Validating zlib1g 1:1.2.13.dfsg-1
00:00:29.436 O: I: Chosen extractor for .deb packages: dpkg-deb
00:00:29.469 O: I: Extracting adduser...
00:00:29.490 O: I: Extracting apt...
00:00:29.583 O: I: Extracting base-files...
00:00:29.597 O: I: Extracting base-passwd...
00:00:29.608 O: I: Extracting bash...
00:00:29.714 O: I: Extracting bsdutils...
00:00:29.727 O: I: Extracting coreutils...
00:00:29.925 O: I: Extracting dash...
00:00:29.941 O: I: Extracting debconf...
00:00:29.961 O: I: Extracting debian-archive-keyring...
00:00:29.979 O: I: Extracting debianutils...
00:00:29.995 O: I: Extracting diffutils...
00:00:30.027 O: I: Extracting dpkg...
00:00:30.129 O: I: Extracting e2fsprogs...
00:00:30.170 O: I: Extracting findutils...
00:00:30.207 O: I: Extracting gcc-12-base...
00:00:30.218 O: I: Extracting gpgv...
00:00:30.244 O: I: Extracting grep...
00:00:30.272 O: I: Extracting gzip...
00:00:30.289 O: I: Extracting hostname...
00:00:30.299 O: I: Extracting init-system-helpers...
00:00:30.309 O: I: Extracting libacl1...
00:00:30.319 O: I: Extracting libapt-pkg6.0...
00:00:30.386 O: I: Extracting libattr1...
00:00:30.396 O: I: Extracting libaudit-common...
00:00:30.404 O: I: Extracting libaudit1...
00:00:30.417 O: I: Extracting libblkid1...
00:00:30.435 O: I: Extracting libbz2-1.0...
00:00:30.446 O: I: Extracting libc-bin...
00:00:30.499 O: I: Extracting libc6...
00:00:30.696 O: I: Extracting libcap-ng0...
00:00:30.706 O: I: Extracting libcap2...
00:00:30.719 O: I: Extracting libcom-err2...
00:00:30.729 O: I: Extracting libcrypt1...
00:00:30.752 O: I: Extracting libdb5.3...
00:00:30.806 O: I: Extracting libdebconfclient0...
00:00:30.815 O: I: Extracting libext2fs2...
00:00:30.838 O: I: Extracting libffi8...
00:00:30.849 O: I: Extracting libgcc-s1...
00:00:30.862 O: I: Extracting libgcrypt20...
00:00:30.905 O: I: Extracting libgmp10...
00:00:30.932 O: I: Extracting libgnutls30...
00:00:31.009 O: I: Extracting libgpg-error0...
00:00:31.023 O: I: Extracting libhogweed6...
00:00:31.047 O: I: Extracting libidn2-0...
00:00:31.066 O: I: Extracting liblz4-1...
00:00:31.079 O: I: Extracting liblzma5...
00:00:31.096 O: I: Extracting libmd0...
00:00:31.106 O: I: Extracting libmount1...
00:00:31.127 O: I: Extracting libnettle8...
00:00:31.151 O: I: Extracting libp11-kit0...
00:00:31.181 O: I: Extracting libpam-modules...
00:00:31.209 O: I: Extracting libpam-modules-bin...
00:00:31.222 O: I: Extracting libpam-runtime...
00:00:31.244 O: I: Extracting libpam0g...
00:00:31.259 O: I: Extracting libpcre2-8-0...
00:00:31.285 O: I: Extracting libseccomp2...
00:00:31.298 O: I: Extracting libselinux1...
00:00:31.312 O: I: Extracting libsemanage-common...
00:00:31.321 O: I: Extracting libsemanage2...
00:00:31.337 O: I: Extracting libsepol2...
00:00:31.362 O: I: Extracting libsmartcols1...
00:00:31.377 O: I: Extracting libss2...
00:00:31.387 O: I: Extracting libstdc++6...
00:00:31.440 O: I: Extracting libsystemd0...
00:00:31.471 O: I: Extracting libtasn1-6...
00:00:31.483 O: I: Extracting libtinfo6...
00:00:31.503 O: I: Extracting libudev1...
00:00:31.518 O: I: Extracting libunistring2...
00:00:31.562 O: I: Extracting libuuid1...
00:00:31.572 O: I: Extracting libxxhash0...
00:00:31.583 O: I: Extracting libzstd1...
00:00:31.611 O: I: Extracting login...
00:00:31.654 O: I: Extracting logsave...
00:00:31.664 O: I: Extracting mawk...
00:00:31.680 O: I: Extracting mount...
00:00:31.697 O: I: Extracting ncurses-base...
00:00:31.710 O: I: Extracting ncurses-bin...
00:00:31.732 O: I: Extracting passwd...
00:00:31.791 O: I: Extracting perl-base...
00:00:31.938 O: I: Extracting sed...
00:00:31.966 O: I: Extracting sysvinit-utils...
00:00:31.977 O: I: Extracting tar...
00:00:32.036 O: I: Extracting tzdata...
00:00:32.123 O: I: Extracting usr-is-merged...
00:00:32.131 O: I: Extracting util-linux...
00:00:32.211 O: I: Extracting util-linux-extra...
00:00:32.226 O: I: Extracting zlib1g...
00:00:32.852 O: I: Installing core packages...
00:00:34.937 O: I: Unpacking required packages...
00:00:34.997 O: I: Unpacking adduser...
00:00:35.075 O: I: Unpacking apt...
00:00:35.308 O: I: Unpacking base-files...
00:00:35.370 O: I: Unpacking base-passwd...
00:00:35.423 O: I: Unpacking bash...
00:00:35.610 O: I: Unpacking bsdutils...
00:00:35.660 O: I: Unpacking coreutils...
00:00:36.032 O: I: Unpacking dash...
00:00:36.081 O: I: Unpacking debconf...
00:00:36.168 O: I: Unpacking debian-archive-keyring...
00:00:36.348 O: I: Unpacking debianutils...
00:00:36.405 O: I: Unpacking diffutils...
00:00:36.490 O: I: Unpacking dpkg...
00:00:36.722 O: I: Unpacking e2fsprogs...
00:00:36.820 O: I: Unpacking findutils...
00:00:36.901 O: I: Unpacking gcc-12-base:amd64...
00:00:36.936 O: I: Unpacking gpgv...
00:00:36.997 O: I: Unpacking grep...
00:00:37.080 O: I: Unpacking gzip...
00:00:37.129 O: I: Unpacking hostname...
00:00:37.161 O: I: Unpacking init-system-helpers...
00:00:37.199 O: I: Unpacking libacl1:amd64...
00:00:37.234 O: I: Unpacking libapt-pkg6.0:amd64...
00:00:37.378 O: I: Unpacking libattr1:amd64...
00:00:37.413 O: I: Unpacking libaudit-common...
00:00:37.446 O: I: Unpacking libaudit1:amd64...
00:00:37.485 O: I: Unpacking libblkid1:amd64...
00:00:37.533 O: I: Unpacking libbz2-1.0:amd64...
00:00:37.571 O: I: Unpacking libc-bin...
00:00:37.684 O: I: Unpacking libc6:amd64...
00:00:38.200 O: I: Unpacking libcap-ng0:amd64...
00:00:38.236 O: I: Unpacking libcap2:amd64...
00:00:38.272 O: I: Unpacking libcom-err2:amd64...
00:00:38.314 O: I: Unpacking libcrypt1:amd64...
00:00:38.365 O: I: Unpacking libdb5.3:amd64...
00:00:38.484 O: I: Unpacking libdebconfclient0:amd64...
00:00:38.526 O: I: Unpacking libext2fs2:amd64...
00:00:38.586 O: I: Unpacking libffi8:amd64...
00:00:38.625 O: I: Unpacking libgcc-s1:amd64...
00:00:38.666 O: I: Unpacking libgcrypt20:amd64...
00:00:38.785 O: I: Unpacking libgmp10:amd64...
00:00:38.850 O: I: Unpacking libgnutls30:amd64...
00:00:38.991 O: I: Unpacking libgpg-error0:amd64...
00:00:39.047 O: I: Unpacking libhogweed6:amd64...
00:00:39.110 O: I: Unpacking libidn2-0:amd64...
00:00:39.171 O: I: Unpacking liblz4-1:amd64...
00:00:39.209 O: I: Unpacking liblzma5:amd64...
00:00:39.255 O: I: Unpacking libmd0:amd64...
00:00:39.295 O: I: Unpacking libmount1:amd64...
00:00:39.348 O: I: Unpacking libnettle8:amd64...
00:00:39.406 O: I: Unpacking libp11-kit0:amd64...
00:00:39.479 O: I: Unpacking libpam-modules:amd64...
00:00:39.692 O: I: Unpacking libpam-modules-bin...
00:00:39.745 O: I: Unpacking libpam-runtime...
00:00:39.850 O: I: Unpacking libpam0g:amd64...
00:00:39.896 O: I: Unpacking libpcre2-8-0:amd64...
00:00:39.965 O: I: Unpacking libseccomp2:amd64...
00:00:40.010 O: I: Unpacking libselinux1:amd64...
00:00:40.055 O: I: Unpacking libsemanage-common...
00:00:40.095 O: I: Unpacking libsemanage2:amd64...
00:00:40.141 O: I: Unpacking libsepol2:amd64...
00:00:40.203 O: I: Unpacking libsmartcols1:amd64...
00:00:40.247 O: I: Unpacking libss2:amd64...
00:00:40.285 O: I: Unpacking libstdc++6:amd64...
00:00:40.379 O: I: Unpacking libsystemd0:amd64...
00:00:40.444 O: I: Unpacking libtasn1-6:amd64...
00:00:40.487 O: I: Unpacking libtinfo6:amd64...
00:00:40.540 O: I: Unpacking libudev1:amd64...
00:00:40.586 O: I: Unpacking libunistring2:amd64...
00:00:40.673 O: I: Unpacking libuuid1:amd64...
00:00:40.709 O: I: Unpacking libxxhash0:amd64...
00:00:40.744 O: I: Unpacking libzstd1:amd64...
00:00:40.808 O: I: Unpacking login...
00:00:40.929 O: I: Unpacking logsave...
00:00:40.971 O: I: Unpacking mawk...
00:00:41.019 O: I: Unpacking mount...
00:00:41.071 O: I: Unpacking ncurses-base...
00:00:41.131 O: I: Unpacking ncurses-bin...
00:00:41.193 O: I: Unpacking passwd...
00:00:41.412 O: I: Unpacking perl-base...
00:00:41.812 O: I: Unpacking sed...
00:00:41.889 O: I: Unpacking sysvinit-utils...
00:00:41.927 O: I: Unpacking tar...
00:00:42.059 O: I: Unpacking tzdata...
00:00:42.605 O: I: Unpacking usr-is-merged...
00:00:42.649 O: I: Unpacking util-linux...
00:00:42.832 O: I: Unpacking util-linux-extra...
00:00:42.883 O: I: Unpacking zlib1g:amd64...
00:00:42.921 O: I: Configuring required packages...
00:00:42.955 O: I: Configuring debian-archive-keyring...
00:00:43.096 O: I: Configuring usr-is-merged...
00:00:43.119 O: I: Configuring libaudit-common...
00:00:43.126 O: I: Configuring libsemanage-common...
00:00:43.137 O: I: Configuring debconf...
00:00:43.273 O: I: Configuring gcc-12-base:amd64...
00:00:43.277 O: I: Configuring tzdata...
00:00:43.590 O: I: Configuring ncurses-base...
00:00:43.596 O: I: Configuring init-system-helpers...
00:00:43.614 O: I: Configuring libgcc-s1:amd64...
00:00:43.626 O: I: Configuring libc6:amd64...
00:00:43.796 O: I: Configuring libudev1:amd64...
00:00:43.801 O: I: Configuring libffi8:amd64...
00:00:43.806 O: I: Configuring libmd0:amd64...
00:00:43.812 O: I: Configuring libxxhash0:amd64...
00:00:43.818 O: I: Configuring libattr1:amd64...
00:00:43.823 O: I: Configuring sysvinit-utils...
00:00:43.827 O: I: Configuring libtasn1-6:amd64...
00:00:43.832 O: I: Configuring debianutils...
00:00:43.911 O: I: Configuring mawk...
00:00:43.922 O: I: Configuring libdebconfclient0:amd64...
00:00:43.937 O: I: Configuring base-files...
00:00:43.958 O: I: Configuring libbz2-1.0:amd64...
00:00:43.964 O: I: Configuring libdb5.3:amd64...
00:00:43.968 O: I: Configuring libblkid1:amd64...
00:00:43.973 O: I: Configuring libstdc++6:amd64...
00:00:43.978 O: I: Configuring libtinfo6:amd64...
00:00:43.992 O: I: Configuring bash...
00:00:44.004 O: I: Configuring libzstd1:amd64...
00:00:44.010 O: I: Configuring liblzma5:amd64...
00:00:44.015 O: I: Configuring libgpg-error0:amd64...
00:00:44.020 O: I: Configuring liblz4-1:amd64...
00:00:44.032 O: I: Configuring libc-bin...
00:00:44.049 O: I: Configuring ncurses-bin...
00:00:44.056 O: I: Configuring libacl1:amd64...
00:00:44.061 O: I: Configuring libunistring2:amd64...
00:00:44.067 O: I: Configuring libsmartcols1:amd64...
00:00:44.072 O: I: Configuring libgcrypt20:amd64...
00:00:44.080 O: I: Configuring zlib1g:amd64...
00:00:44.087 O: I: Configuring libcrypt1:amd64...
00:00:44.093 O: I: Configuring libidn2-0:amd64...
00:00:44.098 O: I: Configuring libcom-err2:amd64...
00:00:44.103 O: I: Configuring diffutils...
00:00:44.108 O: I: Configuring libseccomp2:amd64...
00:00:44.113 O: I: Configuring libcap2:amd64...
00:00:44.118 O: I: Configuring hostname...
00:00:44.123 O: I: Configuring libcap-ng0:amd64...
00:00:44.128 O: I: Configuring libext2fs2:amd64...
00:00:44.132 O: I: Configuring libnettle8:amd64...
00:00:44.138 O: I: Configuring libgmp10:amd64...
00:00:44.144 O: I: Configuring libp11-kit0:amd64...
00:00:44.148 O: I: Configuring libaudit1:amd64...
00:00:44.153 O: I: Configuring libuuid1:amd64...
00:00:44.159 O: I: Configuring libss2:amd64...
00:00:44.165 O: I: Configuring libsepol2:amd64...
00:00:44.171 O: I: Configuring libpcre2-8-0:amd64...
00:00:44.178 O: I: Configuring logsave...
00:00:44.182 O: I: Configuring gpgv...
00:00:44.191 O: I: Configuring util-linux-extra...
00:00:44.213 O: I: Configuring libhogweed6:amd64...
00:00:44.223 O: I: Configuring e2fsprogs...
00:00:44.660 O: I: Configuring libsystemd0:amd64...
00:00:44.664 O: I: Configuring libselinux1:amd64...
00:00:44.669 O: I: Configuring libgnutls30:amd64...
00:00:44.674 O: I: Configuring libpam0g:amd64...
00:00:44.821 O: I: Configuring libapt-pkg6.0:amd64...
00:00:44.825 O: I: Configuring sed...
00:00:44.831 O: I: Configuring findutils...
00:00:44.835 O: I: Configuring libmount1:amd64...
00:00:44.839 O: I: Configuring libsemanage2:amd64...
00:00:44.844 O: I: Configuring base-passwd...
00:00:45.008 O: I: Configuring bsdutils...
00:00:45.012 O: I: Configuring tar...
00:00:45.021 O: I: Configuring libpam-modules-bin...
00:00:45.026 O: I: Configuring coreutils...
00:00:45.039 O: I: Configuring util-linux...
00:00:45.275 O: I: Configuring dpkg...
00:00:45.513 O: I: Configuring mount...
00:00:45.517 O: I: Configuring dash...
00:00:45.630 O: I: Configuring libpam-modules:amd64...
00:00:45.644 O: I: Configuring grep...
00:00:45.649 O: I: Configuring perl-base...
00:00:45.663 O: I: Configuring gzip...
00:00:45.677 O: I: Configuring passwd...
00:00:45.728 O: I: Configuring libpam-runtime...
00:00:45.897 O: I: Configuring login...
00:00:45.928 O: I: Configuring adduser...
00:00:45.937 O: I: Configuring apt...
00:00:46.364 O: I: Configuring libc-bin...
00:00:46.381 O: I: Unpacking the base system...
00:00:47.194 O: I: Base system installed successfully.
00:00:47.259 E: + [ 0 -ne 0 ]
00:00:47.263 E: + tar --sort=name --mtime=@1722845704 --clamp-mtime --numeric-owner --one-file-system --xattrs -C /tmp/tmp.CyMGDk3IB9 -c .
00:00:55.701 E: + rm -r /tmp/tmp.CyMGDk3IB9
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:07
result: SUCCESS
------------------------------------------------------------------------------
(5/280) debootstrap
dist: stable
mode: auto
variant: buildd
format: auto
time left: 7:05:26
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.027 E: + mktemp -d
00:00:00.030 E: + tmpdir=/tmp/tmp.PyBOKwcKCp
00:00:00.034 E: + chmod 755 /tmp/tmp.PyBOKwcKCp
00:00:00.039 E: + ret=0
00:00:00.044 E: + [ stable = oldstable ]
00:00:00.049 E: + echo --merged-usr
00:00:00.055 E: + debootstrap --merged-usr --variant=buildd stable /tmp/tmp.PyBOKwcKCp http://127.0.0.1/debian
00:00:00.123 O: I: Target architecture can be executed
00:00:00.153 O: I: Retrieving InRelease 
00:00:00.320 O: I: Checking Release signature
00:00:00.347 O: I: Valid Release signature (key id 4D64FEC119C2029067D6E791F8D2585B8783D481)
00:00:00.912 O: I: Retrieving Packages 
00:00:01.135 O: I: Validating Packages 
00:00:02.164 O: I: Resolving dependencies of required packages...
00:00:11.244 O: I: Resolving dependencies of base packages...
00:00:30.387 O: I: Checking component main on http://127.0.0.1/debian...
00:00:34.326 O: I: Retrieving adduser 3.134
00:00:34.360 O: I: Validating adduser 3.134
00:00:34.389 O: I: Retrieving apt 2.6.1
00:00:34.443 O: I: Validating apt 2.6.1
00:00:34.476 O: I: Retrieving base-files 12.4+deb12u6
00:00:34.496 O: I: Validating base-files 12.4+deb12u6
00:00:34.527 O: I: Retrieving base-passwd 3.6.1
00:00:34.551 O: I: Validating base-passwd 3.6.1
00:00:34.579 O: I: Retrieving bash 5.2.15-2+b7
00:00:34.639 O: I: Validating bash 5.2.15-2+b7
00:00:34.672 O: I: Retrieving binutils 2.40-2
00:00:34.694 O: I: Validating binutils 2.40-2
00:00:34.721 O: I: Retrieving binutils-common 2.40-2
00:00:34.848 O: I: Validating binutils-common 2.40-2
00:00:34.897 O: I: Retrieving binutils-x86-64-linux-gnu 2.40-2
00:00:34.975 O: I: Validating binutils-x86-64-linux-gnu 2.40-2
00:00:35.012 O: I: Retrieving bsdutils 1:2.38.1-5+deb12u1
00:00:35.031 O: I: Validating bsdutils 1:2.38.1-5+deb12u1
00:00:35.056 O: I: Retrieving build-essential 12.9
00:00:35.079 O: I: Validating build-essential 12.9
00:00:35.114 O: I: Retrieving bzip2 1.0.8-5+b1
00:00:35.133 O: I: Validating bzip2 1.0.8-5+b1
00:00:35.161 O: I: Retrieving coreutils 9.1-1
00:00:35.245 O: I: Validating coreutils 9.1-1
00:00:35.282 O: I: Retrieving cpp 4:12.2.0-3
00:00:35.299 O: I: Validating cpp 4:12.2.0-3
00:00:35.322 O: I: Retrieving cpp-12 12.2.0-14
00:00:35.556 O: I: Validating cpp-12 12.2.0-14
00:00:35.629 O: I: Retrieving dash 0.5.12-2
00:00:35.652 O: I: Validating dash 0.5.12-2
00:00:35.680 O: I: Retrieving debconf 1.5.82
00:00:35.701 O: I: Validating debconf 1.5.82
00:00:35.725 O: I: Retrieving debian-archive-keyring 2023.3+deb12u1
00:00:35.746 O: I: Validating debian-archive-keyring 2023.3+deb12u1
00:00:35.772 O: I: Retrieving debianutils 5.7-0.5~deb12u1
00:00:35.790 O: I: Validating debianutils 5.7-0.5~deb12u1
00:00:35.816 O: I: Retrieving diffutils 1:3.8-4
00:00:35.844 O: I: Validating diffutils 1:3.8-4
00:00:35.870 O: I: Retrieving dpkg 1.21.22
00:00:35.938 O: I: Validating dpkg 1.21.22
00:00:35.974 O: I: Retrieving dpkg-dev 1.21.22
00:00:36.027 O: I: Validating dpkg-dev 1.21.22
00:00:36.059 O: I: Retrieving e2fsprogs 1.47.0-2
00:00:36.092 O: I: Validating e2fsprogs 1.47.0-2
00:00:36.122 O: I: Retrieving findutils 4.9.0-4
00:00:36.164 O: I: Validating findutils 4.9.0-4
00:00:36.193 O: I: Retrieving g++ 4:12.2.0-3
00:00:36.209 O: I: Validating g++ 4:12.2.0-3
00:00:36.234 O: I: Retrieving g++-12 12.2.0-14
00:00:36.492 O: I: Validating g++-12 12.2.0-14
00:00:36.573 O: I: Retrieving gcc 4:12.2.0-3
00:00:36.598 O: I: Validating gcc 4:12.2.0-3
00:00:36.625 O: I: Retrieving gcc-12 12.2.0-14
00:00:37.103 O: I: Validating gcc-12 12.2.0-14
00:00:37.233 O: I: Retrieving gcc-12-base 12.2.0-14
00:00:37.251 O: I: Validating gcc-12-base 12.2.0-14
00:00:37.276 O: I: Retrieving gpgv 2.2.40-1.1
00:00:37.307 O: I: Validating gpgv 2.2.40-1.1
00:00:37.336 O: I: Retrieving grep 3.8-5
00:00:37.363 O: I: Validating grep 3.8-5
00:00:37.391 O: I: Retrieving gzip 1.12-1
00:00:37.411 O: I: Validating gzip 1.12-1
00:00:37.437 O: I: Retrieving hostname 3.23+nmu1
00:00:37.455 O: I: Validating hostname 3.23+nmu1
00:00:37.481 O: I: Retrieving init-system-helpers 1.65.2
00:00:37.500 O: I: Validating init-system-helpers 1.65.2
00:00:37.528 O: I: Retrieving libacl1 2.3.1-3
00:00:37.550 O: I: Validating libacl1 2.3.1-3
00:00:37.575 O: I: Retrieving libapt-pkg6.0 2.6.1
00:00:37.613 O: I: Validating libapt-pkg6.0 2.6.1
00:00:37.643 O: I: Retrieving libasan8 12.2.0-14
00:00:37.705 O: I: Validating libasan8 12.2.0-14
00:00:37.739 O: I: Retrieving libatomic1 12.2.0-14
00:00:37.756 O: I: Validating libatomic1 12.2.0-14
00:00:37.781 O: I: Retrieving libattr1 1:2.5.1-4
00:00:37.798 O: I: Validating libattr1 1:2.5.1-4
00:00:37.822 O: I: Retrieving libaudit-common 1:3.0.9-1
00:00:37.840 O: I: Validating libaudit-common 1:3.0.9-1
00:00:37.866 O: I: Retrieving libaudit1 1:3.0.9-1
00:00:37.885 O: I: Validating libaudit1 1:3.0.9-1
00:00:37.911 O: I: Retrieving libbinutils 2.40-2
00:00:37.944 O: I: Validating libbinutils 2.40-2
00:00:37.974 O: I: Retrieving libblkid1 2.38.1-5+deb12u1
00:00:37.996 O: I: Validating libblkid1 2.38.1-5+deb12u1
00:00:38.025 O: I: Retrieving libbz2-1.0 1.0.8-5+b1
00:00:38.043 O: I: Validating libbz2-1.0 1.0.8-5+b1
00:00:38.068 O: I: Retrieving libc-bin 2.36-9+deb12u7
00:00:38.098 O: I: Validating libc-bin 2.36-9+deb12u7
00:00:38.129 O: I: Retrieving libc-dev-bin 2.36-9+deb12u7
00:00:38.149 O: I: Validating libc-dev-bin 2.36-9+deb12u7
00:00:38.179 O: I: Retrieving libc6 2.36-9+deb12u7
00:00:38.258 O: I: Validating libc6 2.36-9+deb12u7
00:00:38.296 O: I: Retrieving libc6-dev 2.36-9+deb12u7
00:00:38.353 O: I: Validating libc6-dev 2.36-9+deb12u7
00:00:38.391 O: I: Retrieving libcap-ng0 0.8.3-1+b3
00:00:38.406 O: I: Validating libcap-ng0 0.8.3-1+b3
00:00:38.430 O: I: Retrieving libcap2 1:2.66-4
00:00:38.449 O: I: Validating libcap2 1:2.66-4
00:00:38.476 O: I: Retrieving libcc1-0 12.2.0-14
00:00:38.495 O: I: Validating libcc1-0 12.2.0-14
00:00:38.523 O: I: Retrieving libcom-err2 1.47.0-2
00:00:38.545 O: I: Validating libcom-err2 1.47.0-2
00:00:38.571 O: I: Retrieving libcrypt-dev 1:4.4.33-2
00:00:38.592 O: I: Validating libcrypt-dev 1:4.4.33-2
00:00:38.623 O: I: Retrieving libcrypt1 1:4.4.33-2
00:00:38.656 O: I: Validating libcrypt1 1:4.4.33-2
00:00:38.685 O: I: Retrieving libctf-nobfd0 2.40-2
00:00:38.705 O: I: Validating libctf-nobfd0 2.40-2
00:00:38.732 O: I: Retrieving libctf0 2.40-2
00:00:38.752 O: I: Validating libctf0 2.40-2
00:00:38.779 O: I: Retrieving libdb5.3 5.3.28+dfsg2-1
00:00:38.812 O: I: Validating libdb5.3 5.3.28+dfsg2-1
00:00:38.841 O: I: Retrieving libdebconfclient0 0.270
00:00:38.858 O: I: Validating libdebconfclient0 0.270
00:00:38.885 O: I: Retrieving libdpkg-perl 1.21.22
00:00:38.913 O: I: Validating libdpkg-perl 1.21.22
00:00:38.942 O: I: Retrieving libext2fs2 1.47.0-2
00:00:38.966 O: I: Validating libext2fs2 1.47.0-2
00:00:38.992 O: I: Retrieving libffi8 3.4.4-1
00:00:39.009 O: I: Validating libffi8 3.4.4-1
00:00:39.036 O: I: Retrieving libgcc-12-dev 12.2.0-14
00:00:39.116 O: I: Validating libgcc-12-dev 12.2.0-14
00:00:39.156 O: I: Retrieving libgcc-s1 12.2.0-14
00:00:39.173 O: I: Validating libgcc-s1 12.2.0-14
00:00:39.204 O: I: Retrieving libgcrypt20 1.10.1-3
00:00:39.237 O: I: Validating libgcrypt20 1.10.1-3
00:00:39.267 O: I: Retrieving libgdbm-compat4 1.23-3
00:00:39.285 O: I: Validating libgdbm-compat4 1.23-3
00:00:39.309 O: I: Retrieving libgdbm6 1.23-3
00:00:39.329 O: I: Validating libgdbm6 1.23-3
00:00:39.356 O: I: Retrieving libgmp10 2:6.2.1+dfsg1-1.1
00:00:39.386 O: I: Validating libgmp10 2:6.2.1+dfsg1-1.1
00:00:39.414 O: I: Retrieving libgnutls30 3.7.9-2+deb12u3
00:00:39.463 O: I: Validating libgnutls30 3.7.9-2+deb12u3
00:00:39.495 O: I: Retrieving libgomp1 12.2.0-14
00:00:39.518 O: I: Validating libgomp1 12.2.0-14
00:00:39.547 O: I: Retrieving libgpg-error0 1.46-1
00:00:39.563 O: I: Validating libgpg-error0 1.46-1
00:00:39.587 O: I: Retrieving libgprofng0 2.40-2
00:00:39.620 O: I: Validating libgprofng0 2.40-2
00:00:39.648 O: I: Retrieving libgssapi-krb5-2 1.20.1-2+deb12u1
00:00:39.669 O: I: Validating libgssapi-krb5-2 1.20.1-2+deb12u1
00:00:39.695 O: I: Retrieving libhogweed6 3.8.1-2
00:00:39.718 O: I: Validating libhogweed6 3.8.1-2
00:00:39.744 O: I: Retrieving libidn2-0 2.3.3-1+b1
00:00:39.761 O: I: Validating libidn2-0 2.3.3-1+b1
00:00:39.786 O: I: Retrieving libisl23 0.25-1.1
00:00:39.815 O: I: Validating libisl23 0.25-1.1
00:00:39.843 O: I: Retrieving libitm1 12.2.0-14
00:00:39.862 O: I: Validating libitm1 12.2.0-14
00:00:39.886 O: I: Retrieving libjansson4 2.14-2
00:00:39.901 O: I: Validating libjansson4 2.14-2
00:00:39.926 O: I: Retrieving libk5crypto3 1.20.1-2+deb12u1
00:00:39.943 O: I: Validating libk5crypto3 1.20.1-2+deb12u1
00:00:39.968 O: I: Retrieving libkeyutils1 1.6.3-2
00:00:39.984 O: I: Validating libkeyutils1 1.6.3-2
00:00:40.009 O: I: Retrieving libkrb5-3 1.20.1-2+deb12u1
00:00:40.033 O: I: Validating libkrb5-3 1.20.1-2+deb12u1
00:00:40.059 O: I: Retrieving libkrb5support0 1.20.1-2+deb12u1
00:00:40.075 O: I: Validating libkrb5support0 1.20.1-2+deb12u1
00:00:40.099 O: I: Retrieving liblsan0 12.2.0-14
00:00:40.134 O: I: Validating liblsan0 12.2.0-14
00:00:40.164 O: I: Retrieving liblz4-1 1.9.4-1
00:00:40.182 O: I: Validating liblz4-1 1.9.4-1
00:00:40.207 O: I: Retrieving liblzma5 5.4.1-0.2
00:00:40.227 O: I: Validating liblzma5 5.4.1-0.2
00:00:40.252 O: I: Retrieving libmd0 1.0.4-2
00:00:40.268 O: I: Validating libmd0 1.0.4-2
00:00:40.292 O: I: Retrieving libmount1 2.38.1-5+deb12u1
00:00:40.311 O: I: Validating libmount1 2.38.1-5+deb12u1
00:00:40.336 O: I: Retrieving libmpc3 1.3.1-1
00:00:40.352 O: I: Validating libmpc3 1.3.1-1
00:00:40.375 O: I: Retrieving libmpfr6 4.2.0-1
00:00:40.407 O: I: Validating libmpfr6 4.2.0-1
00:00:40.434 O: I: Retrieving libnettle8 3.8.1-2
00:00:40.456 O: I: Validating libnettle8 3.8.1-2
00:00:40.482 O: I: Retrieving libnsl-dev 1.3.0-2
00:00:40.499 O: I: Validating libnsl-dev 1.3.0-2
00:00:40.523 O: I: Retrieving libnsl2 1.3.0-2
00:00:40.542 O: I: Validating libnsl2 1.3.0-2
00:00:40.566 O: I: Retrieving libp11-kit0 0.24.1-2
00:00:40.589 O: I: Validating libp11-kit0 0.24.1-2
00:00:40.614 O: I: Retrieving libpam-modules 1.5.2-6+deb12u1
00:00:40.636 O: I: Validating libpam-modules 1.5.2-6+deb12u1
00:00:40.662 O: I: Retrieving libpam-modules-bin 1.5.2-6+deb12u1
00:00:40.680 O: I: Validating libpam-modules-bin 1.5.2-6+deb12u1
00:00:40.705 O: I: Retrieving libpam-runtime 1.5.2-6+deb12u1
00:00:40.725 O: I: Validating libpam-runtime 1.5.2-6+deb12u1
00:00:40.750 O: I: Retrieving libpam0g 1.5.2-6+deb12u1
00:00:40.767 O: I: Validating libpam0g 1.5.2-6+deb12u1
00:00:40.790 O: I: Retrieving libpcre2-8-0 10.42-1
00:00:40.813 O: I: Validating libpcre2-8-0 10.42-1
00:00:40.839 O: I: Retrieving libperl5.36 5.36.0-7+deb12u1
00:00:40.943 O: I: Validating libperl5.36 5.36.0-7+deb12u1
00:00:40.990 O: I: Retrieving libquadmath0 12.2.0-14
00:00:41.008 O: I: Validating libquadmath0 12.2.0-14
00:00:41.034 O: I: Retrieving libseccomp2 2.5.4-1+deb12u1
00:00:41.051 O: I: Validating libseccomp2 2.5.4-1+deb12u1
00:00:41.077 O: I: Retrieving libselinux1 3.4-1+b6
00:00:41.095 O: I: Validating libselinux1 3.4-1+b6
00:00:41.120 O: I: Retrieving libsemanage-common 3.4-1
00:00:41.136 O: I: Validating libsemanage-common 3.4-1
00:00:41.159 O: I: Retrieving libsemanage2 3.4-1+b5
00:00:41.193 O: I: Validating libsemanage2 3.4-1+b5
00:00:41.216 O: I: Retrieving libsepol2 3.4-2.1
00:00:41.239 O: I: Validating libsepol2 3.4-2.1
00:00:41.264 O: I: Retrieving libsmartcols1 2.38.1-5+deb12u1
00:00:41.282 O: I: Validating libsmartcols1 2.38.1-5+deb12u1
00:00:41.306 O: I: Retrieving libss2 1.47.0-2
00:00:41.322 O: I: Validating libss2 1.47.0-2
00:00:41.346 O: I: Retrieving libssl3 3.0.13-1~deb12u1
00:00:41.409 O: I: Validating libssl3 3.0.13-1~deb12u1
00:00:41.443 O: I: Retrieving libstdc++-12-dev 12.2.0-14
00:00:41.506 O: I: Validating libstdc++-12-dev 12.2.0-14
00:00:41.545 O: I: Retrieving libstdc++6 12.2.0-14
00:00:41.579 O: I: Validating libstdc++6 12.2.0-14
00:00:41.606 O: I: Retrieving libsystemd0 252.26-1~deb12u2
00:00:41.635 O: I: Validating libsystemd0 252.26-1~deb12u2
00:00:41.661 O: I: Retrieving libtasn1-6 4.19.0-2
00:00:41.679 O: I: Validating libtasn1-6 4.19.0-2
00:00:41.704 O: I: Retrieving libtinfo6 6.4-4
00:00:41.734 O: I: Validating libtinfo6 6.4-4
00:00:41.761 O: I: Retrieving libtirpc-common 1.3.3+ds-1
00:00:41.778 O: I: Validating libtirpc-common 1.3.3+ds-1
00:00:41.803 O: I: Retrieving libtirpc-dev 1.3.3+ds-1
00:00:41.824 O: I: Validating libtirpc-dev 1.3.3+ds-1
00:00:41.851 O: I: Retrieving libtirpc3 1.3.3+ds-1
00:00:41.869 O: I: Validating libtirpc3 1.3.3+ds-1
00:00:41.894 O: I: Retrieving libtsan2 12.2.0-14
00:00:41.955 O: I: Validating libtsan2 12.2.0-14
00:00:41.993 O: I: Retrieving libubsan1 12.2.0-14
00:00:42.030 O: I: Validating libubsan1 12.2.0-14
00:00:42.058 O: I: Retrieving libudev1 252.26-1~deb12u2
00:00:42.077 O: I: Validating libudev1 252.26-1~deb12u2
00:00:42.101 O: I: Retrieving libunistring2 1.0-2
00:00:42.132 O: I: Validating libunistring2 1.0-2
00:00:42.159 O: I: Retrieving libuuid1 2.38.1-5+deb12u1
00:00:42.179 O: I: Validating libuuid1 2.38.1-5+deb12u1
00:00:42.204 O: I: Retrieving libxxhash0 0.8.1-1
00:00:42.221 O: I: Validating libxxhash0 0.8.1-1
00:00:42.244 O: I: Retrieving libzstd1 1.5.4+dfsg2-5
00:00:42.268 O: I: Validating libzstd1 1.5.4+dfsg2-5
00:00:42.293 O: I: Retrieving linux-libc-dev 6.1.94-1
00:00:42.351 O: I: Validating linux-libc-dev 6.1.94-1
00:00:42.385 O: I: Retrieving login 1:4.13+dfsg1-1+b1
00:00:42.414 O: I: Validating login 1:4.13+dfsg1-1+b1
00:00:42.440 O: I: Retrieving logsave 1.47.0-2
00:00:42.457 O: I: Validating logsave 1.47.0-2
00:00:42.480 O: I: Retrieving make 4.3-4.1
00:00:42.505 O: I: Validating make 4.3-4.1
00:00:42.532 O: I: Retrieving mawk 1.3.4.20200120-3.1
00:00:42.551 O: I: Validating mawk 1.3.4.20200120-3.1
00:00:42.575 O: I: Retrieving mount 2.38.1-5+deb12u1
00:00:42.593 O: I: Validating mount 2.38.1-5+deb12u1
00:00:42.617 O: I: Retrieving ncurses-base 6.4-4
00:00:42.640 O: I: Validating ncurses-base 6.4-4
00:00:42.666 O: I: Retrieving ncurses-bin 6.4-4
00:00:42.693 O: I: Validating ncurses-bin 6.4-4
00:00:42.720 O: I: Retrieving passwd 1:4.13+dfsg1-1+b1
00:00:42.756 O: I: Validating passwd 1:4.13+dfsg1-1+b1
00:00:42.785 O: I: Retrieving patch 2.7.6-7
00:00:42.804 O: I: Validating patch 2.7.6-7
00:00:42.828 O: I: Retrieving perl 5.36.0-7+deb12u1
00:00:42.850 O: I: Validating perl 5.36.0-7+deb12u1
00:00:42.876 O: I: Retrieving perl-base 5.36.0-7+deb12u1
00:00:42.924 O: I: Validating perl-base 5.36.0-7+deb12u1
00:00:42.956 O: I: Retrieving perl-modules-5.36 5.36.0-7+deb12u1
00:00:43.028 O: I: Validating perl-modules-5.36 5.36.0-7+deb12u1
00:00:43.064 O: I: Retrieving rpcsvc-proto 1.4.3-1
00:00:43.081 O: I: Validating rpcsvc-proto 1.4.3-1
00:00:43.105 O: I: Retrieving sed 4.9-1
00:00:43.127 O: I: Validating sed 4.9-1
00:00:43.152 O: I: Retrieving sysvinit-utils 3.06-4
00:00:43.169 O: I: Validating sysvinit-utils 3.06-4
00:00:43.191 O: I: Retrieving tar 1.34+dfsg-1.2+deb12u1
00:00:43.227 O: I: Validating tar 1.34+dfsg-1.2+deb12u1
00:00:43.255 O: I: Retrieving tzdata 2024a-0+deb12u1
00:00:43.278 O: I: Validating tzdata 2024a-0+deb12u1
00:00:43.303 O: I: Retrieving usr-is-merged 37~deb12u1
00:00:43.319 O: I: Validating usr-is-merged 37~deb12u1
00:00:43.343 O: I: Retrieving util-linux 2.38.1-5+deb12u1
00:00:43.382 O: I: Validating util-linux 2.38.1-5+deb12u1
00:00:43.412 O: I: Retrieving util-linux-extra 2.38.1-5+deb12u1
00:00:43.431 O: I: Validating util-linux-extra 2.38.1-5+deb12u1
00:00:43.454 O: I: Retrieving xz-utils 5.4.1-0.2
00:00:43.480 O: I: Validating xz-utils 5.4.1-0.2
00:00:43.506 O: I: Retrieving zlib1g 1:1.2.13.dfsg-1
00:00:43.525 O: I: Validating zlib1g 1:1.2.13.dfsg-1
00:00:43.556 O: I: Chosen extractor for .deb packages: dpkg-deb
00:00:43.602 O: I: Extracting adduser...
00:00:43.623 O: I: Extracting apt...
00:00:43.712 O: I: Extracting base-files...
00:00:43.726 O: I: Extracting base-passwd...
00:00:43.738 O: I: Extracting bash...
00:00:43.837 O: I: Extracting bsdutils...
00:00:43.852 O: I: Extracting coreutils...
00:00:44.045 O: I: Extracting dash...
00:00:44.059 O: I: Extracting debconf...
00:00:44.077 O: I: Extracting debian-archive-keyring...
00:00:44.095 O: I: Extracting debianutils...
00:00:44.111 O: I: Extracting diffutils...
00:00:44.143 O: I: Extracting dpkg...
00:00:44.236 O: I: Extracting e2fsprogs...
00:00:44.276 O: I: Extracting findutils...
00:00:44.311 O: I: Extracting gcc-12-base...
00:00:44.322 O: I: Extracting gpgv...
00:00:44.349 O: I: Extracting grep...
00:00:44.376 O: I: Extracting gzip...
00:00:44.392 O: I: Extracting hostname...
00:00:44.401 O: I: Extracting init-system-helpers...
00:00:44.412 O: I: Extracting libacl1...
00:00:44.422 O: I: Extracting libapt-pkg6.0...
00:00:44.490 O: I: Extracting libattr1...
00:00:44.500 O: I: Extracting libaudit-common...
00:00:44.509 O: I: Extracting libaudit1...
00:00:44.523 O: I: Extracting libblkid1...
00:00:44.542 O: I: Extracting libbz2-1.0...
00:00:44.554 O: I: Extracting libc-bin...
00:00:44.604 O: I: Extracting libc6...
00:00:44.789 O: I: Extracting libcap-ng0...
00:00:44.798 O: I: Extracting libcap2...
00:00:44.809 O: I: Extracting libcom-err2...
00:00:44.818 O: I: Extracting libcrypt1...
00:00:44.832 O: I: Extracting libdb5.3...
00:00:44.884 O: I: Extracting libdebconfclient0...
00:00:44.893 O: I: Extracting libext2fs2...
00:00:44.914 O: I: Extracting libffi8...
00:00:44.922 O: I: Extracting libgcc-s1...
00:00:44.934 O: I: Extracting libgcrypt20...
00:00:44.976 O: I: Extracting libgmp10...
00:00:45.001 O: I: Extracting libgnutls30...
00:00:45.076 O: I: Extracting libgpg-error0...
00:00:45.090 O: I: Extracting libhogweed6...
00:00:45.114 O: I: Extracting libidn2-0...
00:00:45.134 O: I: Extracting liblz4-1...
00:00:45.147 O: I: Extracting liblzma5...
00:00:45.165 O: I: Extracting libmd0...
00:00:45.174 O: I: Extracting libmount1...
00:00:45.194 O: I: Extracting libnettle8...
00:00:45.215 O: I: Extracting libp11-kit0...
00:00:45.244 O: I: Extracting libpam-modules...
00:00:45.271 O: I: Extracting libpam-modules-bin...
00:00:45.285 O: I: Extracting libpam-runtime...
00:00:45.308 O: I: Extracting libpam0g...
00:00:45.321 O: I: Extracting libpcre2-8-0...
00:00:45.349 O: I: Extracting libseccomp2...
00:00:45.361 O: I: Extracting libselinux1...
00:00:45.376 O: I: Extracting libsemanage-common...
00:00:45.385 O: I: Extracting libsemanage2...
00:00:45.401 O: I: Extracting libsepol2...
00:00:45.428 O: I: Extracting libsmartcols1...
00:00:45.443 O: I: Extracting libss2...
00:00:45.453 O: I: Extracting libstdc++6...
00:00:45.504 O: I: Extracting libsystemd0...
00:00:45.534 O: I: Extracting libtasn1-6...
00:00:45.546 O: I: Extracting libtinfo6...
00:00:45.565 O: I: Extracting libudev1...
00:00:45.580 O: I: Extracting libunistring2...
00:00:45.624 O: I: Extracting libuuid1...
00:00:45.635 O: I: Extracting libxxhash0...
00:00:45.646 O: I: Extracting libzstd1...
00:00:45.674 O: I: Extracting login...
00:00:45.718 O: I: Extracting logsave...
00:00:45.728 O: I: Extracting mawk...
00:00:45.744 O: I: Extracting mount...
00:00:45.761 O: I: Extracting ncurses-base...
00:00:45.776 O: I: Extracting ncurses-bin...
00:00:45.799 O: I: Extracting passwd...
00:00:45.860 O: I: Extracting perl-base...
00:00:46.003 O: I: Extracting sed...
00:00:46.031 O: I: Extracting sysvinit-utils...
00:00:46.043 O: I: Extracting tar...
00:00:46.102 O: I: Extracting tzdata...
00:00:46.197 O: I: Extracting usr-is-merged...
00:00:46.205 O: I: Extracting util-linux...
00:00:46.286 O: I: Extracting util-linux-extra...
00:00:46.302 O: I: Extracting zlib1g...
00:00:46.960 O: I: Installing core packages...
00:00:49.082 O: I: Unpacking required packages...
00:00:49.170 O: I: Unpacking adduser...
00:00:49.243 O: I: Unpacking apt...
00:00:49.469 O: I: Unpacking base-files...
00:00:49.523 O: I: Unpacking base-passwd...
00:00:49.576 O: I: Unpacking bash...
00:00:49.761 O: I: Unpacking bsdutils...
00:00:49.807 O: I: Unpacking coreutils...
00:00:50.182 O: I: Unpacking dash...
00:00:50.232 O: I: Unpacking debconf...
00:00:50.313 O: I: Unpacking debian-archive-keyring...
00:00:50.480 O: I: Unpacking debianutils...
00:00:50.539 O: I: Unpacking diffutils...
00:00:50.630 O: I: Unpacking dpkg...
00:00:50.844 O: I: Unpacking e2fsprogs...
00:00:50.934 O: I: Unpacking findutils...
00:00:51.038 O: I: Unpacking gcc-12-base:amd64...
00:00:51.070 O: I: Unpacking gpgv...
00:00:51.129 O: I: Unpacking grep...
00:00:51.208 O: I: Unpacking gzip...
00:00:51.260 O: I: Unpacking hostname...
00:00:51.293 O: I: Unpacking init-system-helpers...
00:00:51.334 O: I: Unpacking libacl1:amd64...
00:00:51.371 O: I: Unpacking libapt-pkg6.0:amd64...
00:00:51.532 O: I: Unpacking libattr1:amd64...
00:00:51.567 O: I: Unpacking libaudit-common...
00:00:51.602 O: I: Unpacking libaudit1:amd64...
00:00:51.642 O: I: Unpacking libblkid1:amd64...
00:00:51.689 O: I: Unpacking libbz2-1.0:amd64...
00:00:51.736 O: I: Unpacking libc-bin...
00:00:51.849 O: I: Unpacking libc6:amd64...
00:00:52.345 O: I: Unpacking libcap-ng0:amd64...
00:00:52.379 O: I: Unpacking libcap2:amd64...
00:00:52.417 O: I: Unpacking libcom-err2:amd64...
00:00:52.451 O: I: Unpacking libcrypt1:amd64...
00:00:52.495 O: I: Unpacking libdb5.3:amd64...
00:00:52.594 O: I: Unpacking libdebconfclient0:amd64...
00:00:52.630 O: I: Unpacking libext2fs2:amd64...
00:00:52.686 O: I: Unpacking libffi8:amd64...
00:00:52.721 O: I: Unpacking libgcc-s1:amd64...
00:00:52.761 O: I: Unpacking libgcrypt20:amd64...
00:00:52.848 O: I: Unpacking libgmp10:amd64...
00:00:52.906 O: I: Unpacking libgnutls30:amd64...
00:00:53.052 O: I: Unpacking libgpg-error0:amd64...
00:00:53.095 O: I: Unpacking libhogweed6:amd64...
00:00:53.156 O: I: Unpacking libidn2-0:amd64...
00:00:53.217 O: I: Unpacking liblz4-1:amd64...
00:00:53.257 O: I: Unpacking liblzma5:amd64...
00:00:53.305 O: I: Unpacking libmd0:amd64...
00:00:53.340 O: I: Unpacking libmount1:amd64...
00:00:53.392 O: I: Unpacking libnettle8:amd64...
00:00:53.449 O: I: Unpacking libp11-kit0:amd64...
00:00:53.517 O: I: Unpacking libpam-modules:amd64...
00:00:53.713 O: I: Unpacking libpam-modules-bin...
00:00:53.762 O: I: Unpacking libpam-runtime...
00:00:53.858 O: I: Unpacking libpam0g:amd64...
00:00:53.902 O: I: Unpacking libpcre2-8-0:amd64...
00:00:53.962 O: I: Unpacking libseccomp2:amd64...
00:00:54.000 O: I: Unpacking libselinux1:amd64...
00:00:54.037 O: I: Unpacking libsemanage-common...
00:00:54.071 O: I: Unpacking libsemanage2:amd64...
00:00:54.113 O: I: Unpacking libsepol2:amd64...
00:00:54.176 O: I: Unpacking libsmartcols1:amd64...
00:00:54.218 O: I: Unpacking libss2:amd64...
00:00:54.256 O: I: Unpacking libstdc++6:amd64...
00:00:54.346 O: I: Unpacking libsystemd0:amd64...
00:00:54.406 O: I: Unpacking libtasn1-6:amd64...
00:00:54.442 O: I: Unpacking libtinfo6:amd64...
00:00:54.486 O: I: Unpacking libudev1:amd64...
00:00:54.525 O: I: Unpacking libunistring2:amd64...
00:00:54.607 O: I: Unpacking libuuid1:amd64...
00:00:54.641 O: I: Unpacking libxxhash0:amd64...
00:00:54.681 O: I: Unpacking libzstd1:amd64...
00:00:54.761 O: I: Unpacking login...
00:00:55.026 O: I: Unpacking logsave...
00:00:55.079 O: I: Unpacking mawk...
00:00:55.214 O: I: Unpacking mount...
00:00:55.312 O: I: Unpacking ncurses-base...
00:00:55.367 O: I: Unpacking ncurses-bin...
00:00:55.480 O: I: Unpacking passwd...
00:00:55.743 O: I: Unpacking perl-base...
00:00:56.126 O: I: Unpacking sed...
00:00:56.197 O: I: Unpacking sysvinit-utils...
00:00:56.237 O: I: Unpacking tar...
00:00:56.357 O: I: Unpacking tzdata...
00:00:57.003 O: I: Unpacking usr-is-merged...
00:00:57.119 O: I: Unpacking util-linux...
00:00:57.325 O: I: Unpacking util-linux-extra...
00:00:57.370 O: I: Unpacking zlib1g:amd64...
00:00:57.410 O: I: Configuring required packages...
00:00:57.444 O: I: Configuring debian-archive-keyring...
00:00:57.573 O: I: Configuring usr-is-merged...
00:00:57.598 O: I: Configuring libaudit-common...
00:00:57.605 O: I: Configuring libsemanage-common...
00:00:57.611 O: I: Configuring debconf...
00:00:57.752 O: I: Configuring gcc-12-base:amd64...
00:00:57.756 O: I: Configuring tzdata...
00:00:58.053 O: I: Configuring ncurses-base...
00:00:58.058 O: I: Configuring init-system-helpers...
00:00:58.072 O: I: Configuring libgcc-s1:amd64...
00:00:58.082 O: I: Configuring libc6:amd64...
00:00:58.236 O: I: Configuring libudev1:amd64...
00:00:58.240 O: I: Configuring libffi8:amd64...
00:00:58.245 O: I: Configuring libmd0:amd64...
00:00:58.251 O: I: Configuring libxxhash0:amd64...
00:00:58.257 O: I: Configuring libattr1:amd64...
00:00:58.263 O: I: Configuring sysvinit-utils...
00:00:58.267 O: I: Configuring libtasn1-6:amd64...
00:00:58.273 O: I: Configuring debianutils...
00:00:58.342 O: I: Configuring mawk...
00:00:58.353 O: I: Configuring libdebconfclient0:amd64...
00:00:58.366 O: I: Configuring base-files...
00:00:58.387 O: I: Configuring libbz2-1.0:amd64...
00:00:58.392 O: I: Configuring libdb5.3:amd64...
00:00:58.396 O: I: Configuring libblkid1:amd64...
00:00:58.401 O: I: Configuring libstdc++6:amd64...
00:00:58.407 O: I: Configuring libtinfo6:amd64...
00:00:58.418 O: I: Configuring bash...
00:00:58.429 O: I: Configuring libzstd1:amd64...
00:00:58.434 O: I: Configuring liblzma5:amd64...
00:00:58.439 O: I: Configuring libgpg-error0:amd64...
00:00:58.444 O: I: Configuring liblz4-1:amd64...
00:00:58.455 O: I: Configuring libc-bin...
00:00:58.471 O: I: Configuring ncurses-bin...
00:00:58.476 O: I: Configuring libacl1:amd64...
00:00:58.483 O: I: Configuring libunistring2:amd64...
00:00:58.489 O: I: Configuring libsmartcols1:amd64...
00:00:58.493 O: I: Configuring libgcrypt20:amd64...
00:00:58.500 O: I: Configuring zlib1g:amd64...
00:00:58.504 O: I: Configuring libcrypt1:amd64...
00:00:58.508 O: I: Configuring libidn2-0:amd64...
00:00:58.512 O: I: Configuring libcom-err2:amd64...
00:00:58.516 O: I: Configuring diffutils...
00:00:58.520 O: I: Configuring libseccomp2:amd64...
00:00:58.524 O: I: Configuring libcap2:amd64...
00:00:58.529 O: I: Configuring hostname...
00:00:58.533 O: I: Configuring libcap-ng0:amd64...
00:00:58.537 O: I: Configuring libext2fs2:amd64...
00:00:58.543 O: I: Configuring libnettle8:amd64...
00:00:58.548 O: I: Configuring libgmp10:amd64...
00:00:58.552 O: I: Configuring libp11-kit0:amd64...
00:00:58.557 O: I: Configuring libaudit1:amd64...
00:00:58.562 O: I: Configuring libuuid1:amd64...
00:00:58.567 O: I: Configuring libss2:amd64...
00:00:58.572 O: I: Configuring libsepol2:amd64...
00:00:58.576 O: I: Configuring libpcre2-8-0:amd64...
00:00:58.581 O: I: Configuring logsave...
00:00:58.585 O: I: Configuring gpgv...
00:00:58.595 O: I: Configuring util-linux-extra...
00:00:58.615 O: I: Configuring libhogweed6:amd64...
00:00:58.627 O: I: Configuring e2fsprogs...
00:00:58.999 O: I: Configuring libsystemd0:amd64...
00:00:59.004 O: I: Configuring libselinux1:amd64...
00:00:59.010 O: I: Configuring libgnutls30:amd64...
00:00:59.015 O: I: Configuring libpam0g:amd64...
00:00:59.138 O: I: Configuring libapt-pkg6.0:amd64...
00:00:59.143 O: I: Configuring sed...
00:00:59.148 O: I: Configuring findutils...
00:00:59.153 O: I: Configuring libmount1:amd64...
00:00:59.158 O: I: Configuring libsemanage2:amd64...
00:00:59.164 O: I: Configuring base-passwd...
00:00:59.317 O: I: Configuring bsdutils...
00:00:59.321 O: I: Configuring tar...
00:00:59.332 O: I: Configuring libpam-modules-bin...
00:00:59.336 O: I: Configuring coreutils...
00:00:59.349 O: I: Configuring util-linux...
00:00:59.557 O: I: Configuring dpkg...
00:00:59.766 O: I: Configuring mount...
00:00:59.772 O: I: Configuring dash...
00:00:59.881 O: I: Configuring libpam-modules:amd64...
00:00:59.892 O: I: Configuring grep...
00:00:59.897 O: I: Configuring perl-base...
00:00:59.911 O: I: Configuring gzip...
00:00:59.924 O: I: Configuring passwd...
00:00:59.974 O: I: Configuring libpam-runtime...
00:01:00.141 O: I: Configuring login...
00:01:00.170 O: I: Configuring adduser...
00:01:00.180 O: I: Configuring apt...
00:01:00.584 O: I: Configuring libc-bin...
00:01:00.601 O: I: Unpacking the base system...
00:01:01.467 O: I: Unpacking binutils...
00:01:01.504 O: I: Unpacking binutils-common:amd64...
00:01:01.807 O: I: Unpacking binutils-x86-64-linux-gnu...
00:01:02.118 O: I: Unpacking build-essential...
00:01:02.153 O: I: Unpacking bzip2...
00:01:02.200 O: I: Unpacking cpp...
00:01:02.238 O: I: Unpacking cpp-12...
00:01:03.153 O: I: Unpacking dpkg-dev...
00:01:03.327 O: I: Unpacking g++...
00:01:03.357 O: I: Unpacking g++-12...
00:01:04.291 O: I: Unpacking gcc...
00:01:04.326 O: I: Unpacking gcc-12...
00:01:05.345 O: I: Unpacking libasan8:amd64...
00:01:05.604 O: I: Unpacking libatomic1:amd64...
00:01:05.633 O: I: Unpacking libbinutils:amd64...
00:01:05.724 O: I: Unpacking libc-dev-bin...
00:01:05.761 O: I: Unpacking libc6-dev:amd64...
00:01:06.053 O: I: Unpacking libcc1-0:amd64...
00:01:06.089 O: I: Unpacking libcrypt-dev:amd64...
00:01:06.144 O: I: Unpacking libctf-nobfd0:amd64...
00:01:06.190 O: I: Unpacking libctf0:amd64...
00:01:06.230 O: I: Unpacking libdpkg-perl...
00:01:06.341 O: I: Unpacking libgcc-12-dev:amd64...
00:01:06.614 O: I: Unpacking libgdbm-compat4:amd64...
00:01:06.651 O: I: Unpacking libgdbm6:amd64...
00:01:06.691 O: I: Unpacking libgomp1:amd64...
00:01:06.745 O: I: Unpacking libgprofng0:amd64...
00:01:06.868 O: I: Unpacking libgssapi-krb5-2:amd64...
00:01:06.920 O: I: Unpacking libisl23:amd64...
00:01:07.022 O: I: Unpacking libitm1:amd64...
00:01:07.058 O: I: Unpacking libjansson4:amd64...
00:01:07.105 O: I: Unpacking libk5crypto3:amd64...
00:01:07.180 O: I: Unpacking libkeyutils1:amd64...
00:01:07.244 O: I: Unpacking libkrb5-3:amd64...
00:01:07.332 O: I: Unpacking libkrb5support0:amd64...
00:01:07.372 O: I: Unpacking liblsan0:amd64...
00:01:07.508 O: I: Unpacking libmpc3:amd64...
00:01:07.551 O: I: Unpacking libmpfr6:amd64...
00:01:07.630 O: I: Unpacking libnsl-dev:amd64...
00:01:07.678 O: I: Unpacking libnsl2:amd64...
00:01:07.723 O: I: Unpacking libperl5.36:amd64...
00:01:08.263 O: I: Unpacking libquadmath0:amd64...
00:01:08.314 O: I: Unpacking libssl3:amd64...
00:01:08.523 O: I: Unpacking libstdc++-12-dev:amd64...
00:01:08.903 O: I: Unpacking libtirpc-common...
00:01:08.938 O: I: Unpacking libtirpc-dev:amd64...
00:01:09.009 O: I: Unpacking libtirpc3:amd64...
00:01:09.057 O: I: Unpacking libtsan2:amd64...
00:01:09.337 O: I: Unpacking libubsan1:amd64...
00:01:09.461 O: I: Unpacking linux-libc-dev:amd64...
00:01:09.823 O: I: Unpacking make...
00:01:09.906 O: I: Unpacking patch...
00:01:09.955 O: I: Unpacking perl...
00:01:10.023 O: I: Unpacking perl-modules-5.36...
00:01:10.586 O: I: Unpacking rpcsvc-proto...
00:01:10.630 O: I: Unpacking xz-utils...
00:01:10.814 O: I: Configuring the base system...
00:01:10.826 O: I: Configuring libkeyutils1:amd64...
00:01:10.832 O: I: Configuring libtirpc-common...
00:01:10.838 O: I: Configuring binutils-common:amd64...
00:01:10.847 O: I: Configuring libssl3:amd64...
00:01:10.851 O: I: Configuring linux-libc-dev:amd64...
00:01:10.856 O: I: Configuring libctf-nobfd0:amd64...
00:01:10.861 O: I: Configuring libgomp1:amd64...
00:01:10.866 O: I: Configuring bzip2...
00:01:10.871 O: I: Configuring libjansson4:amd64...
00:01:10.875 O: I: Configuring libkrb5support0:amd64...
00:01:10.881 O: I: Configuring perl-modules-5.36...
00:01:10.886 O: I: Configuring rpcsvc-proto...
00:01:10.891 O: I: Configuring make...
00:01:10.896 O: I: Configuring libmpfr6:amd64...
00:01:10.901 O: I: Configuring xz-utils...
00:01:10.914 O: I: Configuring libquadmath0:amd64...
00:01:10.919 O: I: Configuring libmpc3:amd64...
00:01:10.925 O: I: Configuring libatomic1:amd64...
00:01:10.930 O: I: Configuring patch...
00:01:10.935 O: I: Configuring libk5crypto3:amd64...
00:01:10.940 O: I: Configuring libubsan1:amd64...
00:01:10.945 O: I: Configuring libcrypt-dev:amd64...
00:01:10.958 O: I: Configuring libasan8:amd64...
00:01:10.963 O: I: Configuring libkrb5-3:amd64...
00:01:10.967 O: I: Configuring libtsan2:amd64...
00:01:10.971 O: I: Configuring libbinutils:amd64...
00:01:10.976 O: I: Configuring libisl23:amd64...
00:01:10.980 O: I: Configuring libc-dev-bin...
00:01:10.985 O: I: Configuring libcc1-0:amd64...
00:01:10.990 O: I: Configuring liblsan0:amd64...
00:01:10.995 O: I: Configuring libitm1:amd64...
00:01:11.000 O: I: Configuring libgdbm6:amd64...
00:01:11.004 O: I: Configuring libctf0:amd64...
00:01:11.008 O: I: Configuring cpp-12...
00:01:11.012 O: I: Configuring libgprofng0:amd64...
00:01:11.016 O: I: Configuring libgcc-12-dev:amd64...
00:01:11.021 O: I: Configuring libgssapi-krb5-2:amd64...
00:01:11.025 O: I: Configuring libgdbm-compat4:amd64...
00:01:11.030 O: I: Configuring cpp...
00:01:11.039 O: I: Configuring libperl5.36:amd64...
00:01:11.043 O: I: Configuring binutils-x86-64-linux-gnu...
00:01:11.048 O: I: Configuring libtirpc3:amd64...
00:01:11.052 O: I: Configuring binutils...
00:01:11.058 O: I: Configuring perl...
00:01:11.074 O: I: Configuring libtirpc-dev:amd64...
00:01:11.079 O: I: Configuring gcc-12...
00:01:11.083 O: I: Configuring libdpkg-perl...
00:01:11.088 O: I: Configuring libnsl2:amd64...
00:01:11.092 O: I: Configuring gcc...
00:01:11.109 O: I: Configuring dpkg-dev...
00:01:11.113 O: I: Configuring libnsl-dev:amd64...
00:01:11.118 O: I: Configuring libc6-dev:amd64...
00:01:11.122 O: I: Configuring libstdc++-12-dev:amd64...
00:01:11.126 O: I: Configuring g++-12...
00:01:11.131 O: I: Configuring g++...
00:01:11.140 O: I: Configuring build-essential...
00:01:11.144 O: I: Configuring libc-bin...
00:01:11.169 O: I: Base system installed successfully.
00:01:11.271 E: + [ 0 -ne 0 ]
00:01:11.276 E: + tar --sort=name --mtime=@1722845704 --clamp-mtime --numeric-owner --one-file-system --xattrs -C /tmp/tmp.PyBOKwcKCp -c .
00:01:39.714 E: + rm -r /tmp/tmp.PyBOKwcKCp
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:52
result: SUCCESS
------------------------------------------------------------------------------
(6/280) debootstrap
dist: stable
mode: auto
variant: -
format: auto
time left: 7:22:03
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.017 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.022 E: + mktemp -d
00:00:00.026 E: + tmpdir=/tmp/tmp.ZtITxf86p3
00:00:00.031 E: + chmod 755 /tmp/tmp.ZtITxf86p3
00:00:00.037 E: + ret=0
00:00:00.042 E: + [ stable = oldstable ]
00:00:00.048 E: + echo --merged-usr
00:00:00.053 E: + debootstrap --merged-usr --variant=- stable /tmp/tmp.ZtITxf86p3 http://127.0.0.1/debian
00:00:00.129 O: I: Target architecture can be executed
00:00:00.162 O: I: Retrieving InRelease 
00:00:00.410 O: I: Checking Release signature
00:00:00.446 O: I: Valid Release signature (key id 4D64FEC119C2029067D6E791F8D2585B8783D481)
00:00:01.091 O: I: Retrieving Packages 
00:00:01.299 O: I: Validating Packages 
00:00:02.877 O: I: Resolving dependencies of required packages...
00:00:12.242 O: I: Resolving dependencies of base packages...
00:00:23.210 O: I: Checking component main on http://127.0.0.1/debian...
00:00:26.909 O: I: Retrieving adduser 3.134
00:00:26.931 O: I: Validating adduser 3.134
00:00:26.957 O: I: Retrieving apt 2.6.1
00:00:27.004 O: I: Validating apt 2.6.1
00:00:27.035 O: I: Retrieving apt-utils 2.6.1
00:00:27.058 O: I: Validating apt-utils 2.6.1
00:00:27.084 O: I: Retrieving base-files 12.4+deb12u6
00:00:27.105 O: I: Validating base-files 12.4+deb12u6
00:00:27.131 O: I: Retrieving base-passwd 3.6.1
00:00:27.149 O: I: Validating base-passwd 3.6.1
00:00:27.174 O: I: Retrieving bash 5.2.15-2+b7
00:00:27.223 O: I: Validating bash 5.2.15-2+b7
00:00:27.254 O: I: Retrieving bsdutils 1:2.38.1-5+deb12u1
00:00:27.275 O: I: Validating bsdutils 1:2.38.1-5+deb12u1
00:00:27.304 O: I: Retrieving coreutils 9.1-1
00:00:27.386 O: I: Validating coreutils 9.1-1
00:00:27.424 O: I: Retrieving cpio 2.13+dfsg-7.1
00:00:27.448 O: I: Validating cpio 2.13+dfsg-7.1
00:00:27.471 O: I: Retrieving cron 3.0pl1-162
00:00:27.489 O: I: Validating cron 3.0pl1-162
00:00:27.513 O: I: Retrieving cron-daemon-common 3.0pl1-162
00:00:27.530 O: I: Validating cron-daemon-common 3.0pl1-162
00:00:27.555 O: I: Retrieving dash 0.5.12-2
00:00:27.573 O: I: Validating dash 0.5.12-2
00:00:27.598 O: I: Retrieving debconf 1.5.82
00:00:27.617 O: I: Validating debconf 1.5.82
00:00:27.641 O: I: Retrieving debconf-i18n 1.5.82
00:00:27.661 O: I: Validating debconf-i18n 1.5.82
00:00:27.685 O: I: Retrieving debian-archive-keyring 2023.3+deb12u1
00:00:27.710 O: I: Validating debian-archive-keyring 2023.3+deb12u1
00:00:27.735 O: I: Retrieving debianutils 5.7-0.5~deb12u1
00:00:27.753 O: I: Validating debianutils 5.7-0.5~deb12u1
00:00:27.778 O: I: Retrieving diffutils 1:3.8-4
00:00:27.802 O: I: Validating diffutils 1:3.8-4
00:00:27.828 O: I: Retrieving dmidecode 3.4-1
00:00:27.845 O: I: Validating dmidecode 3.4-1
00:00:27.870 O: I: Retrieving dmsetup 2:1.02.185-2
00:00:27.888 O: I: Validating dmsetup 2:1.02.185-2
00:00:27.913 O: I: Retrieving dpkg 1.21.22
00:00:27.964 O: I: Validating dpkg 1.21.22
00:00:27.995 O: I: Retrieving e2fsprogs 1.47.0-2
00:00:28.023 O: I: Validating e2fsprogs 1.47.0-2
00:00:28.051 O: I: Retrieving fdisk 2.38.1-5+deb12u1
00:00:28.077 O: I: Validating fdisk 2.38.1-5+deb12u1
00:00:28.105 O: I: Retrieving findutils 4.9.0-4
00:00:28.137 O: I: Validating findutils 4.9.0-4
00:00:28.162 O: I: Retrieving gcc-12-base 12.2.0-14
00:00:28.178 O: I: Validating gcc-12-base 12.2.0-14
00:00:28.202 O: I: Retrieving gpgv 2.2.40-1.1
00:00:28.233 O: I: Validating gpgv 2.2.40-1.1
00:00:28.261 O: I: Retrieving grep 3.8-5
00:00:28.286 O: I: Validating grep 3.8-5
00:00:28.311 O: I: Retrieving gzip 1.12-1
00:00:28.330 O: I: Validating gzip 1.12-1
00:00:28.356 O: I: Retrieving hostname 3.23+nmu1
00:00:28.372 O: I: Validating hostname 3.23+nmu1
00:00:28.397 O: I: Retrieving ifupdown 0.8.41
00:00:28.415 O: I: Validating ifupdown 0.8.41
00:00:28.438 O: I: Retrieving init 1.65.2
00:00:28.455 O: I: Validating init 1.65.2
00:00:28.478 O: I: Retrieving init-system-helpers 1.65.2
00:00:28.495 O: I: Validating init-system-helpers 1.65.2
00:00:28.518 O: I: Retrieving iproute2 6.1.0-3
00:00:28.556 O: I: Validating iproute2 6.1.0-3
00:00:28.584 O: I: Retrieving iputils-ping 3:20221126-1
00:00:28.601 O: I: Validating iputils-ping 3:20221126-1
00:00:28.624 O: I: Retrieving isc-dhcp-client 4.4.3-P1-2
00:00:28.662 O: I: Validating isc-dhcp-client 4.4.3-P1-2
00:00:28.689 O: I: Retrieving isc-dhcp-common 4.4.3-P1-2
00:00:28.709 O: I: Validating isc-dhcp-common 4.4.3-P1-2
00:00:28.734 O: I: Retrieving kmod 30+20221128-1
00:00:28.752 O: I: Validating kmod 30+20221128-1
00:00:28.776 O: I: Retrieving less 590-2.1~deb12u2
00:00:28.796 O: I: Validating less 590-2.1~deb12u2
00:00:28.822 O: I: Retrieving libacl1 2.3.1-3
00:00:28.838 O: I: Validating libacl1 2.3.1-3
00:00:28.863 O: I: Retrieving libapparmor1 3.0.8-3
00:00:28.881 O: I: Validating libapparmor1 3.0.8-3
00:00:28.907 O: I: Retrieving libapt-pkg6.0 2.6.1
00:00:28.953 O: I: Validating libapt-pkg6.0 2.6.1
00:00:28.985 O: I: Retrieving libargon2-1 0~20171227-0.3+deb12u1
00:00:29.004 O: I: Validating libargon2-1 0~20171227-0.3+deb12u1
00:00:29.029 O: I: Retrieving libattr1 1:2.5.1-4
00:00:29.046 O: I: Validating libattr1 1:2.5.1-4
00:00:29.070 O: I: Retrieving libaudit-common 1:3.0.9-1
00:00:29.086 O: I: Validating libaudit-common 1:3.0.9-1
00:00:29.110 O: I: Retrieving libaudit1 1:3.0.9-1
00:00:29.126 O: I: Validating libaudit1 1:3.0.9-1
00:00:29.151 O: I: Retrieving libblkid1 2.38.1-5+deb12u1
00:00:29.170 O: I: Validating libblkid1 2.38.1-5+deb12u1
00:00:29.196 O: I: Retrieving libbpf1 1:1.1.0-1
00:00:29.214 O: I: Validating libbpf1 1:1.1.0-1
00:00:29.238 O: I: Retrieving libbsd0 0.11.7-2
00:00:29.256 O: I: Validating libbsd0 0.11.7-2
00:00:29.281 O: I: Retrieving libbz2-1.0 1.0.8-5+b1
00:00:29.296 O: I: Validating libbz2-1.0 1.0.8-5+b1
00:00:29.320 O: I: Retrieving libc-bin 2.36-9+deb12u7
00:00:29.345 O: I: Validating libc-bin 2.36-9+deb12u7
00:00:29.373 O: I: Retrieving libc6 2.36-9+deb12u7
00:00:29.447 O: I: Validating libc6 2.36-9+deb12u7
00:00:29.486 O: I: Retrieving libcap-ng0 0.8.3-1+b3
00:00:29.504 O: I: Validating libcap-ng0 0.8.3-1+b3
00:00:29.528 O: I: Retrieving libcap2 1:2.66-4
00:00:29.543 O: I: Validating libcap2 1:2.66-4
00:00:29.569 O: I: Retrieving libcap2-bin 1:2.66-4
00:00:29.585 O: I: Validating libcap2-bin 1:2.66-4
00:00:29.609 O: I: Retrieving libcom-err2 1.47.0-2
00:00:29.627 O: I: Validating libcom-err2 1.47.0-2
00:00:29.653 O: I: Retrieving libcrypt1 1:4.4.33-2
00:00:29.671 O: I: Validating libcrypt1 1:4.4.33-2
00:00:29.695 O: I: Retrieving libcryptsetup12 2:2.6.1-4~deb12u2
00:00:29.717 O: I: Validating libcryptsetup12 2:2.6.1-4~deb12u2
00:00:29.742 O: I: Retrieving libdb5.3 5.3.28+dfsg2-1
00:00:29.776 O: I: Validating libdb5.3 5.3.28+dfsg2-1
00:00:29.804 O: I: Retrieving libdebconfclient0 0.270
00:00:29.821 O: I: Validating libdebconfclient0 0.270
00:00:29.846 O: I: Retrieving libdevmapper1.02.1 2:1.02.185-2
00:00:29.866 O: I: Validating libdevmapper1.02.1 2:1.02.185-2
00:00:29.890 O: I: Retrieving libedit2 3.1-20221030-2
00:00:29.907 O: I: Validating libedit2 3.1-20221030-2
00:00:29.931 O: I: Retrieving libelf1 0.188-2.1
00:00:29.951 O: I: Validating libelf1 0.188-2.1
00:00:29.979 O: I: Retrieving libext2fs2 1.47.0-2
00:00:30.000 O: I: Validating libext2fs2 1.47.0-2
00:00:30.024 O: I: Retrieving libfdisk1 2.38.1-5+deb12u1
00:00:30.044 O: I: Validating libfdisk1 2.38.1-5+deb12u1
00:00:30.068 O: I: Retrieving libffi8 3.4.4-1
00:00:30.084 O: I: Validating libffi8 3.4.4-1
00:00:30.108 O: I: Retrieving libgcc-s1 12.2.0-14
00:00:30.123 O: I: Validating libgcc-s1 12.2.0-14
00:00:30.149 O: I: Retrieving libgcrypt20 1.10.1-3
00:00:30.178 O: I: Validating libgcrypt20 1.10.1-3
00:00:30.205 O: I: Retrieving libgmp10 2:6.2.1+dfsg1-1.1
00:00:30.233 O: I: Validating libgmp10 2:6.2.1+dfsg1-1.1
00:00:30.260 O: I: Retrieving libgnutls30 3.7.9-2+deb12u3
00:00:30.305 O: I: Validating libgnutls30 3.7.9-2+deb12u3
00:00:30.334 O: I: Retrieving libgpg-error0 1.46-1
00:00:30.352 O: I: Validating libgpg-error0 1.46-1
00:00:30.376 O: I: Retrieving libgssapi-krb5-2 1.20.1-2+deb12u1
00:00:30.394 O: I: Validating libgssapi-krb5-2 1.20.1-2+deb12u1
00:00:30.418 O: I: Retrieving libhogweed6 3.8.1-2
00:00:30.440 O: I: Validating libhogweed6 3.8.1-2
00:00:30.465 O: I: Retrieving libidn2-0 2.3.3-1+b1
00:00:30.483 O: I: Validating libidn2-0 2.3.3-1+b1
00:00:30.507 O: I: Retrieving libip4tc2 1.8.9-2
00:00:30.523 O: I: Validating libip4tc2 1.8.9-2
00:00:30.547 O: I: Retrieving libjansson4 2.14-2
00:00:30.565 O: I: Validating libjansson4 2.14-2
00:00:30.591 O: I: Retrieving libjson-c5 0.16-2
00:00:30.611 O: I: Validating libjson-c5 0.16-2
00:00:30.637 O: I: Retrieving libk5crypto3 1.20.1-2+deb12u1
00:00:30.658 O: I: Validating libk5crypto3 1.20.1-2+deb12u1
00:00:30.687 O: I: Retrieving libkeyutils1 1.6.3-2
00:00:30.707 O: I: Validating libkeyutils1 1.6.3-2
00:00:30.735 O: I: Retrieving libkmod2 30+20221128-1
00:00:30.756 O: I: Validating libkmod2 30+20221128-1
00:00:30.783 O: I: Retrieving libkrb5-3 1.20.1-2+deb12u1
00:00:30.807 O: I: Validating libkrb5-3 1.20.1-2+deb12u1
00:00:30.834 O: I: Retrieving libkrb5support0 1.20.1-2+deb12u1
00:00:30.852 O: I: Validating libkrb5support0 1.20.1-2+deb12u1
00:00:30.877 O: I: Retrieving liblocale-gettext-perl 1.07-5
00:00:30.893 O: I: Validating liblocale-gettext-perl 1.07-5
00:00:30.916 O: I: Retrieving liblz4-1 1.9.4-1
00:00:30.936 O: I: Validating liblz4-1 1.9.4-1
00:00:30.961 O: I: Retrieving liblzma5 5.4.1-0.2
00:00:30.983 O: I: Validating liblzma5 5.4.1-0.2
00:00:31.009 O: I: Retrieving libmd0 1.0.4-2
00:00:31.027 O: I: Validating libmd0 1.0.4-2
00:00:31.051 O: I: Retrieving libmnl0 1.0.4-3
00:00:31.067 O: I: Validating libmnl0 1.0.4-3
00:00:31.090 O: I: Retrieving libmount1 2.38.1-5+deb12u1
00:00:31.111 O: I: Validating libmount1 2.38.1-5+deb12u1
00:00:31.137 O: I: Retrieving libncursesw6 6.4-4
00:00:31.158 O: I: Validating libncursesw6 6.4-4
00:00:31.181 O: I: Retrieving libnettle8 3.8.1-2
00:00:31.204 O: I: Validating libnettle8 3.8.1-2
00:00:31.232 O: I: Retrieving libnewt0.52 0.52.23-1+b1
00:00:31.252 O: I: Validating libnewt0.52 0.52.23-1+b1
00:00:31.278 O: I: Retrieving libnftables1 1.0.6-2+deb12u2
00:00:31.304 O: I: Validating libnftables1 1.0.6-2+deb12u2
00:00:31.328 O: I: Retrieving libnftnl11 1.2.4-2
00:00:31.349 O: I: Validating libnftnl11 1.2.4-2
00:00:31.374 O: I: Retrieving libp11-kit0 0.24.1-2
00:00:31.398 O: I: Validating libp11-kit0 0.24.1-2
00:00:31.426 O: I: Retrieving libpam-modules 1.5.2-6+deb12u1
00:00:31.464 O: I: Validating libpam-modules 1.5.2-6+deb12u1
00:00:31.491 O: I: Retrieving libpam-modules-bin 1.5.2-6+deb12u1
00:00:31.515 O: I: Validating libpam-modules-bin 1.5.2-6+deb12u1
00:00:31.541 O: I: Retrieving libpam-runtime 1.5.2-6+deb12u1
00:00:31.560 O: I: Validating libpam-runtime 1.5.2-6+deb12u1
00:00:31.587 O: I: Retrieving libpam0g 1.5.2-6+deb12u1
00:00:31.604 O: I: Validating libpam0g 1.5.2-6+deb12u1
00:00:31.630 O: I: Retrieving libpcre2-8-0 10.42-1
00:00:31.652 O: I: Validating libpcre2-8-0 10.42-1
00:00:31.677 O: I: Retrieving libpopt0 1.19+dfsg-1
00:00:31.695 O: I: Validating libpopt0 1.19+dfsg-1
00:00:31.720 O: I: Retrieving libproc2-0 2:4.0.2-3
00:00:31.737 O: I: Validating libproc2-0 2:4.0.2-3
00:00:31.762 O: I: Retrieving libreadline8 8.2-1.3
00:00:31.782 O: I: Validating libreadline8 8.2-1.3
00:00:31.808 O: I: Retrieving libseccomp2 2.5.4-1+deb12u1
00:00:31.824 O: I: Validating libseccomp2 2.5.4-1+deb12u1
00:00:31.848 O: I: Retrieving libselinux1 3.4-1+b6
00:00:31.868 O: I: Validating libselinux1 3.4-1+b6
00:00:31.892 O: I: Retrieving libsemanage-common 3.4-1
00:00:31.910 O: I: Validating libsemanage-common 3.4-1
00:00:31.933 O: I: Retrieving libsemanage2 3.4-1+b5
00:00:31.953 O: I: Validating libsemanage2 3.4-1+b5
00:00:31.979 O: I: Retrieving libsepol2 3.4-2.1
00:00:32.003 O: I: Validating libsepol2 3.4-2.1
00:00:32.029 O: I: Retrieving libslang2 2.3.3-3
00:00:32.057 O: I: Validating libslang2 2.3.3-3
00:00:32.084 O: I: Retrieving libsmartcols1 2.38.1-5+deb12u1
00:00:32.102 O: I: Validating libsmartcols1 2.38.1-5+deb12u1
00:00:32.128 O: I: Retrieving libss2 1.47.0-2
00:00:32.147 O: I: Validating libss2 1.47.0-2
00:00:32.173 O: I: Retrieving libssl3 3.0.13-1~deb12u1
00:00:32.235 O: I: Validating libssl3 3.0.13-1~deb12u1
00:00:32.272 O: I: Retrieving libstdc++6 12.2.0-14
00:00:32.308 O: I: Validating libstdc++6 12.2.0-14
00:00:32.337 O: I: Retrieving libsystemd-shared 252.26-1~deb12u2
00:00:32.393 O: I: Validating libsystemd-shared 252.26-1~deb12u2
00:00:32.424 O: I: Retrieving libsystemd0 252.26-1~deb12u2
00:00:32.449 O: I: Validating libsystemd0 252.26-1~deb12u2
00:00:32.477 O: I: Retrieving libtasn1-6 4.19.0-2
00:00:32.496 O: I: Validating libtasn1-6 4.19.0-2
00:00:32.522 O: I: Retrieving libtext-charwidth-perl 0.04-11
00:00:32.538 O: I: Validating libtext-charwidth-perl 0.04-11
00:00:32.562 O: I: Retrieving libtext-iconv-perl 1.7-8
00:00:32.578 O: I: Validating libtext-iconv-perl 1.7-8
00:00:32.602 O: I: Retrieving libtext-wrapi18n-perl 0.06-10
00:00:32.617 O: I: Validating libtext-wrapi18n-perl 0.06-10
00:00:32.640 O: I: Retrieving libtinfo6 6.4-4
00:00:32.662 O: I: Validating libtinfo6 6.4-4
00:00:32.685 O: I: Retrieving libtirpc-common 1.3.3+ds-1
00:00:32.701 O: I: Validating libtirpc-common 1.3.3+ds-1
00:00:32.727 O: I: Retrieving libtirpc3 1.3.3+ds-1
00:00:32.744 O: I: Validating libtirpc3 1.3.3+ds-1
00:00:32.767 O: I: Retrieving libudev1 252.26-1~deb12u2
00:00:32.784 O: I: Validating libudev1 252.26-1~deb12u2
00:00:32.808 O: I: Retrieving libunistring2 1.0-2
00:00:32.834 O: I: Validating libunistring2 1.0-2
00:00:32.858 O: I: Retrieving libuuid1 2.38.1-5+deb12u1
00:00:32.874 O: I: Validating libuuid1 2.38.1-5+deb12u1
00:00:32.897 O: I: Retrieving libxtables12 1.8.9-2
00:00:32.914 O: I: Validating libxtables12 1.8.9-2
00:00:32.940 O: I: Retrieving libxxhash0 0.8.1-1
00:00:32.957 O: I: Validating libxxhash0 0.8.1-1
00:00:32.985 O: I: Retrieving libzstd1 1.5.4+dfsg2-5
00:00:33.010 O: I: Validating libzstd1 1.5.4+dfsg2-5
00:00:33.038 O: I: Retrieving login 1:4.13+dfsg1-1+b1
00:00:33.069 O: I: Validating login 1:4.13+dfsg1-1+b1
00:00:33.096 O: I: Retrieving logrotate 3.21.0-1
00:00:33.112 O: I: Validating logrotate 3.21.0-1
00:00:33.136 O: I: Retrieving logsave 1.47.0-2
00:00:33.153 O: I: Validating logsave 1.47.0-2
00:00:33.177 O: I: Retrieving mawk 1.3.4.20200120-3.1
00:00:33.195 O: I: Validating mawk 1.3.4.20200120-3.1
00:00:33.220 O: I: Retrieving mount 2.38.1-5+deb12u1
00:00:33.239 O: I: Validating mount 2.38.1-5+deb12u1
00:00:33.262 O: I: Retrieving nano 7.2-1+deb12u1
00:00:33.297 O: I: Validating nano 7.2-1+deb12u1
00:00:33.321 O: I: Retrieving ncurses-base 6.4-4
00:00:33.343 O: I: Validating ncurses-base 6.4-4
00:00:33.367 O: I: Retrieving ncurses-bin 6.4-4
00:00:33.393 O: I: Validating ncurses-bin 6.4-4
00:00:33.418 O: I: Retrieving netbase 6.4
00:00:33.434 O: I: Validating netbase 6.4
00:00:33.458 O: I: Retrieving nftables 1.0.6-2+deb12u2
00:00:33.476 O: I: Validating nftables 1.0.6-2+deb12u2
00:00:33.499 O: I: Retrieving passwd 1:4.13+dfsg1-1+b1
00:00:33.537 O: I: Validating passwd 1:4.13+dfsg1-1+b1
00:00:33.565 O: I: Retrieving perl-base 5.36.0-7+deb12u1
00:00:33.617 O: I: Validating perl-base 5.36.0-7+deb12u1
00:00:33.650 O: I: Retrieving procps 2:4.0.2-3
00:00:33.681 O: I: Validating procps 2:4.0.2-3
00:00:33.708 O: I: Retrieving readline-common 8.2-1.3
00:00:33.730 O: I: Validating readline-common 8.2-1.3
00:00:33.755 O: I: Retrieving sed 4.9-1
00:00:33.785 O: I: Validating sed 4.9-1
00:00:33.813 O: I: Retrieving sensible-utils 0.0.17+nmu1
00:00:33.832 O: I: Validating sensible-utils 0.0.17+nmu1
00:00:33.857 O: I: Retrieving systemd 252.26-1~deb12u2
00:00:33.939 O: I: Validating systemd 252.26-1~deb12u2
00:00:33.981 O: I: Retrieving systemd-sysv 252.26-1~deb12u2
00:00:33.997 O: I: Validating systemd-sysv 252.26-1~deb12u2
00:00:34.022 O: I: Retrieving sysvinit-utils 3.06-4
00:00:34.039 O: I: Validating sysvinit-utils 3.06-4
00:00:34.063 O: I: Retrieving tar 1.34+dfsg-1.2+deb12u1
00:00:34.099 O: I: Validating tar 1.34+dfsg-1.2+deb12u1
00:00:34.126 O: I: Retrieving tasksel 3.73
00:00:34.145 O: I: Validating tasksel 3.73
00:00:34.169 O: I: Retrieving tasksel-data 3.73
00:00:34.185 O: I: Validating tasksel-data 3.73
00:00:34.208 O: I: Retrieving tzdata 2024a-0+deb12u1
00:00:34.234 O: I: Validating tzdata 2024a-0+deb12u1
00:00:34.261 O: I: Retrieving udev 252.26-1~deb12u2
00:00:34.311 O: I: Validating udev 252.26-1~deb12u2
00:00:34.344 O: I: Retrieving usr-is-merged 37~deb12u1
00:00:34.360 O: I: Validating usr-is-merged 37~deb12u1
00:00:34.384 O: I: Retrieving util-linux 2.38.1-5+deb12u1
00:00:34.425 O: I: Validating util-linux 2.38.1-5+deb12u1
00:00:34.458 O: I: Retrieving util-linux-extra 2.38.1-5+deb12u1
00:00:34.480 O: I: Validating util-linux-extra 2.38.1-5+deb12u1
00:00:34.506 O: I: Retrieving vim-common 2:9.0.1378-2
00:00:34.527 O: I: Validating vim-common 2:9.0.1378-2
00:00:34.552 O: I: Retrieving vim-tiny 2:9.0.1378-2
00:00:34.586 O: I: Validating vim-tiny 2:9.0.1378-2
00:00:34.615 O: I: Retrieving whiptail 0.52.23-1+b1
00:00:34.633 O: I: Validating whiptail 0.52.23-1+b1
00:00:34.659 O: I: Retrieving zlib1g 1:1.2.13.dfsg-1
00:00:34.677 O: I: Validating zlib1g 1:1.2.13.dfsg-1
00:00:34.705 O: I: Chosen extractor for .deb packages: dpkg-deb
00:00:34.759 O: I: Extracting adduser...
00:00:34.780 O: I: Extracting apt...
00:00:34.869 O: I: Extracting base-files...
00:00:34.884 O: I: Extracting base-passwd...
00:00:34.895 O: I: Extracting bash...
00:00:34.996 O: I: Extracting bsdutils...
00:00:35.014 O: I: Extracting coreutils...
00:00:35.204 O: I: Extracting dash...
00:00:35.218 O: I: Extracting debconf...
00:00:35.236 O: I: Extracting debian-archive-keyring...
00:00:35.254 O: I: Extracting debianutils...
00:00:35.268 O: I: Extracting diffutils...
00:00:35.300 O: I: Extracting dpkg...
00:00:35.393 O: I: Extracting e2fsprogs...
00:00:35.431 O: I: Extracting findutils...
00:00:35.467 O: I: Extracting gcc-12-base...
00:00:35.479 O: I: Extracting gpgv...
00:00:35.507 O: I: Extracting grep...
00:00:35.541 O: I: Extracting gzip...
00:00:35.558 O: I: Extracting hostname...
00:00:35.568 O: I: Extracting init-system-helpers...
00:00:35.581 O: I: Extracting libacl1...
00:00:35.592 O: I: Extracting libapt-pkg6.0...
00:00:35.660 O: I: Extracting libattr1...
00:00:35.670 O: I: Extracting libaudit-common...
00:00:35.680 O: I: Extracting libaudit1...
00:00:35.692 O: I: Extracting libblkid1...
00:00:35.711 O: I: Extracting libbz2-1.0...
00:00:35.722 O: I: Extracting libc-bin...
00:00:35.774 O: I: Extracting libc6...
00:00:35.962 O: I: Extracting libcap-ng0...
00:00:35.972 O: I: Extracting libcap2...
00:00:35.983 O: I: Extracting libcom-err2...
00:00:35.993 O: I: Extracting libcrypt1...
00:00:36.008 O: I: Extracting libdb5.3...
00:00:36.063 O: I: Extracting libdebconfclient0...
00:00:36.071 O: I: Extracting libext2fs2...
00:00:36.092 O: I: Extracting libffi8...
00:00:36.102 O: I: Extracting libgcc-s1...
00:00:36.114 O: I: Extracting libgcrypt20...
00:00:36.157 O: I: Extracting libgmp10...
00:00:36.182 O: I: Extracting libgnutls30...
00:00:36.254 O: I: Extracting libgpg-error0...
00:00:36.267 O: I: Extracting libhogweed6...
00:00:36.288 O: I: Extracting libidn2-0...
00:00:36.309 O: I: Extracting liblz4-1...
00:00:36.321 O: I: Extracting liblzma5...
00:00:36.339 O: I: Extracting libmd0...
00:00:36.351 O: I: Extracting libmount1...
00:00:36.370 O: I: Extracting libnettle8...
00:00:36.392 O: I: Extracting libp11-kit0...
00:00:36.422 O: I: Extracting libpam-modules...
00:00:36.447 O: I: Extracting libpam-modules-bin...
00:00:36.460 O: I: Extracting libpam-runtime...
00:00:36.484 O: I: Extracting libpam0g...
00:00:36.497 O: I: Extracting libpcre2-8-0...
00:00:36.523 O: I: Extracting libseccomp2...
00:00:36.536 O: I: Extracting libselinux1...
00:00:36.550 O: I: Extracting libsemanage-common...
00:00:36.560 O: I: Extracting libsemanage2...
00:00:36.575 O: I: Extracting libsepol2...
00:00:36.603 O: I: Extracting libsmartcols1...
00:00:36.618 O: I: Extracting libss2...
00:00:36.627 O: I: Extracting libstdc++6...
00:00:36.678 O: I: Extracting libsystemd0...
00:00:36.707 O: I: Extracting libtasn1-6...
00:00:36.718 O: I: Extracting libtinfo6...
00:00:36.735 O: I: Extracting libudev1...
00:00:36.750 O: I: Extracting libunistring2...
00:00:36.792 O: I: Extracting libuuid1...
00:00:36.803 O: I: Extracting libxxhash0...
00:00:36.813 O: I: Extracting libzstd1...
00:00:36.841 O: I: Extracting login...
00:00:36.883 O: I: Extracting logsave...
00:00:36.893 O: I: Extracting mawk...
00:00:36.909 O: I: Extracting mount...
00:00:36.927 O: I: Extracting ncurses-base...
00:00:36.941 O: I: Extracting ncurses-bin...
00:00:36.963 O: I: Extracting passwd...
00:00:37.038 O: I: Extracting perl-base...
00:00:37.193 O: I: Extracting sed...
00:00:37.221 O: I: Extracting sysvinit-utils...
00:00:37.230 O: I: Extracting tar...
00:00:37.291 O: I: Extracting tzdata...
00:00:37.372 O: I: Extracting usr-is-merged...
00:00:37.381 O: I: Extracting util-linux...
00:00:37.459 O: I: Extracting util-linux-extra...
00:00:37.476 O: I: Extracting zlib1g...
00:00:38.103 O: I: Installing core packages...
00:00:40.463 O: I: Unpacking required packages...
00:00:40.534 O: I: Unpacking adduser...
00:00:40.602 O: I: Unpacking apt...
00:00:40.822 O: I: Unpacking base-files...
00:00:40.880 O: I: Unpacking base-passwd...
00:00:40.927 O: I: Unpacking bash...
00:00:41.099 O: I: Unpacking bsdutils...
00:00:41.145 O: I: Unpacking coreutils...
00:00:41.500 O: I: Unpacking dash...
00:00:41.552 O: I: Unpacking debconf...
00:00:41.641 O: I: Unpacking debian-archive-keyring...
00:00:41.831 O: I: Unpacking debianutils...
00:00:41.887 O: I: Unpacking diffutils...
00:00:41.971 O: I: Unpacking dpkg...
00:00:42.188 O: I: Unpacking e2fsprogs...
00:00:42.290 O: I: Unpacking findutils...
00:00:42.376 O: I: Unpacking gcc-12-base:amd64...
00:00:42.409 O: I: Unpacking gpgv...
00:00:42.469 O: I: Unpacking grep...
00:00:42.548 O: I: Unpacking gzip...
00:00:42.599 O: I: Unpacking hostname...
00:00:42.632 O: I: Unpacking init-system-helpers...
00:00:42.672 O: I: Unpacking libacl1:amd64...
00:00:42.711 O: I: Unpacking libapt-pkg6.0:amd64...
00:00:42.846 O: I: Unpacking libattr1:amd64...
00:00:42.890 O: I: Unpacking libaudit-common...
00:00:42.917 O: I: Unpacking libaudit1:amd64...
00:00:42.958 O: I: Unpacking libblkid1:amd64...
00:00:43.002 O: I: Unpacking libbz2-1.0:amd64...
00:00:43.044 O: I: Unpacking libc-bin...
00:00:43.228 O: I: Unpacking libc6:amd64...
00:00:43.730 O: I: Unpacking libcap-ng0:amd64...
00:00:43.765 O: I: Unpacking libcap2:amd64...
00:00:43.799 O: I: Unpacking libcom-err2:amd64...
00:00:43.833 O: I: Unpacking libcrypt1:amd64...
00:00:43.873 O: I: Unpacking libdb5.3:amd64...
00:00:43.975 O: I: Unpacking libdebconfclient0:amd64...
00:00:44.010 O: I: Unpacking libext2fs2:amd64...
00:00:44.069 O: I: Unpacking libffi8:amd64...
00:00:44.106 O: I: Unpacking libgcc-s1:amd64...
00:00:44.145 O: I: Unpacking libgcrypt20:amd64...
00:00:44.228 O: I: Unpacking libgmp10:amd64...
00:00:44.289 O: I: Unpacking libgnutls30:amd64...
00:00:44.444 O: I: Unpacking libgpg-error0:amd64...
00:00:44.487 O: I: Unpacking libhogweed6:amd64...
00:00:44.542 O: I: Unpacking libidn2-0:amd64...
00:00:44.604 O: I: Unpacking liblz4-1:amd64...
00:00:44.647 O: I: Unpacking liblzma5:amd64...
00:00:44.700 O: I: Unpacking libmd0:amd64...
00:00:44.740 O: I: Unpacking libmount1:amd64...
00:00:44.795 O: I: Unpacking libnettle8:amd64...
00:00:44.851 O: I: Unpacking libp11-kit0:amd64...
00:00:44.922 O: I: Unpacking libpam-modules:amd64...
00:00:45.115 O: I: Unpacking libpam-modules-bin...
00:00:45.166 O: I: Unpacking libpam-runtime...
00:00:45.263 O: I: Unpacking libpam0g:amd64...
00:00:45.307 O: I: Unpacking libpcre2-8-0:amd64...
00:00:45.398 O: I: Unpacking libseccomp2:amd64...
00:00:45.457 O: I: Unpacking libselinux1:amd64...
00:00:45.497 O: I: Unpacking libsemanage-common...
00:00:45.531 O: I: Unpacking libsemanage2:amd64...
00:00:45.574 O: I: Unpacking libsepol2:amd64...
00:00:45.636 O: I: Unpacking libsmartcols1:amd64...
00:00:45.693 O: I: Unpacking libss2:amd64...
00:00:45.730 O: I: Unpacking libstdc++6:amd64...
00:00:45.827 O: I: Unpacking libsystemd0:amd64...
00:00:45.893 O: I: Unpacking libtasn1-6:amd64...
00:00:45.931 O: I: Unpacking libtinfo6:amd64...
00:00:45.978 O: I: Unpacking libudev1:amd64...
00:00:46.018 O: I: Unpacking libunistring2:amd64...
00:00:46.104 O: I: Unpacking libuuid1:amd64...
00:00:46.139 O: I: Unpacking libxxhash0:amd64...
00:00:46.174 O: I: Unpacking libzstd1:amd64...
00:00:46.239 O: I: Unpacking login...
00:00:46.357 O: I: Unpacking logsave...
00:00:46.392 O: I: Unpacking mawk...
00:00:46.440 O: I: Unpacking mount...
00:00:46.488 O: I: Unpacking ncurses-base...
00:00:46.542 O: I: Unpacking ncurses-bin...
00:00:46.630 O: I: Unpacking passwd...
00:00:46.860 O: I: Unpacking perl-base...
00:00:47.272 O: I: Unpacking sed...
00:00:47.350 O: I: Unpacking sysvinit-utils...
00:00:47.390 O: I: Unpacking tar...
00:00:47.526 O: I: Unpacking tzdata...
00:00:48.108 O: I: Unpacking usr-is-merged...
00:00:48.176 O: I: Unpacking util-linux...
00:00:48.468 O: I: Unpacking util-linux-extra...
00:00:48.521 O: I: Unpacking zlib1g:amd64...
00:00:48.556 O: I: Configuring required packages...
00:00:48.589 O: I: Configuring debian-archive-keyring...
00:00:48.755 O: I: Configuring usr-is-merged...
00:00:48.776 O: I: Configuring libaudit-common...
00:00:48.782 O: I: Configuring libsemanage-common...
00:00:48.791 O: I: Configuring debconf...
00:00:48.940 O: I: Configuring gcc-12-base:amd64...
00:00:48.944 O: I: Configuring tzdata...
00:00:49.231 O: I: Configuring ncurses-base...
00:00:49.235 O: I: Configuring init-system-helpers...
00:00:49.251 O: I: Configuring libgcc-s1:amd64...
00:00:49.260 O: I: Configuring libc6:amd64...
00:00:49.422 O: I: Configuring libudev1:amd64...
00:00:49.427 O: I: Configuring libffi8:amd64...
00:00:49.433 O: I: Configuring libmd0:amd64...
00:00:49.438 O: I: Configuring libxxhash0:amd64...
00:00:49.447 O: I: Configuring libattr1:amd64...
00:00:49.452 O: I: Configuring sysvinit-utils...
00:00:49.458 O: I: Configuring libtasn1-6:amd64...
00:00:49.463 O: I: Configuring debianutils...
00:00:49.538 O: I: Configuring mawk...
00:00:49.548 O: I: Configuring libdebconfclient0:amd64...
00:00:49.562 O: I: Configuring base-files...
00:00:49.585 O: I: Configuring libbz2-1.0:amd64...
00:00:49.591 O: I: Configuring libdb5.3:amd64...
00:00:49.596 O: I: Configuring libblkid1:amd64...
00:00:49.605 O: I: Configuring libstdc++6:amd64...
00:00:49.610 O: I: Configuring libtinfo6:amd64...
00:00:49.623 O: I: Configuring bash...
00:00:49.641 O: I: Configuring libzstd1:amd64...
00:00:49.655 O: I: Configuring liblzma5:amd64...
00:00:49.664 O: I: Configuring libgpg-error0:amd64...
00:00:49.671 O: I: Configuring liblz4-1:amd64...
00:00:49.686 O: I: Configuring libc-bin...
00:00:49.703 O: I: Configuring ncurses-bin...
00:00:49.711 O: I: Configuring libacl1:amd64...
00:00:49.718 O: I: Configuring libunistring2:amd64...
00:00:49.724 O: I: Configuring libsmartcols1:amd64...
00:00:49.728 O: I: Configuring libgcrypt20:amd64...
00:00:49.736 O: I: Configuring zlib1g:amd64...
00:00:49.741 O: I: Configuring libcrypt1:amd64...
00:00:49.747 O: I: Configuring libidn2-0:amd64...
00:00:49.752 O: I: Configuring libcom-err2:amd64...
00:00:49.758 O: I: Configuring diffutils...
00:00:49.764 O: I: Configuring libseccomp2:amd64...
00:00:49.770 O: I: Configuring libcap2:amd64...
00:00:49.776 O: I: Configuring hostname...
00:00:49.782 O: I: Configuring libcap-ng0:amd64...
00:00:49.787 O: I: Configuring libext2fs2:amd64...
00:00:49.794 O: I: Configuring libnettle8:amd64...
00:00:49.801 O: I: Configuring libgmp10:amd64...
00:00:49.805 O: I: Configuring libp11-kit0:amd64...
00:00:49.812 O: I: Configuring libaudit1:amd64...
00:00:49.818 O: I: Configuring libuuid1:amd64...
00:00:49.823 O: I: Configuring libss2:amd64...
00:00:49.830 O: I: Configuring libsepol2:amd64...
00:00:49.835 O: I: Configuring libpcre2-8-0:amd64...
00:00:49.841 O: I: Configuring logsave...
00:00:49.847 O: I: Configuring gpgv...
00:00:49.856 O: I: Configuring util-linux-extra...
00:00:49.877 O: I: Configuring libhogweed6:amd64...
00:00:49.888 O: I: Configuring e2fsprogs...
00:00:50.286 O: I: Configuring libsystemd0:amd64...
00:00:50.291 O: I: Configuring libselinux1:amd64...
00:00:50.296 O: I: Configuring libgnutls30:amd64...
00:00:50.300 O: I: Configuring libpam0g:amd64...
00:00:50.433 O: I: Configuring libapt-pkg6.0:amd64...
00:00:50.443 O: I: Configuring sed...
00:00:50.447 O: I: Configuring findutils...
00:00:50.452 O: I: Configuring libmount1:amd64...
00:00:50.457 O: I: Configuring libsemanage2:amd64...
00:00:50.461 O: I: Configuring base-passwd...
00:00:50.616 O: I: Configuring bsdutils...
00:00:50.623 O: I: Configuring tar...
00:00:50.638 O: I: Configuring libpam-modules-bin...
00:00:50.644 O: I: Configuring coreutils...
00:00:50.661 O: I: Configuring util-linux...
00:00:50.869 O: I: Configuring dpkg...
00:00:51.067 O: I: Configuring mount...
00:00:51.072 O: I: Configuring dash...
00:00:51.189 O: I: Configuring libpam-modules:amd64...
00:00:51.201 O: I: Configuring grep...
00:00:51.206 O: I: Configuring perl-base...
00:00:51.219 O: I: Configuring gzip...
00:00:51.233 O: I: Configuring passwd...
00:00:51.290 O: I: Configuring libpam-runtime...
00:00:51.510 O: I: Configuring login...
00:00:51.539 O: I: Configuring adduser...
00:00:51.548 O: I: Configuring apt...
00:00:51.965 O: I: Configuring libc-bin...
00:00:51.982 O: I: Unpacking the base system...
00:01:35.961 O: I: Unpacking apt-utils...
00:01:36.037 O: I: Unpacking cpio...
00:01:36.096 O: I: Unpacking cron...
00:01:36.139 O: I: Unpacking debconf-i18n...
00:01:36.206 O: I: Unpacking dmidecode...
00:01:36.242 O: I: Unpacking fdisk...
00:01:36.294 O: I: Unpacking ifupdown...
00:01:36.355 O: I: Unpacking init...
00:01:36.388 O: I: Unpacking iproute2...
00:01:36.557 O: I: Unpacking iputils-ping...
00:01:36.598 O: I: Unpacking isc-dhcp-client...
00:01:36.740 O: I: Unpacking isc-dhcp-common...
00:01:36.784 O: I: Unpacking kmod...
00:01:36.834 O: I: Unpacking less...
00:01:36.883 O: I: Unpacking libbpf1:amd64...
00:01:36.929 O: I: Unpacking libbsd0:amd64...
00:01:36.969 O: I: Unpacking libcap2-bin...
00:01:37.007 O: I: Unpacking libedit2:amd64...
00:01:37.047 O: I: Unpacking libelf1:amd64...
00:01:37.100 O: I: Unpacking libgssapi-krb5-2:amd64...
00:01:37.148 O: I: Unpacking libjansson4:amd64...
00:01:37.183 O: I: Unpacking libk5crypto3:amd64...
00:01:37.223 O: I: Unpacking libkeyutils1:amd64...
00:01:37.258 O: I: Unpacking libkrb5-3:amd64...
00:01:37.330 O: I: Unpacking libkrb5support0:amd64...
00:01:37.362 O: I: Unpacking liblocale-gettext-perl...
00:01:37.397 O: I: Unpacking libmnl0:amd64...
00:01:37.429 O: I: Unpacking libncursesw6:amd64...
00:01:37.475 O: I: Unpacking libnewt0.52:amd64...
00:01:37.554 O: I: Unpacking libnftables1:amd64...
00:01:37.615 O: I: Unpacking libnftnl11:amd64...
00:01:37.653 O: I: Unpacking libpopt0:amd64...
00:01:37.700 O: I: Unpacking libproc2-0:amd64...
00:01:37.740 O: I: Unpacking libreadline8:amd64...
00:01:37.787 O: I: Unpacking libslang2:amd64...
00:01:37.872 O: I: Unpacking libtext-charwidth-perl:amd64...
00:01:37.903 O: I: Unpacking libtext-iconv-perl:amd64...
00:01:37.936 O: I: Unpacking libtext-wrapi18n-perl...
00:01:37.968 O: I: Unpacking libtirpc-common...
00:01:38.001 O: I: Unpacking libtirpc3:amd64...
00:01:38.043 O: I: Unpacking libxtables12:amd64...
00:01:38.080 O: I: Unpacking logrotate...
00:01:38.121 O: I: Unpacking nano...
00:01:38.230 O: I: Unpacking netbase...
00:01:38.265 O: I: Unpacking nftables...
00:01:38.310 O: I: Unpacking procps...
00:01:38.445 O: I: Unpacking readline-common...
00:01:38.483 O: I: Unpacking sensible-utils...
00:01:38.527 O: I: Unpacking tasksel...
00:01:38.594 O: I: Unpacking tasksel-data...
00:01:38.660 O: I: Unpacking udev...
00:01:38.886 O: I: Unpacking vim-common...
00:01:38.939 O: I: Unpacking vim-tiny...
00:01:39.046 O: I: Unpacking whiptail...
00:01:39.114 O: I: Configuring the base system...
00:01:39.123 O: I: Configuring cpio...
00:01:39.135 O: I: Configuring libtext-iconv-perl:amd64...
00:01:39.142 O: I: Configuring libtext-charwidth-perl:amd64...
00:01:39.155 O: I: Configuring libkeyutils1:amd64...
00:01:39.159 O: I: Configuring apt-utils...
00:01:39.165 O: I: Configuring init...
00:01:39.171 O: I: Configuring libtirpc-common...
00:01:39.176 O: I: Configuring less...
00:01:39.187 O: I: Configuring kmod...
00:01:39.212 O: I: Configuring libtext-wrapi18n-perl...
00:01:39.218 O: I: Configuring libjansson4:amd64...
00:01:39.225 O: I: Configuring libkrb5support0:amd64...
00:01:39.230 O: I: Configuring libcap2-bin...
00:01:39.235 O: I: Configuring vim-common...
00:01:39.242 O: I: Configuring libslang2:amd64...
00:01:39.251 O: I: Configuring libproc2-0:amd64...
00:01:39.256 O: I: Configuring libmnl0:amd64...
00:01:39.264 O: I: Configuring udev...
00:01:40.139 O: I: Configuring libncursesw6:amd64...
00:01:40.145 O: I: Configuring libk5crypto3:amd64...
00:01:40.149 O: I: Configuring libxtables12:amd64...
00:01:40.155 O: I: Configuring nano...
00:01:40.169 O: I: Configuring sensible-utils...
00:01:40.178 O: I: Configuring procps...
00:01:40.223 O: I: Configuring netbase...
00:01:40.232 O: I: Configuring isc-dhcp-common...
00:01:40.235 O: I: Configuring libkrb5-3:amd64...
00:01:40.239 O: I: Configuring dmidecode...
00:01:40.244 O: I: Configuring libbsd0:amd64...
00:01:40.251 O: I: Configuring libelf1:amd64...
00:01:40.256 O: I: Configuring iputils-ping...
00:01:40.275 O: I: Configuring readline-common...
00:01:40.283 O: I: Configuring liblocale-gettext-perl...
00:01:40.288 O: I: Configuring libbpf1:amd64...
00:01:40.292 O: I: Configuring libpopt0:amd64...
00:01:40.301 O: I: Configuring logrotate...
00:01:40.507 O: I: Configuring libnewt0.52:amd64...
00:01:40.512 O: I: Configuring libedit2:amd64...
00:01:40.515 O: I: Configuring libreadline8:amd64...
00:01:40.523 O: I: Configuring cron...
00:01:40.763 O: I: Configuring debconf-i18n...
00:01:40.768 O: I: Configuring libnftnl11:amd64...
00:01:40.773 O: I: Configuring vim-tiny...
00:01:40.805 O: I: Configuring fdisk...
00:01:40.809 O: I: Configuring libgssapi-krb5-2:amd64...
00:01:40.815 O: I: Configuring whiptail...
00:01:40.820 O: I: Configuring libtirpc3:amd64...
00:01:40.824 O: I: Configuring libnftables1:amd64...
00:01:40.830 O: I: Configuring nftables...
00:01:40.995 O: I: Configuring iproute2...
00:01:41.134 O: I: Configuring isc-dhcp-client...
00:01:41.152 O: I: Configuring ifupdown...
00:01:41.603 O: I: Configuring tasksel...
00:01:41.751 O: I: Configuring tasksel-data...
00:01:41.759 O: I: Configuring libc-bin...
00:01:41.787 O: I: Base system installed successfully.
00:01:41.896 E: + [ 0 -ne 0 ]
00:01:41.900 E: + tar --sort=name --mtime=@1722845704 --clamp-mtime --numeric-owner --one-file-system --xattrs -C /tmp/tmp.ZtITxf86p3 -c .
00:01:55.200 E: + rm -r /tmp/tmp.ZtITxf86p3
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:02:07
result: SUCCESS
------------------------------------------------------------------------------
(7/280) debootstrap
dist: testing
mode: auto
variant: minbase
format: auto
time left: 7:44:28
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.018 E: + mktemp -d
00:00:00.022 E: + tmpdir=/tmp/tmp.EIC0z68sIe
00:00:00.026 E: + chmod 755 /tmp/tmp.EIC0z68sIe
00:00:00.030 E: + ret=0
00:00:00.035 E: + [ testing = oldstable ]
00:00:00.039 E: + echo --merged-usr
00:00:00.044 E: + debootstrap --merged-usr --variant=minbase testing /tmp/tmp.EIC0z68sIe http://127.0.0.1/debian
00:00:00.109 O: I: Target architecture can be executed
00:00:00.138 O: I: Retrieving InRelease 
00:00:00.314 O: I: Checking Release signature
00:00:00.338 O: I: Valid Release signature (key id 4CB50190207B4758A3F73A796ED0E7B82643E131)
00:00:00.943 O: I: Retrieving Packages 
00:00:01.151 O: I: Validating Packages 
00:00:02.214 O: I: Resolving dependencies of required packages...
00:00:10.986 O: I: Resolving dependencies of base packages...
00:00:19.645 O: I: Checking component main on http://127.0.0.1/debian...
00:00:23.391 O: I: Retrieving apt 2.9.7
00:00:23.438 O: I: Validating apt 2.9.7
00:00:23.473 O: I: Retrieving base-files 13.3
00:00:23.491 O: I: Validating base-files 13.3
00:00:23.513 O: I: Retrieving base-passwd 3.6.4
00:00:23.530 O: I: Validating base-passwd 3.6.4
00:00:23.553 O: I: Retrieving bash 5.2.21-2.1
00:00:23.599 O: I: Validating bash 5.2.21-2.1
00:00:23.634 O: I: Retrieving bsdutils 1:2.40.2-1
00:00:23.653 O: I: Validating bsdutils 1:2.40.2-1
00:00:23.682 O: I: Retrieving coreutils 9.4-3.1
00:00:23.771 O: I: Validating coreutils 9.4-3.1
00:00:23.812 O: I: Retrieving dash 0.5.12-9
00:00:23.830 O: I: Validating dash 0.5.12-9
00:00:23.855 O: I: Retrieving debconf 1.5.87
00:00:23.873 O: I: Validating debconf 1.5.87
00:00:23.900 O: I: Retrieving debian-archive-keyring 2023.4
00:00:23.920 O: I: Validating debian-archive-keyring 2023.4
00:00:23.946 O: I: Retrieving debianutils 5.20
00:00:23.970 O: I: Validating debianutils 5.20
00:00:24.000 O: I: Retrieving diffutils 1:3.10-1
00:00:24.037 O: I: Validating diffutils 1:3.10-1
00:00:24.063 O: I: Retrieving dpkg 1.22.11
00:00:24.115 O: I: Validating dpkg 1.22.11
00:00:24.150 O: I: Retrieving e2fsprogs 1.47.1-1
00:00:24.180 O: I: Validating e2fsprogs 1.47.1-1
00:00:24.222 O: I: Retrieving findutils 4.10.0-2
00:00:24.257 O: I: Validating findutils 4.10.0-2
00:00:24.286 O: I: Retrieving gcc-14-base 14-20240330-1
00:00:24.304 O: I: Validating gcc-14-base 14-20240330-1
00:00:24.329 O: I: Retrieving gpgv 2.2.43-8
00:00:24.351 O: I: Validating gpgv 2.2.43-8
00:00:24.380 O: I: Retrieving grep 3.11-4
00:00:24.411 O: I: Validating grep 3.11-4
00:00:24.435 O: I: Retrieving gzip 1.12-1.1
00:00:24.457 O: I: Validating gzip 1.12-1.1
00:00:24.485 O: I: Retrieving hostname 3.23+nmu2
00:00:24.501 O: I: Validating hostname 3.23+nmu2
00:00:24.528 O: I: Retrieving init-system-helpers 1.66
00:00:24.546 O: I: Validating init-system-helpers 1.66
00:00:24.573 O: I: Retrieving libacl1 2.3.2-2
00:00:24.593 O: I: Validating libacl1 2.3.2-2
00:00:24.622 O: I: Retrieving libapt-pkg6.0t64 2.9.7
00:00:24.670 O: I: Validating libapt-pkg6.0t64 2.9.7
00:00:24.705 O: I: Retrieving libattr1 1:2.5.2-1
00:00:24.725 O: I: Validating libattr1 1:2.5.2-1
00:00:24.755 O: I: Retrieving libaudit-common 1:3.1.2-4
00:00:24.774 O: I: Validating libaudit-common 1:3.1.2-4
00:00:24.803 O: I: Retrieving libaudit1 1:3.1.2-4+b1
00:00:24.830 O: I: Validating libaudit1 1:3.1.2-4+b1
00:00:24.857 O: I: Retrieving libblkid1 2.40.2-1
00:00:24.896 O: I: Validating libblkid1 2.40.2-1
00:00:24.923 O: I: Retrieving libbsd0 0.12.2-1
00:00:24.954 O: I: Validating libbsd0 0.12.2-1
00:00:24.981 O: I: Retrieving libbz2-1.0 1.0.8-5.1
00:00:25.001 O: I: Validating libbz2-1.0 1.0.8-5.1
00:00:25.033 O: I: Retrieving libc-bin 2.39-6
00:00:25.069 O: I: Validating libc-bin 2.39-6
00:00:25.098 O: I: Retrieving libc6 2.39-6
00:00:25.208 O: I: Validating libc6 2.39-6
00:00:25.248 O: I: Retrieving libcap-ng0 0.8.5-1+b1
00:00:25.272 O: I: Validating libcap-ng0 0.8.5-1+b1
00:00:25.300 O: I: Retrieving libcap2 1:2.66-5
00:00:25.321 O: I: Validating libcap2 1:2.66-5
00:00:25.345 O: I: Retrieving libcom-err2 1.47.1-1
00:00:25.364 O: I: Validating libcom-err2 1.47.1-1
00:00:25.388 O: I: Retrieving libcrypt1 1:4.4.36-4
00:00:25.408 O: I: Validating libcrypt1 1:4.4.36-4
00:00:25.432 O: I: Retrieving libdb5.3t64 5.3.28+dfsg2-7
00:00:25.470 O: I: Validating libdb5.3t64 5.3.28+dfsg2-7
00:00:25.500 O: I: Retrieving libdebconfclient0 0.272
00:00:25.516 O: I: Validating libdebconfclient0 0.272
00:00:25.538 O: I: Retrieving libext2fs2t64 1.47.1-1
00:00:25.559 O: I: Validating libext2fs2t64 1.47.1-1
00:00:25.583 O: I: Retrieving libffi8 3.4.6-1
00:00:25.602 O: I: Validating libffi8 3.4.6-1
00:00:25.627 O: I: Retrieving libgcc-s1 14-20240330-1
00:00:25.648 O: I: Validating libgcc-s1 14-20240330-1
00:00:25.674 O: I: Retrieving libgcrypt20 1.11.0-2
00:00:25.712 O: I: Validating libgcrypt20 1.11.0-2
00:00:25.741 O: I: Retrieving libgmp10 2:6.3.0+dfsg-2+b1
00:00:25.769 O: I: Validating libgmp10 2:6.3.0+dfsg-2+b1
00:00:25.795 O: I: Retrieving libgnutls30t64 3.8.6-2
00:00:25.847 O: I: Validating libgnutls30t64 3.8.6-2
00:00:25.879 O: I: Retrieving libgpg-error0 1.49-2
00:00:25.897 O: I: Validating libgpg-error0 1.49-2
00:00:25.921 O: I: Retrieving libhogweed6t64 3.10-1
00:00:25.943 O: I: Validating libhogweed6t64 3.10-1
00:00:25.968 O: I: Retrieving libidn2-0 2.3.7-2
00:00:25.987 O: I: Validating libidn2-0 2.3.7-2
00:00:26.010 O: I: Retrieving liblz4-1 1.9.4-3
00:00:26.028 O: I: Validating liblz4-1 1.9.4-3
00:00:26.053 O: I: Retrieving liblzma5 5.6.2-2
00:00:26.076 O: I: Validating liblzma5 5.6.2-2
00:00:26.101 O: I: Retrieving libmd0 1.1.0-2
00:00:26.119 O: I: Validating libmd0 1.1.0-2
00:00:26.145 O: I: Retrieving libmount1 2.40.2-1
00:00:26.169 O: I: Validating libmount1 2.40.2-1
00:00:26.193 O: I: Retrieving libnettle8t64 3.10-1
00:00:26.217 O: I: Validating libnettle8t64 3.10-1
00:00:26.243 O: I: Retrieving libp11-kit0 0.25.5-2
00:00:26.269 O: I: Validating libp11-kit0 0.25.5-2
00:00:26.296 O: I: Retrieving libpam-modules 1.5.3-7
00:00:26.319 O: I: Validating libpam-modules 1.5.3-7
00:00:26.346 O: I: Retrieving libpam-modules-bin 1.5.3-7
00:00:26.363 O: I: Validating libpam-modules-bin 1.5.3-7
00:00:26.387 O: I: Retrieving libpam-runtime 1.5.3-7
00:00:26.409 O: I: Validating libpam-runtime 1.5.3-7
00:00:26.434 O: I: Retrieving libpam0g 1.5.3-7
00:00:26.452 O: I: Validating libpam0g 1.5.3-7
00:00:26.478 O: I: Retrieving libpcre2-8-0 10.42-4+b1
00:00:26.499 O: I: Validating libpcre2-8-0 10.42-4+b1
00:00:26.525 O: I: Retrieving libseccomp2 2.5.5-1+b1
00:00:26.542 O: I: Validating libseccomp2 2.5.5-1+b1
00:00:26.568 O: I: Retrieving libselinux1 3.5-2+b3
00:00:26.587 O: I: Validating libselinux1 3.5-2+b3
00:00:26.612 O: I: Retrieving libsemanage-common 3.5-1
00:00:26.630 O: I: Validating libsemanage-common 3.5-1
00:00:26.659 O: I: Retrieving libsemanage2 3.5-1+b4
00:00:26.683 O: I: Validating libsemanage2 3.5-1+b4
00:00:26.713 O: I: Retrieving libsepol2 3.5-2+b1
00:00:26.738 O: I: Validating libsepol2 3.5-2+b1
00:00:26.761 O: I: Retrieving libsmartcols1 2.40.2-1
00:00:26.780 O: I: Validating libsmartcols1 2.40.2-1
00:00:26.804 O: I: Retrieving libss2 1.47.1-1
00:00:26.820 O: I: Validating libss2 1.47.1-1
00:00:26.845 O: I: Retrieving libssl3t64 3.2.2-1
00:00:26.911 O: I: Validating libssl3t64 3.2.2-1
00:00:26.945 O: I: Retrieving libstdc++6 14-20240330-1
00:00:26.977 O: I: Validating libstdc++6 14-20240330-1
00:00:27.004 O: I: Retrieving libsystemd0 256.4-2
00:00:27.032 O: I: Validating libsystemd0 256.4-2
00:00:27.058 O: I: Retrieving libtasn1-6 4.19.0-3+b2
00:00:27.076 O: I: Validating libtasn1-6 4.19.0-3+b2
00:00:27.099 O: I: Retrieving libtinfo6 6.5-2
00:00:27.123 O: I: Validating libtinfo6 6.5-2
00:00:27.149 O: I: Retrieving libudev1 256.4-2
00:00:27.170 O: I: Validating libudev1 256.4-2
00:00:27.195 O: I: Retrieving libunistring5 1.2-1
00:00:27.224 O: I: Validating libunistring5 1.2-1
00:00:27.253 O: I: Retrieving libuuid1 2.40.2-1
00:00:27.271 O: I: Validating libuuid1 2.40.2-1
00:00:27.296 O: I: Retrieving libxxhash0 0.8.2-2+b1
00:00:27.314 O: I: Validating libxxhash0 0.8.2-2+b1
00:00:27.340 O: I: Retrieving libzstd1 1.5.6+dfsg-1
00:00:27.361 O: I: Validating libzstd1 1.5.6+dfsg-1
00:00:27.386 O: I: Retrieving login 1:4.15.3-2
00:00:27.416 O: I: Validating login 1:4.15.3-2
00:00:27.442 O: I: Retrieving logsave 1.47.1-1
00:00:27.460 O: I: Validating logsave 1.47.1-1
00:00:27.483 O: I: Retrieving mawk 1.3.4.20240622-2
00:00:27.503 O: I: Validating mawk 1.3.4.20240622-2
00:00:27.527 O: I: Retrieving mount 2.40.2-1
00:00:27.546 O: I: Validating mount 2.40.2-1
00:00:27.570 O: I: Retrieving ncurses-base 6.5-2
00:00:27.592 O: I: Validating ncurses-base 6.5-2
00:00:27.617 O: I: Retrieving ncurses-bin 6.5-2
00:00:27.654 O: I: Validating ncurses-bin 6.5-2
00:00:27.683 O: I: Retrieving passwd 1:4.15.3-2
00:00:27.721 O: I: Validating passwd 1:4.15.3-2
00:00:27.750 O: I: Retrieving perl-base 5.38.2-5
00:00:27.801 O: I: Validating perl-base 5.38.2-5
00:00:27.831 O: I: Retrieving sed 4.9-2
00:00:27.856 O: I: Validating sed 4.9-2
00:00:27.881 O: I: Retrieving sysvinit-utils 3.09-2
00:00:27.897 O: I: Validating sysvinit-utils 3.09-2
00:00:27.921 O: I: Retrieving tar 1.35+dfsg-3
00:00:27.954 O: I: Validating tar 1.35+dfsg-3
00:00:27.981 O: I: Retrieving tzdata 2024a-4
00:00:28.003 O: I: Validating tzdata 2024a-4
00:00:28.027 O: I: Retrieving usr-is-merged 39
00:00:28.043 O: I: Validating usr-is-merged 39
00:00:28.067 O: I: Retrieving util-linux 2.40.2-1
00:00:28.108 O: I: Validating util-linux 2.40.2-1
00:00:28.136 O: I: Retrieving zlib1g 1:1.3.dfsg+really1.3.1-1
00:00:28.154 O: I: Validating zlib1g 1:1.3.dfsg+really1.3.1-1
00:00:28.180 O: I: Chosen extractor for .deb packages: dpkg-deb
00:00:28.209 O: I: Extracting apt...
00:00:28.301 O: I: Extracting base-files...
00:00:28.316 O: I: Extracting base-passwd...
00:00:28.326 O: I: Extracting bash...
00:00:28.424 O: I: Extracting bsdutils...
00:00:28.439 O: I: Extracting coreutils...
00:00:28.638 O: I: Extracting dash...
00:00:28.653 O: I: Extracting debconf...
00:00:28.670 O: I: Extracting debian-archive-keyring...
00:00:28.688 O: I: Extracting debianutils...
00:00:28.702 O: I: Extracting diffutils...
00:00:28.736 O: I: Extracting dpkg...
00:00:28.830 O: I: Extracting e2fsprogs...
00:00:28.870 O: I: Extracting findutils...
00:00:28.913 O: I: Extracting gcc-14-base...
00:00:28.924 O: I: Extracting gpgv...
00:00:28.947 O: I: Extracting grep...
00:00:28.975 O: I: Extracting gzip...
00:00:28.992 O: I: Extracting hostname...
00:00:29.001 O: I: Extracting init-system-helpers...
00:00:29.013 O: I: Extracting libacl1...
00:00:29.023 O: I: Extracting libapt-pkg6.0t64...
00:00:29.102 O: I: Extracting libattr1...
00:00:29.113 O: I: Extracting libaudit-common...
00:00:29.122 O: I: Extracting libaudit1...
00:00:29.134 O: I: Extracting libblkid1...
00:00:29.154 O: I: Extracting libbsd0...
00:00:29.169 O: I: Extracting libbz2-1.0...
00:00:29.179 O: I: Extracting libc-bin...
00:00:29.229 O: I: Extracting libc6...
00:00:29.416 O: I: Extracting libcap-ng0...
00:00:29.427 O: I: Extracting libcap2...
00:00:29.437 O: I: Extracting libcom-err2...
00:00:29.447 O: I: Extracting libcrypt1...
00:00:29.461 O: I: Extracting libdb5.3t64...
00:00:29.518 O: I: Extracting libdebconfclient0...
00:00:29.526 O: I: Extracting libext2fs2t64...
00:00:29.548 O: I: Extracting libffi8...
00:00:29.559 O: I: Extracting libgcc-s1...
00:00:29.574 O: I: Extracting libgcrypt20...
00:00:29.625 O: I: Extracting libgmp10...
00:00:29.652 O: I: Extracting libgnutls30t64...
00:00:29.731 O: I: Extracting libgpg-error0...
00:00:29.747 O: I: Extracting libhogweed6t64...
00:00:29.769 O: I: Extracting libidn2-0...
00:00:29.790 O: I: Extracting liblz4-1...
00:00:29.804 O: I: Extracting liblzma5...
00:00:29.822 O: I: Extracting libmd0...
00:00:29.834 O: I: Extracting libmount1...
00:00:29.857 O: I: Extracting libnettle8t64...
00:00:29.881 O: I: Extracting libp11-kit0...
00:00:29.916 O: I: Extracting libpam-modules...
00:00:29.942 O: I: Extracting libpam-modules-bin...
00:00:29.955 O: I: Extracting libpam-runtime...
00:00:29.987 O: I: Extracting libpam0g...
00:00:29.999 O: I: Extracting libpcre2-8-0...
00:00:30.026 O: I: Extracting libseccomp2...
00:00:30.038 O: I: Extracting libselinux1...
00:00:30.052 O: I: Extracting libsemanage-common...
00:00:30.062 O: I: Extracting libsemanage2...
00:00:30.076 O: I: Extracting libsepol2...
00:00:30.104 O: I: Extracting libsmartcols1...
00:00:30.123 O: I: Extracting libss2...
00:00:30.133 O: I: Extracting libssl3t64...
00:00:30.270 O: I: Extracting libstdc++6...
00:00:30.324 O: I: Extracting libsystemd0...
00:00:30.357 O: I: Extracting libtasn1-6...
00:00:30.370 O: I: Extracting libtinfo6...
00:00:30.391 O: I: Extracting libudev1...
00:00:30.410 O: I: Extracting libunistring5...
00:00:30.455 O: I: Extracting libuuid1...
00:00:30.466 O: I: Extracting libxxhash0...
00:00:30.477 O: I: Extracting libzstd1...
00:00:30.505 O: I: Extracting login...
00:00:30.546 O: I: Extracting logsave...
00:00:30.557 O: I: Extracting mawk...
00:00:30.574 O: I: Extracting mount...
00:00:30.592 O: I: Extracting ncurses-base...
00:00:30.609 O: I: Extracting ncurses-bin...
00:00:30.631 O: I: Extracting passwd...
00:00:30.693 O: I: Extracting perl-base...
00:00:30.855 O: I: Extracting sed...
00:00:30.885 O: I: Extracting sysvinit-utils...
00:00:30.896 O: I: Extracting tar...
00:00:30.954 O: I: Extracting tzdata...
00:00:31.002 O: I: Extracting usr-is-merged...
00:00:31.013 O: I: Extracting util-linux...
00:00:31.098 O: I: Extracting zlib1g...
00:00:31.210 O: I: Installing core packages...
00:00:33.170 O: I: Unpacking required packages...
00:00:33.226 O: I: Unpacking apt...
00:00:33.405 O: I: Unpacking base-files...
00:00:33.479 O: I: Unpacking base-passwd...
00:00:33.529 O: I: Unpacking bash...
00:00:33.665 O: I: Unpacking bsdutils...
00:00:33.709 O: I: Unpacking coreutils...
00:00:34.013 O: I: Unpacking dash...
00:00:34.056 O: I: Unpacking debconf...
00:00:34.132 O: I: Unpacking debian-archive-keyring...
00:00:34.297 O: I: Unpacking debianutils...
00:00:34.353 O: I: Unpacking diffutils...
00:00:34.427 O: I: Unpacking dpkg...
00:00:34.586 O: I: Unpacking e2fsprogs...
00:00:34.663 O: I: Unpacking findutils...
00:00:34.755 O: I: Unpacking gcc-14-base:amd64...
00:00:34.786 O: I: Unpacking gpgv...
00:00:34.832 O: I: Unpacking grep...
00:00:34.912 O: I: Unpacking gzip...
00:00:34.995 O: I: Unpacking hostname...
00:00:35.030 O: I: Unpacking init-system-helpers...
00:00:35.073 O: I: Unpacking libacl1:amd64...
00:00:35.111 O: I: Unpacking libapt-pkg6.0t64:amd64...
00:00:35.246 O: I: Unpacking libattr1:amd64...
00:00:35.304 O: I: Unpacking libaudit-common...
00:00:35.338 O: I: Unpacking libaudit1:amd64...
00:00:35.376 O: I: Unpacking libblkid1:amd64...
00:00:35.426 O: I: Unpacking libbsd0:amd64...
00:00:35.468 O: I: Unpacking libbz2-1.0:amd64...
00:00:35.508 O: I: Unpacking libc-bin...
00:00:35.603 O: I: Unpacking libc6:amd64...
00:00:36.069 O: I: Unpacking libcap-ng0:amd64...
00:00:36.103 O: I: Unpacking libcap2:amd64...
00:00:36.140 O: I: Unpacking libcom-err2:amd64...
00:00:36.172 O: I: Unpacking libcrypt1:amd64...
00:00:36.211 O: I: Unpacking libdb5.3t64:amd64...
00:00:36.291 O: I: Unpacking libdebconfclient0:amd64...
00:00:36.325 O: I: Unpacking libext2fs2t64:amd64...
00:00:36.406 O: I: Unpacking libffi8:amd64...
00:00:36.440 O: I: Unpacking libgcc-s1:amd64...
00:00:36.476 O: I: Unpacking libgcrypt20:amd64...
00:00:36.547 O: I: Unpacking libgmp10:amd64...
00:00:36.598 O: I: Unpacking libgnutls30t64:amd64...
00:00:36.707 O: I: Unpacking libgpg-error0:amd64...
00:00:36.748 O: I: Unpacking libhogweed6t64:amd64...
00:00:36.797 O: I: Unpacking libidn2-0:amd64...
00:00:36.853 O: I: Unpacking liblz4-1:amd64...
00:00:36.892 O: I: Unpacking liblzma5:amd64...
00:00:36.937 O: I: Unpacking libmd0:amd64...
00:00:36.971 O: I: Unpacking libmount1:amd64...
00:00:37.019 O: I: Unpacking libnettle8t64:amd64...
00:00:37.066 O: I: Unpacking libp11-kit0:amd64...
00:00:37.127 O: I: Unpacking libpam-modules:amd64...
00:00:37.329 O: I: Unpacking libpam-modules-bin...
00:00:37.375 O: I: Unpacking libpam-runtime...
00:00:37.468 O: I: Unpacking libpam0g:amd64...
00:00:37.509 O: I: Unpacking libpcre2-8-0:amd64...
00:00:37.558 O: I: Unpacking libseccomp2:amd64...
00:00:37.596 O: I: Unpacking libselinux1:amd64...
00:00:37.633 O: I: Unpacking libsemanage-common...
00:00:37.666 O: I: Unpacking libsemanage2:amd64...
00:00:37.705 O: I: Unpacking libsepol2:amd64...
00:00:37.755 O: I: Unpacking libsmartcols1:amd64...
00:00:37.798 O: I: Unpacking libss2:amd64...
00:00:37.832 O: I: Unpacking libssl3t64:amd64...
00:00:37.999 O: I: Unpacking libstdc++6:amd64...
00:00:38.082 O: I: Unpacking libsystemd0:amd64...
00:00:38.137 O: I: Unpacking libtasn1-6:amd64...
00:00:38.174 O: I: Unpacking libtinfo6:amd64...
00:00:38.217 O: I: Unpacking libudev1:amd64...
00:00:38.258 O: I: Unpacking libunistring5:amd64...
00:00:38.328 O: I: Unpacking libuuid1:amd64...
00:00:38.364 O: I: Unpacking libxxhash0:amd64...
00:00:38.399 O: I: Unpacking libzstd1:amd64...
00:00:38.456 O: I: Unpacking login...
00:00:38.555 O: I: Unpacking logsave...
00:00:38.596 O: I: Unpacking mawk...
00:00:38.642 O: I: Unpacking mount...
00:00:38.689 O: I: Unpacking ncurses-base...
00:00:38.742 O: I: Unpacking ncurses-bin...
00:00:38.812 O: I: Unpacking passwd...
00:00:39.002 O: I: Unpacking perl-base...
00:00:39.348 O: I: Unpacking sed...
00:00:39.412 O: I: Unpacking sysvinit-utils...
00:00:39.450 O: I: Unpacking tar...
00:00:39.548 O: I: Unpacking tzdata...
00:00:39.743 O: I: Unpacking usr-is-merged...
00:00:39.788 O: I: Unpacking util-linux...
00:00:39.948 O: I: Unpacking zlib1g:amd64...
00:00:39.984 O: I: Configuring required packages...
00:00:40.005 O: I: Configuring gcc-14-base:amd64...
00:00:40.041 O: I: Configuring debian-archive-keyring...
00:00:40.178 O: I: Configuring usr-is-merged...
00:00:40.202 O: I: Configuring libaudit-common...
00:00:40.207 O: I: Configuring libsemanage-common...
00:00:40.214 O: I: Configuring debconf...
00:00:40.364 O: I: Configuring tzdata...
00:00:40.586 O: I: Configuring ncurses-base...
00:00:40.591 O: I: Configuring init-system-helpers...
00:00:40.606 O: I: Configuring libgcc-s1:amd64...
00:00:40.616 O: I: Configuring libc6:amd64...
00:00:40.769 O: I: Configuring libdb5.3t64:amd64...
00:00:40.774 O: I: Configuring libffi8:amd64...
00:00:40.780 O: I: Configuring libmd0:amd64...
00:00:40.786 O: I: Configuring libxxhash0:amd64...
00:00:40.793 O: I: Configuring libattr1:amd64...
00:00:40.797 O: I: Configuring sysvinit-utils...
00:00:40.802 O: I: Configuring libtasn1-6:amd64...
00:00:40.806 O: I: Configuring libext2fs2t64:amd64...
00:00:40.812 O: I: Configuring debianutils...
00:00:40.879 O: I: Configuring mawk...
00:00:40.890 O: I: Configuring libdebconfclient0:amd64...
00:00:40.904 O: I: Configuring base-files...
00:00:40.938 O: I: Configuring libbz2-1.0:amd64...
00:00:40.942 O: I: Configuring libbsd0:amd64...
00:00:40.948 O: I: Configuring libblkid1:amd64...
00:00:40.953 O: I: Configuring libstdc++6:amd64...
00:00:40.958 O: I: Configuring dash...
00:00:41.029 O: I: Configuring libtinfo6:amd64...
00:00:41.039 O: I: Configuring bash...
00:00:41.052 O: I: Configuring libzstd1:amd64...
00:00:41.057 O: I: Configuring liblzma5:amd64...
00:00:41.062 O: I: Configuring libgpg-error0:amd64...
00:00:41.067 O: I: Configuring liblz4-1:amd64...
00:00:41.080 O: I: Configuring libc-bin...
00:00:41.096 O: I: Configuring ncurses-bin...
00:00:41.105 O: I: Configuring libacl1:amd64...
00:00:41.111 O: I: Configuring libsmartcols1:amd64...
00:00:41.118 O: I: Configuring libgcrypt20:amd64...
00:00:41.126 O: I: Configuring zlib1g:amd64...
00:00:41.131 O: I: Configuring libcrypt1:amd64...
00:00:41.137 O: I: Configuring libcom-err2:amd64...
00:00:41.142 O: I: Configuring diffutils...
00:00:41.147 O: I: Configuring libseccomp2:amd64...
00:00:41.152 O: I: Configuring libcap2:amd64...
00:00:41.157 O: I: Configuring hostname...
00:00:41.162 O: I: Configuring libcap-ng0:amd64...
00:00:41.166 O: I: Configuring libnettle8t64:amd64...
00:00:41.173 O: I: Configuring libgmp10:amd64...
00:00:41.178 O: I: Configuring libp11-kit0:amd64...
00:00:41.183 O: I: Configuring libaudit1:amd64...
00:00:41.188 O: I: Configuring libunistring5:amd64...
00:00:41.193 O: I: Configuring libuuid1:amd64...
00:00:41.199 O: I: Configuring libss2:amd64...
00:00:41.205 O: I: Configuring libsepol2:amd64...
00:00:41.209 O: I: Configuring libpcre2-8-0:amd64...
00:00:41.214 O: I: Configuring logsave...
00:00:41.219 O: I: Configuring libudev1:amd64...
00:00:41.224 O: I: Configuring libhogweed6t64:amd64...
00:00:41.230 O: I: Configuring gpgv...
00:00:41.237 O: I: Configuring grep...
00:00:41.242 O: I: Configuring libssl3t64:amd64...
00:00:41.252 O: I: Configuring e2fsprogs...
00:00:41.637 O: I: Configuring libidn2-0:amd64...
00:00:41.643 O: I: Configuring libsystemd0:amd64...
00:00:41.648 O: I: Configuring libselinux1:amd64...
00:00:41.656 O: I: Configuring libpam0g:amd64...
00:00:41.788 O: I: Configuring sed...
00:00:41.792 O: I: Configuring findutils...
00:00:41.798 O: I: Configuring libmount1:amd64...
00:00:41.802 O: I: Configuring libsemanage2:amd64...
00:00:41.807 O: I: Configuring libapt-pkg6.0t64:amd64...
00:00:41.826 O: I: Configuring base-passwd...
00:00:41.968 O: I: Configuring libgnutls30t64:amd64...
00:00:41.978 O: I: Configuring apt...
00:00:42.401 O: I: Configuring bsdutils...
00:00:42.407 O: I: Configuring tar...
00:00:42.418 O: I: Configuring libpam-modules-bin...
00:00:42.426 O: I: Configuring coreutils...
00:00:42.441 O: I: Configuring dpkg...
00:00:42.651 O: I: Configuring mount...
00:00:42.673 O: I: Configuring libpam-modules:amd64...
00:00:42.686 O: I: Configuring perl-base...
00:00:42.699 O: I: Configuring gzip...
00:00:42.758 O: I: Configuring libpam-runtime...
00:00:42.931 O: I: Configuring login...
00:00:42.950 O: I: Configuring util-linux...
00:00:43.173 O: I: Configuring passwd...
00:00:43.217 O: I: Configuring libc-bin...
00:00:43.235 O: I: Unpacking the base system...
00:00:44.130 O: I: Base system installed successfully.
00:00:44.230 E: + [ 0 -ne 0 ]
00:00:44.234 E: + tar --sort=name --mtime=@1722845704 --clamp-mtime --numeric-owner --one-file-system --xattrs -C /tmp/tmp.EIC0z68sIe -c .
00:00:52.653 E: + rm -r /tmp/tmp.EIC0z68sIe
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:03
result: SUCCESS
------------------------------------------------------------------------------
(8/280) debootstrap
dist: testing
mode: auto
variant: buildd
format: auto
time left: 7:18:12
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.017 E: + mktemp -d
00:00:00.021 E: + tmpdir=/tmp/tmp.DboAKAM2U2
00:00:00.024 E: + chmod 755 /tmp/tmp.DboAKAM2U2
00:00:00.028 E: + ret=0
00:00:00.032 E: + [ testing = oldstable ]
00:00:00.037 E: + echo --merged-usr
00:00:00.041 E: + debootstrap --merged-usr --variant=buildd testing /tmp/tmp.DboAKAM2U2 http://127.0.0.1/debian
00:00:00.107 O: I: Target architecture can be executed
00:00:00.182 O: I: Retrieving InRelease 
00:00:00.376 O: I: Checking Release signature
00:00:00.395 O: I: Valid Release signature (key id 4CB50190207B4758A3F73A796ED0E7B82643E131)
00:00:01.066 O: I: Retrieving Packages 
00:00:01.273 O: I: Validating Packages 
00:00:02.192 O: I: Resolving dependencies of required packages...
00:00:10.972 O: I: Resolving dependencies of base packages...
00:00:24.782 O: I: Checking component main on http://127.0.0.1/debian...
00:00:28.633 O: I: Retrieving apt 2.9.7
00:00:28.685 O: I: Validating apt 2.9.7
00:00:28.717 O: I: Retrieving base-files 13.3
00:00:28.736 O: I: Validating base-files 13.3
00:00:28.762 O: I: Retrieving base-passwd 3.6.4
00:00:28.781 O: I: Validating base-passwd 3.6.4
00:00:28.805 O: I: Retrieving bash 5.2.21-2.1
00:00:28.858 O: I: Validating bash 5.2.21-2.1
00:00:28.891 O: I: Retrieving binutils 2.42.90.20240720-2
00:00:28.911 O: I: Validating binutils 2.42.90.20240720-2
00:00:28.937 O: I: Retrieving binutils-common 2.42.90.20240720-2
00:00:29.014 O: I: Validating binutils-common 2.42.90.20240720-2
00:00:29.051 O: I: Retrieving binutils-x86-64-linux-gnu 2.42.90.20240720-2
00:00:29.123 O: I: Validating binutils-x86-64-linux-gnu 2.42.90.20240720-2
00:00:29.161 O: I: Retrieving bsdutils 1:2.40.2-1
00:00:29.182 O: I: Validating bsdutils 1:2.40.2-1
00:00:29.208 O: I: Retrieving build-essential 12.10
00:00:29.226 O: I: Validating build-essential 12.10
00:00:29.251 O: I: Retrieving bzip2 1.0.8-5.1
00:00:29.271 O: I: Validating bzip2 1.0.8-5.1
00:00:29.299 O: I: Retrieving coreutils 9.4-3.1
00:00:29.392 O: I: Validating coreutils 9.4-3.1
00:00:29.432 O: I: Retrieving cpp 4:13.2.0-7
00:00:29.449 O: I: Validating cpp 4:13.2.0-7
00:00:29.472 O: I: Retrieving cpp-13 13.3.0-3
00:00:29.489 O: I: Validating cpp-13 13.3.0-3
00:00:29.514 O: I: Retrieving cpp-13-x86-64-linux-gnu 13.3.0-3
00:00:29.781 O: I: Validating cpp-13-x86-64-linux-gnu 13.3.0-3
00:00:29.857 O: I: Retrieving cpp-x86-64-linux-gnu 4:13.2.0-7
00:00:29.874 O: I: Validating cpp-x86-64-linux-gnu 4:13.2.0-7
00:00:29.900 O: I: Retrieving dash 0.5.12-9
00:00:29.917 O: I: Validating dash 0.5.12-9
00:00:29.946 O: I: Retrieving debconf 1.5.87
00:00:29.968 O: I: Validating debconf 1.5.87
00:00:29.996 O: I: Retrieving debian-archive-keyring 2023.4
00:00:30.018 O: I: Validating debian-archive-keyring 2023.4
00:00:30.042 O: I: Retrieving debianutils 5.20
00:00:30.066 O: I: Validating debianutils 5.20
00:00:30.096 O: I: Retrieving diffutils 1:3.10-1
00:00:30.127 O: I: Validating diffutils 1:3.10-1
00:00:30.154 O: I: Retrieving dpkg 1.22.11
00:00:30.204 O: I: Validating dpkg 1.22.11
00:00:30.234 O: I: Retrieving dpkg-dev 1.22.11
00:00:30.288 O: I: Validating dpkg-dev 1.22.11
00:00:30.322 O: I: Retrieving findutils 4.10.0-2
00:00:30.361 O: I: Validating findutils 4.10.0-2
00:00:30.394 O: I: Retrieving g++ 4:13.2.0-7
00:00:30.411 O: I: Validating g++ 4:13.2.0-7
00:00:30.436 O: I: Retrieving g++-13 13.3.0-3
00:00:30.453 O: I: Validating g++-13 13.3.0-3
00:00:30.480 O: I: Retrieving g++-13-x86-64-linux-gnu 13.3.0-3
00:00:30.778 O: I: Validating g++-13-x86-64-linux-gnu 13.3.0-3
00:00:30.864 O: I: Retrieving g++-x86-64-linux-gnu 4:13.2.0-7
00:00:30.882 O: I: Validating g++-x86-64-linux-gnu 4:13.2.0-7
00:00:30.905 O: I: Retrieving gcc 4:13.2.0-7
00:00:30.923 O: I: Validating gcc 4:13.2.0-7
00:00:30.948 O: I: Retrieving gcc-13 13.3.0-3
00:00:30.976 O: I: Validating gcc-13 13.3.0-3
00:00:31.004 O: I: Retrieving gcc-13-base 13.3.0-3
00:00:31.025 O: I: Validating gcc-13-base 13.3.0-3
00:00:31.050 O: I: Retrieving gcc-13-x86-64-linux-gnu 13.3.0-3
00:00:31.517 O: I: Validating gcc-13-x86-64-linux-gnu 13.3.0-3
00:00:31.686 O: I: Retrieving gcc-14-base 14-20240330-1
00:00:31.707 O: I: Validating gcc-14-base 14-20240330-1
00:00:31.732 O: I: Retrieving gcc-x86-64-linux-gnu 4:13.2.0-7
00:00:31.753 O: I: Validating gcc-x86-64-linux-gnu 4:13.2.0-7
00:00:31.781 O: I: Retrieving gpgv 2.2.43-8
00:00:31.808 O: I: Validating gpgv 2.2.43-8
00:00:31.836 O: I: Retrieving grep 3.11-4
00:00:31.864 O: I: Validating grep 3.11-4
00:00:31.890 O: I: Retrieving gzip 1.12-1.1
00:00:31.911 O: I: Validating gzip 1.12-1.1
00:00:31.936 O: I: Retrieving hostname 3.23+nmu2
00:00:31.955 O: I: Validating hostname 3.23+nmu2
00:00:31.979 O: I: Retrieving init-system-helpers 1.66
00:00:31.997 O: I: Validating init-system-helpers 1.66
00:00:32.024 O: I: Retrieving libacl1 2.3.2-2
00:00:32.042 O: I: Validating libacl1 2.3.2-2
00:00:32.073 O: I: Retrieving libapt-pkg6.0t64 2.9.7
00:00:32.119 O: I: Validating libapt-pkg6.0t64 2.9.7
00:00:32.146 O: I: Retrieving libasan8 14-20240330-1
00:00:32.234 O: I: Validating libasan8 14-20240330-1
00:00:32.274 O: I: Retrieving libatomic1 14-20240330-1
00:00:32.301 O: I: Validating libatomic1 14-20240330-1
00:00:32.326 O: I: Retrieving libattr1 1:2.5.2-1
00:00:32.346 O: I: Validating libattr1 1:2.5.2-1
00:00:32.379 O: I: Retrieving libaudit-common 1:3.1.2-4
00:00:32.398 O: I: Validating libaudit-common 1:3.1.2-4
00:00:32.424 O: I: Retrieving libaudit1 1:3.1.2-4+b1
00:00:32.441 O: I: Validating libaudit1 1:3.1.2-4+b1
00:00:32.466 O: I: Retrieving libbinutils 2.42.90.20240720-2
00:00:32.496 O: I: Validating libbinutils 2.42.90.20240720-2
00:00:32.526 O: I: Retrieving libblkid1 2.40.2-1
00:00:32.549 O: I: Validating libblkid1 2.40.2-1
00:00:32.575 O: I: Retrieving libbz2-1.0 1.0.8-5.1
00:00:32.594 O: I: Validating libbz2-1.0 1.0.8-5.1
00:00:32.619 O: I: Retrieving libc-bin 2.39-6
00:00:32.650 O: I: Validating libc-bin 2.39-6
00:00:32.677 O: I: Retrieving libc-dev-bin 2.39-6
00:00:32.698 O: I: Validating libc-dev-bin 2.39-6
00:00:32.725 O: I: Retrieving libc6 2.39-6
00:00:32.817 O: I: Validating libc6 2.39-6
00:00:32.855 O: I: Retrieving libc6-dev 2.39-6
00:00:32.916 O: I: Validating libc6-dev 2.39-6
00:00:32.952 O: I: Retrieving libcap-ng0 0.8.5-1+b1
00:00:32.971 O: I: Validating libcap-ng0 0.8.5-1+b1
00:00:33.000 O: I: Retrieving libcap2 1:2.66-5
00:00:33.017 O: I: Validating libcap2 1:2.66-5
00:00:33.045 O: I: Retrieving libcc1-0 14-20240330-1
00:00:33.125 O: I: Validating libcc1-0 14-20240330-1
00:00:33.150 O: I: Retrieving libcrypt-dev 1:4.4.36-4
00:00:33.170 O: I: Validating libcrypt-dev 1:4.4.36-4
00:00:33.196 O: I: Retrieving libcrypt1 1:4.4.36-4
00:00:33.214 O: I: Validating libcrypt1 1:4.4.36-4
00:00:33.240 O: I: Retrieving libctf-nobfd0 2.42.90.20240720-2
00:00:33.260 O: I: Validating libctf-nobfd0 2.42.90.20240720-2
00:00:33.287 O: I: Retrieving libctf0 2.42.90.20240720-2
00:00:33.309 O: I: Validating libctf0 2.42.90.20240720-2
00:00:33.332 O: I: Retrieving libdb5.3t64 5.3.28+dfsg2-7
00:00:33.371 O: I: Validating libdb5.3t64 5.3.28+dfsg2-7
00:00:33.399 O: I: Retrieving libdebconfclient0 0.272
00:00:33.416 O: I: Validating libdebconfclient0 0.272
00:00:33.444 O: I: Retrieving libdpkg-perl 1.22.11
00:00:33.478 O: I: Validating libdpkg-perl 1.22.11
00:00:33.506 O: I: Retrieving libffi8 3.4.6-1
00:00:33.530 O: I: Validating libffi8 3.4.6-1
00:00:33.554 O: I: Retrieving libgcc-13-dev 13.3.0-3
00:00:33.646 O: I: Validating libgcc-13-dev 13.3.0-3
00:00:33.689 O: I: Retrieving libgcc-s1 14-20240330-1
00:00:33.708 O: I: Validating libgcc-s1 14-20240330-1
00:00:33.740 O: I: Retrieving libgcrypt20 1.11.0-2
00:00:33.785 O: I: Validating libgcrypt20 1.11.0-2
00:00:33.820 O: I: Retrieving libgdbm-compat4t64 1.23-6
00:00:33.841 O: I: Validating libgdbm-compat4t64 1.23-6
00:00:33.867 O: I: Retrieving libgdbm6t64 1.23-6
00:00:33.890 O: I: Validating libgdbm6t64 1.23-6
00:00:33.916 O: I: Retrieving libgmp10 2:6.3.0+dfsg-2+b1
00:00:33.947 O: I: Validating libgmp10 2:6.3.0+dfsg-2+b1
00:00:33.976 O: I: Retrieving libgnutls30t64 3.8.6-2
00:00:34.033 O: I: Validating libgnutls30t64 3.8.6-2
00:00:34.063 O: I: Retrieving libgomp1 14-20240330-1
00:00:34.088 O: I: Validating libgomp1 14-20240330-1
00:00:34.118 O: I: Retrieving libgpg-error0 1.49-2
00:00:34.142 O: I: Validating libgpg-error0 1.49-2
00:00:34.172 O: I: Retrieving libgprofng0 2.42.90.20240720-2
00:00:34.217 O: I: Validating libgprofng0 2.42.90.20240720-2
00:00:34.250 O: I: Retrieving libhogweed6t64 3.10-1
00:00:34.279 O: I: Validating libhogweed6t64 3.10-1
00:00:34.310 O: I: Retrieving libhwasan0 14-20240330-1
00:00:34.364 O: I: Validating libhwasan0 14-20240330-1
00:00:34.400 O: I: Retrieving libidn2-0 2.3.7-2
00:00:34.425 O: I: Validating libidn2-0 2.3.7-2
00:00:34.452 O: I: Retrieving libisl23 0.26-3+b2
00:00:34.505 O: I: Validating libisl23 0.26-3+b2
00:00:34.542 O: I: Retrieving libitm1 14-20240330-1
00:00:34.568 O: I: Validating libitm1 14-20240330-1
00:00:34.608 O: I: Retrieving libjansson4 2.14-2+b2
00:00:34.636 O: I: Validating libjansson4 2.14-2+b2
00:00:34.666 O: I: Retrieving liblsan0 14-20240330-1
00:00:34.740 O: I: Validating liblsan0 14-20240330-1
00:00:34.779 O: I: Retrieving liblz4-1 1.9.4-3
00:00:34.802 O: I: Validating liblz4-1 1.9.4-3
00:00:34.833 O: I: Retrieving liblzma5 5.6.2-2
00:00:34.865 O: I: Validating liblzma5 5.6.2-2
00:00:34.896 O: I: Retrieving libmd0 1.1.0-2
00:00:34.918 O: I: Validating libmd0 1.1.0-2
00:00:34.951 O: I: Retrieving libmount1 2.40.2-1
00:00:34.980 O: I: Validating libmount1 2.40.2-1
00:00:35.011 O: I: Retrieving libmpc3 1.3.1-1+b2
00:00:35.041 O: I: Validating libmpc3 1.3.1-1+b2
00:00:35.080 O: I: Retrieving libmpfr6 4.2.1-1+b1
00:00:35.122 O: I: Validating libmpfr6 4.2.1-1+b1
00:00:35.166 O: I: Retrieving libnettle8t64 3.10-1
00:00:35.192 O: I: Validating libnettle8t64 3.10-1
00:00:35.222 O: I: Retrieving libp11-kit0 0.25.5-2
00:00:35.253 O: I: Validating libp11-kit0 0.25.5-2
00:00:35.287 O: I: Retrieving libpam-modules 1.5.3-7
00:00:35.314 O: I: Validating libpam-modules 1.5.3-7
00:00:35.341 O: I: Retrieving libpam-modules-bin 1.5.3-7
00:00:35.360 O: I: Validating libpam-modules-bin 1.5.3-7
00:00:35.389 O: I: Retrieving libpam-runtime 1.5.3-7
00:00:35.412 O: I: Validating libpam-runtime 1.5.3-7
00:00:35.440 O: I: Retrieving libpam0g 1.5.3-7
00:00:35.472 O: I: Validating libpam0g 1.5.3-7
00:00:35.500 O: I: Retrieving libpcre2-8-0 10.42-4+b1
00:00:35.533 O: I: Validating libpcre2-8-0 10.42-4+b1
00:00:35.554 O: I: Retrieving libperl5.38t64 5.38.2-5
00:00:35.790 O: I: Validating libperl5.38t64 5.38.2-5
00:00:35.852 O: I: Retrieving libquadmath0 14-20240330-1
00:00:35.885 O: I: Validating libquadmath0 14-20240330-1
00:00:35.917 O: I: Retrieving libseccomp2 2.5.5-1+b1
00:00:35.941 O: I: Validating libseccomp2 2.5.5-1+b1
00:00:35.967 O: I: Retrieving libselinux1 3.5-2+b3
00:00:35.989 O: I: Validating libselinux1 3.5-2+b3
00:00:36.014 O: I: Retrieving libsframe1 2.42.90.20240720-2
00:00:36.037 O: I: Validating libsframe1 2.42.90.20240720-2
00:00:36.064 O: I: Retrieving libsmartcols1 2.40.2-1
00:00:36.089 O: I: Validating libsmartcols1 2.40.2-1
00:00:36.120 O: I: Retrieving libssl3t64 3.2.2-1
00:00:36.219 O: I: Validating libssl3t64 3.2.2-1
00:00:36.269 O: I: Retrieving libstdc++-13-dev 13.3.0-3
00:00:36.363 O: I: Validating libstdc++-13-dev 13.3.0-3
00:00:36.400 O: I: Retrieving libstdc++6 14-20240330-1
00:00:36.440 O: I: Validating libstdc++6 14-20240330-1
00:00:36.473 O: I: Retrieving libsystemd0 256.4-2
00:00:36.502 O: I: Validating libsystemd0 256.4-2
00:00:36.531 O: I: Retrieving libtasn1-6 4.19.0-3+b2
00:00:36.548 O: I: Validating libtasn1-6 4.19.0-3+b2
00:00:36.574 O: I: Retrieving libtinfo6 6.5-2
00:00:36.602 O: I: Validating libtinfo6 6.5-2
00:00:36.632 O: I: Retrieving libtsan2 14-20240330-1
00:00:36.707 O: I: Validating libtsan2 14-20240330-1
00:00:36.746 O: I: Retrieving libubsan1 14-20240330-1
00:00:36.791 O: I: Validating libubsan1 14-20240330-1
00:00:36.821 O: I: Retrieving libudev1 256.4-2
00:00:36.843 O: I: Validating libudev1 256.4-2
00:00:36.870 O: I: Retrieving libunistring5 1.2-1
00:00:36.902 O: I: Validating libunistring5 1.2-1
00:00:36.929 O: I: Retrieving libuuid1 2.40.2-1
00:00:36.952 O: I: Validating libuuid1 2.40.2-1
00:00:36.977 O: I: Retrieving libxxhash0 0.8.2-2+b1
00:00:36.994 O: I: Validating libxxhash0 0.8.2-2+b1
00:00:37.017 O: I: Retrieving libzstd1 1.5.6+dfsg-1
00:00:37.044 O: I: Validating libzstd1 1.5.6+dfsg-1
00:00:37.071 O: I: Retrieving linux-libc-dev 6.9.12-1
00:00:37.167 O: I: Validating linux-libc-dev 6.9.12-1
00:00:37.203 O: I: Retrieving make 4.3-4.1
00:00:37.232 O: I: Validating make 4.3-4.1
00:00:37.261 O: I: Retrieving mawk 1.3.4.20240622-2
00:00:37.282 O: I: Validating mawk 1.3.4.20240622-2
00:00:37.308 O: I: Retrieving ncurses-base 6.5-2
00:00:37.335 O: I: Validating ncurses-base 6.5-2
00:00:37.360 O: I: Retrieving ncurses-bin 6.5-2
00:00:37.394 O: I: Validating ncurses-bin 6.5-2
00:00:37.422 O: I: Retrieving patch 2.7.6-7
00:00:37.444 O: I: Validating patch 2.7.6-7
00:00:37.471 O: I: Retrieving perl 5.38.2-5
00:00:37.492 O: I: Validating perl 5.38.2-5
00:00:37.522 O: I: Retrieving perl-base 5.38.2-5
00:00:37.577 O: I: Validating perl-base 5.38.2-5
00:00:37.611 O: I: Retrieving perl-modules-5.38 5.38.2-5
00:00:37.716 O: I: Validating perl-modules-5.38 5.38.2-5
00:00:37.756 O: I: Retrieving rpcsvc-proto 1.4.3-1
00:00:37.777 O: I: Validating rpcsvc-proto 1.4.3-1
00:00:37.803 O: I: Retrieving sed 4.9-2
00:00:37.839 O: I: Validating sed 4.9-2
00:00:37.867 O: I: Retrieving sysvinit-utils 3.09-2
00:00:37.891 O: I: Validating sysvinit-utils 3.09-2
00:00:37.917 O: I: Retrieving tar 1.35+dfsg-3
00:00:37.956 O: I: Validating tar 1.35+dfsg-3
00:00:37.985 O: I: Retrieving usr-is-merged 39
00:00:38.003 O: I: Validating usr-is-merged 39
00:00:38.027 O: I: Retrieving util-linux 2.40.2-1
00:00:38.072 O: I: Validating util-linux 2.40.2-1
00:00:38.103 O: I: Retrieving xz-utils 5.6.2-2
00:00:38.159 O: I: Validating xz-utils 5.6.2-2
00:00:38.185 O: I: Retrieving zlib1g 1:1.3.dfsg+really1.3.1-1
00:00:38.214 O: I: Validating zlib1g 1:1.3.dfsg+really1.3.1-1
00:00:38.241 O: I: Chosen extractor for .deb packages: dpkg-deb
00:00:38.288 O: I: Extracting base-files...
00:00:38.307 O: I: Extracting base-passwd...
00:00:38.320 O: I: Extracting bash...
00:00:38.425 O: I: Extracting bsdutils...
00:00:38.442 O: I: Extracting coreutils...
00:00:38.639 O: I: Extracting dash...
00:00:38.653 O: I: Extracting debconf...
00:00:38.672 O: I: Extracting debianutils...
00:00:38.689 O: I: Extracting diffutils...
00:00:38.724 O: I: Extracting dpkg...
00:00:38.823 O: I: Extracting findutils...
00:00:38.864 O: I: Extracting gcc-14-base...
00:00:38.875 O: I: Extracting grep...
00:00:38.904 O: I: Extracting gzip...
00:00:38.919 O: I: Extracting hostname...
00:00:38.929 O: I: Extracting init-system-helpers...
00:00:38.941 O: I: Extracting libacl1...
00:00:38.953 O: I: Extracting libattr1...
00:00:38.963 O: I: Extracting libaudit-common...
00:00:38.979 O: I: Extracting libaudit1...
00:00:38.990 O: I: Extracting libblkid1...
00:00:39.011 O: I: Extracting libbz2-1.0...
00:00:39.024 O: I: Extracting libc-bin...
00:00:39.080 O: I: Extracting libc6...
00:00:39.294 O: I: Extracting libcap-ng0...
00:00:39.306 O: I: Extracting libcap2...
00:00:39.321 O: I: Extracting libcrypt1...
00:00:39.340 O: I: Extracting libdb5.3t64...
00:00:39.405 O: I: Extracting libdebconfclient0...
00:00:39.418 O: I: Extracting libgcc-s1...
00:00:39.438 O: I: Extracting libgmp10...
00:00:39.470 O: I: Extracting liblzma5...
00:00:39.491 O: I: Extracting libmd0...
00:00:39.506 O: I: Extracting libmount1...
00:00:39.531 O: I: Extracting libpam-modules...
00:00:39.556 O: I: Extracting libpam-modules-bin...
00:00:39.572 O: I: Extracting libpam-runtime...
00:00:39.596 O: I: Extracting libpam0g...
00:00:39.608 O: I: Extracting libpcre2-8-0...
00:00:39.635 O: I: Extracting libselinux1...
00:00:39.649 O: I: Extracting libsmartcols1...
00:00:39.666 O: I: Extracting libssl3t64...
00:00:39.805 O: I: Extracting libsystemd0...
00:00:39.839 O: I: Extracting libtinfo6...
00:00:39.859 O: I: Extracting libudev1...
00:00:39.877 O: I: Extracting libuuid1...
00:00:39.889 O: I: Extracting libzstd1...
00:00:39.918 O: I: Extracting mawk...
00:00:39.936 O: I: Extracting ncurses-base...
00:00:39.954 O: I: Extracting ncurses-bin...
00:00:39.976 O: I: Extracting perl-base...
00:00:40.143 O: I: Extracting sed...
00:00:40.172 O: I: Extracting sysvinit-utils...
00:00:40.183 O: I: Extracting tar...
00:00:40.240 O: I: Extracting usr-is-merged...
00:00:40.249 O: I: Extracting util-linux...
00:00:40.333 O: I: Extracting zlib1g...
00:00:40.451 O: I: Installing core packages...
00:00:42.394 O: I: Unpacking required packages...
00:00:42.468 O: I: Unpacking base-files...
00:00:42.545 O: I: Unpacking base-passwd...
00:00:42.592 O: I: Unpacking bash...
00:00:42.731 O: I: Unpacking bsdutils...
00:00:42.783 O: I: Unpacking coreutils...
00:00:43.099 O: I: Unpacking dash...
00:00:43.144 O: I: Unpacking debconf...
00:00:43.244 O: I: Unpacking debianutils...
00:00:43.300 O: I: Unpacking diffutils...
00:00:43.375 O: I: Unpacking dpkg...
00:00:43.529 O: I: Unpacking findutils...
00:00:43.605 O: I: Unpacking gcc-14-base:amd64...
00:00:43.637 O: I: Unpacking grep...
00:00:43.712 O: I: Unpacking gzip...
00:00:43.788 O: I: Unpacking hostname...
00:00:43.823 O: I: Unpacking init-system-helpers...
00:00:43.865 O: I: Unpacking libacl1:amd64...
00:00:43.904 O: I: Unpacking libattr1:amd64...
00:00:43.941 O: I: Unpacking libaudit-common...
00:00:43.974 O: I: Unpacking libaudit1:amd64...
00:00:44.012 O: I: Unpacking libblkid1:amd64...
00:00:44.056 O: I: Unpacking libbz2-1.0:amd64...
00:00:44.090 O: I: Unpacking libc-bin...
00:00:44.180 O: I: Unpacking libc6:amd64...
00:00:44.611 O: I: Unpacking libcap-ng0:amd64...
00:00:44.648 O: I: Unpacking libcap2:amd64...
00:00:44.687 O: I: Unpacking libcrypt1:amd64...
00:00:44.726 O: I: Unpacking libdb5.3t64:amd64...
00:00:44.810 O: I: Unpacking libdebconfclient0:amd64...
00:00:44.846 O: I: Unpacking libgcc-s1:amd64...
00:00:44.886 O: I: Unpacking libgmp10:amd64...
00:00:44.939 O: I: Unpacking liblzma5:amd64...
00:00:44.982 O: I: Unpacking libmd0:amd64...
00:00:45.017 O: I: Unpacking libmount1:amd64...
00:00:45.069 O: I: Unpacking libpam-modules:amd64...
00:00:45.249 O: I: Unpacking libpam-modules-bin...
00:00:45.292 O: I: Unpacking libpam-runtime...
00:00:45.384 O: I: Unpacking libpam0g:amd64...
00:00:45.425 O: I: Unpacking libpcre2-8-0:amd64...
00:00:45.477 O: I: Unpacking libselinux1:amd64...
00:00:45.516 O: I: Unpacking libsmartcols1:amd64...
00:00:45.561 O: I: Unpacking libssl3t64:amd64...
00:00:45.732 O: I: Unpacking libsystemd0:amd64...
00:00:45.789 O: I: Unpacking libtinfo6:amd64...
00:00:45.836 O: I: Unpacking libudev1:amd64...
00:00:45.882 O: I: Unpacking libuuid1:amd64...
00:00:45.921 O: I: Unpacking libzstd1:amd64...
00:00:45.985 O: I: Unpacking mawk...
00:00:46.031 O: I: Unpacking ncurses-base...
00:00:46.080 O: I: Unpacking ncurses-bin...
00:00:46.145 O: I: Unpacking perl-base...
00:00:46.478 O: I: Unpacking sed...
00:00:46.540 O: I: Unpacking sysvinit-utils...
00:00:46.577 O: I: Unpacking tar...
00:00:46.663 O: I: Unpacking usr-is-merged...
00:00:46.705 O: I: Unpacking util-linux...
00:00:46.894 O: I: Unpacking zlib1g:amd64...
00:00:46.935 O: I: Configuring required packages...
00:00:46.954 O: I: Configuring gcc-14-base:amd64...
00:00:46.959 O: I: Configuring usr-is-merged...
00:00:46.980 O: I: Configuring libaudit-common...
00:00:46.989 O: I: Configuring debconf...
00:00:47.144 O: I: Configuring ncurses-base...
00:00:47.149 O: I: Configuring init-system-helpers...
00:00:47.162 O: I: Configuring libgcc-s1:amd64...
00:00:47.171 O: I: Configuring libc6:amd64...
00:00:47.310 O: I: Configuring libdb5.3t64:amd64...
00:00:47.315 O: I: Configuring libmd0:amd64...
00:00:47.323 O: I: Configuring libattr1:amd64...
00:00:47.328 O: I: Configuring sysvinit-utils...
00:00:47.332 O: I: Configuring debianutils...
00:00:47.400 O: I: Configuring mawk...
00:00:47.409 O: I: Configuring libdebconfclient0:amd64...
00:00:47.421 O: I: Configuring base-files...
00:00:47.451 O: I: Configuring libbz2-1.0:amd64...
00:00:47.457 O: I: Configuring libblkid1:amd64...
00:00:47.463 O: I: Configuring dash...
00:00:47.521 O: I: Configuring libtinfo6:amd64...
00:00:47.531 O: I: Configuring bash...
00:00:47.544 O: I: Configuring libzstd1:amd64...
00:00:47.548 O: I: Configuring liblzma5:amd64...
00:00:47.560 O: I: Configuring libc-bin...
00:00:47.574 O: I: Configuring ncurses-bin...
00:00:47.580 O: I: Configuring libacl1:amd64...
00:00:47.584 O: I: Configuring libsmartcols1:amd64...
00:00:47.589 O: I: Configuring zlib1g:amd64...
00:00:47.594 O: I: Configuring libcrypt1:amd64...
00:00:47.599 O: I: Configuring diffutils...
00:00:47.604 O: I: Configuring libcap2:amd64...
00:00:47.610 O: I: Configuring hostname...
00:00:47.614 O: I: Configuring libcap-ng0:amd64...
00:00:47.619 O: I: Configuring libgmp10:amd64...
00:00:47.624 O: I: Configuring libaudit1:amd64...
00:00:47.629 O: I: Configuring libuuid1:amd64...
00:00:47.634 O: I: Configuring libpcre2-8-0:amd64...
00:00:47.639 O: I: Configuring libudev1:amd64...
00:00:47.645 O: I: Configuring grep...
00:00:47.649 O: I: Configuring libssl3t64:amd64...
00:00:47.654 O: I: Configuring libsystemd0:amd64...
00:00:47.659 O: I: Configuring libselinux1:amd64...
00:00:47.666 O: I: Configuring libpam0g:amd64...
00:00:47.789 O: I: Configuring sed...
00:00:47.794 O: I: Configuring findutils...
00:00:47.799 O: I: Configuring libmount1:amd64...
00:00:47.803 O: I: Configuring base-passwd...
00:00:47.936 O: I: Configuring bsdutils...
00:00:47.940 O: I: Configuring tar...
00:00:47.949 O: I: Configuring libpam-modules-bin...
00:00:47.956 O: I: Configuring coreutils...
00:00:47.970 O: I: Configuring dpkg...
00:00:48.180 O: I: Configuring libpam-modules:amd64...
00:00:48.191 O: I: Configuring perl-base...
00:00:48.205 O: I: Configuring gzip...
00:00:48.269 O: I: Configuring libpam-runtime...
00:00:48.440 O: I: Configuring util-linux...
00:00:48.648 O: I: Configuring libc-bin...
00:00:48.671 O: I: Unpacking the base system...
00:00:49.607 O: I: Unpacking apt...
00:00:49.772 O: I: Unpacking binutils...
00:00:49.813 O: I: Unpacking binutils-common:amd64...
00:00:50.055 O: I: Unpacking binutils-x86-64-linux-gnu...
00:00:50.352 O: I: Unpacking build-essential...
00:00:50.384 O: I: Unpacking bzip2...
00:00:50.423 O: I: Unpacking cpp...
00:00:50.461 O: I: Unpacking cpp-13...
00:00:50.488 O: I: Unpacking cpp-13-x86-64-linux-gnu...
00:00:51.118 O: I: Unpacking cpp-x86-64-linux-gnu...
00:00:51.150 O: I: Unpacking debian-archive-keyring...
00:00:51.393 O: I: Unpacking dpkg-dev...
00:00:51.540 O: I: Unpacking g++...
00:00:51.568 O: I: Unpacking g++-13...
00:00:51.598 O: I: Unpacking g++-13-x86-64-linux-gnu...
00:00:52.271 O: I: Unpacking g++-x86-64-linux-gnu...
00:00:52.301 O: I: Unpacking gcc...
00:00:52.333 O: I: Unpacking gcc-13...
00:00:52.379 O: I: Unpacking gcc-13-base:amd64...
00:00:52.409 O: I: Unpacking gcc-13-x86-64-linux-gnu...
00:00:53.189 O: I: Unpacking gcc-x86-64-linux-gnu...
00:00:53.220 O: I: Unpacking gpgv...
00:00:53.271 O: I: Unpacking libapt-pkg6.0t64:amd64...
00:00:53.399 O: I: Unpacking libasan8:amd64...
00:00:53.656 O: I: Unpacking libatomic1:amd64...
00:00:53.696 O: I: Unpacking libbinutils:amd64...
00:00:53.773 O: I: Unpacking libc-dev-bin...
00:00:53.812 O: I: Unpacking libc6-dev:amd64...
00:00:54.086 O: I: Unpacking libcc1-0:amd64...
00:00:54.122 O: I: Unpacking libcrypt-dev:amd64...
00:00:54.175 O: I: Unpacking libctf-nobfd0:amd64...
00:00:54.222 O: I: Unpacking libctf0:amd64...
00:00:54.260 O: I: Unpacking libdpkg-perl...
00:00:54.387 O: I: Unpacking libffi8:amd64...
00:00:54.425 O: I: Unpacking libgcc-13-dev:amd64...
00:00:54.656 O: I: Unpacking libgcrypt20:amd64...
00:00:54.730 O: I: Unpacking libgdbm-compat4t64:amd64...
00:00:54.766 O: I: Unpacking libgdbm6t64:amd64...
00:00:54.802 O: I: Unpacking libgnutls30t64:amd64...
00:00:54.912 O: I: Unpacking libgomp1:amd64...
00:00:54.957 O: I: Unpacking libgpg-error0:amd64...
00:00:54.996 O: I: Unpacking libgprofng0:amd64...
00:00:55.093 O: I: Unpacking libhogweed6t64:amd64...
00:00:55.141 O: I: Unpacking libhwasan0:amd64...
00:00:55.290 O: I: Unpacking libidn2-0:amd64...
00:00:55.354 O: I: Unpacking libisl23:amd64...
00:00:55.465 O: I: Unpacking libitm1:amd64...
00:00:55.501 O: I: Unpacking libjansson4:amd64...
00:00:55.537 O: I: Unpacking liblsan0:amd64...
00:00:55.667 O: I: Unpacking liblz4-1:amd64...
00:00:55.712 O: I: Unpacking libmpc3:amd64...
00:00:55.754 O: I: Unpacking libmpfr6:amd64...
00:00:55.816 O: I: Unpacking libnettle8t64:amd64...
00:00:55.876 O: I: Unpacking libp11-kit0:amd64...
00:00:55.937 O: I: Unpacking libperl5.38t64:amd64...
00:00:56.355 O: I: Unpacking libquadmath0:amd64...
00:00:56.399 O: I: Unpacking libseccomp2:amd64...
00:00:56.440 O: I: Unpacking libsframe1:amd64...
00:00:56.482 O: I: Unpacking libstdc++-13-dev:amd64...
00:00:56.876 O: I: Unpacking libstdc++6:amd64...
00:00:56.958 O: I: Unpacking libtasn1-6:amd64...
00:00:56.995 O: I: Unpacking libtsan2:amd64...
00:00:57.211 O: I: Unpacking libubsan1:amd64...
00:00:57.338 O: I: Unpacking libunistring5:amd64...
00:00:57.406 O: I: Unpacking libxxhash0:amd64...
00:00:57.441 O: I: Unpacking linux-libc-dev...
00:00:58.085 O: I: Unpacking make...
00:00:58.148 O: I: Unpacking patch...
00:00:58.190 O: I: Unpacking perl...
00:00:58.258 O: I: Unpacking perl-modules-5.38...
00:00:58.807 O: I: Unpacking rpcsvc-proto...
00:00:58.865 O: I: Unpacking xz-utils...
00:00:58.951 O: I: Configuring the base system...
00:00:58.963 O: I: Configuring libgdbm6t64:amd64...
00:00:58.968 O: I: Configuring libgpg-error0:amd64...
00:00:58.972 O: I: Configuring libgdbm-compat4t64:amd64...
00:00:58.979 O: I: Configuring binutils-common:amd64...
00:00:58.999 O: I: Configuring debian-archive-keyring...
00:00:59.138 O: I: Configuring linux-libc-dev...
00:00:59.144 O: I: Configuring libctf-nobfd0:amd64...
00:00:59.149 O: I: Configuring libgcrypt20:amd64...
00:00:59.156 O: I: Configuring libgomp1:amd64...
00:00:59.161 O: I: Configuring bzip2...
00:00:59.166 O: I: Configuring libseccomp2:amd64...
00:00:59.171 O: I: Configuring libsframe1:amd64...
00:00:59.179 O: I: Configuring libjansson4:amd64...
00:00:59.185 O: I: Configuring libnettle8t64:amd64...
00:00:59.191 O: I: Configuring rpcsvc-proto...
00:00:59.195 O: I: Configuring gcc-13-base:amd64...
00:00:59.203 O: I: Configuring make...
00:00:59.218 O: I: Configuring libmpfr6:amd64...
00:00:59.234 O: I: Configuring xz-utils...
00:00:59.252 O: I: Configuring perl-modules-5.38...
00:00:59.260 O: I: Configuring libquadmath0:amd64...
00:00:59.268 O: I: Configuring libunistring5:amd64...
00:00:59.277 O: I: Configuring libmpc3:amd64...
00:00:59.286 O: I: Configuring libatomic1:amd64...
00:00:59.293 O: I: Configuring patch...
00:00:59.300 O: I: Configuring libffi8:amd64...
00:00:59.306 O: I: Configuring libhogweed6t64:amd64...
00:00:59.311 O: I: Configuring libhwasan0:amd64...
00:00:59.316 O: I: Configuring gpgv...
00:00:59.322 O: I: Configuring libcrypt-dev:amd64...
00:00:59.340 O: I: Configuring libasan8:amd64...
00:00:59.347 O: I: Configuring libxxhash0:amd64...
00:00:59.354 O: I: Configuring libtasn1-6:amd64...
00:00:59.361 O: I: Configuring libperl5.38t64:amd64...
00:00:59.368 O: I: Configuring libtsan2:amd64...
00:00:59.375 O: I: Configuring libbinutils:amd64...
00:00:59.381 O: I: Configuring libisl23:amd64...
00:00:59.389 O: I: Configuring libc-dev-bin...
00:00:59.394 O: I: Configuring libstdc++6:amd64...
00:00:59.399 O: I: Configuring liblsan0:amd64...
00:00:59.404 O: I: Configuring libitm1:amd64...
00:00:59.411 O: I: Configuring libctf0:amd64...
00:00:59.415 O: I: Configuring cpp-13-x86-64-linux-gnu...
00:00:59.420 O: I: Configuring liblz4-1:amd64...
00:00:59.424 O: I: Configuring libidn2-0:amd64...
00:00:59.430 O: I: Configuring perl...
00:00:59.447 O: I: Configuring libgprofng0:amd64...
00:00:59.454 O: I: Configuring libp11-kit0:amd64...
00:00:59.462 O: I: Configuring libdpkg-perl...
00:00:59.467 O: I: Configuring libubsan1:amd64...
00:00:59.472 O: I: Configuring libgcc-13-dev:amd64...
00:00:59.477 O: I: Configuring libc6-dev:amd64...
00:00:59.482 O: I: Configuring libapt-pkg6.0t64:amd64...
00:00:59.486 O: I: Configuring libcc1-0:amd64...
00:00:59.491 O: I: Configuring libstdc++-13-dev:amd64...
00:00:59.497 O: I: Configuring binutils-x86-64-linux-gnu...
00:00:59.502 O: I: Configuring cpp-x86-64-linux-gnu...
00:00:59.506 O: I: Configuring libgnutls30t64:amd64...
00:00:59.515 O: I: Configuring apt...
00:01:00.043 O: I: Configuring cpp-13...
00:01:00.048 O: I: Configuring gcc-13-x86-64-linux-gnu...
00:01:00.052 O: I: Configuring binutils...
00:01:00.059 O: I: Configuring dpkg-dev...
00:01:00.065 O: I: Configuring gcc-13...
00:01:00.070 O: I: Configuring cpp...
00:01:00.090 O: I: Configuring g++-13-x86-64-linux-gnu...
00:01:00.104 O: I: Configuring gcc-x86-64-linux-gnu...
00:01:00.111 O: I: Configuring gcc...
00:01:00.131 O: I: Configuring g++-x86-64-linux-gnu...
00:01:00.137 O: I: Configuring g++-13...
00:01:00.142 O: I: Configuring g++...
00:01:00.152 O: I: Configuring build-essential...
00:01:00.158 O: I: Configuring libc-bin...
00:01:00.186 O: I: Base system installed successfully.
00:01:00.382 E: + [ 0 -ne 0 ]
00:01:00.387 E: + tar --sort=name --mtime=@1722845704 --clamp-mtime --numeric-owner --one-file-system --xattrs -C /tmp/tmp.DboAKAM2U2 -c .
00:01:24.934 E: + rm -r /tmp/tmp.DboAKAM2U2
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:37
result: SUCCESS
------------------------------------------------------------------------------
(9/280) debootstrap
dist: testing
mode: auto
variant: -
format: auto
time left: 7:17:01
------------------------------------------------------------------------------
00:00:00.008 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.017 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.029 E: + mktemp -d
00:00:00.033 E: + tmpdir=/tmp/tmp.j9hBOEhSTJ
00:00:00.039 E: + chmod 755 /tmp/tmp.j9hBOEhSTJ
00:00:00.044 E: + ret=0
00:00:00.048 E: + [ testing = oldstable ]
00:00:00.052 E: + echo --merged-usr
00:00:00.056 E: + debootstrap --merged-usr --variant=- testing /tmp/tmp.j9hBOEhSTJ http://127.0.0.1/debian
00:00:00.121 O: I: Target architecture can be executed
00:00:00.152 O: I: Retrieving InRelease 
00:00:00.344 O: I: Checking Release signature
00:00:00.365 O: I: Valid Release signature (key id 4CB50190207B4758A3F73A796ED0E7B82643E131)
00:00:01.020 O: I: Retrieving Packages 
00:00:01.241 O: I: Validating Packages 
00:00:02.894 O: I: Resolving dependencies of required packages...
00:00:12.456 O: I: Resolving dependencies of base packages...
00:00:24.008 O: I: Checking component main on http://127.0.0.1/debian...
00:00:27.731 O: I: Retrieving adduser 3.137
00:00:27.753 O: I: Validating adduser 3.137
00:00:27.778 O: I: Retrieving apt 2.9.7
00:00:27.828 O: I: Validating apt 2.9.7
00:00:27.860 O: I: Retrieving apt-utils 2.9.7
00:00:27.886 O: I: Validating apt-utils 2.9.7
00:00:27.915 O: I: Retrieving base-files 13.3
00:00:27.933 O: I: Validating base-files 13.3
00:00:27.959 O: I: Retrieving base-passwd 3.6.4
00:00:27.976 O: I: Validating base-passwd 3.6.4
00:00:28.001 O: I: Retrieving bash 5.2.21-2.1
00:00:28.050 O: I: Validating bash 5.2.21-2.1
00:00:28.084 O: I: Retrieving bsdutils 1:2.40.2-1
00:00:28.103 O: I: Validating bsdutils 1:2.40.2-1
00:00:28.129 O: I: Retrieving coreutils 9.4-3.1
00:00:28.215 O: I: Validating coreutils 9.4-3.1
00:00:28.255 O: I: Retrieving cpio 2.15+dfsg-2
00:00:28.276 O: I: Validating cpio 2.15+dfsg-2
00:00:28.303 O: I: Retrieving cron 3.0pl1-189
00:00:28.323 O: I: Validating cron 3.0pl1-189
00:00:28.348 O: I: Retrieving cron-daemon-common 3.0pl1-189
00:00:28.366 O: I: Validating cron-daemon-common 3.0pl1-189
00:00:28.391 O: I: Retrieving dash 0.5.12-9
00:00:28.411 O: I: Validating dash 0.5.12-9
00:00:28.436 O: I: Retrieving debconf 1.5.87
00:00:28.456 O: I: Validating debconf 1.5.87
00:00:28.483 O: I: Retrieving debconf-i18n 1.5.87
00:00:28.506 O: I: Validating debconf-i18n 1.5.87
00:00:28.532 O: I: Retrieving debian-archive-keyring 2023.4
00:00:28.554 O: I: Validating debian-archive-keyring 2023.4
00:00:28.580 O: I: Retrieving debianutils 5.20
00:00:28.598 O: I: Validating debianutils 5.20
00:00:28.625 O: I: Retrieving diffutils 1:3.10-1
00:00:28.651 O: I: Validating diffutils 1:3.10-1
00:00:28.678 O: I: Retrieving dmidecode 3.6-1
00:00:28.695 O: I: Validating dmidecode 3.6-1
00:00:28.720 O: I: Retrieving dpkg 1.22.11
00:00:28.774 O: I: Validating dpkg 1.22.11
00:00:28.808 O: I: Retrieving e2fsprogs 1.47.1-1
00:00:28.840 O: I: Validating e2fsprogs 1.47.1-1
00:00:28.868 O: I: Retrieving fdisk 2.40.2-1
00:00:28.889 O: I: Validating fdisk 2.40.2-1
00:00:28.915 O: I: Retrieving findutils 4.10.0-2
00:00:28.948 O: I: Validating findutils 4.10.0-2
00:00:28.974 O: I: Retrieving gcc-14-base 14-20240330-1
00:00:28.994 O: I: Validating gcc-14-base 14-20240330-1
00:00:29.018 O: I: Retrieving gpgv 2.2.43-8
00:00:29.044 O: I: Validating gpgv 2.2.43-8
00:00:29.069 O: I: Retrieving grep 3.11-4
00:00:29.097 O: I: Validating grep 3.11-4
00:00:29.123 O: I: Retrieving gzip 1.12-1.1
00:00:29.141 O: I: Validating gzip 1.12-1.1
00:00:29.167 O: I: Retrieving hostname 3.23+nmu2
00:00:29.184 O: I: Validating hostname 3.23+nmu2
00:00:29.210 O: I: Retrieving ifupdown 0.8.43
00:00:29.234 O: I: Validating ifupdown 0.8.43
00:00:29.258 O: I: Retrieving init 1.66
00:00:29.275 O: I: Validating init 1.66
00:00:29.298 O: I: Retrieving init-system-helpers 1.66
00:00:29.315 O: I: Validating init-system-helpers 1.66
00:00:29.337 O: I: Retrieving iproute2 6.10.0-1
00:00:29.377 O: I: Validating iproute2 6.10.0-1
00:00:29.407 O: I: Retrieving iputils-ping 3:20240117-1
00:00:29.424 O: I: Validating iputils-ping 3:20240117-1
00:00:29.447 O: I: Retrieving isc-dhcp-client 4.4.3-P1-5
00:00:29.489 O: I: Validating isc-dhcp-client 4.4.3-P1-5
00:00:29.518 O: I: Retrieving isc-dhcp-common 4.4.3-P1-5
00:00:29.537 O: I: Validating isc-dhcp-common 4.4.3-P1-5
00:00:29.564 O: I: Retrieving kmod 32+20240611-1
00:00:29.587 O: I: Validating kmod 32+20240611-1
00:00:29.611 O: I: Retrieving less 643-1
00:00:29.631 O: I: Validating less 643-1
00:00:29.655 O: I: Retrieving libacl1 2.3.2-2
00:00:29.671 O: I: Validating libacl1 2.3.2-2
00:00:29.696 O: I: Retrieving libapparmor1 3.1.7-1+b1
00:00:29.711 O: I: Validating libapparmor1 3.1.7-1+b1
00:00:29.734 O: I: Retrieving libapt-pkg6.0t64 2.9.7
00:00:29.770 O: I: Validating libapt-pkg6.0t64 2.9.7
00:00:29.800 O: I: Retrieving libattr1 1:2.5.2-1
00:00:29.816 O: I: Validating libattr1 1:2.5.2-1
00:00:29.842 O: I: Retrieving libaudit-common 1:3.1.2-4
00:00:29.860 O: I: Validating libaudit-common 1:3.1.2-4
00:00:29.886 O: I: Retrieving libaudit1 1:3.1.2-4+b1
00:00:29.904 O: I: Validating libaudit1 1:3.1.2-4+b1
00:00:29.929 O: I: Retrieving libblkid1 2.40.2-1
00:00:29.949 O: I: Validating libblkid1 2.40.2-1
00:00:29.972 O: I: Retrieving libbpf1 1:1.4.5-1
00:00:29.993 O: I: Validating libbpf1 1:1.4.5-1
00:00:30.018 O: I: Retrieving libbsd0 0.12.2-1
00:00:30.038 O: I: Validating libbsd0 0.12.2-1
00:00:30.065 O: I: Retrieving libbz2-1.0 1.0.8-5.1
00:00:30.081 O: I: Validating libbz2-1.0 1.0.8-5.1
00:00:30.105 O: I: Retrieving libc-bin 2.39-6
00:00:30.134 O: I: Validating libc-bin 2.39-6
00:00:30.163 O: I: Retrieving libc6 2.39-6
00:00:30.248 O: I: Validating libc6 2.39-6
00:00:30.290 O: I: Retrieving libcap-ng0 0.8.5-1+b1
00:00:30.306 O: I: Validating libcap-ng0 0.8.5-1+b1
00:00:30.332 O: I: Retrieving libcap2 1:2.66-5
00:00:30.349 O: I: Validating libcap2 1:2.66-5
00:00:30.374 O: I: Retrieving libcap2-bin 1:2.66-5
00:00:30.390 O: I: Validating libcap2-bin 1:2.66-5
00:00:30.414 O: I: Retrieving libcom-err2 1.47.1-1
00:00:30.430 O: I: Validating libcom-err2 1.47.1-1
00:00:30.453 O: I: Retrieving libcrypt1 1:4.4.36-4
00:00:30.472 O: I: Validating libcrypt1 1:4.4.36-4
00:00:30.496 O: I: Retrieving libdb5.3t64 5.3.28+dfsg2-7
00:00:30.528 O: I: Validating libdb5.3t64 5.3.28+dfsg2-7
00:00:30.554 O: I: Retrieving libdebconfclient0 0.272
00:00:30.570 O: I: Validating libdebconfclient0 0.272
00:00:30.595 O: I: Retrieving libedit2 3.1-20240517-1
00:00:30.615 O: I: Validating libedit2 3.1-20240517-1
00:00:30.638 O: I: Retrieving libelf1t64 0.191-2
00:00:30.660 O: I: Validating libelf1t64 0.191-2
00:00:30.686 O: I: Retrieving libext2fs2t64 1.47.1-1
00:00:30.707 O: I: Validating libext2fs2t64 1.47.1-1
00:00:30.735 O: I: Retrieving libfdisk1 2.40.2-1
00:00:30.760 O: I: Validating libfdisk1 2.40.2-1
00:00:30.787 O: I: Retrieving libffi8 3.4.6-1
00:00:30.805 O: I: Validating libffi8 3.4.6-1
00:00:30.828 O: I: Retrieving libgcc-s1 14-20240330-1
00:00:30.847 O: I: Validating libgcc-s1 14-20240330-1
00:00:30.870 O: I: Retrieving libgcrypt20 1.11.0-2
00:00:30.918 O: I: Validating libgcrypt20 1.11.0-2
00:00:30.947 O: I: Retrieving libgmp10 2:6.3.0+dfsg-2+b1
00:00:30.974 O: I: Validating libgmp10 2:6.3.0+dfsg-2+b1
00:00:30.999 O: I: Retrieving libgnutls30t64 3.8.6-2
00:00:31.047 O: I: Validating libgnutls30t64 3.8.6-2
00:00:31.079 O: I: Retrieving libgpg-error0 1.49-2
00:00:31.096 O: I: Validating libgpg-error0 1.49-2
00:00:31.121 O: I: Retrieving libgssapi-krb5-2 1.21.3-3
00:00:31.139 O: I: Validating libgssapi-krb5-2 1.21.3-3
00:00:31.162 O: I: Retrieving libhogweed6t64 3.10-1
00:00:31.184 O: I: Validating libhogweed6t64 3.10-1
00:00:31.208 O: I: Retrieving libidn2-0 2.3.7-2
00:00:31.226 O: I: Validating libidn2-0 2.3.7-2
00:00:31.252 O: I: Retrieving libjansson4 2.14-2+b2
00:00:31.270 O: I: Validating libjansson4 2.14-2+b2
00:00:31.295 O: I: Retrieving libk5crypto3 1.21.3-3
00:00:31.313 O: I: Validating libk5crypto3 1.21.3-3
00:00:31.337 O: I: Retrieving libkeyutils1 1.6.3-3
00:00:31.354 O: I: Validating libkeyutils1 1.6.3-3
00:00:31.377 O: I: Retrieving libkmod2 32+20240611-1
00:00:31.393 O: I: Validating libkmod2 32+20240611-1
00:00:31.416 O: I: Retrieving libkrb5-3 1.21.3-3
00:00:31.451 O: I: Validating libkrb5-3 1.21.3-3
00:00:31.476 O: I: Retrieving libkrb5support0 1.21.3-3
00:00:31.507 O: I: Validating libkrb5support0 1.21.3-3
00:00:31.530 O: I: Retrieving liblocale-gettext-perl 1.07-7
00:00:31.551 O: I: Validating liblocale-gettext-perl 1.07-7
00:00:31.575 O: I: Retrieving liblz4-1 1.9.4-3
00:00:31.594 O: I: Validating liblz4-1 1.9.4-3
00:00:31.617 O: I: Retrieving liblzma5 5.6.2-2
00:00:31.641 O: I: Validating liblzma5 5.6.2-2
00:00:31.666 O: I: Retrieving libmd0 1.1.0-2
00:00:31.681 O: I: Validating libmd0 1.1.0-2
00:00:31.705 O: I: Retrieving libmnl0 1.0.5-2+b1
00:00:31.722 O: I: Validating libmnl0 1.0.5-2+b1
00:00:31.745 O: I: Retrieving libmount1 2.40.2-1
00:00:31.765 O: I: Validating libmount1 2.40.2-1
00:00:31.790 O: I: Retrieving libncursesw6 6.5-2
00:00:31.808 O: I: Validating libncursesw6 6.5-2
00:00:31.832 O: I: Retrieving libnettle8t64 3.10-1
00:00:31.856 O: I: Validating libnettle8t64 3.10-1
00:00:31.880 O: I: Retrieving libnewt0.52 0.52.24-2+b1
00:00:31.898 O: I: Validating libnewt0.52 0.52.24-2+b1
00:00:31.921 O: I: Retrieving libnftables1 1.1.0-2
00:00:31.944 O: I: Validating libnftables1 1.1.0-2
00:00:31.969 O: I: Retrieving libnftnl11 1.2.7-1
00:00:31.986 O: I: Validating libnftnl11 1.2.7-1
00:00:32.009 O: I: Retrieving libp11-kit0 0.25.5-2
00:00:32.036 O: I: Validating libp11-kit0 0.25.5-2
00:00:32.062 O: I: Retrieving libpam-modules 1.5.3-7
00:00:32.084 O: I: Validating libpam-modules 1.5.3-7
00:00:32.109 O: I: Retrieving libpam-modules-bin 1.5.3-7
00:00:32.126 O: I: Validating libpam-modules-bin 1.5.3-7
00:00:32.151 O: I: Retrieving libpam-runtime 1.5.3-7
00:00:32.171 O: I: Validating libpam-runtime 1.5.3-7
00:00:32.195 O: I: Retrieving libpam0g 1.5.3-7
00:00:32.213 O: I: Validating libpam0g 1.5.3-7
00:00:32.236 O: I: Retrieving libpcre2-8-0 10.42-4+b1
00:00:32.258 O: I: Validating libpcre2-8-0 10.42-4+b1
00:00:32.282 O: I: Retrieving libpopt0 1.19+dfsg-1+b1
00:00:32.299 O: I: Validating libpopt0 1.19+dfsg-1+b1
00:00:32.322 O: I: Retrieving libproc2-0 2:4.0.4-5
00:00:32.338 O: I: Validating libproc2-0 2:4.0.4-5
00:00:32.360 O: I: Retrieving libreadline8t64 8.2-4
00:00:32.380 O: I: Validating libreadline8t64 8.2-4
00:00:32.404 O: I: Retrieving libseccomp2 2.5.5-1+b1
00:00:32.422 O: I: Validating libseccomp2 2.5.5-1+b1
00:00:32.445 O: I: Retrieving libselinux1 3.5-2+b3
00:00:32.463 O: I: Validating libselinux1 3.5-2+b3
00:00:32.486 O: I: Retrieving libsemanage-common 3.5-1
00:00:32.513 O: I: Validating libsemanage-common 3.5-1
00:00:32.538 O: I: Retrieving libsemanage2 3.5-1+b4
00:00:32.557 O: I: Validating libsemanage2 3.5-1+b4
00:00:32.582 O: I: Retrieving libsepol2 3.5-2+b1
00:00:32.605 O: I: Validating libsepol2 3.5-2+b1
00:00:32.628 O: I: Retrieving libslang2 2.3.3-5
00:00:32.656 O: I: Validating libslang2 2.3.3-5
00:00:32.684 O: I: Retrieving libsmartcols1 2.40.2-1
00:00:32.701 O: I: Validating libsmartcols1 2.40.2-1
00:00:32.724 O: I: Retrieving libss2 1.47.1-1
00:00:32.741 O: I: Validating libss2 1.47.1-1
00:00:32.767 O: I: Retrieving libssl3t64 3.2.2-1
00:00:32.829 O: I: Validating libssl3t64 3.2.2-1
00:00:32.867 O: I: Retrieving libstdc++6 14-20240330-1
00:00:32.901 O: I: Validating libstdc++6 14-20240330-1
00:00:32.931 O: I: Retrieving libsystemd-shared 256.4-2
00:00:32.992 O: I: Validating libsystemd-shared 256.4-2
00:00:33.029 O: I: Retrieving libsystemd0 256.4-2
00:00:33.057 O: I: Validating libsystemd0 256.4-2
00:00:33.084 O: I: Retrieving libtasn1-6 4.19.0-3+b2
00:00:33.099 O: I: Validating libtasn1-6 4.19.0-3+b2
00:00:33.125 O: I: Retrieving libtext-charwidth-perl 0.04-11+b3
00:00:33.140 O: I: Validating libtext-charwidth-perl 0.04-11+b3
00:00:33.164 O: I: Retrieving libtext-iconv-perl 1.7-8+b3
00:00:33.187 O: I: Validating libtext-iconv-perl 1.7-8+b3
00:00:33.212 O: I: Retrieving libtext-wrapi18n-perl 0.06-10
00:00:33.229 O: I: Validating libtext-wrapi18n-perl 0.06-10
00:00:33.253 O: I: Retrieving libtinfo6 6.5-2
00:00:33.276 O: I: Validating libtinfo6 6.5-2
00:00:33.308 O: I: Retrieving libtirpc-common 1.3.4+ds-1.3
00:00:33.324 O: I: Validating libtirpc-common 1.3.4+ds-1.3
00:00:33.350 O: I: Retrieving libtirpc3t64 1.3.4+ds-1.3
00:00:33.367 O: I: Validating libtirpc3t64 1.3.4+ds-1.3
00:00:33.391 O: I: Retrieving libudev1 256.4-2
00:00:33.411 O: I: Validating libudev1 256.4-2
00:00:33.436 O: I: Retrieving libunistring5 1.2-1
00:00:33.465 O: I: Validating libunistring5 1.2-1
00:00:33.492 O: I: Retrieving libuuid1 2.40.2-1
00:00:33.511 O: I: Validating libuuid1 2.40.2-1
00:00:33.533 O: I: Retrieving libxtables12 1.8.10-4
00:00:33.552 O: I: Validating libxtables12 1.8.10-4
00:00:33.579 O: I: Retrieving libxxhash0 0.8.2-2+b1
00:00:33.597 O: I: Validating libxxhash0 0.8.2-2+b1
00:00:33.622 O: I: Retrieving libzstd1 1.5.6+dfsg-1
00:00:33.645 O: I: Validating libzstd1 1.5.6+dfsg-1
00:00:33.668 O: I: Retrieving login 1:4.15.3-2
00:00:33.699 O: I: Validating login 1:4.15.3-2
00:00:33.724 O: I: Retrieving logrotate 3.22.0-1
00:00:33.742 O: I: Validating logrotate 3.22.0-1
00:00:33.766 O: I: Retrieving logsave 1.47.1-1
00:00:33.782 O: I: Validating logsave 1.47.1-1
00:00:33.806 O: I: Retrieving mawk 1.3.4.20240622-2
00:00:33.825 O: I: Validating mawk 1.3.4.20240622-2
00:00:33.850 O: I: Retrieving mount 2.40.2-1
00:00:33.871 O: I: Validating mount 2.40.2-1
00:00:33.895 O: I: Retrieving nano 8.1-1
00:00:33.930 O: I: Validating nano 8.1-1
00:00:33.962 O: I: Retrieving ncurses-base 6.5-2
00:00:33.993 O: I: Validating ncurses-base 6.5-2
00:00:34.027 O: I: Retrieving ncurses-bin 6.5-2
00:00:34.054 O: I: Validating ncurses-bin 6.5-2
00:00:34.082 O: I: Retrieving netbase 6.4
00:00:34.099 O: I: Validating netbase 6.4
00:00:34.125 O: I: Retrieving nftables 1.1.0-2
00:00:34.142 O: I: Validating nftables 1.1.0-2
00:00:34.167 O: I: Retrieving passwd 1:4.15.3-2
00:00:34.208 O: I: Validating passwd 1:4.15.3-2
00:00:34.237 O: I: Retrieving perl-base 5.38.2-5
00:00:34.302 O: I: Validating perl-base 5.38.2-5
00:00:34.339 O: I: Retrieving procps 2:4.0.4-5
00:00:34.378 O: I: Validating procps 2:4.0.4-5
00:00:34.408 O: I: Retrieving readline-common 8.2-4
00:00:34.427 O: I: Validating readline-common 8.2-4
00:00:34.453 O: I: Retrieving sed 4.9-2
00:00:34.478 O: I: Validating sed 4.9-2
00:00:34.505 O: I: Retrieving sensible-utils 0.0.24
00:00:34.523 O: I: Validating sensible-utils 0.0.24
00:00:34.549 O: I: Retrieving systemd 256.4-2
00:00:34.644 O: I: Validating systemd 256.4-2
00:00:34.692 O: I: Retrieving systemd-sysv 256.4-2
00:00:34.715 O: I: Validating systemd-sysv 256.4-2
00:00:34.745 O: I: Retrieving sysvinit-utils 3.09-2
00:00:34.768 O: I: Validating sysvinit-utils 3.09-2
00:00:34.800 O: I: Retrieving tar 1.35+dfsg-3
00:00:34.895 O: I: Validating tar 1.35+dfsg-3
00:00:34.934 O: I: Retrieving tasksel 3.75
00:00:34.955 O: I: Validating tasksel 3.75
00:00:34.983 O: I: Retrieving tasksel-data 3.75
00:00:35.012 O: I: Validating tasksel-data 3.75
00:00:35.040 O: I: Retrieving tzdata 2024a-4
00:00:35.062 O: I: Validating tzdata 2024a-4
00:00:35.097 O: I: Retrieving udev 256.4-2
00:00:35.168 O: I: Validating udev 256.4-2
00:00:35.201 O: I: Retrieving usr-is-merged 39
00:00:35.218 O: I: Validating usr-is-merged 39
00:00:35.242 O: I: Retrieving util-linux 2.40.2-1
00:00:35.284 O: I: Validating util-linux 2.40.2-1
00:00:35.321 O: I: Retrieving vim-common 2:9.1.0496-1
00:00:35.345 O: I: Validating vim-common 2:9.1.0496-1
00:00:35.372 O: I: Retrieving vim-tiny 2:9.1.0496-1+b1
00:00:35.404 O: I: Validating vim-tiny 2:9.1.0496-1+b1
00:00:35.432 O: I: Retrieving whiptail 0.52.24-2+b1
00:00:35.449 O: I: Validating whiptail 0.52.24-2+b1
00:00:35.472 O: I: Retrieving zlib1g 1:1.3.dfsg+really1.3.1-1
00:00:35.489 O: I: Validating zlib1g 1:1.3.dfsg+really1.3.1-1
00:00:35.514 O: I: Chosen extractor for .deb packages: dpkg-deb
00:00:35.557 O: I: Extracting apt...
00:00:35.651 O: I: Extracting base-files...
00:00:35.665 O: I: Extracting base-passwd...
00:00:35.675 O: I: Extracting bash...
00:00:35.774 O: I: Extracting bsdutils...
00:00:35.789 O: I: Extracting coreutils...
00:00:35.984 O: I: Extracting dash...
00:00:35.999 O: I: Extracting debconf...
00:00:36.019 O: I: Extracting debian-archive-keyring...
00:00:36.038 O: I: Extracting debianutils...
00:00:36.053 O: I: Extracting diffutils...
00:00:36.089 O: I: Extracting dpkg...
00:00:36.179 O: I: Extracting e2fsprogs...
00:00:36.223 O: I: Extracting findutils...
00:00:36.267 O: I: Extracting gcc-14-base...
00:00:36.278 O: I: Extracting gpgv...
00:00:36.303 O: I: Extracting grep...
00:00:36.333 O: I: Extracting gzip...
00:00:36.350 O: I: Extracting hostname...
00:00:36.359 O: I: Extracting init-system-helpers...
00:00:36.371 O: I: Extracting libacl1...
00:00:36.380 O: I: Extracting libapt-pkg6.0t64...
00:00:36.457 O: I: Extracting libattr1...
00:00:36.467 O: I: Extracting libaudit-common...
00:00:36.477 O: I: Extracting libaudit1...
00:00:36.489 O: I: Extracting libblkid1...
00:00:36.508 O: I: Extracting libbsd0...
00:00:36.531 O: I: Extracting libbz2-1.0...
00:00:36.543 O: I: Extracting libc-bin...
00:00:36.594 O: I: Extracting libc6...
00:00:36.797 O: I: Extracting libcap-ng0...
00:00:36.807 O: I: Extracting libcap2...
00:00:36.817 O: I: Extracting libcom-err2...
00:00:36.826 O: I: Extracting libcrypt1...
00:00:36.839 O: I: Extracting libdb5.3t64...
00:00:36.896 O: I: Extracting libdebconfclient0...
00:00:36.902 O: I: Extracting libext2fs2t64...
00:00:36.928 O: I: Extracting libffi8...
00:00:36.941 O: I: Extracting libgcc-s1...
00:00:36.955 O: I: Extracting libgcrypt20...
00:00:37.012 O: I: Extracting libgmp10...
00:00:37.037 O: I: Extracting libgnutls30t64...
00:00:37.118 O: I: Extracting libgpg-error0...
00:00:37.132 O: I: Extracting libhogweed6t64...
00:00:37.154 O: I: Extracting libidn2-0...
00:00:37.173 O: I: Extracting liblz4-1...
00:00:37.185 O: I: Extracting liblzma5...
00:00:37.202 O: I: Extracting libmd0...
00:00:37.214 O: I: Extracting libmount1...
00:00:37.237 O: I: Extracting libnettle8t64...
00:00:37.260 O: I: Extracting libp11-kit0...
00:00:37.295 O: I: Extracting libpam-modules...
00:00:37.320 O: I: Extracting libpam-modules-bin...
00:00:37.333 O: I: Extracting libpam-runtime...
00:00:37.354 O: I: Extracting libpam0g...
00:00:37.366 O: I: Extracting libpcre2-8-0...
00:00:37.392 O: I: Extracting libseccomp2...
00:00:37.405 O: I: Extracting libselinux1...
00:00:37.420 O: I: Extracting libsemanage-common...
00:00:37.430 O: I: Extracting libsemanage2...
00:00:37.444 O: I: Extracting libsepol2...
00:00:37.472 O: I: Extracting libsmartcols1...
00:00:37.489 O: I: Extracting libss2...
00:00:37.499 O: I: Extracting libssl3t64...
00:00:37.633 O: I: Extracting libstdc++6...
00:00:37.689 O: I: Extracting libsystemd0...
00:00:37.723 O: I: Extracting libtasn1-6...
00:00:37.735 O: I: Extracting libtinfo6...
00:00:37.754 O: I: Extracting libudev1...
00:00:37.771 O: I: Extracting libunistring5...
00:00:37.816 O: I: Extracting libuuid1...
00:00:37.827 O: I: Extracting libxxhash0...
00:00:37.839 O: I: Extracting libzstd1...
00:00:37.869 O: I: Extracting login...
00:00:37.912 O: I: Extracting logsave...
00:00:37.922 O: I: Extracting mawk...
00:00:37.939 O: I: Extracting mount...
00:00:37.961 O: I: Extracting ncurses-base...
00:00:37.978 O: I: Extracting ncurses-bin...
00:00:37.999 O: I: Extracting passwd...
00:00:38.059 O: I: Extracting perl-base...
00:00:38.209 O: I: Extracting sed...
00:00:38.242 O: I: Extracting sysvinit-utils...
00:00:38.253 O: I: Extracting tar...
00:00:38.311 O: I: Extracting tzdata...
00:00:38.356 O: I: Extracting usr-is-merged...
00:00:38.367 O: I: Extracting util-linux...
00:00:38.462 O: I: Extracting zlib1g...
00:00:38.576 O: I: Installing core packages...
00:00:40.847 O: I: Unpacking required packages...
00:00:40.951 O: I: Unpacking apt...
00:00:41.115 O: I: Unpacking base-files...
00:00:41.187 O: I: Unpacking base-passwd...
00:00:41.235 O: I: Unpacking bash...
00:00:41.372 O: I: Unpacking bsdutils...
00:00:41.412 O: I: Unpacking coreutils...
00:00:41.713 O: I: Unpacking dash...
00:00:41.757 O: I: Unpacking debconf...
00:00:41.835 O: I: Unpacking debian-archive-keyring...
00:00:41.998 O: I: Unpacking debianutils...
00:00:42.052 O: I: Unpacking diffutils...
00:00:42.121 O: I: Unpacking dpkg...
00:00:42.285 O: I: Unpacking e2fsprogs...
00:00:42.360 O: I: Unpacking findutils...
00:00:42.437 O: I: Unpacking gcc-14-base:amd64...
00:00:42.471 O: I: Unpacking gpgv...
00:00:42.520 O: I: Unpacking grep...
00:00:42.593 O: I: Unpacking gzip...
00:00:42.669 O: I: Unpacking hostname...
00:00:42.703 O: I: Unpacking init-system-helpers...
00:00:42.744 O: I: Unpacking libacl1:amd64...
00:00:42.784 O: I: Unpacking libapt-pkg6.0t64:amd64...
00:00:42.909 O: I: Unpacking libattr1:amd64...
00:00:42.943 O: I: Unpacking libaudit-common...
00:00:42.977 O: I: Unpacking libaudit1:amd64...
00:00:43.013 O: I: Unpacking libblkid1:amd64...
00:00:43.058 O: I: Unpacking libbsd0:amd64...
00:00:43.096 O: I: Unpacking libbz2-1.0:amd64...
00:00:43.132 O: I: Unpacking libc-bin...
00:00:43.229 O: I: Unpacking libc6:amd64...
00:00:43.670 O: I: Unpacking libcap-ng0:amd64...
00:00:43.702 O: I: Unpacking libcap2:amd64...
00:00:43.737 O: I: Unpacking libcom-err2:amd64...
00:00:43.769 O: I: Unpacking libcrypt1:amd64...
00:00:43.806 O: I: Unpacking libdb5.3t64:amd64...
00:00:43.886 O: I: Unpacking libdebconfclient0:amd64...
00:00:43.919 O: I: Unpacking libext2fs2t64:amd64...
00:00:44.003 O: I: Unpacking libffi8:amd64...
00:00:44.036 O: I: Unpacking libgcc-s1:amd64...
00:00:44.074 O: I: Unpacking libgcrypt20:amd64...
00:00:44.148 O: I: Unpacking libgmp10:amd64...
00:00:44.199 O: I: Unpacking libgnutls30t64:amd64...
00:00:44.313 O: I: Unpacking libgpg-error0:amd64...
00:00:44.353 O: I: Unpacking libhogweed6t64:amd64...
00:00:44.400 O: I: Unpacking libidn2-0:amd64...
00:00:44.452 O: I: Unpacking liblz4-1:amd64...
00:00:44.492 O: I: Unpacking liblzma5:amd64...
00:00:44.535 O: I: Unpacking libmd0:amd64...
00:00:44.569 O: I: Unpacking libmount1:amd64...
00:00:44.614 O: I: Unpacking libnettle8t64:amd64...
00:00:44.660 O: I: Unpacking libp11-kit0:amd64...
00:00:44.721 O: I: Unpacking libpam-modules:amd64...
00:00:44.895 O: I: Unpacking libpam-modules-bin...
00:00:44.938 O: I: Unpacking libpam-runtime...
00:00:45.026 O: I: Unpacking libpam0g:amd64...
00:00:45.069 O: I: Unpacking libpcre2-8-0:amd64...
00:00:45.125 O: I: Unpacking libseccomp2:amd64...
00:00:45.162 O: I: Unpacking libselinux1:amd64...
00:00:45.199 O: I: Unpacking libsemanage-common...
00:00:45.238 O: I: Unpacking libsemanage2:amd64...
00:00:45.274 O: I: Unpacking libsepol2:amd64...
00:00:45.325 O: I: Unpacking libsmartcols1:amd64...
00:00:45.366 O: I: Unpacking libss2:amd64...
00:00:45.404 O: I: Unpacking libssl3t64:amd64...
00:00:45.581 O: I: Unpacking libstdc++6:amd64...
00:00:45.666 O: I: Unpacking libsystemd0:amd64...
00:00:45.721 O: I: Unpacking libtasn1-6:amd64...
00:00:45.757 O: I: Unpacking libtinfo6:amd64...
00:00:45.801 O: I: Unpacking libudev1:amd64...
00:00:45.841 O: I: Unpacking libunistring5:amd64...
00:00:45.908 O: I: Unpacking libuuid1:amd64...
00:00:45.942 O: I: Unpacking libxxhash0:amd64...
00:00:45.979 O: I: Unpacking libzstd1:amd64...
00:00:46.030 O: I: Unpacking login...
00:00:46.124 O: I: Unpacking logsave...
00:00:46.159 O: I: Unpacking mawk...
00:00:46.204 O: I: Unpacking mount...
00:00:46.248 O: I: Unpacking ncurses-base...
00:00:46.318 O: I: Unpacking ncurses-bin...
00:00:46.370 O: I: Unpacking passwd...
00:00:46.568 O: I: Unpacking perl-base...
00:00:46.904 O: I: Unpacking sed...
00:00:46.970 O: I: Unpacking sysvinit-utils...
00:00:47.005 O: I: Unpacking tar...
00:00:47.099 O: I: Unpacking tzdata...
00:00:47.304 O: I: Unpacking usr-is-merged...
00:00:47.346 O: I: Unpacking util-linux...
00:00:47.508 O: I: Unpacking zlib1g:amd64...
00:00:47.540 O: I: Configuring required packages...
00:00:47.561 O: I: Configuring gcc-14-base:amd64...
00:00:47.579 O: I: Configuring debian-archive-keyring...
00:00:47.712 O: I: Configuring usr-is-merged...
00:00:47.738 O: I: Configuring libaudit-common...
00:00:47.743 O: I: Configuring libsemanage-common...
00:00:47.751 O: I: Configuring debconf...
00:00:47.920 O: I: Configuring tzdata...
00:00:48.118 O: I: Configuring ncurses-base...
00:00:48.123 O: I: Configuring init-system-helpers...
00:00:48.141 O: I: Configuring libgcc-s1:amd64...
00:00:48.153 O: I: Configuring libc6:amd64...
00:00:48.299 O: I: Configuring libdb5.3t64:amd64...
00:00:48.304 O: I: Configuring libffi8:amd64...
00:00:48.309 O: I: Configuring libmd0:amd64...
00:00:48.316 O: I: Configuring libxxhash0:amd64...
00:00:48.323 O: I: Configuring libattr1:amd64...
00:00:48.329 O: I: Configuring sysvinit-utils...
00:00:48.333 O: I: Configuring libtasn1-6:amd64...
00:00:48.339 O: I: Configuring libext2fs2t64:amd64...
00:00:48.344 O: I: Configuring debianutils...
00:00:48.431 O: I: Configuring mawk...
00:00:48.441 O: I: Configuring libdebconfclient0:amd64...
00:00:48.455 O: I: Configuring base-files...
00:00:48.487 O: I: Configuring libbz2-1.0:amd64...
00:00:48.492 O: I: Configuring libbsd0:amd64...
00:00:48.498 O: I: Configuring libblkid1:amd64...
00:00:48.503 O: I: Configuring libstdc++6:amd64...
00:00:48.508 O: I: Configuring dash...
00:00:48.585 O: I: Configuring libtinfo6:amd64...
00:00:48.596 O: I: Configuring bash...
00:00:48.609 O: I: Configuring libzstd1:amd64...
00:00:48.615 O: I: Configuring liblzma5:amd64...
00:00:48.621 O: I: Configuring libgpg-error0:amd64...
00:00:48.626 O: I: Configuring liblz4-1:amd64...
00:00:48.639 O: I: Configuring libc-bin...
00:00:48.656 O: I: Configuring ncurses-bin...
00:00:48.662 O: I: Configuring libacl1:amd64...
00:00:48.666 O: I: Configuring libsmartcols1:amd64...
00:00:48.671 O: I: Configuring libgcrypt20:amd64...
00:00:48.679 O: I: Configuring zlib1g:amd64...
00:00:48.684 O: I: Configuring libcrypt1:amd64...
00:00:48.689 O: I: Configuring libcom-err2:amd64...
00:00:48.693 O: I: Configuring diffutils...
00:00:48.698 O: I: Configuring libseccomp2:amd64...
00:00:48.703 O: I: Configuring libcap2:amd64...
00:00:48.709 O: I: Configuring hostname...
00:00:48.713 O: I: Configuring libcap-ng0:amd64...
00:00:48.718 O: I: Configuring libnettle8t64:amd64...
00:00:48.724 O: I: Configuring libgmp10:amd64...
00:00:48.729 O: I: Configuring libp11-kit0:amd64...
00:00:48.733 O: I: Configuring libaudit1:amd64...
00:00:48.738 O: I: Configuring libunistring5:amd64...
00:00:48.743 O: I: Configuring libuuid1:amd64...
00:00:48.749 O: I: Configuring libss2:amd64...
00:00:48.754 O: I: Configuring libsepol2:amd64...
00:00:48.759 O: I: Configuring libpcre2-8-0:amd64...
00:00:48.764 O: I: Configuring logsave...
00:00:48.769 O: I: Configuring libudev1:amd64...
00:00:48.773 O: I: Configuring libhogweed6t64:amd64...
00:00:48.779 O: I: Configuring gpgv...
00:00:48.786 O: I: Configuring grep...
00:00:48.791 O: I: Configuring libssl3t64:amd64...
00:00:48.801 O: I: Configuring e2fsprogs...
00:00:49.201 O: I: Configuring libidn2-0:amd64...
00:00:49.206 O: I: Configuring libsystemd0:amd64...
00:00:49.210 O: I: Configuring libselinux1:amd64...
00:00:49.215 O: I: Configuring libpam0g:amd64...
00:00:49.327 O: I: Configuring sed...
00:00:49.332 O: I: Configuring findutils...
00:00:49.337 O: I: Configuring libmount1:amd64...
00:00:49.342 O: I: Configuring libsemanage2:amd64...
00:00:49.346 O: I: Configuring libapt-pkg6.0t64:amd64...
00:00:49.362 O: I: Configuring base-passwd...
00:00:49.495 O: I: Configuring libgnutls30t64:amd64...
00:00:49.505 O: I: Configuring apt...
00:00:49.934 O: I: Configuring bsdutils...
00:00:49.939 O: I: Configuring tar...
00:00:49.948 O: I: Configuring libpam-modules-bin...
00:00:49.954 O: I: Configuring coreutils...
00:00:49.966 O: I: Configuring dpkg...
00:00:50.191 O: I: Configuring mount...
00:00:50.210 O: I: Configuring libpam-modules:amd64...
00:00:50.221 O: I: Configuring perl-base...
00:00:50.233 O: I: Configuring gzip...
00:00:50.280 O: I: Configuring libpam-runtime...
00:00:50.457 O: I: Configuring login...
00:00:50.474 O: I: Configuring util-linux...
00:00:50.699 O: I: Configuring passwd...
00:00:50.801 O: I: Configuring libc-bin...
00:00:50.820 O: I: Unpacking the base system...
00:01:24.134 O: I: Unpacking apt-utils...
00:01:24.205 O: I: Unpacking cpio...
00:01:24.267 O: I: Unpacking cron...
00:01:24.312 O: I: Unpacking debconf-i18n...
00:01:24.385 O: I: Unpacking dmidecode...
00:01:24.425 O: I: Unpacking fdisk...
00:01:24.481 O: I: Unpacking ifupdown...
00:01:24.538 O: I: Unpacking init...
00:01:24.576 O: I: Unpacking iproute2...
00:01:24.789 O: I: Unpacking iputils-ping...
00:01:24.828 O: I: Unpacking isc-dhcp-client...
00:01:24.935 O: I: Unpacking isc-dhcp-common...
00:01:24.975 O: I: Unpacking kmod...
00:01:25.022 O: I: Unpacking less...
00:01:25.069 O: I: Unpacking libbpf1:amd64...
00:01:25.108 O: I: Unpacking libcap2-bin...
00:01:25.146 O: I: Unpacking libedit2:amd64...
00:01:25.183 O: I: Unpacking libelf1t64:amd64...
00:01:25.234 O: I: Unpacking libfdisk1:amd64...
00:01:25.283 O: I: Unpacking libgssapi-krb5-2:amd64...
00:01:25.325 O: I: Unpacking libjansson4:amd64...
00:01:25.360 O: I: Unpacking libk5crypto3:amd64...
00:01:25.400 O: I: Unpacking libkeyutils1:amd64...
00:01:25.433 O: I: Unpacking libkmod2:amd64...
00:01:25.471 O: I: Unpacking libkrb5-3:amd64...
00:01:25.528 O: I: Unpacking libkrb5support0:amd64...
00:01:25.560 O: I: Unpacking liblocale-gettext-perl...
00:01:25.597 O: I: Unpacking libmnl0:amd64...
00:01:25.630 O: I: Unpacking libncursesw6:amd64...
00:01:25.671 O: I: Unpacking libnewt0.52:amd64...
00:01:25.752 O: I: Unpacking libnftables1:amd64...
00:01:25.809 O: I: Unpacking libnftnl11:amd64...
00:01:25.849 O: I: Unpacking libpopt0:amd64...
00:01:25.898 O: I: Unpacking libproc2-0:amd64...
00:01:25.940 O: I: Unpacking libreadline8t64:amd64...
00:01:26.025 O: I: Unpacking libslang2:amd64...
00:01:26.089 O: I: Unpacking libtext-charwidth-perl:amd64...
00:01:26.121 O: I: Unpacking libtext-iconv-perl:amd64...
00:01:26.153 O: I: Unpacking libtext-wrapi18n-perl...
00:01:26.185 O: I: Unpacking libtirpc-common...
00:01:26.219 O: I: Unpacking libtirpc3t64:amd64...
00:01:26.282 O: I: Unpacking libxtables12:amd64...
00:01:26.318 O: I: Unpacking logrotate...
00:01:26.375 O: I: Unpacking nano...
00:01:26.472 O: I: Unpacking netbase...
00:01:26.505 O: I: Unpacking nftables...
00:01:26.551 O: I: Unpacking procps...
00:01:26.664 O: I: Unpacking readline-common...
00:01:26.696 O: I: Unpacking sensible-utils...
00:01:26.736 O: I: Unpacking tasksel...
00:01:26.793 O: I: Unpacking tasksel-data...
00:01:26.849 O: I: Unpacking udev...
00:01:27.055 O: I: Unpacking vim-common...
00:01:27.120 O: I: Unpacking vim-tiny...
00:01:27.202 O: I: Unpacking whiptail...
00:01:27.255 O: I: Configuring the base system...
00:01:27.267 O: I: Configuring cpio...
00:01:27.277 O: I: Configuring libtext-iconv-perl:amd64...
00:01:27.282 O: I: Configuring libtext-charwidth-perl:amd64...
00:01:27.290 O: I: Configuring libkeyutils1:amd64...
00:01:27.295 O: I: Configuring apt-utils...
00:01:27.299 O: I: Configuring init...
00:01:27.306 O: I: Configuring libtirpc-common...
00:01:27.311 O: I: Configuring libedit2:amd64...
00:01:27.318 O: I: Configuring less...
00:01:27.328 O: I: Configuring libtext-wrapi18n-perl...
00:01:27.334 O: I: Configuring libelf1t64:amd64...
00:01:27.338 O: I: Configuring libjansson4:amd64...
00:01:27.343 O: I: Configuring libkrb5support0:amd64...
00:01:27.351 O: I: Configuring libcap2-bin...
00:01:27.360 O: I: Configuring vim-common...
00:01:27.367 O: I: Configuring libslang2:amd64...
00:01:27.372 O: I: Configuring libproc2-0:amd64...
00:01:27.377 O: I: Configuring libmnl0:amd64...
00:01:27.383 O: I: Configuring libncursesw6:amd64...
00:01:27.388 O: I: Configuring libk5crypto3:amd64...
00:01:27.393 O: I: Configuring libxtables12:amd64...
00:01:27.397 O: I: Configuring libfdisk1:amd64...
00:01:27.403 O: I: Configuring nano...
00:01:27.417 O: I: Configuring sensible-utils...
00:01:27.424 O: I: Configuring procps...
00:01:27.459 O: I: Configuring netbase...
00:01:27.469 O: I: Configuring isc-dhcp-common...
00:01:27.474 O: I: Configuring libkrb5-3:amd64...
00:01:27.480 O: I: Configuring dmidecode...
00:01:27.486 O: I: Configuring iputils-ping...
00:01:27.506 O: I: Configuring readline-common...
00:01:27.515 O: I: Configuring liblocale-gettext-perl...
00:01:27.520 O: I: Configuring libbpf1:amd64...
00:01:27.524 O: I: Configuring libkmod2:amd64...
00:01:27.528 O: I: Configuring libpopt0:amd64...
00:01:27.538 O: I: Configuring logrotate...
00:01:27.741 O: I: Configuring libnewt0.52:amd64...
00:01:27.755 O: I: Configuring cron...
00:01:28.016 O: I: Configuring debconf-i18n...
00:01:28.021 O: I: Configuring libnftnl11:amd64...
00:01:28.027 O: I: Configuring vim-tiny...
00:01:28.060 O: I: Configuring kmod...
00:01:28.089 O: I: Configuring libgssapi-krb5-2:amd64...
00:01:28.099 O: I: Configuring udev...
00:01:28.690 O: I: Configuring libreadline8t64:amd64...
00:01:28.695 O: I: Configuring whiptail...
00:01:28.700 O: I: Configuring libnftables1:amd64...
00:01:28.707 O: I: Configuring nftables...
00:01:28.863 O: I: Configuring libtirpc3t64:amd64...
00:01:28.868 O: I: Configuring iproute2...
00:01:29.089 O: I: Configuring isc-dhcp-client...
00:01:29.112 O: I: Configuring fdisk...
00:01:29.122 O: I: Configuring ifupdown...
00:01:29.563 O: I: Configuring tasksel...
00:01:29.748 O: I: Configuring tasksel-data...
00:01:29.756 O: I: Configuring libc-bin...
00:01:29.784 O: I: Base system installed successfully.
00:01:29.864 E: + [ 0 -ne 0 ]
00:01:29.868 E: + tar --sort=name --mtime=@1722845704 --clamp-mtime --numeric-owner --one-file-system --xattrs -C /tmp/tmp.j9hBOEhSTJ -c .
00:01:42.634 E: + rm -r /tmp/tmp.j9hBOEhSTJ
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:54
result: SUCCESS
------------------------------------------------------------------------------
(10/280) debootstrap
dist: unstable
mode: auto
variant: minbase
format: auto
time left: 7:24:41
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + mktemp -d
00:00:00.023 E: + tmpdir=/tmp/tmp.baj1nArHhQ
00:00:00.028 E: + chmod 755 /tmp/tmp.baj1nArHhQ
00:00:00.032 E: + ret=0
00:00:00.036 E: + [ unstable = oldstable ]
00:00:00.040 E: + echo --merged-usr
00:00:00.045 E: + debootstrap --merged-usr --variant=minbase unstable /tmp/tmp.baj1nArHhQ http://127.0.0.1/debian
00:00:00.111 O: I: Target architecture can be executed
00:00:00.138 O: I: Retrieving InRelease 
00:00:00.355 O: I: Checking Release signature
00:00:00.376 O: I: Valid Release signature (key id 4CB50190207B4758A3F73A796ED0E7B82643E131)
00:00:01.084 O: I: Retrieving Packages 
00:00:01.316 O: I: Validating Packages 
00:00:02.454 O: I: Resolving dependencies of required packages...
00:00:12.347 O: I: Resolving dependencies of base packages...
00:00:22.042 O: I: Checking component main on http://127.0.0.1/debian...
00:00:26.180 O: I: Retrieving apt 2.9.7
00:00:26.226 O: I: Validating apt 2.9.7
00:00:26.257 O: I: Retrieving base-files 13.5
00:00:26.274 O: I: Validating base-files 13.5
00:00:26.296 O: I: Retrieving base-passwd 3.6.4
00:00:26.315 O: I: Validating base-passwd 3.6.4
00:00:26.338 O: I: Retrieving bash 5.2.21-2.1
00:00:26.391 O: I: Validating bash 5.2.21-2.1
00:00:26.424 O: I: Retrieving bsdutils 1:2.40.2-2
00:00:26.444 O: I: Validating bsdutils 1:2.40.2-2
00:00:26.469 O: I: Retrieving coreutils 9.4-3.1
00:00:26.557 O: I: Validating coreutils 9.4-3.1
00:00:26.602 O: I: Retrieving dash 0.5.12-9
00:00:26.623 O: I: Validating dash 0.5.12-9
00:00:26.649 O: I: Retrieving debconf 1.5.87
00:00:26.677 O: I: Validating debconf 1.5.87
00:00:26.704 O: I: Retrieving debian-archive-keyring 2023.4
00:00:26.726 O: I: Validating debian-archive-keyring 2023.4
00:00:26.750 O: I: Retrieving debianutils 5.20
00:00:26.772 O: I: Validating debianutils 5.20
00:00:26.798 O: I: Retrieving diffutils 1:3.10-1
00:00:26.825 O: I: Validating diffutils 1:3.10-1
00:00:26.855 O: I: Retrieving dpkg 1.22.11
00:00:26.916 O: I: Validating dpkg 1.22.11
00:00:26.951 O: I: Retrieving e2fsprogs 1.47.1-1
00:00:26.995 O: I: Validating e2fsprogs 1.47.1-1
00:00:27.023 O: I: Retrieving findutils 4.10.0-2
00:00:27.053 O: I: Validating findutils 4.10.0-2
00:00:27.080 O: I: Retrieving gcc-14-base 14.2.0-1
00:00:27.096 O: I: Validating gcc-14-base 14.2.0-1
00:00:27.118 O: I: Retrieving gpgv 2.2.43-8
00:00:27.137 O: I: Validating gpgv 2.2.43-8
00:00:27.160 O: I: Retrieving grep 3.11-4
00:00:27.185 O: I: Validating grep 3.11-4
00:00:27.209 O: I: Retrieving gzip 1.12-1.1
00:00:27.227 O: I: Validating gzip 1.12-1.1
00:00:27.249 O: I: Retrieving hostname 3.23+nmu2
00:00:27.265 O: I: Validating hostname 3.23+nmu2
00:00:27.286 O: I: Retrieving init-system-helpers 1.66
00:00:27.303 O: I: Validating init-system-helpers 1.66
00:00:27.325 O: I: Retrieving libacl1 2.3.2-2
00:00:27.341 O: I: Validating libacl1 2.3.2-2
00:00:27.363 O: I: Retrieving libapt-pkg6.0t64 2.9.7
00:00:27.397 O: I: Validating libapt-pkg6.0t64 2.9.7
00:00:27.425 O: I: Retrieving libattr1 1:2.5.2-1
00:00:27.441 O: I: Validating libattr1 1:2.5.2-1
00:00:27.466 O: I: Retrieving libaudit-common 1:3.1.2-4
00:00:27.484 O: I: Validating libaudit-common 1:3.1.2-4
00:00:27.510 O: I: Retrieving libaudit1 1:3.1.2-4+b1
00:00:27.529 O: I: Validating libaudit1 1:3.1.2-4+b1
00:00:27.555 O: I: Retrieving libblkid1 2.40.2-2
00:00:27.575 O: I: Validating libblkid1 2.40.2-2
00:00:27.598 O: I: Retrieving libbsd0 0.12.2-1
00:00:27.619 O: I: Validating libbsd0 0.12.2-1
00:00:27.641 O: I: Retrieving libbz2-1.0 1.0.8-5.1
00:00:27.656 O: I: Validating libbz2-1.0 1.0.8-5.1
00:00:27.680 O: I: Retrieving libc-bin 2.39-6
00:00:27.716 O: I: Validating libc-bin 2.39-6
00:00:27.739 O: I: Retrieving libc6 2.39-6
00:00:27.834 O: I: Validating libc6 2.39-6
00:00:27.874 O: I: Retrieving libcap-ng0 0.8.5-1+b1
00:00:27.891 O: I: Validating libcap-ng0 0.8.5-1+b1
00:00:27.914 O: I: Retrieving libcap2 1:2.66-5
00:00:27.931 O: I: Validating libcap2 1:2.66-5
00:00:27.954 O: I: Retrieving libcom-err2 1.47.1-1
00:00:27.970 O: I: Validating libcom-err2 1.47.1-1
00:00:27.994 O: I: Retrieving libcrypt1 1:4.4.36-4
00:00:28.015 O: I: Validating libcrypt1 1:4.4.36-4
00:00:28.038 O: I: Retrieving libdb5.3t64 5.3.28+dfsg2-7
00:00:28.069 O: I: Validating libdb5.3t64 5.3.28+dfsg2-7
00:00:28.095 O: I: Retrieving libdebconfclient0 0.272
00:00:28.110 O: I: Validating libdebconfclient0 0.272
00:00:28.137 O: I: Retrieving libext2fs2t64 1.47.1-1
00:00:28.156 O: I: Validating libext2fs2t64 1.47.1-1
00:00:28.179 O: I: Retrieving libffi8 3.4.6-1
00:00:28.196 O: I: Validating libffi8 3.4.6-1
00:00:28.219 O: I: Retrieving libgcc-s1 14.2.0-1
00:00:28.237 O: I: Validating libgcc-s1 14.2.0-1
00:00:28.260 O: I: Retrieving libgcrypt20 1.11.0-5
00:00:28.295 O: I: Validating libgcrypt20 1.11.0-5
00:00:28.321 O: I: Retrieving libgmp10 2:6.3.0+dfsg-2+b1
00:00:28.349 O: I: Validating libgmp10 2:6.3.0+dfsg-2+b1
00:00:28.376 O: I: Retrieving libgnutls30t64 3.8.6-2
00:00:28.420 O: I: Validating libgnutls30t64 3.8.6-2
00:00:28.452 O: I: Retrieving libgpg-error0 1.50-2
00:00:28.470 O: I: Validating libgpg-error0 1.50-2
00:00:28.496 O: I: Retrieving libhogweed6t64 3.10-1
00:00:28.520 O: I: Validating libhogweed6t64 3.10-1
00:00:28.547 O: I: Retrieving libidn2-0 2.3.7-2
00:00:28.566 O: I: Validating libidn2-0 2.3.7-2
00:00:28.587 O: I: Retrieving liblz4-1 1.9.4-3
00:00:28.604 O: I: Validating liblz4-1 1.9.4-3
00:00:28.627 O: I: Retrieving liblzma5 5.6.2-2
00:00:28.647 O: I: Validating liblzma5 5.6.2-2
00:00:28.670 O: I: Retrieving libmd0 1.1.0-2
00:00:28.686 O: I: Validating libmd0 1.1.0-2
00:00:28.708 O: I: Retrieving libmount1 2.40.2-2
00:00:28.728 O: I: Validating libmount1 2.40.2-2
00:00:28.751 O: I: Retrieving libnettle8t64 3.10-1
00:00:28.775 O: I: Validating libnettle8t64 3.10-1
00:00:28.800 O: I: Retrieving libp11-kit0 0.25.5-2
00:00:28.825 O: I: Validating libp11-kit0 0.25.5-2
00:00:28.849 O: I: Retrieving libpam-modules 1.5.3-7
00:00:28.869 O: I: Validating libpam-modules 1.5.3-7
00:00:28.892 O: I: Retrieving libpam-modules-bin 1.5.3-7
00:00:28.908 O: I: Validating libpam-modules-bin 1.5.3-7
00:00:28.931 O: I: Retrieving libpam-runtime 1.5.3-7
00:00:28.948 O: I: Validating libpam-runtime 1.5.3-7
00:00:28.970 O: I: Retrieving libpam0g 1.5.3-7
00:00:28.986 O: I: Validating libpam0g 1.5.3-7
00:00:29.009 O: I: Retrieving libpcre2-8-0 10.42-4+b1
00:00:29.030 O: I: Validating libpcre2-8-0 10.42-4+b1
00:00:29.053 O: I: Retrieving libseccomp2 2.5.5-1+b1
00:00:29.070 O: I: Validating libseccomp2 2.5.5-1+b1
00:00:29.093 O: I: Retrieving libselinux1 3.5-2+b3
00:00:29.108 O: I: Validating libselinux1 3.5-2+b3
00:00:29.130 O: I: Retrieving libsemanage-common 3.5-1
00:00:29.145 O: I: Validating libsemanage-common 3.5-1
00:00:29.168 O: I: Retrieving libsemanage2 3.5-1+b4
00:00:29.185 O: I: Validating libsemanage2 3.5-1+b4
00:00:29.207 O: I: Retrieving libsepol2 3.5-2+b1
00:00:29.229 O: I: Validating libsepol2 3.5-2+b1
00:00:29.254 O: I: Retrieving libsmartcols1 2.40.2-2
00:00:29.272 O: I: Validating libsmartcols1 2.40.2-2
00:00:29.297 O: I: Retrieving libss2 1.47.1-1
00:00:29.313 O: I: Validating libss2 1.47.1-1
00:00:29.338 O: I: Retrieving libssl3t64 3.3.1-2
00:00:29.408 O: I: Validating libssl3t64 3.3.1-2
00:00:29.443 O: I: Retrieving libstdc++6 14.2.0-1
00:00:29.483 O: I: Validating libstdc++6 14.2.0-1
00:00:29.513 O: I: Retrieving libsystemd0 256.4-2
00:00:29.540 O: I: Validating libsystemd0 256.4-2
00:00:29.568 O: I: Retrieving libtasn1-6 4.19.0-3+b2
00:00:29.585 O: I: Validating libtasn1-6 4.19.0-3+b2
00:00:29.608 O: I: Retrieving libtinfo6 6.5-2
00:00:29.632 O: I: Validating libtinfo6 6.5-2
00:00:29.656 O: I: Retrieving libudev1 256.4-2
00:00:29.674 O: I: Validating libudev1 256.4-2
00:00:29.698 O: I: Retrieving libunistring5 1.2-1
00:00:29.728 O: I: Validating libunistring5 1.2-1
00:00:29.754 O: I: Retrieving libuuid1 2.40.2-2
00:00:29.780 O: I: Validating libuuid1 2.40.2-2
00:00:29.804 O: I: Retrieving libxxhash0 0.8.2-2+b1
00:00:29.823 O: I: Validating libxxhash0 0.8.2-2+b1
00:00:29.847 O: I: Retrieving libzstd1 1.5.6+dfsg-1
00:00:29.870 O: I: Validating libzstd1 1.5.6+dfsg-1
00:00:29.895 O: I: Retrieving login 1:4.15.3-3
00:00:29.922 O: I: Validating login 1:4.15.3-3
00:00:29.950 O: I: Retrieving logsave 1.47.1-1
00:00:29.967 O: I: Validating logsave 1.47.1-1
00:00:29.992 O: I: Retrieving mawk 1.3.4.20240622-2
00:00:30.015 O: I: Validating mawk 1.3.4.20240622-2
00:00:30.039 O: I: Retrieving mount 2.40.2-2
00:00:30.059 O: I: Validating mount 2.40.2-2
00:00:30.084 O: I: Retrieving ncurses-base 6.5-2
00:00:30.103 O: I: Validating ncurses-base 6.5-2
00:00:30.130 O: I: Retrieving ncurses-bin 6.5-2
00:00:30.159 O: I: Validating ncurses-bin 6.5-2
00:00:30.187 O: I: Retrieving passwd 1:4.15.3-3
00:00:30.230 O: I: Validating passwd 1:4.15.3-3
00:00:30.258 O: I: Retrieving perl-base 5.38.2-5
00:00:30.311 O: I: Validating perl-base 5.38.2-5
00:00:30.342 O: I: Retrieving sed 4.9-2
00:00:30.368 O: I: Validating sed 4.9-2
00:00:30.397 O: I: Retrieving sysvinit-utils 3.09-2
00:00:30.414 O: I: Validating sysvinit-utils 3.09-2
00:00:30.437 O: I: Retrieving tar 1.35+dfsg-3
00:00:30.472 O: I: Validating tar 1.35+dfsg-3
00:00:30.505 O: I: Retrieving tzdata 2024a-4
00:00:30.531 O: I: Validating tzdata 2024a-4
00:00:30.558 O: I: Retrieving usr-is-merged 39
00:00:30.574 O: I: Validating usr-is-merged 39
00:00:30.598 O: I: Retrieving util-linux 2.40.2-2
00:00:30.642 O: I: Validating util-linux 2.40.2-2
00:00:30.673 O: I: Retrieving zlib1g 1:1.3.dfsg+really1.3.1-1
00:00:30.691 O: I: Validating zlib1g 1:1.3.dfsg+really1.3.1-1
00:00:30.717 O: I: Chosen extractor for .deb packages: dpkg-deb
00:00:30.753 O: I: Extracting apt...
00:00:30.845 O: I: Extracting base-files...
00:00:30.859 O: I: Extracting base-passwd...
00:00:30.869 O: I: Extracting bash...
00:00:30.978 O: I: Extracting bsdutils...
00:00:30.994 O: I: Extracting coreutils...
00:00:31.205 O: I: Extracting dash...
00:00:31.218 O: I: Extracting debconf...
00:00:31.238 O: I: Extracting debian-archive-keyring...
00:00:31.255 O: I: Extracting debianutils...
00:00:31.269 O: I: Extracting diffutils...
00:00:31.303 O: I: Extracting dpkg...
00:00:31.398 O: I: Extracting e2fsprogs...
00:00:31.440 O: I: Extracting findutils...
00:00:31.479 O: I: Extracting gcc-14-base...
00:00:31.490 O: I: Extracting gpgv...
00:00:31.516 O: I: Extracting grep...
00:00:31.545 O: I: Extracting gzip...
00:00:31.567 O: I: Extracting hostname...
00:00:31.572 O: I: Extracting init-system-helpers...
00:00:31.584 O: I: Extracting libacl1...
00:00:31.594 O: I: Extracting libapt-pkg6.0t64...
00:00:31.674 O: I: Extracting libattr1...
00:00:31.684 O: I: Extracting libaudit-common...
00:00:31.694 O: I: Extracting libaudit1...
00:00:31.706 O: I: Extracting libblkid1...
00:00:31.726 O: I: Extracting libbsd0...
00:00:31.740 O: I: Extracting libbz2-1.0...
00:00:31.751 O: I: Extracting libc-bin...
00:00:31.801 O: I: Extracting libc6...
00:00:32.001 O: I: Extracting libcap-ng0...
00:00:32.011 O: I: Extracting libcap2...
00:00:32.021 O: I: Extracting libcom-err2...
00:00:32.030 O: I: Extracting libcrypt1...
00:00:32.044 O: I: Extracting libdb5.3t64...
00:00:32.098 O: I: Extracting libdebconfclient0...
00:00:32.107 O: I: Extracting libext2fs2t64...
00:00:32.129 O: I: Extracting libffi8...
00:00:32.138 O: I: Extracting libgcc-s1...
00:00:32.150 O: I: Extracting libgcrypt20...
00:00:32.202 O: I: Extracting libgmp10...
00:00:32.226 O: I: Extracting libgnutls30t64...
00:00:32.304 O: I: Extracting libgpg-error0...
00:00:32.317 O: I: Extracting libhogweed6t64...
00:00:32.341 O: I: Extracting libidn2-0...
00:00:32.359 O: I: Extracting liblz4-1...
00:00:32.373 O: I: Extracting liblzma5...
00:00:32.389 O: I: Extracting libmd0...
00:00:32.399 O: I: Extracting libmount1...
00:00:32.420 O: I: Extracting libnettle8t64...
00:00:32.443 O: I: Extracting libp11-kit0...
00:00:32.478 O: I: Extracting libpam-modules...
00:00:32.504 O: I: Extracting libpam-modules-bin...
00:00:32.518 O: I: Extracting libpam-runtime...
00:00:32.539 O: I: Extracting libpam0g...
00:00:32.552 O: I: Extracting libpcre2-8-0...
00:00:32.577 O: I: Extracting libseccomp2...
00:00:32.590 O: I: Extracting libselinux1...
00:00:32.603 O: I: Extracting libsemanage-common...
00:00:32.612 O: I: Extracting libsemanage2...
00:00:32.625 O: I: Extracting libsepol2...
00:00:32.650 O: I: Extracting libsmartcols1...
00:00:32.668 O: I: Extracting libss2...
00:00:32.678 O: I: Extracting libssl3t64...
00:00:32.821 O: I: Extracting libstdc++6...
00:00:32.878 O: I: Extracting libsystemd0...
00:00:32.911 O: I: Extracting libtasn1-6...
00:00:32.922 O: I: Extracting libtinfo6...
00:00:32.940 O: I: Extracting libudev1...
00:00:32.958 O: I: Extracting libunistring5...
00:00:33.002 O: I: Extracting libuuid1...
00:00:33.014 O: I: Extracting libxxhash0...
00:00:33.024 O: I: Extracting libzstd1...
00:00:33.054 O: I: Extracting login...
00:00:33.094 O: I: Extracting logsave...
00:00:33.104 O: I: Extracting mawk...
00:00:33.120 O: I: Extracting mount...
00:00:33.138 O: I: Extracting ncurses-base...
00:00:33.153 O: I: Extracting ncurses-bin...
00:00:33.175 O: I: Extracting passwd...
00:00:33.236 O: I: Extracting perl-base...
00:00:33.391 O: I: Extracting sed...
00:00:33.420 O: I: Extracting sysvinit-utils...
00:00:33.432 O: I: Extracting tar...
00:00:33.489 O: I: Extracting tzdata...
00:00:33.530 O: I: Extracting usr-is-merged...
00:00:33.553 O: I: Extracting util-linux...
00:00:33.636 O: I: Extracting zlib1g...
00:00:33.746 O: I: Installing core packages...
00:00:35.708 O: I: Unpacking required packages...
00:00:35.774 O: I: Unpacking apt...
00:00:35.964 O: I: Unpacking base-files...
00:00:36.042 O: I: Unpacking base-passwd...
00:00:36.092 O: I: Unpacking bash...
00:00:36.236 O: I: Unpacking bsdutils...
00:00:36.279 O: I: Unpacking coreutils...
00:00:36.565 O: I: Unpacking dash...
00:00:36.610 O: I: Unpacking debconf...
00:00:36.705 O: I: Unpacking debian-archive-keyring...
00:00:36.882 O: I: Unpacking debianutils...
00:00:36.940 O: I: Unpacking diffutils...
00:00:37.013 O: I: Unpacking dpkg...
00:00:37.168 O: I: Unpacking e2fsprogs...
00:00:37.243 O: I: Unpacking findutils...
00:00:37.319 O: I: Unpacking gcc-14-base:amd64...
00:00:37.351 O: I: Unpacking gpgv...
00:00:37.395 O: I: Unpacking grep...
00:00:37.469 O: I: Unpacking gzip...
00:00:37.546 O: I: Unpacking hostname...
00:00:37.580 O: I: Unpacking init-system-helpers...
00:00:37.622 O: I: Unpacking libacl1:amd64...
00:00:37.661 O: I: Unpacking libapt-pkg6.0t64:amd64...
00:00:37.781 O: I: Unpacking libattr1:amd64...
00:00:37.816 O: I: Unpacking libaudit-common...
00:00:37.850 O: I: Unpacking libaudit1:amd64...
00:00:37.888 O: I: Unpacking libblkid1:amd64...
00:00:37.933 O: I: Unpacking libbsd0:amd64...
00:00:37.970 O: I: Unpacking libbz2-1.0:amd64...
00:00:38.007 O: I: Unpacking libc-bin...
00:00:38.100 O: I: Unpacking libc6:amd64...
00:00:38.526 O: I: Unpacking libcap-ng0:amd64...
00:00:38.565 O: I: Unpacking libcap2:amd64...
00:00:38.599 O: I: Unpacking libcom-err2:amd64...
00:00:38.633 O: I: Unpacking libcrypt1:amd64...
00:00:38.672 O: I: Unpacking libdb5.3t64:amd64...
00:00:38.752 O: I: Unpacking libdebconfclient0:amd64...
00:00:38.786 O: I: Unpacking libext2fs2t64:amd64...
00:00:38.866 O: I: Unpacking libffi8:amd64...
00:00:38.900 O: I: Unpacking libgcc-s1:amd64...
00:00:38.937 O: I: Unpacking libgcrypt20:amd64...
00:00:39.009 O: I: Unpacking libgmp10:amd64...
00:00:39.060 O: I: Unpacking libgnutls30t64:amd64...
00:00:39.163 O: I: Unpacking libgpg-error0:amd64...
00:00:39.202 O: I: Unpacking libhogweed6t64:amd64...
00:00:39.249 O: I: Unpacking libidn2-0:amd64...
00:00:39.307 O: I: Unpacking liblz4-1:amd64...
00:00:39.347 O: I: Unpacking liblzma5:amd64...
00:00:39.393 O: I: Unpacking libmd0:amd64...
00:00:39.430 O: I: Unpacking libmount1:amd64...
00:00:39.480 O: I: Unpacking libnettle8t64:amd64...
00:00:39.531 O: I: Unpacking libp11-kit0:amd64...
00:00:39.593 O: I: Unpacking libpam-modules:amd64...
00:00:39.779 O: I: Unpacking libpam-modules-bin...
00:00:39.827 O: I: Unpacking libpam-runtime...
00:00:39.921 O: I: Unpacking libpam0g:amd64...
00:00:39.963 O: I: Unpacking libpcre2-8-0:amd64...
00:00:40.018 O: I: Unpacking libseccomp2:amd64...
00:00:40.058 O: I: Unpacking libselinux1:amd64...
00:00:40.096 O: I: Unpacking libsemanage-common...
00:00:40.135 O: I: Unpacking libsemanage2:amd64...
00:00:40.178 O: I: Unpacking libsepol2:amd64...
00:00:40.227 O: I: Unpacking libsmartcols1:amd64...
00:00:40.268 O: I: Unpacking libss2:amd64...
00:00:40.304 O: I: Unpacking libssl3t64:amd64...
00:00:40.477 O: I: Unpacking libstdc++6:amd64...
00:00:40.558 O: I: Unpacking libsystemd0:amd64...
00:00:40.614 O: I: Unpacking libtasn1-6:amd64...
00:00:40.651 O: I: Unpacking libtinfo6:amd64...
00:00:40.697 O: I: Unpacking libudev1:amd64...
00:00:40.740 O: I: Unpacking libunistring5:amd64...
00:00:40.809 O: I: Unpacking libuuid1:amd64...
00:00:40.844 O: I: Unpacking libxxhash0:amd64...
00:00:40.877 O: I: Unpacking libzstd1:amd64...
00:00:40.930 O: I: Unpacking login...
00:00:41.024 O: I: Unpacking logsave...
00:00:41.064 O: I: Unpacking mawk...
00:00:41.174 O: I: Unpacking mount...
00:00:41.223 O: I: Unpacking ncurses-base...
00:00:41.276 O: I: Unpacking ncurses-bin...
00:00:41.341 O: I: Unpacking passwd...
00:00:41.545 O: I: Unpacking perl-base...
00:00:41.908 O: I: Unpacking sed...
00:00:41.970 O: I: Unpacking sysvinit-utils...
00:00:42.006 O: I: Unpacking tar...
00:00:42.096 O: I: Unpacking tzdata...
00:00:42.318 O: I: Unpacking usr-is-merged...
00:00:42.364 O: I: Unpacking util-linux...
00:00:42.530 O: I: Unpacking zlib1g:amd64...
00:00:42.562 O: I: Configuring required packages...
00:00:42.580 O: I: Configuring gcc-14-base:amd64...
00:00:42.601 O: I: Configuring debian-archive-keyring...
00:00:42.764 O: I: Configuring usr-is-merged...
00:00:42.788 O: I: Configuring libaudit-common...
00:00:42.795 O: I: Configuring libsemanage-common...
00:00:42.802 O: I: Configuring debconf...
00:00:42.983 O: I: Configuring tzdata...
00:00:43.195 O: I: Configuring ncurses-base...
00:00:43.200 O: I: Configuring init-system-helpers...
00:00:43.217 O: I: Configuring libgcc-s1:amd64...
00:00:43.227 O: I: Configuring libc6:amd64...
00:00:43.379 O: I: Configuring libdb5.3t64:amd64...
00:00:43.387 O: I: Configuring libffi8:amd64...
00:00:43.393 O: I: Configuring libmd0:amd64...
00:00:43.400 O: I: Configuring libxxhash0:amd64...
00:00:43.407 O: I: Configuring libattr1:amd64...
00:00:43.412 O: I: Configuring sysvinit-utils...
00:00:43.417 O: I: Configuring libtasn1-6:amd64...
00:00:43.422 O: I: Configuring libext2fs2t64:amd64...
00:00:43.428 O: I: Configuring debianutils...
00:00:43.499 O: I: Configuring mawk...
00:00:43.509 O: I: Configuring libdebconfclient0:amd64...
00:00:43.521 O: I: Configuring base-files...
00:00:43.554 O: I: Configuring libbz2-1.0:amd64...
00:00:43.558 O: I: Configuring libbsd0:amd64...
00:00:43.563 O: I: Configuring libblkid1:amd64...
00:00:43.570 O: I: Configuring libstdc++6:amd64...
00:00:43.578 O: I: Configuring dash...
00:00:43.652 O: I: Configuring libtinfo6:amd64...
00:00:43.663 O: I: Configuring bash...
00:00:43.676 O: I: Configuring libzstd1:amd64...
00:00:43.681 O: I: Configuring liblzma5:amd64...
00:00:43.685 O: I: Configuring libgpg-error0:amd64...
00:00:43.692 O: I: Configuring liblz4-1:amd64...
00:00:43.706 O: I: Configuring libc-bin...
00:00:43.722 O: I: Configuring ncurses-bin...
00:00:43.728 O: I: Configuring libacl1:amd64...
00:00:43.732 O: I: Configuring libsmartcols1:amd64...
00:00:43.737 O: I: Configuring libgcrypt20:amd64...
00:00:43.744 O: I: Configuring zlib1g:amd64...
00:00:43.749 O: I: Configuring libcrypt1:amd64...
00:00:43.753 O: I: Configuring libcom-err2:amd64...
00:00:43.758 O: I: Configuring diffutils...
00:00:43.763 O: I: Configuring libseccomp2:amd64...
00:00:43.767 O: I: Configuring libcap2:amd64...
00:00:43.771 O: I: Configuring hostname...
00:00:43.777 O: I: Configuring libcap-ng0:amd64...
00:00:43.782 O: I: Configuring libnettle8t64:amd64...
00:00:43.787 O: I: Configuring libgmp10:amd64...
00:00:43.793 O: I: Configuring libp11-kit0:amd64...
00:00:43.797 O: I: Configuring libaudit1:amd64...
00:00:43.802 O: I: Configuring libunistring5:amd64...
00:00:43.808 O: I: Configuring libuuid1:amd64...
00:00:43.813 O: I: Configuring libss2:amd64...
00:00:43.818 O: I: Configuring libsepol2:amd64...
00:00:43.823 O: I: Configuring libpcre2-8-0:amd64...
00:00:43.830 O: I: Configuring logsave...
00:00:43.839 O: I: Configuring libudev1:amd64...
00:00:43.845 O: I: Configuring libhogweed6t64:amd64...
00:00:43.851 O: I: Configuring gpgv...
00:00:43.859 O: I: Configuring grep...
00:00:43.864 O: I: Configuring libssl3t64:amd64...
00:00:43.875 O: I: Configuring e2fsprogs...
00:00:44.296 O: I: Configuring libidn2-0:amd64...
00:00:44.301 O: I: Configuring libsystemd0:amd64...
00:00:44.306 O: I: Configuring libselinux1:amd64...
00:00:44.313 O: I: Configuring libpam0g:amd64...
00:00:44.443 O: I: Configuring sed...
00:00:44.449 O: I: Configuring findutils...
00:00:44.455 O: I: Configuring libmount1:amd64...
00:00:44.460 O: I: Configuring libsemanage2:amd64...
00:00:44.465 O: I: Configuring libapt-pkg6.0t64:amd64...
00:00:44.480 O: I: Configuring base-passwd...
00:00:44.632 O: I: Configuring libgnutls30t64:amd64...
00:00:44.640 O: I: Configuring apt...
00:00:45.056 O: I: Configuring bsdutils...
00:00:45.061 O: I: Configuring tar...
00:00:45.070 O: I: Configuring libpam-modules-bin...
00:00:45.076 O: I: Configuring coreutils...
00:00:45.089 O: I: Configuring dpkg...
00:00:45.298 O: I: Configuring mount...
00:00:45.317 O: I: Configuring libpam-modules:amd64...
00:00:45.329 O: I: Configuring perl-base...
00:00:45.345 O: I: Configuring gzip...
00:00:45.392 O: I: Configuring libpam-runtime...
00:00:45.597 O: I: Configuring login...
00:00:45.617 O: I: Configuring util-linux...
00:00:45.824 O: I: Configuring passwd...
00:00:45.873 O: I: Configuring libc-bin...
00:00:45.890 O: I: Unpacking the base system...
00:00:46.787 O: I: Base system installed successfully.
00:00:46.882 E: + [ 0 -ne 0 ]
00:00:46.887 E: + tar --sort=name --mtime=@1722845704 --clamp-mtime --numeric-owner --one-file-system --xattrs -C /tmp/tmp.baj1nArHhQ -c .
00:00:56.001 E: + rm -r /tmp/tmp.baj1nArHhQ
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:07
result: SUCCESS
------------------------------------------------------------------------------
(11/280) debootstrap
dist: unstable
mode: auto
variant: buildd
format: auto
time left: 7:09:17
------------------------------------------------------------------------------
00:00:00.009 E: + set -eu
00:00:00.013 E: + export LC_ALL=C.UTF-8
00:00:00.018 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.023 E: + mktemp -d
00:00:00.027 E: + tmpdir=/tmp/tmp.HxwKWeh6ml
00:00:00.032 E: + chmod 755 /tmp/tmp.HxwKWeh6ml
00:00:00.039 E: + ret=0
00:00:00.043 E: + [ unstable = oldstable ]
00:00:00.048 E: + echo --merged-usr
00:00:00.052 E: + debootstrap --merged-usr --variant=buildd unstable /tmp/tmp.HxwKWeh6ml http://127.0.0.1/debian
00:00:00.132 O: I: Target architecture can be executed
00:00:00.199 O: I: Retrieving InRelease 
00:00:00.398 O: I: Checking Release signature
00:00:00.422 O: I: Valid Release signature (key id 4CB50190207B4758A3F73A796ED0E7B82643E131)
00:00:01.224 O: I: Retrieving Packages 
00:00:01.488 O: I: Validating Packages 
00:00:02.550 O: I: Resolving dependencies of required packages...
00:00:12.307 O: I: Resolving dependencies of base packages...
00:00:26.990 O: I: Checking component main on http://127.0.0.1/debian...
00:00:31.358 O: I: Retrieving apt 2.9.7
00:00:31.413 O: I: Validating apt 2.9.7
00:00:31.449 O: I: Retrieving base-files 13.5
00:00:31.468 O: I: Validating base-files 13.5
00:00:31.494 O: I: Retrieving base-passwd 3.6.4
00:00:31.512 O: I: Validating base-passwd 3.6.4
00:00:31.538 O: I: Retrieving bash 5.2.21-2.1
00:00:31.589 O: I: Validating bash 5.2.21-2.1
00:00:31.623 O: I: Retrieving binutils 2.42.90.20240720-2
00:00:31.641 O: I: Validating binutils 2.42.90.20240720-2
00:00:31.666 O: I: Retrieving binutils-common 2.42.90.20240720-2
00:00:31.744 O: I: Validating binutils-common 2.42.90.20240720-2
00:00:31.781 O: I: Retrieving binutils-x86-64-linux-gnu 2.42.90.20240720-2
00:00:31.851 O: I: Validating binutils-x86-64-linux-gnu 2.42.90.20240720-2
00:00:31.888 O: I: Retrieving bsdutils 1:2.40.2-2
00:00:31.911 O: I: Validating bsdutils 1:2.40.2-2
00:00:31.956 O: I: Retrieving build-essential 12.10
00:00:31.976 O: I: Validating build-essential 12.10
00:00:32.003 O: I: Retrieving bzip2 1.0.8-5.1
00:00:32.020 O: I: Validating bzip2 1.0.8-5.1
00:00:32.047 O: I: Retrieving coreutils 9.4-3.1
00:00:32.131 O: I: Validating coreutils 9.4-3.1
00:00:32.171 O: I: Retrieving cpp 4:14.1.0-2
00:00:32.189 O: I: Validating cpp 4:14.1.0-2
00:00:32.215 O: I: Retrieving cpp-14 14.2.0-1
00:00:32.240 O: I: Validating cpp-14 14.2.0-1
00:00:32.268 O: I: Retrieving cpp-14-x86-64-linux-gnu 14.2.0-1
00:00:32.529 O: I: Validating cpp-14-x86-64-linux-gnu 14.2.0-1
00:00:32.605 O: I: Retrieving cpp-x86-64-linux-gnu 4:14.1.0-2
00:00:32.621 O: I: Validating cpp-x86-64-linux-gnu 4:14.1.0-2
00:00:32.645 O: I: Retrieving dash 0.5.12-9
00:00:32.664 O: I: Validating dash 0.5.12-9
00:00:32.687 O: I: Retrieving debconf 1.5.87
00:00:32.706 O: I: Validating debconf 1.5.87
00:00:32.732 O: I: Retrieving debian-archive-keyring 2023.4
00:00:32.752 O: I: Validating debian-archive-keyring 2023.4
00:00:32.776 O: I: Retrieving debianutils 5.20
00:00:32.794 O: I: Validating debianutils 5.20
00:00:32.819 O: I: Retrieving diffutils 1:3.10-1
00:00:32.844 O: I: Validating diffutils 1:3.10-1
00:00:32.870 O: I: Retrieving dpkg 1.22.11
00:00:32.925 O: I: Validating dpkg 1.22.11
00:00:32.959 O: I: Retrieving dpkg-dev 1.22.11
00:00:33.008 O: I: Validating dpkg-dev 1.22.11
00:00:33.040 O: I: Retrieving findutils 4.10.0-2
00:00:33.070 O: I: Validating findutils 4.10.0-2
00:00:33.098 O: I: Retrieving g++ 4:14.1.0-2
00:00:33.114 O: I: Validating g++ 4:14.1.0-2
00:00:33.137 O: I: Retrieving g++-14 14.2.0-1
00:00:33.152 O: I: Validating g++-14 14.2.0-1
00:00:33.175 O: I: Retrieving g++-14-x86-64-linux-gnu 14.2.0-1
00:00:33.465 O: I: Validating g++-14-x86-64-linux-gnu 14.2.0-1
00:00:33.546 O: I: Retrieving g++-x86-64-linux-gnu 4:14.1.0-2
00:00:33.562 O: I: Validating g++-x86-64-linux-gnu 4:14.1.0-2
00:00:33.585 O: I: Retrieving gcc 4:14.1.0-2
00:00:33.601 O: I: Validating gcc 4:14.1.0-2
00:00:33.625 O: I: Retrieving gcc-14 14.2.0-1
00:00:33.654 O: I: Validating gcc-14 14.2.0-1
00:00:33.680 O: I: Retrieving gcc-14-base 14.2.0-1
00:00:33.697 O: I: Validating gcc-14-base 14.2.0-1
00:00:33.722 O: I: Retrieving gcc-14-x86-64-linux-gnu 14.2.0-1
00:00:34.181 O: I: Validating gcc-14-x86-64-linux-gnu 14.2.0-1
00:00:34.310 O: I: Retrieving gcc-x86-64-linux-gnu 4:14.1.0-2
00:00:34.329 O: I: Validating gcc-x86-64-linux-gnu 4:14.1.0-2
00:00:34.355 O: I: Retrieving gpgv 2.2.43-8
00:00:34.377 O: I: Validating gpgv 2.2.43-8
00:00:34.402 O: I: Retrieving grep 3.11-4
00:00:34.428 O: I: Validating grep 3.11-4
00:00:34.454 O: I: Retrieving gzip 1.12-1.1
00:00:34.473 O: I: Validating gzip 1.12-1.1
00:00:34.497 O: I: Retrieving hostname 3.23+nmu2
00:00:34.513 O: I: Validating hostname 3.23+nmu2
00:00:34.537 O: I: Retrieving init-system-helpers 1.66
00:00:34.552 O: I: Validating init-system-helpers 1.66
00:00:34.576 O: I: Retrieving libacl1 2.3.2-2
00:00:34.593 O: I: Validating libacl1 2.3.2-2
00:00:34.619 O: I: Retrieving libapt-pkg6.0t64 2.9.7
00:00:34.662 O: I: Validating libapt-pkg6.0t64 2.9.7
00:00:34.694 O: I: Retrieving libasan8 14.2.0-1
00:00:34.777 O: I: Validating libasan8 14.2.0-1
00:00:34.817 O: I: Retrieving libatomic1 14.2.0-1
00:00:34.832 O: I: Validating libatomic1 14.2.0-1
00:00:34.857 O: I: Retrieving libattr1 1:2.5.2-1
00:00:34.875 O: I: Validating libattr1 1:2.5.2-1
00:00:34.900 O: I: Retrieving libaudit-common 1:3.1.2-4
00:00:34.920 O: I: Validating libaudit-common 1:3.1.2-4
00:00:34.944 O: I: Retrieving libaudit1 1:3.1.2-4+b1
00:00:34.961 O: I: Validating libaudit1 1:3.1.2-4+b1
00:00:34.987 O: I: Retrieving libbinutils 2.42.90.20240720-2
00:00:35.016 O: I: Validating libbinutils 2.42.90.20240720-2
00:00:35.043 O: I: Retrieving libblkid1 2.40.2-2
00:00:35.062 O: I: Validating libblkid1 2.40.2-2
00:00:35.086 O: I: Retrieving libbz2-1.0 1.0.8-5.1
00:00:35.103 O: I: Validating libbz2-1.0 1.0.8-5.1
00:00:35.127 O: I: Retrieving libc-bin 2.39-6
00:00:35.156 O: I: Validating libc-bin 2.39-6
00:00:35.182 O: I: Retrieving libc-dev-bin 2.39-6
00:00:35.201 O: I: Validating libc-dev-bin 2.39-6
00:00:35.226 O: I: Retrieving libc6 2.39-6
00:00:35.312 O: I: Validating libc6 2.39-6
00:00:35.349 O: I: Retrieving libc6-dev 2.39-6
00:00:35.408 O: I: Validating libc6-dev 2.39-6
00:00:35.441 O: I: Retrieving libcap-ng0 0.8.5-1+b1
00:00:35.461 O: I: Validating libcap-ng0 0.8.5-1+b1
00:00:35.485 O: I: Retrieving libcap2 1:2.66-5
00:00:35.503 O: I: Validating libcap2 1:2.66-5
00:00:35.528 O: I: Retrieving libcc1-0 14.2.0-1
00:00:35.545 O: I: Validating libcc1-0 14.2.0-1
00:00:35.568 O: I: Retrieving libcrypt-dev 1:4.4.36-4
00:00:35.588 O: I: Validating libcrypt-dev 1:4.4.36-4
00:00:35.613 O: I: Retrieving libcrypt1 1:4.4.36-4
00:00:35.631 O: I: Validating libcrypt1 1:4.4.36-4
00:00:35.656 O: I: Retrieving libctf-nobfd0 2.42.90.20240720-2
00:00:35.677 O: I: Validating libctf-nobfd0 2.42.90.20240720-2
00:00:35.701 O: I: Retrieving libctf0 2.42.90.20240720-2
00:00:35.720 O: I: Validating libctf0 2.42.90.20240720-2
00:00:35.744 O: I: Retrieving libdb5.3t64 5.3.28+dfsg2-7
00:00:35.790 O: I: Validating libdb5.3t64 5.3.28+dfsg2-7
00:00:35.821 O: I: Retrieving libdebconfclient0 0.272
00:00:35.839 O: I: Validating libdebconfclient0 0.272
00:00:35.861 O: I: Retrieving libdpkg-perl 1.22.11
00:00:35.894 O: I: Validating libdpkg-perl 1.22.11
00:00:35.921 O: I: Retrieving libffi8 3.4.6-1
00:00:35.943 O: I: Validating libffi8 3.4.6-1
00:00:35.965 O: I: Retrieving libgcc-14-dev 14.2.0-1
00:00:36.059 O: I: Validating libgcc-14-dev 14.2.0-1
00:00:36.098 O: I: Retrieving libgcc-s1 14.2.0-1
00:00:36.118 O: I: Validating libgcc-s1 14.2.0-1
00:00:36.143 O: I: Retrieving libgcrypt20 1.11.0-5
00:00:36.180 O: I: Validating libgcrypt20 1.11.0-5
00:00:36.209 O: I: Retrieving libgdbm-compat4t64 1.23-6
00:00:36.226 O: I: Validating libgdbm-compat4t64 1.23-6
00:00:36.256 O: I: Retrieving libgdbm6t64 1.23-6
00:00:36.272 O: I: Validating libgdbm6t64 1.23-6
00:00:36.296 O: I: Retrieving libgmp10 2:6.3.0+dfsg-2+b1
00:00:36.327 O: I: Validating libgmp10 2:6.3.0+dfsg-2+b1
00:00:36.364 O: I: Retrieving libgnutls30t64 3.8.6-2
00:00:36.409 O: I: Validating libgnutls30t64 3.8.6-2
00:00:36.443 O: I: Retrieving libgomp1 14.2.0-1
00:00:36.465 O: I: Validating libgomp1 14.2.0-1
00:00:36.492 O: I: Retrieving libgpg-error0 1.50-2
00:00:36.516 O: I: Validating libgpg-error0 1.50-2
00:00:36.542 O: I: Retrieving libgprofng0 2.42.90.20240720-2
00:00:36.584 O: I: Validating libgprofng0 2.42.90.20240720-2
00:00:36.617 O: I: Retrieving libhogweed6t64 3.10-1
00:00:36.645 O: I: Validating libhogweed6t64 3.10-1
00:00:36.673 O: I: Retrieving libhwasan0 14.2.0-1
00:00:36.729 O: I: Validating libhwasan0 14.2.0-1
00:00:36.761 O: I: Retrieving libidn2-0 2.3.7-2
00:00:36.779 O: I: Validating libidn2-0 2.3.7-2
00:00:36.805 O: I: Retrieving libisl23 0.26-3+b2
00:00:36.835 O: I: Validating libisl23 0.26-3+b2
00:00:36.863 O: I: Retrieving libitm1 14.2.0-1
00:00:36.880 O: I: Validating libitm1 14.2.0-1
00:00:36.904 O: I: Retrieving libjansson4 2.14-2+b2
00:00:36.922 O: I: Validating libjansson4 2.14-2+b2
00:00:36.949 O: I: Retrieving liblsan0 14.2.0-1
00:00:36.996 O: I: Validating liblsan0 14.2.0-1
00:00:37.029 O: I: Retrieving liblz4-1 1.9.4-3
00:00:37.049 O: I: Validating liblz4-1 1.9.4-3
00:00:37.076 O: I: Retrieving liblzma5 5.6.2-2
00:00:37.099 O: I: Validating liblzma5 5.6.2-2
00:00:37.127 O: I: Retrieving libmd0 1.1.0-2
00:00:37.146 O: I: Validating libmd0 1.1.0-2
00:00:37.174 O: I: Retrieving libmount1 2.40.2-2
00:00:37.212 O: I: Validating libmount1 2.40.2-2
00:00:37.242 O: I: Retrieving libmpc3 1.3.1-1+b2
00:00:37.268 O: I: Validating libmpc3 1.3.1-1+b2
00:00:37.300 O: I: Retrieving libmpfr6 4.2.1-1+b1
00:00:37.342 O: I: Validating libmpfr6 4.2.1-1+b1
00:00:37.385 O: I: Retrieving libnettle8t64 3.10-1
00:00:37.409 O: I: Validating libnettle8t64 3.10-1
00:00:37.437 O: I: Retrieving libp11-kit0 0.25.5-2
00:00:37.467 O: I: Validating libp11-kit0 0.25.5-2
00:00:37.494 O: I: Retrieving libpam-modules 1.5.3-7
00:00:37.521 O: I: Validating libpam-modules 1.5.3-7
00:00:37.547 O: I: Retrieving libpam-modules-bin 1.5.3-7
00:00:37.567 O: I: Validating libpam-modules-bin 1.5.3-7
00:00:37.592 O: I: Retrieving libpam-runtime 1.5.3-7
00:00:37.621 O: I: Validating libpam-runtime 1.5.3-7
00:00:37.651 O: I: Retrieving libpam0g 1.5.3-7
00:00:37.668 O: I: Validating libpam0g 1.5.3-7
00:00:37.694 O: I: Retrieving libpcre2-8-0 10.42-4+b1
00:00:37.718 O: I: Validating libpcre2-8-0 10.42-4+b1
00:00:37.744 O: I: Retrieving libperl5.38t64 5.38.2-5
00:00:37.870 O: I: Validating libperl5.38t64 5.38.2-5
00:00:37.914 O: I: Retrieving libquadmath0 14.2.0-1
00:00:37.935 O: I: Validating libquadmath0 14.2.0-1
00:00:37.961 O: I: Retrieving libseccomp2 2.5.5-1+b1
00:00:37.979 O: I: Validating libseccomp2 2.5.5-1+b1
00:00:38.005 O: I: Retrieving libselinux1 3.5-2+b3
00:00:38.026 O: I: Validating libselinux1 3.5-2+b3
00:00:38.055 O: I: Retrieving libsframe1 2.42.90.20240720-2
00:00:38.075 O: I: Validating libsframe1 2.42.90.20240720-2
00:00:38.110 O: I: Retrieving libsmartcols1 2.40.2-2
00:00:38.137 O: I: Validating libsmartcols1 2.40.2-2
00:00:38.165 O: I: Retrieving libssl3t64 3.3.1-2
00:00:38.240 O: I: Validating libssl3t64 3.3.1-2
00:00:38.279 O: I: Retrieving libstdc++-14-dev 14.2.0-1
00:00:38.362 O: I: Validating libstdc++-14-dev 14.2.0-1
00:00:38.402 O: I: Retrieving libstdc++6 14.2.0-1
00:00:38.443 O: I: Validating libstdc++6 14.2.0-1
00:00:38.470 O: I: Retrieving libsystemd0 256.4-2
00:00:38.493 O: I: Validating libsystemd0 256.4-2
00:00:38.518 O: I: Retrieving libtasn1-6 4.19.0-3+b2
00:00:38.536 O: I: Validating libtasn1-6 4.19.0-3+b2
00:00:38.560 O: I: Retrieving libtinfo6 6.5-2
00:00:38.584 O: I: Validating libtinfo6 6.5-2
00:00:38.609 O: I: Retrieving libtsan2 14.2.0-1
00:00:38.683 O: I: Validating libtsan2 14.2.0-1
00:00:38.719 O: I: Retrieving libubsan1 14.2.0-1
00:00:38.760 O: I: Validating libubsan1 14.2.0-1
00:00:38.788 O: I: Retrieving libudev1 256.4-2
00:00:38.809 O: I: Validating libudev1 256.4-2
00:00:38.833 O: I: Retrieving libunistring5 1.2-1
00:00:38.860 O: I: Validating libunistring5 1.2-1
00:00:38.885 O: I: Retrieving libuuid1 2.40.2-2
00:00:38.902 O: I: Validating libuuid1 2.40.2-2
00:00:38.926 O: I: Retrieving libxxhash0 0.8.2-2+b1
00:00:38.944 O: I: Validating libxxhash0 0.8.2-2+b1
00:00:38.967 O: I: Retrieving libzstd1 1.5.6+dfsg-1
00:00:38.989 O: I: Validating libzstd1 1.5.6+dfsg-1
00:00:39.015 O: I: Retrieving linux-libc-dev 6.9.12-1
00:00:39.081 O: I: Validating linux-libc-dev 6.9.12-1
00:00:39.117 O: I: Retrieving make 4.3-4.1
00:00:39.144 O: I: Validating make 4.3-4.1
00:00:39.172 O: I: Retrieving mawk 1.3.4.20240622-2
00:00:39.193 O: I: Validating mawk 1.3.4.20240622-2
00:00:39.219 O: I: Retrieving ncurses-base 6.5-2
00:00:39.244 O: I: Validating ncurses-base 6.5-2
00:00:39.274 O: I: Retrieving ncurses-bin 6.5-2
00:00:39.306 O: I: Validating ncurses-bin 6.5-2
00:00:39.335 O: I: Retrieving patch 2.7.6-7
00:00:39.357 O: I: Validating patch 2.7.6-7
00:00:39.383 O: I: Retrieving perl 5.38.2-5
00:00:39.407 O: I: Validating perl 5.38.2-5
00:00:39.434 O: I: Retrieving perl-base 5.38.2-5
00:00:39.497 O: I: Validating perl-base 5.38.2-5
00:00:39.533 O: I: Retrieving perl-modules-5.38 5.38.2-5
00:00:39.616 O: I: Validating perl-modules-5.38 5.38.2-5
00:00:39.656 O: I: Retrieving rpcsvc-proto 1.4.3-1
00:00:39.675 O: I: Validating rpcsvc-proto 1.4.3-1
00:00:39.704 O: I: Retrieving sed 4.9-2
00:00:39.729 O: I: Validating sed 4.9-2
00:00:39.757 O: I: Retrieving sysvinit-utils 3.09-2
00:00:39.780 O: I: Validating sysvinit-utils 3.09-2
00:00:39.804 O: I: Retrieving tar 1.35+dfsg-3
00:00:39.848 O: I: Validating tar 1.35+dfsg-3
00:00:39.879 O: I: Retrieving usr-is-merged 39
00:00:39.897 O: I: Validating usr-is-merged 39
00:00:39.923 O: I: Retrieving util-linux 2.40.2-2
00:00:39.966 O: I: Validating util-linux 2.40.2-2
00:00:39.998 O: I: Retrieving xz-utils 5.6.2-2
00:00:40.030 O: I: Validating xz-utils 5.6.2-2
00:00:40.058 O: I: Retrieving zlib1g 1:1.3.dfsg+really1.3.1-1
00:00:40.078 O: I: Validating zlib1g 1:1.3.dfsg+really1.3.1-1
00:00:40.106 O: I: Chosen extractor for .deb packages: dpkg-deb
00:00:40.136 O: I: Extracting base-files...
00:00:40.155 O: I: Extracting base-passwd...
00:00:40.169 O: I: Extracting bash...
00:00:40.277 O: I: Extracting bsdutils...
00:00:40.294 O: I: Extracting coreutils...
00:00:40.496 O: I: Extracting dash...
00:00:40.510 O: I: Extracting debconf...
00:00:40.531 O: I: Extracting debianutils...
00:00:40.547 O: I: Extracting diffutils...
00:00:40.581 O: I: Extracting dpkg...
00:00:40.682 O: I: Extracting findutils...
00:00:40.722 O: I: Extracting gcc-14-base...
00:00:40.734 O: I: Extracting grep...
00:00:40.762 O: I: Extracting gzip...
00:00:40.778 O: I: Extracting hostname...
00:00:40.789 O: I: Extracting init-system-helpers...
00:00:40.801 O: I: Extracting libacl1...
00:00:40.812 O: I: Extracting libattr1...
00:00:40.822 O: I: Extracting libaudit-common...
00:00:40.831 O: I: Extracting libaudit1...
00:00:40.844 O: I: Extracting libblkid1...
00:00:40.864 O: I: Extracting libbz2-1.0...
00:00:40.875 O: I: Extracting libc-bin...
00:00:40.927 O: I: Extracting libc6...
00:00:41.115 O: I: Extracting libcap-ng0...
00:00:41.126 O: I: Extracting libcap2...
00:00:41.137 O: I: Extracting libcrypt1...
00:00:41.150 O: I: Extracting libdb5.3t64...
00:00:41.203 O: I: Extracting libdebconfclient0...
00:00:41.213 O: I: Extracting libgcc-s1...
00:00:41.226 O: I: Extracting libgmp10...
00:00:41.253 O: I: Extracting liblzma5...
00:00:41.270 O: I: Extracting libmd0...
00:00:41.281 O: I: Extracting libmount1...
00:00:41.303 O: I: Extracting libpam-modules...
00:00:41.327 O: I: Extracting libpam-modules-bin...
00:00:41.339 O: I: Extracting libpam-runtime...
00:00:41.360 O: I: Extracting libpam0g...
00:00:41.372 O: I: Extracting libpcre2-8-0...
00:00:41.398 O: I: Extracting libselinux1...
00:00:41.411 O: I: Extracting libsmartcols1...
00:00:41.429 O: I: Extracting libssl3t64...
00:00:41.582 O: I: Extracting libsystemd0...
00:00:41.616 O: I: Extracting libtinfo6...
00:00:41.637 O: I: Extracting libudev1...
00:00:41.654 O: I: Extracting libuuid1...
00:00:41.667 O: I: Extracting libzstd1...
00:00:41.697 O: I: Extracting mawk...
00:00:41.713 O: I: Extracting ncurses-base...
00:00:41.730 O: I: Extracting ncurses-bin...
00:00:41.752 O: I: Extracting perl-base...
00:00:41.908 O: I: Extracting sed...
00:00:41.938 O: I: Extracting sysvinit-utils...
00:00:41.949 O: I: Extracting tar...
00:00:42.000 O: I: Extracting usr-is-merged...
00:00:42.008 O: I: Extracting util-linux...
00:00:42.095 O: I: Extracting zlib1g...
00:00:42.209 O: I: Installing core packages...
00:00:44.104 O: I: Unpacking required packages...
00:00:44.175 O: I: Unpacking base-files...
00:00:44.253 O: I: Unpacking base-passwd...
00:00:44.304 O: I: Unpacking bash...
00:00:44.447 O: I: Unpacking bsdutils...
00:00:44.491 O: I: Unpacking coreutils...
00:00:44.772 O: I: Unpacking dash...
00:00:44.821 O: I: Unpacking debconf...
00:00:44.901 O: I: Unpacking debianutils...
00:00:44.958 O: I: Unpacking diffutils...
00:00:45.033 O: I: Unpacking dpkg...
00:00:45.180 O: I: Unpacking findutils...
00:00:45.252 O: I: Unpacking gcc-14-base:amd64...
00:00:45.285 O: I: Unpacking grep...
00:00:45.358 O: I: Unpacking gzip...
00:00:45.432 O: I: Unpacking hostname...
00:00:45.464 O: I: Unpacking init-system-helpers...
00:00:45.503 O: I: Unpacking libacl1:amd64...
00:00:45.539 O: I: Unpacking libattr1:amd64...
00:00:45.572 O: I: Unpacking libaudit-common...
00:00:45.605 O: I: Unpacking libaudit1:amd64...
00:00:45.647 O: I: Unpacking libblkid1:amd64...
00:00:45.692 O: I: Unpacking libbz2-1.0:amd64...
00:00:45.728 O: I: Unpacking libc-bin...
00:00:45.889 O: I: Unpacking libc6:amd64...
00:00:46.357 O: I: Unpacking libcap-ng0:amd64...
00:00:46.401 O: I: Unpacking libcap2:amd64...
00:00:46.437 O: I: Unpacking libcrypt1:amd64...
00:00:46.475 O: I: Unpacking libdb5.3t64:amd64...
00:00:46.558 O: I: Unpacking libdebconfclient0:amd64...
00:00:46.591 O: I: Unpacking libgcc-s1:amd64...
00:00:46.629 O: I: Unpacking libgmp10:amd64...
00:00:46.683 O: I: Unpacking liblzma5:amd64...
00:00:46.726 O: I: Unpacking libmd0:amd64...
00:00:46.763 O: I: Unpacking libmount1:amd64...
00:00:46.817 O: I: Unpacking libpam-modules:amd64...
00:00:47.000 O: I: Unpacking libpam-modules-bin...
00:00:47.044 O: I: Unpacking libpam-runtime...
00:00:47.131 O: I: Unpacking libpam0g:amd64...
00:00:47.171 O: I: Unpacking libpcre2-8-0:amd64...
00:00:47.223 O: I: Unpacking libselinux1:amd64...
00:00:47.260 O: I: Unpacking libsmartcols1:amd64...
00:00:47.312 O: I: Unpacking libssl3t64:amd64...
00:00:47.494 O: I: Unpacking libsystemd0:amd64...
00:00:47.554 O: I: Unpacking libtinfo6:amd64...
00:00:47.600 O: I: Unpacking libudev1:amd64...
00:00:47.645 O: I: Unpacking libuuid1:amd64...
00:00:47.680 O: I: Unpacking libzstd1:amd64...
00:00:47.739 O: I: Unpacking mawk...
00:00:47.785 O: I: Unpacking ncurses-base...
00:00:47.837 O: I: Unpacking ncurses-bin...
00:00:47.904 O: I: Unpacking perl-base...
00:00:48.288 O: I: Unpacking sed...
00:00:48.360 O: I: Unpacking sysvinit-utils...
00:00:48.398 O: I: Unpacking tar...
00:00:48.490 O: I: Unpacking usr-is-merged...
00:00:48.532 O: I: Unpacking util-linux...
00:00:48.706 O: I: Unpacking zlib1g:amd64...
00:00:48.744 O: I: Configuring required packages...
00:00:48.762 O: I: Configuring gcc-14-base:amd64...
00:00:48.767 O: I: Configuring usr-is-merged...
00:00:48.789 O: I: Configuring libaudit-common...
00:00:48.797 O: I: Configuring debconf...
00:00:48.946 O: I: Configuring ncurses-base...
00:00:48.951 O: I: Configuring init-system-helpers...
00:00:48.963 O: I: Configuring libgcc-s1:amd64...
00:00:48.972 O: I: Configuring libc6:amd64...
00:00:49.108 O: I: Configuring libdb5.3t64:amd64...
00:00:49.124 O: I: Configuring libmd0:amd64...
00:00:49.130 O: I: Configuring libattr1:amd64...
00:00:49.136 O: I: Configuring sysvinit-utils...
00:00:49.142 O: I: Configuring debianutils...
00:00:49.212 O: I: Configuring mawk...
00:00:49.224 O: I: Configuring libdebconfclient0:amd64...
00:00:49.238 O: I: Configuring base-files...
00:00:49.269 O: I: Configuring libbz2-1.0:amd64...
00:00:49.274 O: I: Configuring libblkid1:amd64...
00:00:49.278 O: I: Configuring dash...
00:00:49.349 O: I: Configuring libtinfo6:amd64...
00:00:49.362 O: I: Configuring bash...
00:00:49.377 O: I: Configuring libzstd1:amd64...
00:00:49.383 O: I: Configuring liblzma5:amd64...
00:00:49.397 O: I: Configuring libc-bin...
00:00:49.412 O: I: Configuring ncurses-bin...
00:00:49.418 O: I: Configuring libacl1:amd64...
00:00:49.423 O: I: Configuring libsmartcols1:amd64...
00:00:49.428 O: I: Configuring zlib1g:amd64...
00:00:49.433 O: I: Configuring libcrypt1:amd64...
00:00:49.440 O: I: Configuring diffutils...
00:00:49.447 O: I: Configuring libcap2:amd64...
00:00:49.454 O: I: Configuring hostname...
00:00:49.459 O: I: Configuring libcap-ng0:amd64...
00:00:49.464 O: I: Configuring libgmp10:amd64...
00:00:49.471 O: I: Configuring libaudit1:amd64...
00:00:49.477 O: I: Configuring libuuid1:amd64...
00:00:49.483 O: I: Configuring libpcre2-8-0:amd64...
00:00:49.487 O: I: Configuring libudev1:amd64...
00:00:49.494 O: I: Configuring grep...
00:00:49.499 O: I: Configuring libssl3t64:amd64...
00:00:49.505 O: I: Configuring libsystemd0:amd64...
00:00:49.510 O: I: Configuring libselinux1:amd64...
00:00:49.519 O: I: Configuring libpam0g:amd64...
00:00:49.626 O: I: Configuring sed...
00:00:49.630 O: I: Configuring findutils...
00:00:49.634 O: I: Configuring libmount1:amd64...
00:00:49.638 O: I: Configuring base-passwd...
00:00:49.779 O: I: Configuring bsdutils...
00:00:49.783 O: I: Configuring tar...
00:00:49.793 O: I: Configuring libpam-modules-bin...
00:00:49.799 O: I: Configuring coreutils...
00:00:49.813 O: I: Configuring dpkg...
00:00:50.062 O: I: Configuring libpam-modules:amd64...
00:00:50.073 O: I: Configuring perl-base...
00:00:50.087 O: I: Configuring gzip...
00:00:50.156 O: I: Configuring libpam-runtime...
00:00:50.336 O: I: Configuring util-linux...
00:00:50.554 O: I: Configuring libc-bin...
00:00:50.577 O: I: Unpacking the base system...
00:00:51.535 O: I: Unpacking apt...
00:00:51.703 O: I: Unpacking binutils...
00:00:51.741 O: I: Unpacking binutils-common:amd64...
00:00:51.976 O: I: Unpacking binutils-x86-64-linux-gnu...
00:00:52.217 O: I: Unpacking build-essential...
00:00:52.248 O: I: Unpacking bzip2...
00:00:52.289 O: I: Unpacking cpp...
00:00:52.328 O: I: Unpacking cpp-14...
00:00:52.356 O: I: Unpacking cpp-14-x86-64-linux-gnu...
00:00:53.054 O: I: Unpacking cpp-x86-64-linux-gnu...
00:00:53.086 O: I: Unpacking debian-archive-keyring...
00:00:53.278 O: I: Unpacking dpkg-dev...
00:00:53.408 O: I: Unpacking g++...
00:00:53.441 O: I: Unpacking g++-14...
00:00:53.472 O: I: Unpacking g++-14-x86-64-linux-gnu...
00:00:54.145 O: I: Unpacking g++-x86-64-linux-gnu...
00:00:54.176 O: I: Unpacking gcc...
00:00:54.209 O: I: Unpacking gcc-14...
00:00:54.256 O: I: Unpacking gcc-14-x86-64-linux-gnu...
00:00:55.116 O: I: Unpacking gcc-x86-64-linux-gnu...
00:00:55.145 O: I: Unpacking gpgv...
00:00:55.195 O: I: Unpacking libapt-pkg6.0t64:amd64...
00:00:55.309 O: I: Unpacking libasan8:amd64...
00:00:55.538 O: I: Unpacking libatomic1:amd64...
00:00:55.569 O: I: Unpacking libbinutils:amd64...
00:00:55.640 O: I: Unpacking libc-dev-bin...
00:00:55.674 O: I: Unpacking libc6-dev:amd64...
00:00:55.902 O: I: Unpacking libcc1-0:amd64...
00:00:55.935 O: I: Unpacking libcrypt-dev:amd64...
00:00:55.991 O: I: Unpacking libctf-nobfd0:amd64...
00:00:56.046 O: I: Unpacking libctf0:amd64...
00:00:56.084 O: I: Unpacking libdpkg-perl...
00:00:56.195 O: I: Unpacking libffi8:amd64...
00:00:56.227 O: I: Unpacking libgcc-14-dev:amd64...
00:00:56.437 O: I: Unpacking libgcrypt20:amd64...
00:00:56.514 O: I: Unpacking libgdbm-compat4t64:amd64...
00:00:56.552 O: I: Unpacking libgdbm6t64:amd64...
00:00:56.591 O: I: Unpacking libgnutls30t64:amd64...
00:00:56.706 O: I: Unpacking libgomp1:amd64...
00:00:56.754 O: I: Unpacking libgpg-error0:amd64...
00:00:56.801 O: I: Unpacking libgprofng0:amd64...
00:00:56.899 O: I: Unpacking libhogweed6t64:amd64...
00:00:56.955 O: I: Unpacking libhwasan0:amd64...
00:00:57.100 O: I: Unpacking libidn2-0:amd64...
00:00:57.158 O: I: Unpacking libisl23:amd64...
00:00:57.238 O: I: Unpacking libitm1:amd64...
00:00:57.272 O: I: Unpacking libjansson4:amd64...
00:00:57.308 O: I: Unpacking liblsan0:amd64...
00:00:57.431 O: I: Unpacking liblz4-1:amd64...
00:00:57.469 O: I: Unpacking libmpc3:amd64...
00:00:57.505 O: I: Unpacking libmpfr6:amd64...
00:00:57.564 O: I: Unpacking libnettle8t64:amd64...
00:00:57.611 O: I: Unpacking libp11-kit0:amd64...
00:00:57.674 O: I: Unpacking libperl5.38t64:amd64...
00:00:58.098 O: I: Unpacking libquadmath0:amd64...
00:00:58.138 O: I: Unpacking libseccomp2:amd64...
00:00:58.180 O: I: Unpacking libsframe1:amd64...
00:00:58.218 O: I: Unpacking libstdc++-14-dev:amd64...
00:00:58.594 O: I: Unpacking libstdc++6:amd64...
00:00:58.679 O: I: Unpacking libtasn1-6:amd64...
00:00:58.721 O: I: Unpacking libtsan2:amd64...
00:00:58.943 O: I: Unpacking libubsan1:amd64...
00:00:59.056 O: I: Unpacking libunistring5:amd64...
00:00:59.122 O: I: Unpacking libxxhash0:amd64...
00:00:59.159 O: I: Unpacking linux-libc-dev...
00:00:59.813 O: I: Unpacking make...
00:00:59.874 O: I: Unpacking patch...
00:00:59.918 O: I: Unpacking perl...
00:00:59.981 O: I: Unpacking perl-modules-5.38...
00:01:00.488 O: I: Unpacking rpcsvc-proto...
00:01:00.530 O: I: Unpacking xz-utils...
00:01:00.611 O: I: Configuring the base system...
00:01:00.623 O: I: Configuring libgdbm6t64:amd64...
00:01:00.629 O: I: Configuring libgpg-error0:amd64...
00:01:00.634 O: I: Configuring libgdbm-compat4t64:amd64...
00:01:00.641 O: I: Configuring binutils-common:amd64...
00:01:00.660 O: I: Configuring debian-archive-keyring...
00:01:00.794 O: I: Configuring linux-libc-dev...
00:01:00.799 O: I: Configuring libctf-nobfd0:amd64...
00:01:00.804 O: I: Configuring libgcrypt20:amd64...
00:01:00.810 O: I: Configuring libgomp1:amd64...
00:01:00.815 O: I: Configuring bzip2...
00:01:00.819 O: I: Configuring libseccomp2:amd64...
00:01:00.823 O: I: Configuring libsframe1:amd64...
00:01:00.828 O: I: Configuring libjansson4:amd64...
00:01:00.832 O: I: Configuring libnettle8t64:amd64...
00:01:00.837 O: I: Configuring rpcsvc-proto...
00:01:00.842 O: I: Configuring make...
00:01:00.848 O: I: Configuring libmpfr6:amd64...
00:01:00.854 O: I: Configuring xz-utils...
00:01:00.870 O: I: Configuring perl-modules-5.38...
00:01:00.875 O: I: Configuring libquadmath0:amd64...
00:01:00.880 O: I: Configuring libunistring5:amd64...
00:01:00.889 O: I: Configuring libmpc3:amd64...
00:01:00.896 O: I: Configuring libatomic1:amd64...
00:01:00.901 O: I: Configuring patch...
00:01:00.907 O: I: Configuring libffi8:amd64...
00:01:00.914 O: I: Configuring libhogweed6t64:amd64...
00:01:00.921 O: I: Configuring libhwasan0:amd64...
00:01:00.930 O: I: Configuring gpgv...
00:01:00.937 O: I: Configuring libcrypt-dev:amd64...
00:01:00.951 O: I: Configuring libasan8:amd64...
00:01:00.956 O: I: Configuring libxxhash0:amd64...
00:01:00.962 O: I: Configuring libtasn1-6:amd64...
00:01:00.966 O: I: Configuring libperl5.38t64:amd64...
00:01:00.971 O: I: Configuring libtsan2:amd64...
00:01:00.975 O: I: Configuring libbinutils:amd64...
00:01:00.981 O: I: Configuring libisl23:amd64...
00:01:00.987 O: I: Configuring libc-dev-bin...
00:01:00.993 O: I: Configuring libstdc++6:amd64...
00:01:00.997 O: I: Configuring liblsan0:amd64...
00:01:01.002 O: I: Configuring libitm1:amd64...
00:01:01.007 O: I: Configuring libctf0:amd64...
00:01:01.011 O: I: Configuring liblz4-1:amd64...
00:01:01.016 O: I: Configuring libidn2-0:amd64...
00:01:01.022 O: I: Configuring perl...
00:01:01.039 O: I: Configuring libgprofng0:amd64...
00:01:01.043 O: I: Configuring libp11-kit0:amd64...
00:01:01.049 O: I: Configuring cpp-14-x86-64-linux-gnu...
00:01:01.053 O: I: Configuring libdpkg-perl...
00:01:01.057 O: I: Configuring cpp-14...
00:01:01.062 O: I: Configuring libubsan1:amd64...
00:01:01.066 O: I: Configuring libc6-dev:amd64...
00:01:01.071 O: I: Configuring libapt-pkg6.0t64:amd64...
00:01:01.078 O: I: Configuring libgcc-14-dev:amd64...
00:01:01.084 O: I: Configuring libstdc++-14-dev:amd64...
00:01:01.090 O: I: Configuring libcc1-0:amd64...
00:01:01.096 O: I: Configuring binutils-x86-64-linux-gnu...
00:01:01.101 O: I: Configuring cpp-x86-64-linux-gnu...
00:01:01.106 O: I: Configuring libgnutls30t64:amd64...
00:01:01.114 O: I: Configuring apt...
00:01:01.585 O: I: Configuring binutils...
00:01:01.592 O: I: Configuring dpkg-dev...
00:01:01.596 O: I: Configuring cpp...
00:01:01.614 O: I: Configuring gcc-14-x86-64-linux-gnu...
00:01:01.619 O: I: Configuring gcc-x86-64-linux-gnu...
00:01:01.625 O: I: Configuring gcc-14...
00:01:01.629 O: I: Configuring g++-14-x86-64-linux-gnu...
00:01:01.635 O: I: Configuring g++-x86-64-linux-gnu...
00:01:01.639 O: I: Configuring g++-14...
00:01:01.644 O: I: Configuring gcc...
00:01:01.661 O: I: Configuring g++...
00:01:01.671 O: I: Configuring build-essential...
00:01:01.675 O: I: Configuring libc-bin...
00:01:01.705 O: I: Base system installed successfully.
00:01:01.827 E: + [ 0 -ne 0 ]
00:01:01.831 E: + tar --sort=name --mtime=@1722845704 --clamp-mtime --numeric-owner --one-file-system --xattrs -C /tmp/tmp.HxwKWeh6ml -c .
00:01:28.030 E: + rm -r /tmp/tmp.HxwKWeh6ml
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:40
result: SUCCESS
------------------------------------------------------------------------------
(12/280) debootstrap
dist: unstable
mode: auto
variant: -
format: auto
time left: 7:09:46
------------------------------------------------------------------------------
00:00:00.011 E: + set -eu
00:00:00.016 E: + export LC_ALL=C.UTF-8
00:00:00.021 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.026 E: + mktemp -d
00:00:00.032 E: + tmpdir=/tmp/tmp.R5NvLEQzjH
00:00:00.039 E: + chmod 755 /tmp/tmp.R5NvLEQzjH
00:00:00.045 E: + ret=0
00:00:00.050 E: + [ unstable = oldstable ]
00:00:00.058 E: + echo --merged-usr
00:00:00.065 E: + debootstrap --merged-usr --variant=- unstable /tmp/tmp.R5NvLEQzjH http://127.0.0.1/debian
00:00:00.148 O: I: Target architecture can be executed
00:00:00.178 O: I: Retrieving InRelease 
00:00:00.420 O: I: Checking Release signature
00:00:00.443 O: I: Valid Release signature (key id 4CB50190207B4758A3F73A796ED0E7B82643E131)
00:00:01.218 O: I: Retrieving Packages 
00:00:01.437 O: I: Validating Packages 
00:00:03.047 O: I: Resolving dependencies of required packages...
00:00:12.892 O: I: Resolving dependencies of base packages...
00:00:25.178 O: I: Checking component main on http://127.0.0.1/debian...
00:00:29.540 O: I: Retrieving adduser 3.137
00:00:29.566 O: I: Validating adduser 3.137
00:00:29.598 O: I: Retrieving apt 2.9.7
00:00:29.651 O: I: Validating apt 2.9.7
00:00:29.682 O: I: Retrieving apt-utils 2.9.7
00:00:29.707 O: I: Validating apt-utils 2.9.7
00:00:29.733 O: I: Retrieving base-files 13.5
00:00:29.753 O: I: Validating base-files 13.5
00:00:29.778 O: I: Retrieving base-passwd 3.6.4
00:00:29.795 O: I: Validating base-passwd 3.6.4
00:00:29.821 O: I: Retrieving bash 5.2.21-2.1
00:00:29.877 O: I: Validating bash 5.2.21-2.1
00:00:29.911 O: I: Retrieving bsdutils 1:2.40.2-2
00:00:29.930 O: I: Validating bsdutils 1:2.40.2-2
00:00:29.954 O: I: Retrieving coreutils 9.4-3.1
00:00:30.033 O: I: Validating coreutils 9.4-3.1
00:00:30.075 O: I: Retrieving cpio 2.15+dfsg-2
00:00:30.099 O: I: Validating cpio 2.15+dfsg-2
00:00:30.128 O: I: Retrieving cron 3.0pl1-189
00:00:30.151 O: I: Validating cron 3.0pl1-189
00:00:30.177 O: I: Retrieving cron-daemon-common 3.0pl1-189
00:00:30.195 O: I: Validating cron-daemon-common 3.0pl1-189
00:00:30.218 O: I: Retrieving dash 0.5.12-9
00:00:30.242 O: I: Validating dash 0.5.12-9
00:00:30.266 O: I: Retrieving debconf 1.5.87
00:00:30.292 O: I: Validating debconf 1.5.87
00:00:30.316 O: I: Retrieving debconf-i18n 1.5.87
00:00:30.342 O: I: Validating debconf-i18n 1.5.87
00:00:30.366 O: I: Retrieving debian-archive-keyring 2023.4
00:00:30.399 O: I: Validating debian-archive-keyring 2023.4
00:00:30.423 O: I: Retrieving debianutils 5.20
00:00:30.442 O: I: Validating debianutils 5.20
00:00:30.465 O: I: Retrieving diffutils 1:3.10-1
00:00:30.491 O: I: Validating diffutils 1:3.10-1
00:00:30.515 O: I: Retrieving dmidecode 3.6-1
00:00:30.534 O: I: Validating dmidecode 3.6-1
00:00:30.556 O: I: Retrieving dpkg 1.22.11
00:00:30.604 O: I: Validating dpkg 1.22.11
00:00:30.634 O: I: Retrieving e2fsprogs 1.47.1-1
00:00:30.663 O: I: Validating e2fsprogs 1.47.1-1
00:00:30.688 O: I: Retrieving fdisk 2.40.2-2
00:00:30.708 O: I: Validating fdisk 2.40.2-2
00:00:30.731 O: I: Retrieving findutils 4.10.0-2
00:00:30.765 O: I: Validating findutils 4.10.0-2
00:00:30.791 O: I: Retrieving gcc-14-base 14.2.0-1
00:00:30.810 O: I: Validating gcc-14-base 14.2.0-1
00:00:30.835 O: I: Retrieving gpgv 2.2.43-8
00:00:30.859 O: I: Validating gpgv 2.2.43-8
00:00:30.884 O: I: Retrieving grep 3.11-4
00:00:30.918 O: I: Validating grep 3.11-4
00:00:30.944 O: I: Retrieving gzip 1.12-1.1
00:00:30.964 O: I: Validating gzip 1.12-1.1
00:00:30.989 O: I: Retrieving hostname 3.23+nmu2
00:00:31.004 O: I: Validating hostname 3.23+nmu2
00:00:31.027 O: I: Retrieving ifupdown 0.8.43
00:00:31.044 O: I: Validating ifupdown 0.8.43
00:00:31.067 O: I: Retrieving init 1.66
00:00:31.083 O: I: Validating init 1.66
00:00:31.106 O: I: Retrieving init-system-helpers 1.66
00:00:31.123 O: I: Validating init-system-helpers 1.66
00:00:31.146 O: I: Retrieving iproute2 6.10.0-1
00:00:31.186 O: I: Validating iproute2 6.10.0-1
00:00:31.215 O: I: Retrieving iputils-ping 3:20240117-1
00:00:31.234 O: I: Validating iputils-ping 3:20240117-1
00:00:31.258 O: I: Retrieving isc-dhcp-client 4.4.3-P1-5
00:00:31.299 O: I: Validating isc-dhcp-client 4.4.3-P1-5
00:00:31.329 O: I: Retrieving isc-dhcp-common 4.4.3-P1-5
00:00:31.347 O: I: Validating isc-dhcp-common 4.4.3-P1-5
00:00:31.370 O: I: Retrieving kmod 32+20240611-1
00:00:31.389 O: I: Validating kmod 32+20240611-1
00:00:31.413 O: I: Retrieving less 643-1
00:00:31.431 O: I: Validating less 643-1
00:00:31.455 O: I: Retrieving libacl1 2.3.2-2
00:00:31.473 O: I: Validating libacl1 2.3.2-2
00:00:31.495 O: I: Retrieving libapparmor1 3.1.7-1+b1
00:00:31.512 O: I: Validating libapparmor1 3.1.7-1+b1
00:00:31.538 O: I: Retrieving libapt-pkg6.0t64 2.9.7
00:00:31.587 O: I: Validating libapt-pkg6.0t64 2.9.7
00:00:31.620 O: I: Retrieving libattr1 1:2.5.2-1
00:00:31.636 O: I: Validating libattr1 1:2.5.2-1
00:00:31.661 O: I: Retrieving libaudit-common 1:3.1.2-4
00:00:31.678 O: I: Validating libaudit-common 1:3.1.2-4
00:00:31.701 O: I: Retrieving libaudit1 1:3.1.2-4+b1
00:00:31.718 O: I: Validating libaudit1 1:3.1.2-4+b1
00:00:31.741 O: I: Retrieving libblkid1 2.40.2-2
00:00:31.761 O: I: Validating libblkid1 2.40.2-2
00:00:31.786 O: I: Retrieving libbpf1 1:1.4.5-1
00:00:31.805 O: I: Validating libbpf1 1:1.4.5-1
00:00:31.829 O: I: Retrieving libbsd0 0.12.2-1
00:00:31.848 O: I: Validating libbsd0 0.12.2-1
00:00:31.872 O: I: Retrieving libbz2-1.0 1.0.8-5.1
00:00:31.890 O: I: Validating libbz2-1.0 1.0.8-5.1
00:00:31.913 O: I: Retrieving libc-bin 2.39-6
00:00:31.946 O: I: Validating libc-bin 2.39-6
00:00:31.974 O: I: Retrieving libc6 2.39-6
00:00:32.053 O: I: Validating libc6 2.39-6
00:00:32.092 O: I: Retrieving libcap-ng0 0.8.5-1+b1
00:00:32.109 O: I: Validating libcap-ng0 0.8.5-1+b1
00:00:32.132 O: I: Retrieving libcap2 1:2.66-5
00:00:32.149 O: I: Validating libcap2 1:2.66-5
00:00:32.173 O: I: Retrieving libcap2-bin 1:2.66-5
00:00:32.189 O: I: Validating libcap2-bin 1:2.66-5
00:00:32.213 O: I: Retrieving libcom-err2 1.47.1-1
00:00:32.228 O: I: Validating libcom-err2 1.47.1-1
00:00:32.252 O: I: Retrieving libcrypt1 1:4.4.36-4
00:00:32.271 O: I: Validating libcrypt1 1:4.4.36-4
00:00:32.295 O: I: Retrieving libdb5.3t64 5.3.28+dfsg2-7
00:00:32.329 O: I: Validating libdb5.3t64 5.3.28+dfsg2-7
00:00:32.359 O: I: Retrieving libdebconfclient0 0.272
00:00:32.377 O: I: Validating libdebconfclient0 0.272
00:00:32.403 O: I: Retrieving libedit2 3.1-20240517-1
00:00:32.431 O: I: Validating libedit2 3.1-20240517-1
00:00:32.447 O: I: Retrieving libelf1t64 0.191-2
00:00:32.469 O: I: Validating libelf1t64 0.191-2
00:00:32.499 O: I: Retrieving libext2fs2t64 1.47.1-1
00:00:32.536 O: I: Validating libext2fs2t64 1.47.1-1
00:00:32.561 O: I: Retrieving libfdisk1 2.40.2-2
00:00:32.580 O: I: Validating libfdisk1 2.40.2-2
00:00:32.607 O: I: Retrieving libffi8 3.4.6-1
00:00:32.624 O: I: Validating libffi8 3.4.6-1
00:00:32.648 O: I: Retrieving libgcc-s1 14.2.0-1
00:00:32.667 O: I: Validating libgcc-s1 14.2.0-1
00:00:32.691 O: I: Retrieving libgcrypt20 1.11.0-5
00:00:32.725 O: I: Validating libgcrypt20 1.11.0-5
00:00:32.753 O: I: Retrieving libgmp10 2:6.3.0+dfsg-2+b1
00:00:32.779 O: I: Validating libgmp10 2:6.3.0+dfsg-2+b1
00:00:32.807 O: I: Retrieving libgnutls30t64 3.8.6-2
00:00:32.857 O: I: Validating libgnutls30t64 3.8.6-2
00:00:32.888 O: I: Retrieving libgpg-error0 1.50-2
00:00:32.906 O: I: Validating libgpg-error0 1.50-2
00:00:32.931 O: I: Retrieving libgssapi-krb5-2 1.21.3-3
00:00:32.952 O: I: Validating libgssapi-krb5-2 1.21.3-3
00:00:32.975 O: I: Retrieving libhogweed6t64 3.10-1
00:00:32.998 O: I: Validating libhogweed6t64 3.10-1
00:00:33.022 O: I: Retrieving libidn2-0 2.3.7-2
00:00:33.040 O: I: Validating libidn2-0 2.3.7-2
00:00:33.064 O: I: Retrieving libjansson4 2.14-2+b2
00:00:33.080 O: I: Validating libjansson4 2.14-2+b2
00:00:33.104 O: I: Retrieving libk5crypto3 1.21.3-3
00:00:33.123 O: I: Validating libk5crypto3 1.21.3-3
00:00:33.145 O: I: Retrieving libkeyutils1 1.6.3-3
00:00:33.162 O: I: Validating libkeyutils1 1.6.3-3
00:00:33.188 O: I: Retrieving libkmod2 32+20240611-1
00:00:33.208 O: I: Validating libkmod2 32+20240611-1
00:00:33.232 O: I: Retrieving libkrb5-3 1.21.3-3
00:00:33.257 O: I: Validating libkrb5-3 1.21.3-3
00:00:33.283 O: I: Retrieving libkrb5support0 1.21.3-3
00:00:33.303 O: I: Validating libkrb5support0 1.21.3-3
00:00:33.328 O: I: Retrieving liblocale-gettext-perl 1.07-7
00:00:33.347 O: I: Validating liblocale-gettext-perl 1.07-7
00:00:33.375 O: I: Retrieving liblz4-1 1.9.4-3
00:00:33.392 O: I: Validating liblz4-1 1.9.4-3
00:00:33.419 O: I: Retrieving liblzma5 5.6.2-2
00:00:33.443 O: I: Validating liblzma5 5.6.2-2
00:00:33.467 O: I: Retrieving libmd0 1.1.0-2
00:00:33.487 O: I: Validating libmd0 1.1.0-2
00:00:33.512 O: I: Retrieving libmnl0 1.0.5-2+b1
00:00:33.529 O: I: Validating libmnl0 1.0.5-2+b1
00:00:33.553 O: I: Retrieving libmount1 2.40.2-2
00:00:33.573 O: I: Validating libmount1 2.40.2-2
00:00:33.600 O: I: Retrieving libncursesw6 6.5-2
00:00:33.621 O: I: Validating libncursesw6 6.5-2
00:00:33.647 O: I: Retrieving libnettle8t64 3.10-1
00:00:33.674 O: I: Validating libnettle8t64 3.10-1
00:00:33.700 O: I: Retrieving libnewt0.52 0.52.24-2+b1
00:00:33.720 O: I: Validating libnewt0.52 0.52.24-2+b1
00:00:33.745 O: I: Retrieving libnftables1 1.1.0-2
00:00:33.767 O: I: Validating libnftables1 1.1.0-2
00:00:33.793 O: I: Retrieving libnftnl11 1.2.7-1
00:00:33.813 O: I: Validating libnftnl11 1.2.7-1
00:00:33.838 O: I: Retrieving libp11-kit0 0.25.5-2
00:00:33.865 O: I: Validating libp11-kit0 0.25.5-2
00:00:33.892 O: I: Retrieving libpam-modules 1.5.3-7
00:00:33.917 O: I: Validating libpam-modules 1.5.3-7
00:00:33.944 O: I: Retrieving libpam-modules-bin 1.5.3-7
00:00:33.964 O: I: Validating libpam-modules-bin 1.5.3-7
00:00:33.989 O: I: Retrieving libpam-runtime 1.5.3-7
00:00:34.013 O: I: Validating libpam-runtime 1.5.3-7
00:00:34.038 O: I: Retrieving libpam0g 1.5.3-7
00:00:34.056 O: I: Validating libpam0g 1.5.3-7
00:00:34.081 O: I: Retrieving libpcre2-8-0 10.42-4+b1
00:00:34.105 O: I: Validating libpcre2-8-0 10.42-4+b1
00:00:34.131 O: I: Retrieving libpopt0 1.19+dfsg-1+b1
00:00:34.149 O: I: Validating libpopt0 1.19+dfsg-1+b1
00:00:34.176 O: I: Retrieving libproc2-0 2:4.0.4-5
00:00:34.195 O: I: Validating libproc2-0 2:4.0.4-5
00:00:34.221 O: I: Retrieving libreadline8t64 8.2-4
00:00:34.243 O: I: Validating libreadline8t64 8.2-4
00:00:34.270 O: I: Retrieving libseccomp2 2.5.5-1+b1
00:00:34.289 O: I: Validating libseccomp2 2.5.5-1+b1
00:00:34.315 O: I: Retrieving libselinux1 3.5-2+b3
00:00:34.352 O: I: Validating libselinux1 3.5-2+b3
00:00:34.377 O: I: Retrieving libsemanage-common 3.5-1
00:00:34.396 O: I: Validating libsemanage-common 3.5-1
00:00:34.421 O: I: Retrieving libsemanage2 3.5-1+b4
00:00:34.441 O: I: Validating libsemanage2 3.5-1+b4
00:00:34.468 O: I: Retrieving libsepol2 3.5-2+b1
00:00:34.497 O: I: Validating libsepol2 3.5-2+b1
00:00:34.522 O: I: Retrieving libslang2 2.3.3-5
00:00:34.552 O: I: Validating libslang2 2.3.3-5
00:00:34.578 O: I: Retrieving libsmartcols1 2.40.2-2
00:00:34.608 O: I: Validating libsmartcols1 2.40.2-2
00:00:34.637 O: I: Retrieving libss2 1.47.1-1
00:00:34.657 O: I: Validating libss2 1.47.1-1
00:00:34.683 O: I: Retrieving libssl3t64 3.3.1-2
00:00:34.777 O: I: Validating libssl3t64 3.3.1-2
00:00:34.815 O: I: Retrieving libstdc++6 14.2.0-1
00:00:34.855 O: I: Validating libstdc++6 14.2.0-1
00:00:34.885 O: I: Retrieving libsystemd-shared 256.4-2
00:00:34.960 O: I: Validating libsystemd-shared 256.4-2
00:00:35.013 O: I: Retrieving libsystemd0 256.4-2
00:00:35.039 O: I: Validating libsystemd0 256.4-2
00:00:35.065 O: I: Retrieving libtasn1-6 4.19.0-3+b2
00:00:35.083 O: I: Validating libtasn1-6 4.19.0-3+b2
00:00:35.116 O: I: Retrieving libtext-charwidth-perl 0.04-11+b3
00:00:35.133 O: I: Validating libtext-charwidth-perl 0.04-11+b3
00:00:35.158 O: I: Retrieving libtext-iconv-perl 1.7-8+b3
00:00:35.175 O: I: Validating libtext-iconv-perl 1.7-8+b3
00:00:35.197 O: I: Retrieving libtext-wrapi18n-perl 0.06-10
00:00:35.211 O: I: Validating libtext-wrapi18n-perl 0.06-10
00:00:35.234 O: I: Retrieving libtinfo6 6.5-2
00:00:35.256 O: I: Validating libtinfo6 6.5-2
00:00:35.285 O: I: Retrieving libtirpc-common 1.3.4+ds-1.3
00:00:35.300 O: I: Validating libtirpc-common 1.3.4+ds-1.3
00:00:35.322 O: I: Retrieving libtirpc3t64 1.3.4+ds-1.3
00:00:35.339 O: I: Validating libtirpc3t64 1.3.4+ds-1.3
00:00:35.363 O: I: Retrieving libudev1 256.4-2
00:00:35.381 O: I: Validating libudev1 256.4-2
00:00:35.405 O: I: Retrieving libunistring5 1.2-1
00:00:35.432 O: I: Validating libunistring5 1.2-1
00:00:35.458 O: I: Retrieving libuuid1 2.40.2-2
00:00:35.474 O: I: Validating libuuid1 2.40.2-2
00:00:35.498 O: I: Retrieving libxtables12 1.8.10-4
00:00:35.514 O: I: Validating libxtables12 1.8.10-4
00:00:35.538 O: I: Retrieving libxxhash0 0.8.2-2+b1
00:00:35.556 O: I: Validating libxxhash0 0.8.2-2+b1
00:00:35.582 O: I: Retrieving libzstd1 1.5.6+dfsg-1
00:00:35.603 O: I: Validating libzstd1 1.5.6+dfsg-1
00:00:35.628 O: I: Retrieving login 1:4.15.3-3
00:00:35.657 O: I: Validating login 1:4.15.3-3
00:00:35.683 O: I: Retrieving logrotate 3.22.0-1
00:00:35.700 O: I: Validating logrotate 3.22.0-1
00:00:35.722 O: I: Retrieving logsave 1.47.1-1
00:00:35.739 O: I: Validating logsave 1.47.1-1
00:00:35.761 O: I: Retrieving mawk 1.3.4.20240622-2
00:00:35.778 O: I: Validating mawk 1.3.4.20240622-2
00:00:35.804 O: I: Retrieving mount 2.40.2-2
00:00:35.828 O: I: Validating mount 2.40.2-2
00:00:35.852 O: I: Retrieving nano 8.1-1
00:00:35.887 O: I: Validating nano 8.1-1
00:00:35.920 O: I: Retrieving ncurses-base 6.5-2
00:00:35.941 O: I: Validating ncurses-base 6.5-2
00:00:35.970 O: I: Retrieving ncurses-bin 6.5-2
00:00:35.995 O: I: Validating ncurses-bin 6.5-2
00:00:36.020 O: I: Retrieving netbase 6.4
00:00:36.038 O: I: Validating netbase 6.4
00:00:36.063 O: I: Retrieving nftables 1.1.0-2
00:00:36.079 O: I: Validating nftables 1.1.0-2
00:00:36.102 O: I: Retrieving passwd 1:4.15.3-3
00:00:36.139 O: I: Validating passwd 1:4.15.3-3
00:00:36.167 O: I: Retrieving perl-base 5.38.2-5
00:00:36.217 O: I: Validating perl-base 5.38.2-5
00:00:36.249 O: I: Retrieving procps 2:4.0.4-5
00:00:36.292 O: I: Validating procps 2:4.0.4-5
00:00:36.320 O: I: Retrieving readline-common 8.2-4
00:00:36.338 O: I: Validating readline-common 8.2-4
00:00:36.362 O: I: Retrieving sed 4.9-2
00:00:36.389 O: I: Validating sed 4.9-2
00:00:36.415 O: I: Retrieving sensible-utils 0.0.24
00:00:36.433 O: I: Validating sensible-utils 0.0.24
00:00:36.461 O: I: Retrieving systemd 256.4-2
00:00:36.558 O: I: Validating systemd 256.4-2
00:00:36.606 O: I: Retrieving systemd-sysv 256.4-2
00:00:36.629 O: I: Validating systemd-sysv 256.4-2
00:00:36.652 O: I: Retrieving sysvinit-utils 3.09-2
00:00:36.673 O: I: Validating sysvinit-utils 3.09-2
00:00:36.698 O: I: Retrieving tar 1.35+dfsg-3
00:00:36.734 O: I: Validating tar 1.35+dfsg-3
00:00:36.763 O: I: Retrieving tasksel 3.75
00:00:36.787 O: I: Validating tasksel 3.75
00:00:36.809 O: I: Retrieving tasksel-data 3.75
00:00:36.826 O: I: Validating tasksel-data 3.75
00:00:36.851 O: I: Retrieving tzdata 2024a-4
00:00:36.877 O: I: Validating tzdata 2024a-4
00:00:36.904 O: I: Retrieving udev 256.4-2
00:00:36.980 O: I: Validating udev 256.4-2
00:00:37.021 O: I: Retrieving usr-is-merged 39
00:00:37.046 O: I: Validating usr-is-merged 39
00:00:37.076 O: I: Retrieving util-linux 2.40.2-2
00:00:37.140 O: I: Validating util-linux 2.40.2-2
00:00:37.172 O: I: Retrieving vim-common 2:9.1.0496-1
00:00:37.199 O: I: Validating vim-common 2:9.1.0496-1
00:00:37.226 O: I: Retrieving vim-tiny 2:9.1.0496-1+b1
00:00:37.257 O: I: Validating vim-tiny 2:9.1.0496-1+b1
00:00:37.287 O: I: Retrieving whiptail 0.52.24-2+b1
00:00:37.310 O: I: Validating whiptail 0.52.24-2+b1
00:00:37.336 O: I: Retrieving zlib1g 1:1.3.dfsg+really1.3.1-1
00:00:37.356 O: I: Validating zlib1g 1:1.3.dfsg+really1.3.1-1
00:00:37.387 O: I: Chosen extractor for .deb packages: dpkg-deb
00:00:37.452 O: I: Extracting apt...
00:00:37.550 O: I: Extracting base-files...
00:00:37.565 O: I: Extracting base-passwd...
00:00:37.578 O: I: Extracting bash...
00:00:37.682 O: I: Extracting bsdutils...
00:00:37.697 O: I: Extracting coreutils...
00:00:37.899 O: I: Extracting dash...
00:00:37.917 O: I: Extracting debconf...
00:00:37.938 O: I: Extracting debian-archive-keyring...
00:00:37.954 O: I: Extracting debianutils...
00:00:37.972 O: I: Extracting diffutils...
00:00:38.008 O: I: Extracting dpkg...
00:00:38.115 O: I: Extracting e2fsprogs...
00:00:38.179 O: I: Extracting findutils...
00:00:38.222 O: I: Extracting gcc-14-base...
00:00:38.234 O: I: Extracting gpgv...
00:00:38.259 O: I: Extracting grep...
00:00:38.288 O: I: Extracting gzip...
00:00:38.306 O: I: Extracting hostname...
00:00:38.317 O: I: Extracting init-system-helpers...
00:00:38.328 O: I: Extracting libacl1...
00:00:38.340 O: I: Extracting libapt-pkg6.0t64...
00:00:38.420 O: I: Extracting libattr1...
00:00:38.430 O: I: Extracting libaudit-common...
00:00:38.440 O: I: Extracting libaudit1...
00:00:38.452 O: I: Extracting libblkid1...
00:00:38.471 O: I: Extracting libbsd0...
00:00:38.484 O: I: Extracting libbz2-1.0...
00:00:38.494 O: I: Extracting libc-bin...
00:00:38.547 O: I: Extracting libc6...
00:00:38.740 O: I: Extracting libcap-ng0...
00:00:38.751 O: I: Extracting libcap2...
00:00:38.762 O: I: Extracting libcom-err2...
00:00:38.772 O: I: Extracting libcrypt1...
00:00:38.786 O: I: Extracting libdb5.3t64...
00:00:38.841 O: I: Extracting libdebconfclient0...
00:00:38.850 O: I: Extracting libext2fs2t64...
00:00:38.872 O: I: Extracting libffi8...
00:00:38.882 O: I: Extracting libgcc-s1...
00:00:38.897 O: I: Extracting libgcrypt20...
00:00:38.950 O: I: Extracting libgmp10...
00:00:38.975 O: I: Extracting libgnutls30t64...
00:00:39.053 O: I: Extracting libgpg-error0...
00:00:39.068 O: I: Extracting libhogweed6t64...
00:00:39.091 O: I: Extracting libidn2-0...
00:00:39.111 O: I: Extracting liblz4-1...
00:00:39.122 O: I: Extracting liblzma5...
00:00:39.141 O: I: Extracting libmd0...
00:00:39.150 O: I: Extracting libmount1...
00:00:39.174 O: I: Extracting libnettle8t64...
00:00:39.196 O: I: Extracting libp11-kit0...
00:00:39.230 O: I: Extracting libpam-modules...
00:00:39.256 O: I: Extracting libpam-modules-bin...
00:00:39.267 O: I: Extracting libpam-runtime...
00:00:39.289 O: I: Extracting libpam0g...
00:00:39.300 O: I: Extracting libpcre2-8-0...
00:00:39.327 O: I: Extracting libseccomp2...
00:00:39.339 O: I: Extracting libselinux1...
00:00:39.352 O: I: Extracting libsemanage-common...
00:00:39.360 O: I: Extracting libsemanage2...
00:00:39.374 O: I: Extracting libsepol2...
00:00:39.403 O: I: Extracting libsmartcols1...
00:00:39.420 O: I: Extracting libss2...
00:00:39.431 O: I: Extracting libssl3t64...
00:00:39.587 O: I: Extracting libstdc++6...
00:00:39.645 O: I: Extracting libsystemd0...
00:00:39.681 O: I: Extracting libtasn1-6...
00:00:39.693 O: I: Extracting libtinfo6...
00:00:39.716 O: I: Extracting libudev1...
00:00:39.734 O: I: Extracting libunistring5...
00:00:39.777 O: I: Extracting libuuid1...
00:00:39.788 O: I: Extracting libxxhash0...
00:00:39.807 O: I: Extracting libzstd1...
00:00:39.835 O: I: Extracting login...
00:00:39.875 O: I: Extracting logsave...
00:00:39.886 O: I: Extracting mawk...
00:00:39.903 O: I: Extracting mount...
00:00:39.920 O: I: Extracting ncurses-base...
00:00:39.937 O: I: Extracting ncurses-bin...
00:00:39.959 O: I: Extracting passwd...
00:00:40.022 O: I: Extracting perl-base...
00:00:40.180 O: I: Extracting sed...
00:00:40.207 O: I: Extracting sysvinit-utils...
00:00:40.218 O: I: Extracting tar...
00:00:40.275 O: I: Extracting tzdata...
00:00:40.322 O: I: Extracting usr-is-merged...
00:00:40.331 O: I: Extracting util-linux...
00:00:40.412 O: I: Extracting zlib1g...
00:00:40.537 O: I: Installing core packages...
00:00:42.727 O: I: Unpacking required packages...
00:00:42.797 O: I: Unpacking apt...
00:00:42.977 O: I: Unpacking base-files...
00:00:43.053 O: I: Unpacking base-passwd...
00:00:43.098 O: I: Unpacking bash...
00:00:43.237 O: I: Unpacking bsdutils...
00:00:43.281 O: I: Unpacking coreutils...
00:00:43.573 O: I: Unpacking dash...
00:00:43.625 O: I: Unpacking debconf...
00:00:43.719 O: I: Unpacking debian-archive-keyring...
00:00:43.885 O: I: Unpacking debianutils...
00:00:43.946 O: I: Unpacking diffutils...
00:00:44.028 O: I: Unpacking dpkg...
00:00:44.194 O: I: Unpacking e2fsprogs...
00:00:44.281 O: I: Unpacking findutils...
00:00:44.361 O: I: Unpacking gcc-14-base:amd64...
00:00:44.398 O: I: Unpacking gpgv...
00:00:44.449 O: I: Unpacking grep...
00:00:44.524 O: I: Unpacking gzip...
00:00:44.606 O: I: Unpacking hostname...
00:00:44.641 O: I: Unpacking init-system-helpers...
00:00:44.684 O: I: Unpacking libacl1:amd64...
00:00:44.722 O: I: Unpacking libapt-pkg6.0t64:amd64...
00:00:44.845 O: I: Unpacking libattr1:amd64...
00:00:44.879 O: I: Unpacking libaudit-common...
00:00:44.915 O: I: Unpacking libaudit1:amd64...
00:00:44.954 O: I: Unpacking libblkid1:amd64...
00:00:44.997 O: I: Unpacking libbsd0:amd64...
00:00:45.034 O: I: Unpacking libbz2-1.0:amd64...
00:00:45.068 O: I: Unpacking libc-bin...
00:00:45.160 O: I: Unpacking libc6:amd64...
00:00:45.618 O: I: Unpacking libcap-ng0:amd64...
00:00:45.655 O: I: Unpacking libcap2:amd64...
00:00:45.691 O: I: Unpacking libcom-err2:amd64...
00:00:45.724 O: I: Unpacking libcrypt1:amd64...
00:00:45.762 O: I: Unpacking libdb5.3t64:amd64...
00:00:45.850 O: I: Unpacking libdebconfclient0:amd64...
00:00:45.916 O: I: Unpacking libext2fs2t64:amd64...
00:00:46.001 O: I: Unpacking libffi8:amd64...
00:00:46.036 O: I: Unpacking libgcc-s1:amd64...
00:00:46.075 O: I: Unpacking libgcrypt20:amd64...
00:00:46.150 O: I: Unpacking libgmp10:amd64...
00:00:46.202 O: I: Unpacking libgnutls30t64:amd64...
00:00:46.305 O: I: Unpacking libgpg-error0:amd64...
00:00:46.342 O: I: Unpacking libhogweed6t64:amd64...
00:00:46.389 O: I: Unpacking libidn2-0:amd64...
00:00:46.444 O: I: Unpacking liblz4-1:amd64...
00:00:46.481 O: I: Unpacking liblzma5:amd64...
00:00:46.525 O: I: Unpacking libmd0:amd64...
00:00:46.566 O: I: Unpacking libmount1:amd64...
00:00:46.612 O: I: Unpacking libnettle8t64:amd64...
00:00:46.660 O: I: Unpacking libp11-kit0:amd64...
00:00:46.721 O: I: Unpacking libpam-modules:amd64...
00:00:46.929 O: I: Unpacking libpam-modules-bin...
00:00:46.978 O: I: Unpacking libpam-runtime...
00:00:47.075 O: I: Unpacking libpam0g:amd64...
00:00:47.120 O: I: Unpacking libpcre2-8-0:amd64...
00:00:47.214 O: I: Unpacking libseccomp2:amd64...
00:00:47.250 O: I: Unpacking libselinux1:amd64...
00:00:47.285 O: I: Unpacking libsemanage-common...
00:00:47.319 O: I: Unpacking libsemanage2:amd64...
00:00:47.363 O: I: Unpacking libsepol2:amd64...
00:00:47.417 O: I: Unpacking libsmartcols1:amd64...
00:00:47.464 O: I: Unpacking libss2:amd64...
00:00:47.502 O: I: Unpacking libssl3t64:amd64...
00:00:47.729 O: I: Unpacking libstdc++6:amd64...
00:00:47.810 O: I: Unpacking libsystemd0:amd64...
00:00:47.867 O: I: Unpacking libtasn1-6:amd64...
00:00:47.906 O: I: Unpacking libtinfo6:amd64...
00:00:47.950 O: I: Unpacking libudev1:amd64...
00:00:47.996 O: I: Unpacking libunistring5:amd64...
00:00:48.080 O: I: Unpacking libuuid1:amd64...
00:00:48.114 O: I: Unpacking libxxhash0:amd64...
00:00:48.148 O: I: Unpacking libzstd1:amd64...
00:00:48.201 O: I: Unpacking login...
00:00:48.297 O: I: Unpacking logsave...
00:00:48.334 O: I: Unpacking mawk...
00:00:48.377 O: I: Unpacking mount...
00:00:48.421 O: I: Unpacking ncurses-base...
00:00:48.482 O: I: Unpacking ncurses-bin...
00:00:48.533 O: I: Unpacking passwd...
00:00:48.701 O: I: Unpacking perl-base...
00:00:49.055 O: I: Unpacking sed...
00:00:49.125 O: I: Unpacking sysvinit-utils...
00:00:49.150 O: I: Unpacking tar...
00:00:49.241 O: I: Unpacking tzdata...
00:00:49.435 O: I: Unpacking usr-is-merged...
00:00:49.478 O: I: Unpacking util-linux...
00:00:49.644 O: I: Unpacking zlib1g:amd64...
00:00:49.675 O: I: Configuring required packages...
00:00:49.694 O: I: Configuring gcc-14-base:amd64...
00:00:49.712 O: I: Configuring debian-archive-keyring...
00:00:49.846 O: I: Configuring usr-is-merged...
00:00:49.867 O: I: Configuring libaudit-common...
00:00:49.872 O: I: Configuring libsemanage-common...
00:00:49.879 O: I: Configuring debconf...
00:00:50.021 O: I: Configuring tzdata...
00:00:50.198 O: I: Configuring ncurses-base...
00:00:50.203 O: I: Configuring init-system-helpers...
00:00:50.219 O: I: Configuring libgcc-s1:amd64...
00:00:50.229 O: I: Configuring libc6:amd64...
00:00:50.357 O: I: Configuring libdb5.3t64:amd64...
00:00:50.361 O: I: Configuring libffi8:amd64...
00:00:50.366 O: I: Configuring libmd0:amd64...
00:00:50.371 O: I: Configuring libxxhash0:amd64...
00:00:50.377 O: I: Configuring libattr1:amd64...
00:00:50.384 O: I: Configuring sysvinit-utils...
00:00:50.389 O: I: Configuring libtasn1-6:amd64...
00:00:50.394 O: I: Configuring libext2fs2t64:amd64...
00:00:50.400 O: I: Configuring debianutils...
00:00:50.472 O: I: Configuring mawk...
00:00:50.481 O: I: Configuring libdebconfclient0:amd64...
00:00:50.493 O: I: Configuring base-files...
00:00:50.524 O: I: Configuring libbz2-1.0:amd64...
00:00:50.529 O: I: Configuring libbsd0:amd64...
00:00:50.533 O: I: Configuring libblkid1:amd64...
00:00:50.537 O: I: Configuring libstdc++6:amd64...
00:00:50.542 O: I: Configuring dash...
00:00:50.609 O: I: Configuring libtinfo6:amd64...
00:00:50.619 O: I: Configuring bash...
00:00:50.630 O: I: Configuring libzstd1:amd64...
00:00:50.637 O: I: Configuring liblzma5:amd64...
00:00:50.641 O: I: Configuring libgpg-error0:amd64...
00:00:50.646 O: I: Configuring liblz4-1:amd64...
00:00:50.657 O: I: Configuring libc-bin...
00:00:50.672 O: I: Configuring ncurses-bin...
00:00:50.678 O: I: Configuring libacl1:amd64...
00:00:50.683 O: I: Configuring libsmartcols1:amd64...
00:00:50.687 O: I: Configuring libgcrypt20:amd64...
00:00:50.693 O: I: Configuring zlib1g:amd64...
00:00:50.698 O: I: Configuring libcrypt1:amd64...
00:00:50.704 O: I: Configuring libcom-err2:amd64...
00:00:50.708 O: I: Configuring diffutils...
00:00:50.712 O: I: Configuring libseccomp2:amd64...
00:00:50.716 O: I: Configuring libcap2:amd64...
00:00:50.722 O: I: Configuring hostname...
00:00:50.726 O: I: Configuring libcap-ng0:amd64...
00:00:50.731 O: I: Configuring libnettle8t64:amd64...
00:00:50.736 O: I: Configuring libgmp10:amd64...
00:00:50.742 O: I: Configuring libp11-kit0:amd64...
00:00:50.747 O: I: Configuring libaudit1:amd64...
00:00:50.751 O: I: Configuring libunistring5:amd64...
00:00:50.755 O: I: Configuring libuuid1:amd64...
00:00:50.761 O: I: Configuring libss2:amd64...
00:00:50.766 O: I: Configuring libsepol2:amd64...
00:00:50.771 O: I: Configuring libpcre2-8-0:amd64...
00:00:50.776 O: I: Configuring logsave...
00:00:50.780 O: I: Configuring libudev1:amd64...
00:00:50.785 O: I: Configuring libhogweed6t64:amd64...
00:00:50.790 O: I: Configuring gpgv...
00:00:50.796 O: I: Configuring grep...
00:00:50.800 O: I: Configuring libssl3t64:amd64...
00:00:50.811 O: I: Configuring e2fsprogs...
00:00:51.202 O: I: Configuring libidn2-0:amd64...
00:00:51.206 O: I: Configuring libsystemd0:amd64...
00:00:51.211 O: I: Configuring libselinux1:amd64...
00:00:51.219 O: I: Configuring libpam0g:amd64...
00:00:51.331 O: I: Configuring sed...
00:00:51.337 O: I: Configuring findutils...
00:00:51.342 O: I: Configuring libmount1:amd64...
00:00:51.347 O: I: Configuring libsemanage2:amd64...
00:00:51.353 O: I: Configuring libapt-pkg6.0t64:amd64...
00:00:51.371 O: I: Configuring base-passwd...
00:00:51.523 O: I: Configuring libgnutls30t64:amd64...
00:00:51.531 O: I: Configuring apt...
00:00:51.919 O: I: Configuring bsdutils...
00:00:51.924 O: I: Configuring tar...
00:00:51.932 O: I: Configuring libpam-modules-bin...
00:00:51.939 O: I: Configuring coreutils...
00:00:51.951 O: I: Configuring dpkg...
00:00:52.156 O: I: Configuring mount...
00:00:52.173 O: I: Configuring libpam-modules:amd64...
00:00:52.184 O: I: Configuring perl-base...
00:00:52.198 O: I: Configuring gzip...
00:00:52.245 O: I: Configuring libpam-runtime...
00:00:52.407 O: I: Configuring login...
00:00:52.426 O: I: Configuring util-linux...
00:00:52.637 O: I: Configuring passwd...
00:00:52.683 O: I: Configuring libc-bin...
00:00:52.701 O: I: Unpacking the base system...
00:01:29.379 O: I: Unpacking apt-utils...
00:01:29.456 O: I: Unpacking cpio...
00:01:29.517 O: I: Unpacking cron...
00:01:29.560 O: I: Unpacking debconf-i18n...
00:01:29.633 O: I: Unpacking dmidecode...
00:01:29.687 O: I: Unpacking fdisk...
00:01:29.746 O: I: Unpacking ifupdown...
00:01:29.817 O: I: Unpacking init...
00:01:29.858 O: I: Unpacking iproute2...
00:01:30.077 O: I: Unpacking iputils-ping...
00:01:30.117 O: I: Unpacking isc-dhcp-client...
00:01:30.247 O: I: Unpacking isc-dhcp-common...
00:01:30.305 O: I: Unpacking kmod...
00:01:30.364 O: I: Unpacking less...
00:01:30.414 O: I: Unpacking libbpf1:amd64...
00:01:30.454 O: I: Unpacking libcap2-bin...
00:01:30.493 O: I: Unpacking libedit2:amd64...
00:01:30.535 O: I: Unpacking libelf1t64:amd64...
00:01:30.586 O: I: Unpacking libfdisk1:amd64...
00:01:30.634 O: I: Unpacking libgssapi-krb5-2:amd64...
00:01:30.678 O: I: Unpacking libjansson4:amd64...
00:01:30.715 O: I: Unpacking libk5crypto3:amd64...
00:01:30.754 O: I: Unpacking libkeyutils1:amd64...
00:01:30.786 O: I: Unpacking libkmod2:amd64...
00:01:30.822 O: I: Unpacking libkrb5-3:amd64...
00:01:30.882 O: I: Unpacking libkrb5support0:amd64...
00:01:30.914 O: I: Unpacking liblocale-gettext-perl...
00:01:30.950 O: I: Unpacking libmnl0:amd64...
00:01:30.983 O: I: Unpacking libncursesw6:amd64...
00:01:31.026 O: I: Unpacking libnewt0.52:amd64...
00:01:31.100 O: I: Unpacking libnftables1:amd64...
00:01:31.160 O: I: Unpacking libnftnl11:amd64...
00:01:31.197 O: I: Unpacking libpopt0:amd64...
00:01:31.247 O: I: Unpacking libproc2-0:amd64...
00:01:31.287 O: I: Unpacking libreadline8t64:amd64...
00:01:31.374 O: I: Unpacking libslang2:amd64...
00:01:31.441 O: I: Unpacking libtext-charwidth-perl:amd64...
00:01:31.474 O: I: Unpacking libtext-iconv-perl:amd64...
00:01:31.507 O: I: Unpacking libtext-wrapi18n-perl...
00:01:31.542 O: I: Unpacking libtirpc-common...
00:01:31.583 O: I: Unpacking libtirpc3t64:amd64...
00:01:31.654 O: I: Unpacking libxtables12:amd64...
00:01:31.690 O: I: Unpacking logrotate...
00:01:31.727 O: I: Unpacking nano...
00:01:31.821 O: I: Unpacking netbase...
00:01:31.856 O: I: Unpacking nftables...
00:01:31.901 O: I: Unpacking procps...
00:01:32.014 O: I: Unpacking readline-common...
00:01:32.048 O: I: Unpacking sensible-utils...
00:01:32.088 O: I: Unpacking tasksel...
00:01:32.148 O: I: Unpacking tasksel-data...
00:01:32.209 O: I: Unpacking udev...
00:01:32.413 O: I: Unpacking vim-common...
00:01:32.476 O: I: Unpacking vim-tiny...
00:01:32.556 O: I: Unpacking whiptail...
00:01:32.603 O: I: Configuring the base system...
00:01:32.613 O: I: Configuring cpio...
00:01:32.624 O: I: Configuring libtext-iconv-perl:amd64...
00:01:32.631 O: I: Configuring libtext-charwidth-perl:amd64...
00:01:32.641 O: I: Configuring libkeyutils1:amd64...
00:01:32.647 O: I: Configuring apt-utils...
00:01:32.652 O: I: Configuring init...
00:01:32.662 O: I: Configuring libtirpc-common...
00:01:32.667 O: I: Configuring libedit2:amd64...
00:01:32.673 O: I: Configuring less...
00:01:32.687 O: I: Configuring libtext-wrapi18n-perl...
00:01:32.695 O: I: Configuring libelf1t64:amd64...
00:01:32.700 O: I: Configuring libjansson4:amd64...
00:01:32.704 O: I: Configuring libkrb5support0:amd64...
00:01:32.709 O: I: Configuring libcap2-bin...
00:01:32.718 O: I: Configuring vim-common...
00:01:32.725 O: I: Configuring libslang2:amd64...
00:01:32.730 O: I: Configuring libproc2-0:amd64...
00:01:32.734 O: I: Configuring libmnl0:amd64...
00:01:32.740 O: I: Configuring libncursesw6:amd64...
00:01:32.745 O: I: Configuring libk5crypto3:amd64...
00:01:32.752 O: I: Configuring libxtables12:amd64...
00:01:32.757 O: I: Configuring libfdisk1:amd64...
00:01:32.763 O: I: Configuring nano...
00:01:32.776 O: I: Configuring sensible-utils...
00:01:32.784 O: I: Configuring procps...
00:01:32.817 O: I: Configuring netbase...
00:01:32.827 O: I: Configuring isc-dhcp-common...
00:01:32.832 O: I: Configuring libkrb5-3:amd64...
00:01:32.836 O: I: Configuring dmidecode...
00:01:32.840 O: I: Configuring iputils-ping...
00:01:32.857 O: I: Configuring readline-common...
00:01:32.868 O: I: Configuring liblocale-gettext-perl...
00:01:32.872 O: I: Configuring libbpf1:amd64...
00:01:32.877 O: I: Configuring libkmod2:amd64...
00:01:32.882 O: I: Configuring libpopt0:amd64...
00:01:32.893 O: I: Configuring logrotate...
00:01:33.133 O: I: Configuring libnewt0.52:amd64...
00:01:33.146 O: I: Configuring cron...
00:01:33.421 O: I: Configuring debconf-i18n...
00:01:33.426 O: I: Configuring libnftnl11:amd64...
00:01:33.433 O: I: Configuring vim-tiny...
00:01:33.466 O: I: Configuring kmod...
00:01:33.499 O: I: Configuring libgssapi-krb5-2:amd64...
00:01:33.509 O: I: Configuring udev...
00:01:34.160 O: I: Configuring libreadline8t64:amd64...
00:01:34.165 O: I: Configuring whiptail...
00:01:34.170 O: I: Configuring libnftables1:amd64...
00:01:34.178 O: I: Configuring nftables...
00:01:34.313 O: I: Configuring libtirpc3t64:amd64...
00:01:34.318 O: I: Configuring iproute2...
00:01:34.550 O: I: Configuring isc-dhcp-client...
00:01:34.574 O: I: Configuring fdisk...
00:01:34.583 O: I: Configuring ifupdown...
00:01:35.032 O: I: Configuring tasksel...
00:01:35.179 O: I: Configuring tasksel-data...
00:01:35.194 O: I: Configuring libc-bin...
00:01:35.230 O: I: Base system installed successfully.
00:01:35.303 E: + [ 0 -ne 0 ]
00:01:35.308 E: + tar --sort=name --mtime=@1722845704 --clamp-mtime --numeric-owner --one-file-system --xattrs -C /tmp/tmp.R5NvLEQzjH -c .
00:01:47.823 E: + rm -r /tmp/tmp.R5NvLEQzjH
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:59
result: SUCCESS
------------------------------------------------------------------------------
(13/280) check-against-debootstrap-dist
dist: oldstable
mode: auto
variant: minbase
format: auto
time left: 7:17:06
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.007 O: SOURCE_DATE_EPOCH=1722845704
00:00:00.013 E: + export LC_ALL=C.UTF-8
00:00:00.017 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.021 E: + echo SOURCE_DATE_EPOCH=1722845704
00:00:00.025 E: + [ oldstable = oldstable ]
00:00:00.029 E: + echo --merged-usr
00:00:00.033 E: + echo --include=e2fsprogs,mount,tzdata,gcc-9-base
00:00:00.037 E: + mmdebstrap --variant=minbase --mode=auto --essential-hook=[ oldstable = oldstable ] && [ minbase = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || : --merged-usr --include=e2fsprogs,mount,tzdata,gcc-9-base oldstable /tmp/debian-oldstable-mm.tar http://127.0.0.1/debian
00:00:00.386 E: I: the option --merged-usr is a no-op. It only exists for compatibility with some debootstrap wrappers.
00:00:00.488 E: I: automatically chosen mode: root
00:00:00.498 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.541 E: I: finding correct signed-by value...
00:00:00.649 E: I: automatically chosen format: tar
00:00:00.653 E: I: using /tmp/mmdebstrap.AdsQ1s4ohB as tempdir
00:00:00.707 E: I: running apt-get update...
00:00:03.166 E: I: downloading packages with apt...
00:00:05.300 E: I: extracting archives...
00:00:07.398 E: I: installing essential packages...
00:00:15.097 E: I: running --essential-hook in shell: sh -c '[ oldstable = oldstable ] && [ minbase = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || :' exec /tmp/mmdebstrap.AdsQ1s4ohB
00:00:15.103 E: I: installing remaining packages inside the chroot...
00:00:20.568 E: I: cleaning package lists and apt cache...
00:00:20.670 E: I: creating tarball...
00:00:21.594 E: I: done
00:00:21.709 E: I: removing tempdir /tmp/mmdebstrap.AdsQ1s4ohB...
00:00:21.993 E: I: success in 21.6517 seconds
00:00:22.001 E: + mkdir /tmp/debian-oldstable-mm
00:00:22.005 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-oldstable-mm -xf /tmp/debian-oldstable-mm.tar
00:00:22.514 E: + rm /tmp/debian-oldstable-mm.tar
00:00:22.548 E: + mkdir /tmp/debian-oldstable-debootstrap
00:00:22.553 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-oldstable-debootstrap -xf cache/debian-oldstable-minbase.tar
00:00:28.731 E: + tar -C /tmp/debian-oldstable-debootstrap -cf /tmp/dev1.tar ./dev
00:00:28.739 E: + tar -C /tmp/debian-oldstable-mm -cf /tmp/dev2.tar ./dev
00:00:28.744 E: + ret=0
00:00:28.750 E: + cmp /tmp/dev1.tar /tmp/dev2.tar
00:00:28.755 E: + [ 0 -ne 0 ]
00:00:28.760 E: + rm /tmp/dev1.tar /tmp/dev2.tar
00:00:28.764 E: + rm -r /tmp/debian-oldstable-debootstrap/dev /tmp/debian-oldstable-mm/dev
00:00:28.775 E: + rm /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/adduser_3.118+deb11u1_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/apt_2.2.4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/base-files_11.1+deb11u10_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/base-passwd_3.5.51_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/bash_5.1-2+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/bsdutils_1%3a2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/coreutils_8.32-4+b1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/dash_0.5.11+git20200708+dd9ef66-5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/debconf_1.5.77_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/debian-archive-keyring_2021.1.1+deb11u1_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/debianutils_4.11.2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/diffutils_1%3a3.7-5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/dpkg_1.20.13_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/e2fsprogs_1.46.2-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/findutils_4.8.0-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/gcc-10-base_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/gcc-9-base_9.3.0-22_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/gpgv_2.2.27-2+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/grep_3.6-1+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/gzip_1.10-4+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/hostname_3.23_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/init-system-helpers_1.60_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libacl1_2.2.53-10_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libapt-pkg6.0_2.2.4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libattr1_1%3a2.4.48-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libaudit-common_1%3a3.0-2_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libaudit1_1%3a3.0-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libblkid1_2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libbz2-1.0_1.0.8-4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libc-bin_2.31-13+deb11u10_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libc6_2.31-13+deb11u10_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libcap-ng0_0.7.9-2.2+b1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libcom-err2_1.46.2-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libcrypt1_1%3a4.4.18-4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libdb5.3_5.3.28+dfsg1-0.8_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libdebconfclient0_0.260_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libext2fs2_1.46.2-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libffi7_3.3-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libgcc-s1_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libgcrypt20_1.8.7-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libgmp10_2%3a6.2.1+dfsg-1+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libgnutls30_3.7.1-5+deb11u5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libgpg-error0_1.38-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libgssapi-krb5-2_1.18.3-6+deb11u4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libhogweed6_3.7.3-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libidn2-0_2.3.0-5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libk5crypto3_1.18.3-6+deb11u4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libkeyutils1_1.6.1-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libkrb5-3_1.18.3-6+deb11u4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libkrb5support0_1.18.3-6+deb11u4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/liblz4-1_1.9.3-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/liblzma5_5.2.5-2.1~deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libmount1_2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libnettle8_3.7.3-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libnsl2_1.3.0-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libp11-kit0_0.23.22-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libpam-modules-bin_1.4.0-9+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libpam-modules_1.4.0-9+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libpam-runtime_1.4.0-9+deb11u1_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libpam0g_1.4.0-9+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libpcre2-8-0_10.36-2+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libpcre3_2%3a8.39-13_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libseccomp2_2.5.1-1+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libselinux1_3.1-3_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libsemanage-common_3.1-1_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libsemanage1_3.1-1+b2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libsepol1_3.1-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libsmartcols1_2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libss2_1.46.2-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libssl1.1_1.1.1w-0+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libstdc++6_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libsystemd0_247.3-7+deb11u5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libtasn1-6_4.16.0-2+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libtinfo6_6.2+20201114-2+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libtirpc-common_1.3.1-1+deb11u1_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libtirpc3_1.3.1-1+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libudev1_247.3-7+deb11u5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libunistring2_0.9.10-4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libuuid1_2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libxxhash0_0.8.0-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libzstd1_1.4.8+dfsg-2.1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/login_1%3a4.8.1-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/logsave_1.46.2-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/lsb-base_11.1.0_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/mawk_1.3.4.20200120-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/mount_2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/ncurses-base_6.2+20201114-2+deb11u2_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/ncurses-bin_6.2+20201114-2+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/passwd_1%3a4.8.1-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/perl-base_5.32.1-4+deb11u3_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/sed_4.7-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/sysvinit-utils_2.96-7+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/tar_1.34+dfsg-1+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/tzdata_2024a-0+deb11u1_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/util-linux_2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/zlib1g_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb
00:00:28.781 E: + rm /tmp/debian-oldstable-debootstrap/var/cache/ldconfig/aux-cache
00:00:28.785 E: + rm /tmp/debian-oldstable-debootstrap/var/log/dpkg.log /tmp/debian-oldstable-debootstrap/var/log/bootstrap.log /tmp/debian-oldstable-debootstrap/var/log/alternatives.log
00:00:28.790 E: + rm /tmp/debian-oldstable-debootstrap/var/cache/debconf/config.dat-old /tmp/debian-oldstable-mm/var/cache/debconf/config.dat-old
00:00:28.794 E: + rm /tmp/debian-oldstable-debootstrap/var/cache/debconf/templates.dat-old /tmp/debian-oldstable-mm/var/cache/debconf/templates.dat-old
00:00:28.798 E: + rm /tmp/debian-oldstable-debootstrap/var/lib/dpkg/status-old /tmp/debian-oldstable-mm/var/lib/dpkg/status-old
00:00:28.802 E: + rm -f /tmp/debian-oldstable-debootstrap/var/lib/dpkg/diversions-old /tmp/debian-oldstable-mm/var/lib/dpkg/diversions-old
00:00:28.806 E: + rm /tmp/debian-oldstable-debootstrap/var/lib/dpkg/available
00:00:28.810 E: + rm /tmp/debian-oldstable-debootstrap/var/lib/dpkg/cmethopt
00:00:28.813 E: + rm /tmp/debian-oldstable-mm/var/lib/dpkg/arch
00:00:28.817 E: + chroot /tmp/debian-oldstable-debootstrap dpkg --list
00:00:28.821 E: + chroot /tmp/debian-oldstable-mm dpkg --list
00:00:28.825 E: + diff -u /tmp/dpkg1 /tmp/dpkg2
00:00:28.829 E: + rm /tmp/dpkg1 /tmp/dpkg2
00:00:28.833 E: + grep -v ^Priority:  /tmp/debian-oldstable-debootstrap/var/lib/dpkg/status
00:00:28.838 E: + grep -v ^Priority:  /tmp/debian-oldstable-mm/var/lib/dpkg/status
00:00:28.842 E: + diff -u /tmp/status1 /tmp/status2
00:00:28.846 E: + rm /tmp/status1 /tmp/status2
00:00:28.850 E: + rm /tmp/debian-oldstable-debootstrap/var/lib/dpkg/status /tmp/debian-oldstable-mm/var/lib/dpkg/status
00:00:28.854 E: + [ -e /tmp/debian-oldstable-debootstrap/etc/apt/apt.conf.d/01autoremove-kernels ]
00:00:28.858 E: + [ -e /tmp/debian-oldstable-mm/etc/apt/apt.conf.d/01autoremove-kernels ]
00:00:28.862 E: + find /tmp/debian-oldstable-debootstrap/run/ -mindepth 1 -maxdepth 1 ! -name lock -print0
00:00:28.867 E: + xargs --no-run-if-empty -0 rm -r
00:00:28.873 E: + rm /tmp/debian-oldstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_oldstable_main_binary-amd64_Packages /tmp/debian-oldstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_oldstable_InRelease /tmp/debian-oldstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_oldstable_Release /tmp/debian-oldstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_oldstable_Release.gpg
00:00:28.878 E: + [ minbase = - ]
00:00:28.882 E: + rm /tmp/debian-oldstable-mm/var/cache/apt/archives/lock
00:00:28.886 E: + rm /tmp/debian-oldstable-mm/var/lib/apt/extended_states
00:00:28.891 E: + rm /tmp/debian-oldstable-mm/var/lib/apt/lists/lock
00:00:28.896 E: + f1=/tmp/debian-oldstable-debootstrap//var/lib/dpkg/triggers/File
00:00:28.900 E: + f2=/tmp/debian-oldstable-mm//var/lib/dpkg/triggers/File
00:00:28.904 E: + [ ! -e /tmp/debian-oldstable-debootstrap//var/lib/dpkg/triggers/File ]
00:00:28.909 E: + continue
00:00:28.913 E: + f1=/tmp/debian-oldstable-debootstrap//etc/shells
00:00:28.917 E: + f2=/tmp/debian-oldstable-mm//etc/shells
00:00:28.922 E: + [ ! -e /tmp/debian-oldstable-debootstrap//etc/shells ]
00:00:28.927 E: + [ ! -e /tmp/debian-oldstable-mm//etc/shells ]
00:00:28.931 E: + cmp /tmp/debian-oldstable-debootstrap//etc/shells /tmp/debian-oldstable-mm//etc/shells
00:00:28.935 E: + continue
00:00:28.940 E: + [ minbase = - ]
00:00:28.945 E: + f1=/tmp/debian-oldstable-debootstrap/var/log/faillog
00:00:28.949 E: + f2=/tmp/debian-oldstable-mm/var/log/faillog
00:00:28.954 E: + [ ! -e /tmp/debian-oldstable-debootstrap/var/log/faillog ]
00:00:28.959 E: + cmp /tmp/debian-oldstable-debootstrap/var/log/faillog /tmp/debian-oldstable-mm/var/log/faillog
00:00:28.964 E: + f1=/tmp/debian-oldstable-debootstrap/var/log/lastlog
00:00:28.969 E: + f2=/tmp/debian-oldstable-mm/var/log/lastlog
00:00:28.974 E: + [ ! -e /tmp/debian-oldstable-debootstrap/var/log/lastlog ]
00:00:28.978 E: + cmp /tmp/debian-oldstable-debootstrap/var/log/lastlog /tmp/debian-oldstable-mm/var/log/lastlog
00:00:28.983 E: + [ minbase = - ]
00:00:28.987 E: + [ minbase = buildd ]
00:00:28.991 E: + diff --unified --no-dereference --recursive /tmp/debian-oldstable-debootstrap /tmp/debian-oldstable-mm
00:00:29.201 E: + find /tmp/debian-oldstable-debootstrap /tmp/debian-oldstable-mm -type d -print0
00:00:29.205 E: + xargs -0 touch --date=@1722845704
00:00:29.281 E: + [ oldstable = oldstable ]
00:00:29.285 E: + echo :/bin:/sbin
00:00:29.290 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/sbin
00:00:29.294 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/sbin chroot /tmp/debian-oldstable-debootstrap chmod 0700 ./var/lib/apt/lists/partial
00:00:29.298 E: + id -u _apt
00:00:29.302 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/sbin chroot /tmp/debian-oldstable-debootstrap chown 42:root ./var/lib/apt/lists/partial
00:00:29.306 E: + [ oldstable = oldstable ]
00:00:29.310 E: + echo :/bin:/sbin
00:00:29.314 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/sbin
00:00:29.319 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/sbin chroot /tmp/debian-oldstable-debootstrap chmod 0700 ./var/cache/apt/archives/partial
00:00:29.323 E: + id -u _apt
00:00:29.327 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/sbin chroot /tmp/debian-oldstable-debootstrap chown 42:root ./var/cache/apt/archives/partial
00:00:29.332 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:00:29.336 E: + tar -C /tmp/debian-oldstable-debootstrap --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root1.tar .
00:00:29.647 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:00:29.652 E: + tar -C /tmp/debian-oldstable-mm --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root2.tar .
00:00:29.997 E: + tar --full-time --verbose -tf /tmp/root1.tar
00:00:30.091 E: + tar --full-time --verbose -tf /tmp/root2.tar
00:00:30.171 E: + diff -u /tmp/root1.tar.list /tmp/root2.tar.list
00:00:30.176 E: + rm /tmp/root1.tar /tmp/root2.tar /tmp/root1.tar.list /tmp/root2.tar.list
00:00:30.238 E: + rm -r /tmp/debian-oldstable-debootstrap /tmp/debian-oldstable-mm
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:42
result: SUCCESS
------------------------------------------------------------------------------
(14/280) check-against-debootstrap-dist
dist: oldstable
mode: auto
variant: buildd
format: auto
time left: 6:56:36
------------------------------------------------------------------------------
00:00:00.008 O: SOURCE_DATE_EPOCH=1722845704
00:00:00.008 E: + set -eu
00:00:00.013 E: + export LC_ALL=C.UTF-8
00:00:00.018 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.023 E: + echo SOURCE_DATE_EPOCH=1722845704
00:00:00.048 E: + [ oldstable = oldstable ]
00:00:00.056 E: + echo --merged-usr
00:00:00.067 E: + echo --include=e2fsprogs,mount,tzdata,gcc-9-base
00:00:00.074 E: + mmdebstrap --variant=buildd --mode=auto --essential-hook=[ oldstable = oldstable ] && [ buildd = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || : --merged-usr --include=e2fsprogs,mount,tzdata,gcc-9-base oldstable /tmp/debian-oldstable-mm.tar http://127.0.0.1/debian
00:00:00.442 E: I: the option --merged-usr is a no-op. It only exists for compatibility with some debootstrap wrappers.
00:00:00.539 E: I: automatically chosen mode: root
00:00:00.550 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.593 E: I: finding correct signed-by value...
00:00:00.706 E: I: automatically chosen format: tar
00:00:00.710 E: I: using /tmp/mmdebstrap.1B6gLI7JjV as tempdir
00:00:00.768 E: I: running apt-get update...
00:00:03.172 E: I: downloading packages with apt...
00:00:05.212 E: I: extracting archives...
00:00:07.318 E: I: installing essential packages...
00:00:15.369 E: I: running --essential-hook in shell: sh -c '[ oldstable = oldstable ] && [ buildd = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || :' exec /tmp/mmdebstrap.1B6gLI7JjV
00:00:15.375 E: I: installing remaining packages inside the chroot...
00:00:33.077 E: I: cleaning package lists and apt cache...
00:00:33.176 E: I: creating tarball...
00:00:35.740 E: I: done
00:00:35.997 E: I: removing tempdir /tmp/mmdebstrap.1B6gLI7JjV...
00:00:36.509 E: I: success in 36.1177 seconds
00:00:36.518 E: + mkdir /tmp/debian-oldstable-mm
00:00:36.522 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-oldstable-mm -xf /tmp/debian-oldstable-mm.tar
00:00:37.686 E: + rm /tmp/debian-oldstable-mm.tar
00:00:37.791 E: + mkdir /tmp/debian-oldstable-debootstrap
00:00:37.797 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-oldstable-debootstrap -xf cache/debian-oldstable-buildd.tar
00:00:54.105 E: + tar -C /tmp/debian-oldstable-debootstrap -cf /tmp/dev1.tar ./dev
00:00:54.110 E: + tar -C /tmp/debian-oldstable-mm -cf /tmp/dev2.tar ./dev
00:00:54.114 E: + ret=0
00:00:54.118 E: + cmp /tmp/dev1.tar /tmp/dev2.tar
00:00:54.122 E: + [ 0 -ne 0 ]
00:00:54.126 E: + rm /tmp/dev1.tar /tmp/dev2.tar
00:00:54.130 E: + rm -r /tmp/debian-oldstable-debootstrap/dev /tmp/debian-oldstable-mm/dev
00:00:54.141 E: + rm /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/adduser_3.118+deb11u1_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/apt_2.2.4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/base-files_11.1+deb11u10_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/base-passwd_3.5.51_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/bash_5.1-2+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/binutils-common_2.35.2-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/binutils-x86-64-linux-gnu_2.35.2-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/binutils_2.35.2-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/bsdutils_1%3a2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/build-essential_12.9_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/bzip2_1.0.8-4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/coreutils_8.32-4+b1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/cpp-10_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/cpp_4%3a10.2.1-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/dash_0.5.11+git20200708+dd9ef66-5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/debconf_1.5.77_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/debian-archive-keyring_2021.1.1+deb11u1_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/debianutils_4.11.2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/diffutils_1%3a3.7-5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/dpkg-dev_1.20.13_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/dpkg_1.20.13_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/e2fsprogs_1.46.2-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/findutils_4.8.0-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/g++-10_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/g++_4%3a10.2.1-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/gcc-10-base_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/gcc-10_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/gcc-9-base_9.3.0-22_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/gcc_4%3a10.2.1-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/gpgv_2.2.27-2+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/grep_3.6-1+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/gzip_1.10-4+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/hostname_3.23_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/init-system-helpers_1.60_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libacl1_2.2.53-10_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libapt-pkg6.0_2.2.4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libasan6_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libatomic1_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libattr1_1%3a2.4.48-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libaudit-common_1%3a3.0-2_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libaudit1_1%3a3.0-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libbinutils_2.35.2-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libblkid1_2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libbz2-1.0_1.0.8-4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libc-bin_2.31-13+deb11u10_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libc-dev-bin_2.31-13+deb11u10_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libc6-dev_2.31-13+deb11u10_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libc6_2.31-13+deb11u10_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libcap-ng0_0.7.9-2.2+b1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libcc1-0_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libcom-err2_1.46.2-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libcrypt-dev_1%3a4.4.18-4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libcrypt1_1%3a4.4.18-4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libctf-nobfd0_2.35.2-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libctf0_2.35.2-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libdb5.3_5.3.28+dfsg1-0.8_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libdebconfclient0_0.260_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libdpkg-perl_1.20.13_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libext2fs2_1.46.2-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libffi7_3.3-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libgcc-10-dev_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libgcc-s1_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libgcrypt20_1.8.7-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libgdbm-compat4_1.19-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libgdbm6_1.19-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libgmp10_2%3a6.2.1+dfsg-1+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libgnutls30_3.7.1-5+deb11u5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libgomp1_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libgpg-error0_1.38-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libgssapi-krb5-2_1.18.3-6+deb11u4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libhogweed6_3.7.3-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libidn2-0_2.3.0-5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libisl23_0.23-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libitm1_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libk5crypto3_1.18.3-6+deb11u4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libkeyutils1_1.6.1-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libkrb5-3_1.18.3-6+deb11u4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libkrb5support0_1.18.3-6+deb11u4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/liblsan0_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/liblz4-1_1.9.3-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/liblzma5_5.2.5-2.1~deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libmount1_2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libmpc3_1.2.0-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libmpfr6_4.1.0-3_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libnettle8_3.7.3-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libnsl-dev_1.3.0-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libnsl2_1.3.0-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libp11-kit0_0.23.22-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libpam-modules-bin_1.4.0-9+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libpam-modules_1.4.0-9+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libpam-runtime_1.4.0-9+deb11u1_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libpam0g_1.4.0-9+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libpcre2-8-0_10.36-2+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libpcre3_2%3a8.39-13_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libperl5.32_5.32.1-4+deb11u3_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libquadmath0_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libseccomp2_2.5.1-1+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libselinux1_3.1-3_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libsemanage-common_3.1-1_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libsemanage1_3.1-1+b2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libsepol1_3.1-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libsmartcols1_2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libss2_1.46.2-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libssl1.1_1.1.1w-0+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libstdc++-10-dev_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libstdc++6_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libsystemd0_247.3-7+deb11u5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libtasn1-6_4.16.0-2+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libtinfo6_6.2+20201114-2+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libtirpc-common_1.3.1-1+deb11u1_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libtirpc-dev_1.3.1-1+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libtirpc3_1.3.1-1+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libtsan0_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libubsan1_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libudev1_247.3-7+deb11u5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libunistring2_0.9.10-4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libuuid1_2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libxxhash0_0.8.0-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libzstd1_1.4.8+dfsg-2.1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/linux-libc-dev_5.10.218-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/login_1%3a4.8.1-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/logsave_1.46.2-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/lsb-base_11.1.0_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/make_4.3-4.1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/mawk_1.3.4.20200120-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/mount_2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/ncurses-base_6.2+20201114-2+deb11u2_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/ncurses-bin_6.2+20201114-2+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/passwd_1%3a4.8.1-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/patch_2.7.6-7_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/perl-base_5.32.1-4+deb11u3_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/perl-modules-5.32_5.32.1-4+deb11u3_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/perl_5.32.1-4+deb11u3_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/sed_4.7-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/sysvinit-utils_2.96-7+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/tar_1.34+dfsg-1+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/tzdata_2024a-0+deb11u1_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/util-linux_2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/xz-utils_5.2.5-2.1~deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/zlib1g_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb
00:00:54.152 E: + rm /tmp/debian-oldstable-debootstrap/var/cache/ldconfig/aux-cache
00:00:54.157 E: + rm /tmp/debian-oldstable-debootstrap/var/log/dpkg.log /tmp/debian-oldstable-debootstrap/var/log/bootstrap.log /tmp/debian-oldstable-debootstrap/var/log/alternatives.log
00:00:54.162 E: + rm /tmp/debian-oldstable-debootstrap/var/cache/debconf/config.dat-old /tmp/debian-oldstable-mm/var/cache/debconf/config.dat-old
00:00:54.167 E: + rm /tmp/debian-oldstable-debootstrap/var/cache/debconf/templates.dat-old /tmp/debian-oldstable-mm/var/cache/debconf/templates.dat-old
00:00:54.172 E: + rm /tmp/debian-oldstable-debootstrap/var/lib/dpkg/status-old /tmp/debian-oldstable-mm/var/lib/dpkg/status-old
00:00:54.176 E: + rm -f /tmp/debian-oldstable-debootstrap/var/lib/dpkg/diversions-old /tmp/debian-oldstable-mm/var/lib/dpkg/diversions-old
00:00:54.181 E: + rm /tmp/debian-oldstable-debootstrap/var/lib/dpkg/available
00:00:54.185 E: + rm /tmp/debian-oldstable-debootstrap/var/lib/dpkg/cmethopt
00:00:54.190 E: + rm /tmp/debian-oldstable-mm/var/lib/dpkg/arch
00:00:54.196 E: + chroot /tmp/debian-oldstable-debootstrap dpkg --list
00:00:54.201 E: + chroot /tmp/debian-oldstable-mm dpkg --list
00:00:54.205 E: + diff -u /tmp/dpkg1 /tmp/dpkg2
00:00:54.210 E: + rm /tmp/dpkg1 /tmp/dpkg2
00:00:54.214 E: + grep -v ^Priority:  /tmp/debian-oldstable-debootstrap/var/lib/dpkg/status
00:00:54.218 E: + grep -v ^Priority:  /tmp/debian-oldstable-mm/var/lib/dpkg/status
00:00:54.222 E: + diff -u /tmp/status1 /tmp/status2
00:00:54.226 E: + rm /tmp/status1 /tmp/status2
00:00:54.232 E: + rm /tmp/debian-oldstable-debootstrap/var/lib/dpkg/status /tmp/debian-oldstable-mm/var/lib/dpkg/status
00:00:54.236 E: + [ -e /tmp/debian-oldstable-debootstrap/etc/apt/apt.conf.d/01autoremove-kernels ]
00:00:54.240 E: + [ -e /tmp/debian-oldstable-mm/etc/apt/apt.conf.d/01autoremove-kernels ]
00:00:54.246 E: + find /tmp/debian-oldstable-debootstrap/run/ -mindepth 1 -maxdepth 1 ! -name lock -print0
00:00:54.251 E: + xargs --no-run-if-empty -0 rm -r
00:00:54.256 E: + rm /tmp/debian-oldstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_oldstable_main_binary-amd64_Packages /tmp/debian-oldstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_oldstable_InRelease /tmp/debian-oldstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_oldstable_Release /tmp/debian-oldstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_oldstable_Release.gpg
00:00:54.260 E: + [ buildd = - ]
00:00:54.264 E: + rm /tmp/debian-oldstable-mm/var/cache/apt/archives/lock
00:00:54.268 E: + rm /tmp/debian-oldstable-mm/var/lib/apt/extended_states
00:00:54.273 E: + rm /tmp/debian-oldstable-mm/var/lib/apt/lists/lock
00:00:54.277 E: + f1=/tmp/debian-oldstable-debootstrap//var/lib/dpkg/triggers/File
00:00:54.281 E: + f2=/tmp/debian-oldstable-mm//var/lib/dpkg/triggers/File
00:00:54.285 E: + [ ! -e /tmp/debian-oldstable-debootstrap//var/lib/dpkg/triggers/File ]
00:00:54.290 E: + continue
00:00:54.294 E: + f1=/tmp/debian-oldstable-debootstrap//etc/shells
00:00:54.299 E: + f2=/tmp/debian-oldstable-mm//etc/shells
00:00:54.304 E: + [ ! -e /tmp/debian-oldstable-debootstrap//etc/shells ]
00:00:54.308 E: + [ ! -e /tmp/debian-oldstable-mm//etc/shells ]
00:00:54.313 E: + cmp /tmp/debian-oldstable-debootstrap//etc/shells /tmp/debian-oldstable-mm//etc/shells
00:00:54.317 E: + continue
00:00:54.321 E: + [ buildd = - ]
00:00:54.325 E: + f1=/tmp/debian-oldstable-debootstrap/var/log/faillog
00:00:54.330 E: + f2=/tmp/debian-oldstable-mm/var/log/faillog
00:00:54.334 E: + [ ! -e /tmp/debian-oldstable-debootstrap/var/log/faillog ]
00:00:54.338 E: + cmp /tmp/debian-oldstable-debootstrap/var/log/faillog /tmp/debian-oldstable-mm/var/log/faillog
00:00:54.342 E: + f1=/tmp/debian-oldstable-debootstrap/var/log/lastlog
00:00:54.346 E: + f2=/tmp/debian-oldstable-mm/var/log/lastlog
00:00:54.350 E: + [ ! -e /tmp/debian-oldstable-debootstrap/var/log/lastlog ]
00:00:54.354 E: + cmp /tmp/debian-oldstable-debootstrap/var/log/lastlog /tmp/debian-oldstable-mm/var/log/lastlog
00:00:54.358 E: + [ buildd = - ]
00:00:54.362 E: + [ buildd = buildd ]
00:00:54.366 E: + [ oldstable != stable ]
00:00:54.370 E: + [ oldstable != oldstable ]
00:00:54.374 E: + diff --unified --no-dereference --recursive /tmp/debian-oldstable-debootstrap /tmp/debian-oldstable-mm
00:00:55.067 E: + find /tmp/debian-oldstable-debootstrap /tmp/debian-oldstable-mm -type d -print0
00:00:55.071 E: + xargs -0 touch --date=@1722845704
00:00:55.151 E: + [ oldstable = oldstable ]
00:00:55.154 E: + echo :/bin:/sbin
00:00:55.159 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/sbin
00:00:55.162 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/sbin chroot /tmp/debian-oldstable-debootstrap chmod 0700 ./var/lib/apt/lists/partial
00:00:55.166 E: + id -u _apt
00:00:55.170 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/sbin chroot /tmp/debian-oldstable-debootstrap chown 42:root ./var/lib/apt/lists/partial
00:00:55.174 E: + [ oldstable = oldstable ]
00:00:55.178 E: + echo :/bin:/sbin
00:00:55.182 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/sbin
00:00:55.186 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/sbin chroot /tmp/debian-oldstable-debootstrap chmod 0700 ./var/cache/apt/archives/partial
00:00:55.191 E: + id -u _apt
00:00:55.195 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/sbin chroot /tmp/debian-oldstable-debootstrap chown 42:root ./var/cache/apt/archives/partial
00:00:55.200 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:00:55.204 E: + tar -C /tmp/debian-oldstable-debootstrap --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root1.tar .
00:00:56.044 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:00:56.049 E: + tar -C /tmp/debian-oldstable-mm --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root2.tar .
00:00:56.991 E: + tar --full-time --verbose -tf /tmp/root1.tar
00:00:57.124 E: + tar --full-time --verbose -tf /tmp/root2.tar
00:00:57.284 E: + diff -u /tmp/root1.tar.list /tmp/root2.tar.list
00:00:57.304 E: + rm /tmp/root1.tar /tmp/root2.tar /tmp/root1.tar.list /tmp/root2.tar.list
00:00:57.537 E: + rm -r /tmp/debian-oldstable-debootstrap /tmp/debian-oldstable-mm
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:10
result: SUCCESS
------------------------------------------------------------------------------
(15/280) check-against-debootstrap-dist
dist: oldstable
mode: auto
variant: -
format: auto
time left: 6:47:47
------------------------------------------------------------------------------
00:00:00.006 O: SOURCE_DATE_EPOCH=1722845704
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + echo SOURCE_DATE_EPOCH=1722845704
00:00:00.023 E: + [ oldstable = oldstable ]
00:00:00.028 E: + echo --merged-usr
00:00:00.032 E: + echo --include=e2fsprogs,mount,tzdata,gcc-9-base
00:00:00.036 E: + mmdebstrap --variant=- --mode=auto --essential-hook=[ oldstable = oldstable ] && [ - = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || : --merged-usr --include=e2fsprogs,mount,tzdata,gcc-9-base oldstable /tmp/debian-oldstable-mm.tar http://127.0.0.1/debian
00:00:00.386 E: I: the option --merged-usr is a no-op. It only exists for compatibility with some debootstrap wrappers.
00:00:00.472 E: I: automatically chosen mode: root
00:00:00.481 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.519 E: I: finding correct signed-by value...
00:00:00.625 E: I: automatically chosen format: tar
00:00:00.629 E: I: using /tmp/mmdebstrap.hcDaZqkg91 as tempdir
00:00:00.686 E: I: running apt-get update...
00:00:03.037 E: I: downloading packages with apt...
00:00:05.129 E: I: extracting archives...
00:00:07.200 E: I: installing essential packages...
00:00:14.994 E: I: running --essential-hook in shell: sh -c '[ oldstable = oldstable ] && [ - = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || :' exec /tmp/mmdebstrap.hcDaZqkg91
00:00:15.001 E: I: installing remaining packages inside the chroot...
00:00:29.768 E: I: cleaning package lists and apt cache...
00:00:29.871 E: I: creating tarball...
00:00:31.446 E: I: done
00:00:31.606 E: I: removing tempdir /tmp/mmdebstrap.hcDaZqkg91...
00:00:32.010 E: I: success in 31.6674 seconds
00:00:32.017 E: + mkdir /tmp/debian-oldstable-mm
00:00:32.022 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-oldstable-mm -xf /tmp/debian-oldstable-mm.tar
00:00:32.805 E: + rm /tmp/debian-oldstable-mm.tar
00:00:32.853 E: + mkdir /tmp/debian-oldstable-debootstrap
00:00:32.857 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-oldstable-debootstrap -xf cache/debian-oldstable--.tar
00:00:43.697 E: + tar -C /tmp/debian-oldstable-debootstrap -cf /tmp/dev1.tar ./dev
00:00:43.702 E: + tar -C /tmp/debian-oldstable-mm -cf /tmp/dev2.tar ./dev
00:00:43.706 E: + ret=0
00:00:43.711 E: + cmp /tmp/dev1.tar /tmp/dev2.tar
00:00:43.716 E: + [ 0 -ne 0 ]
00:00:43.720 E: + rm /tmp/dev1.tar /tmp/dev2.tar
00:00:43.725 E: + rm -r /tmp/debian-oldstable-debootstrap/dev /tmp/debian-oldstable-mm/dev
00:00:43.738 E: + rm /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/adduser_3.118+deb11u1_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/apt-utils_2.2.4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/apt_2.2.4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/base-files_11.1+deb11u10_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/base-passwd_3.5.51_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/bash_5.1-2+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/bsdutils_1%3a2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/coreutils_8.32-4+b1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/cpio_2.13+dfsg-7.1~deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/cron_3.0pl1-137_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/dash_0.5.11+git20200708+dd9ef66-5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/debconf-i18n_1.5.77_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/debconf_1.5.77_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/debian-archive-keyring_2021.1.1+deb11u1_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/debianutils_4.11.2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/diffutils_1%3a3.7-5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/dmidecode_3.3-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/dmsetup_2%3a1.02.175-2.1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/dpkg_1.20.13_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/e2fsprogs_1.46.2-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/fdisk_2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/findutils_4.8.0-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/gcc-10-base_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/gcc-9-base_9.3.0-22_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/gpgv_2.2.27-2+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/grep_3.6-1+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/gzip_1.10-4+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/hostname_3.23_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/ifupdown_0.8.36_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/init-system-helpers_1.60_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/init_1.60_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/iproute2_5.10.0-4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/iputils-ping_3%3a20210202-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/isc-dhcp-client_4.4.1-2.3+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/isc-dhcp-common_4.4.1-2.3+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/kmod_28-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/less_551-2+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libacl1_2.2.53-10_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libapparmor1_2.13.6-10_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libapt-pkg6.0_2.2.4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libargon2-1_0~20171227-0.2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libattr1_1%3a2.4.48-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libaudit-common_1%3a3.0-2_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libaudit1_1%3a3.0-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libblkid1_2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libbpf0_1%3a0.3-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libbsd0_0.11.3-1+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libbz2-1.0_1.0.8-4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libc-bin_2.31-13+deb11u10_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libc6_2.31-13+deb11u10_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libcap-ng0_0.7.9-2.2+b1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libcap2-bin_1%3a2.44-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libcap2_1%3a2.44-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libcom-err2_1.46.2-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libcrypt1_1%3a4.4.18-4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libdb5.3_5.3.28+dfsg1-0.8_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libdebconfclient0_0.260_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libdns-export1110_1%3a9.11.19+dfsg-2.1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libedit2_3.1-20191231-2+b1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libelf1_0.183-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libestr0_0.1.10-2.1+b1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libext2fs2_1.46.2-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libfastjson4_0.99.9-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libfdisk1_2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libffi7_3.3-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libgcc-s1_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libgcrypt20_1.8.7-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libgmp10_2%3a6.2.1+dfsg-1+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libgnutls30_3.7.1-5+deb11u5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libgpg-error0_1.38-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libgssapi-krb5-2_1.18.3-6+deb11u4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libhogweed6_3.7.3-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libidn2-0_2.3.0-5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libip4tc2_1.8.7-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libisc-export1105_1%3a9.11.19+dfsg-2.1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libjansson4_2.13.1-1.1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libjson-c5_0.15-2+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libk5crypto3_1.18.3-6+deb11u4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libkeyutils1_1.6.1-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libkmod2_28-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libkrb5-3_1.18.3-6+deb11u4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libkrb5support0_1.18.3-6+deb11u4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/liblocale-gettext-perl_1.07-4+b1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/liblognorm5_2.0.5-1.1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/liblz4-1_1.9.3-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/liblzma5_5.2.5-2.1~deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libmd0_1.0.3-3_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libmnl0_1.0.4-3_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libmount1_2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libncurses6_6.2+20201114-2+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libncursesw6_6.2+20201114-2+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libnettle8_3.7.3-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libnewt0.52_0.52.21-4+b3_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libnftables1_0.9.8-3.1+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libnftnl11_1.1.9-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libnsl2_1.3.0-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libp11-kit0_0.23.22-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libpam-modules-bin_1.4.0-9+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libpam-modules_1.4.0-9+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libpam-runtime_1.4.0-9+deb11u1_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libpam0g_1.4.0-9+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libpcre2-8-0_10.36-2+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libpcre3_2%3a8.39-13_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libpopt0_1.18-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libprocps8_2%3a3.3.17-5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libreadline8_8.1-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libseccomp2_2.5.1-1+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libselinux1_3.1-3_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libsemanage-common_3.1-1_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libsemanage1_3.1-1+b2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libsepol1_3.1-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libslang2_2.3.2-5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libsmartcols1_2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libss2_1.46.2-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libssl1.1_1.1.1w-0+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libstdc++6_10.2.1-6_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libsystemd0_247.3-7+deb11u5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libtasn1-6_4.16.0-2+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libtext-charwidth-perl_0.04-10+b1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libtext-iconv-perl_1.7-7+b1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libtext-wrapi18n-perl_0.06-9_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libtinfo6_6.2+20201114-2+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libtirpc-common_1.3.1-1+deb11u1_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libtirpc3_1.3.1-1+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libudev1_247.3-7+deb11u5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libunistring2_0.9.10-4_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libuuid1_2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libxtables12_1.8.7-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libxxhash0_0.8.0-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/libzstd1_1.4.8+dfsg-2.1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/login_1%3a4.8.1-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/logrotate_3.18.0-2+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/logsave_1.46.2-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/lsb-base_11.1.0_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/mawk_1.3.4.20200120-2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/mount_2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/nano_5.4-2+deb11u3_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/ncurses-base_6.2+20201114-2+deb11u2_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/ncurses-bin_6.2+20201114-2+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/netbase_6.3_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/nftables_0.9.8-3.1+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/passwd_1%3a4.8.1-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/perl-base_5.32.1-4+deb11u3_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/procps_2%3a3.3.17-5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/readline-common_8.1-1_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/rsyslog_8.2102.0-2+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/sed_4.7-1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/sensible-utils_0.0.14_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/systemd-sysv_247.3-7+deb11u5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/systemd_247.3-7+deb11u5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/sysvinit-utils_2.96-7+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/tar_1.34+dfsg-1+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/tasksel-data_3.68+deb11u1_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/tasksel_3.68+deb11u1_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/tzdata_2024a-0+deb11u1_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/udev_247.3-7+deb11u5_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/util-linux_2.36.1-8+deb11u2_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/vim-common_2%3a8.2.2434-3+deb11u1_all.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/vim-tiny_2%3a8.2.2434-3+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/whiptail_0.52.21-4+b3_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/xxd_2%3a8.2.2434-3+deb11u1_amd64.deb /tmp/debian-oldstable-debootstrap/var/cache/apt/archives/zlib1g_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb
00:00:43.745 E: + rm /tmp/debian-oldstable-debootstrap/var/cache/ldconfig/aux-cache
00:00:43.749 E: + rm /tmp/debian-oldstable-debootstrap/var/log/dpkg.log /tmp/debian-oldstable-debootstrap/var/log/bootstrap.log /tmp/debian-oldstable-debootstrap/var/log/alternatives.log
00:00:43.753 E: + rm /tmp/debian-oldstable-debootstrap/var/cache/debconf/config.dat-old /tmp/debian-oldstable-mm/var/cache/debconf/config.dat-old
00:00:43.758 E: + rm /tmp/debian-oldstable-debootstrap/var/cache/debconf/templates.dat-old /tmp/debian-oldstable-mm/var/cache/debconf/templates.dat-old
00:00:43.763 E: + rm /tmp/debian-oldstable-debootstrap/var/lib/dpkg/status-old /tmp/debian-oldstable-mm/var/lib/dpkg/status-old
00:00:43.767 E: + rm -f /tmp/debian-oldstable-debootstrap/var/lib/dpkg/diversions-old /tmp/debian-oldstable-mm/var/lib/dpkg/diversions-old
00:00:43.772 E: + rm /tmp/debian-oldstable-debootstrap/var/lib/dpkg/available
00:00:43.777 E: + rm /tmp/debian-oldstable-debootstrap/var/lib/dpkg/cmethopt
00:00:43.782 E: + rm /tmp/debian-oldstable-mm/var/lib/dpkg/arch
00:00:43.786 E: + chroot /tmp/debian-oldstable-debootstrap dpkg --list
00:00:43.790 E: + chroot /tmp/debian-oldstable-mm dpkg --list
00:00:43.795 E: + diff -u /tmp/dpkg1 /tmp/dpkg2
00:00:43.798 E: + rm /tmp/dpkg1 /tmp/dpkg2
00:00:43.803 E: + grep -v ^Priority:  /tmp/debian-oldstable-debootstrap/var/lib/dpkg/status
00:00:43.808 E: + grep -v ^Priority:  /tmp/debian-oldstable-mm/var/lib/dpkg/status
00:00:43.812 E: + diff -u /tmp/status1 /tmp/status2
00:00:43.817 E: + rm /tmp/status1 /tmp/status2
00:00:43.821 E: + rm /tmp/debian-oldstable-debootstrap/var/lib/dpkg/status /tmp/debian-oldstable-mm/var/lib/dpkg/status
00:00:43.826 E: + [ -e /tmp/debian-oldstable-debootstrap/etc/apt/apt.conf.d/01autoremove-kernels ]
00:00:43.831 E: + [ -e /tmp/debian-oldstable-mm/etc/apt/apt.conf.d/01autoremove-kernels ]
00:00:43.836 E: + find /tmp/debian-oldstable-debootstrap/run/ -mindepth 1 -maxdepth 1 ! -name lock -print0
00:00:43.841 E: + xargs --no-run-if-empty -0 rm -r
00:00:43.847 E: + rm /tmp/debian-oldstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_oldstable_main_binary-amd64_Packages /tmp/debian-oldstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_oldstable_InRelease /tmp/debian-oldstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_oldstable_Release /tmp/debian-oldstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_oldstable_Release.gpg
00:00:43.853 E: + [ - = - ]
00:00:43.858 E: + rm /tmp/debian-oldstable-debootstrap/etc/machine-id
00:00:43.863 E: + rm /tmp/debian-oldstable-mm/etc/machine-id
00:00:43.867 E: + rm /tmp/debian-oldstable-debootstrap/var/lib/systemd/catalog/database
00:00:43.873 E: + rm /tmp/debian-oldstable-mm/var/lib/systemd/catalog/database
00:00:43.878 E: + chroot /tmp/debian-oldstable-debootstrap /sbin/getcap /bin/ping
00:00:43.882 E: + cap=/bin/ping cap_net_raw=ep
00:00:43.887 E: + expected=/bin/ping cap_net_raw=ep
00:00:43.892 E: + [ /bin/ping cap_net_raw=ep != /bin/ping cap_net_raw=ep ]
00:00:43.897 E: + chroot /tmp/debian-oldstable-mm /sbin/getcap /bin/ping
00:00:43.901 E: + cap=/bin/ping cap_net_raw=ep
00:00:43.910 E: + [ /bin/ping cap_net_raw=ep != /bin/ping cap_net_raw=ep ]
00:00:43.915 E: + rm /tmp/debian-oldstable-mm/var/cache/apt/archives/lock
00:00:43.919 E: + rm /tmp/debian-oldstable-mm/var/lib/apt/extended_states
00:00:43.923 E: + rm /tmp/debian-oldstable-mm/var/lib/apt/lists/lock
00:00:43.927 E: + f1=/tmp/debian-oldstable-debootstrap//var/lib/dpkg/triggers/File
00:00:43.932 E: + f2=/tmp/debian-oldstable-mm//var/lib/dpkg/triggers/File
00:00:43.937 E: + [ ! -e /tmp/debian-oldstable-debootstrap//var/lib/dpkg/triggers/File ]
00:00:43.941 E: + [ ! -e /tmp/debian-oldstable-mm//var/lib/dpkg/triggers/File ]
00:00:43.946 E: + cmp /tmp/debian-oldstable-debootstrap//var/lib/dpkg/triggers/File /tmp/debian-oldstable-mm//var/lib/dpkg/triggers/File
00:00:43.950 E: + continue
00:00:43.954 E: + f1=/tmp/debian-oldstable-debootstrap//etc/shells
00:00:43.959 E: + f2=/tmp/debian-oldstable-mm//etc/shells
00:00:43.963 E: + [ ! -e /tmp/debian-oldstable-debootstrap//etc/shells ]
00:00:43.969 E: + [ ! -e /tmp/debian-oldstable-mm//etc/shells ]
00:00:43.973 E: + cmp /tmp/debian-oldstable-debootstrap//etc/shells /tmp/debian-oldstable-mm//etc/shells
00:00:43.977 E: + continue
00:00:43.981 E: + [ - = - ]
00:00:43.987 E: + [ {{ DIST}} = oldstable ]
00:00:43.992 E: + f1=/tmp/debian-oldstable-debootstrap/var/log/faillog
00:00:43.998 E: + f2=/tmp/debian-oldstable-mm/var/log/faillog
00:00:44.002 E: + [ ! -e /tmp/debian-oldstable-debootstrap/var/log/faillog ]
00:00:44.007 E: + cmp /tmp/debian-oldstable-debootstrap/var/log/faillog /tmp/debian-oldstable-mm/var/log/faillog
00:00:44.011 E: + f1=/tmp/debian-oldstable-debootstrap/var/log/lastlog
00:00:44.018 E: + f2=/tmp/debian-oldstable-mm/var/log/lastlog
00:00:44.022 E: + [ ! -e /tmp/debian-oldstable-debootstrap/var/log/lastlog ]
00:00:44.027 E: + cmp /tmp/debian-oldstable-debootstrap/var/log/lastlog /tmp/debian-oldstable-mm/var/log/lastlog
00:00:44.032 E: + [ - = - ]
00:00:44.036 E: + sort /tmp/debian-oldstable-mm/etc/group
00:00:44.040 E: + mv /tmp/debian-oldstable-mm/etc/group.bak /tmp/debian-oldstable-mm/etc/group
00:00:44.045 E: + sort /tmp/debian-oldstable-debootstrap/etc/group
00:00:44.050 E: + mv /tmp/debian-oldstable-debootstrap/etc/group.bak /tmp/debian-oldstable-debootstrap/etc/group
00:00:44.055 E: + sort /tmp/debian-oldstable-mm/etc/group-
00:00:44.060 E: + mv /tmp/debian-oldstable-mm/etc/group-.bak /tmp/debian-oldstable-mm/etc/group-
00:00:44.065 E: + sort /tmp/debian-oldstable-debootstrap/etc/group-
00:00:44.070 E: + mv /tmp/debian-oldstable-debootstrap/etc/group-.bak /tmp/debian-oldstable-debootstrap/etc/group-
00:00:44.075 E: + sort /tmp/debian-oldstable-mm/etc/gshadow
00:00:44.079 E: + mv /tmp/debian-oldstable-mm/etc/gshadow.bak /tmp/debian-oldstable-mm/etc/gshadow
00:00:44.084 E: + sort /tmp/debian-oldstable-debootstrap/etc/gshadow
00:00:44.088 E: + mv /tmp/debian-oldstable-debootstrap/etc/gshadow.bak /tmp/debian-oldstable-debootstrap/etc/gshadow
00:00:44.093 E: + sort /tmp/debian-oldstable-mm/etc/gshadow-
00:00:44.099 E: + mv /tmp/debian-oldstable-mm/etc/gshadow-.bak /tmp/debian-oldstable-mm/etc/gshadow-
00:00:44.104 E: + sort /tmp/debian-oldstable-debootstrap/etc/gshadow-
00:00:44.109 E: + mv /tmp/debian-oldstable-debootstrap/etc/gshadow-.bak /tmp/debian-oldstable-debootstrap/etc/gshadow-
00:00:44.114 E: + sort /tmp/debian-oldstable-mm/etc/shadow
00:00:44.120 E: + mv /tmp/debian-oldstable-mm/etc/shadow.bak /tmp/debian-oldstable-mm/etc/shadow
00:00:44.124 E: + sort /tmp/debian-oldstable-debootstrap/etc/shadow
00:00:44.128 E: + mv /tmp/debian-oldstable-debootstrap/etc/shadow.bak /tmp/debian-oldstable-debootstrap/etc/shadow
00:00:44.133 E: + sort /tmp/debian-oldstable-mm/etc/shadow-
00:00:44.137 E: + mv /tmp/debian-oldstable-mm/etc/shadow-.bak /tmp/debian-oldstable-mm/etc/shadow-
00:00:44.141 E: + sort /tmp/debian-oldstable-debootstrap/etc/shadow-
00:00:44.146 E: + mv /tmp/debian-oldstable-debootstrap/etc/shadow-.bak /tmp/debian-oldstable-debootstrap/etc/shadow-
00:00:44.151 E: + rm /tmp/debian-oldstable-mm/etc/shadow-
00:00:44.155 E: + rm /tmp/debian-oldstable-debootstrap/etc/shadow-
00:00:44.159 E: + rm /tmp/debian-oldstable-mm/etc/passwd-
00:00:44.164 E: + rm /tmp/debian-oldstable-debootstrap/etc/passwd-
00:00:44.168 E: + [ - = buildd ]
00:00:44.172 E: + diff --unified --no-dereference --recursive /tmp/debian-oldstable-debootstrap /tmp/debian-oldstable-mm
00:00:44.446 E: + find /tmp/debian-oldstable-debootstrap /tmp/debian-oldstable-mm -type d -print0
00:00:44.450 E: + xargs -0 touch --date=@1722845704
00:00:44.530 E: + [ oldstable = oldstable ]
00:00:44.535 E: + echo :/bin:/sbin
00:00:44.539 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/sbin
00:00:44.543 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/sbin chroot /tmp/debian-oldstable-debootstrap chmod 0700 ./var/lib/apt/lists/partial
00:00:44.547 E: + id -u _apt
00:00:44.551 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/sbin chroot /tmp/debian-oldstable-debootstrap chown 42:root ./var/lib/apt/lists/partial
00:00:44.555 E: + [ oldstable = oldstable ]
00:00:44.559 E: + echo :/bin:/sbin
00:00:44.563 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/sbin
00:00:44.568 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/sbin chroot /tmp/debian-oldstable-debootstrap chmod 0700 ./var/cache/apt/archives/partial
00:00:44.571 E: + id -u _apt
00:00:44.575 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/sbin chroot /tmp/debian-oldstable-debootstrap chown 42:root ./var/cache/apt/archives/partial
00:00:44.579 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:00:44.583 E: + tar -C /tmp/debian-oldstable-debootstrap --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root1.tar .
00:00:45.047 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:00:45.051 E: + tar -C /tmp/debian-oldstable-mm --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root2.tar .
00:00:45.572 E: + tar --full-time --verbose -tf /tmp/root1.tar
00:00:45.682 E: + tar --full-time --verbose -tf /tmp/root2.tar
00:00:45.793 E: + diff -u /tmp/root1.tar.list /tmp/root2.tar.list
00:00:45.799 E: + rm /tmp/root1.tar /tmp/root2.tar /tmp/root1.tar.list /tmp/root2.tar.list
00:00:45.898 E: + rm -r /tmp/debian-oldstable-debootstrap /tmp/debian-oldstable-mm
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:58
result: SUCCESS
------------------------------------------------------------------------------
(16/280) check-against-debootstrap-dist
dist: stable
mode: auto
variant: minbase
format: auto
time left: 6:36:27
------------------------------------------------------------------------------
00:00:00.007 O: SOURCE_DATE_EPOCH=1722845704
00:00:00.007 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.020 E: + echo SOURCE_DATE_EPOCH=1722845704
00:00:00.024 E: + [ stable = oldstable ]
00:00:00.028 E: + echo --hook-dir=./hooks/merged-usr
00:00:00.032 E: + echo --include=e2fsprogs,mount,tzdata
00:00:00.036 E: + mmdebstrap --variant=minbase --mode=auto --essential-hook=[ stable = oldstable ] && [ minbase = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || : --hook-dir=./hooks/merged-usr --include=e2fsprogs,mount,tzdata stable /tmp/debian-stable-mm.tar http://127.0.0.1/debian
00:00:00.461 E: I: automatically chosen mode: root
00:00:00.470 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.508 E: I: finding correct signed-by value...
00:00:00.613 E: I: automatically chosen format: tar
00:00:00.617 E: I: using /tmp/mmdebstrap.eM2gFQEpls as tempdir
00:00:00.671 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.eM2gFQEpls
00:00:00.687 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.eM2gFQEpls/tmp/tmp.UhcQHrODFI/usr-is-merged.deb'.
00:00:00.732 E: Selecting previously unselected package usr-is-merged.
00:00:00.736 E: (Reading database ... 0 files and directories currently installed.)
00:00:00.741 E: Preparing to unpack .../usr-is-merged.deb ...
00:00:00.746 E: Unpacking usr-is-merged (1) ...
00:00:00.751 E: Setting up usr-is-merged (1) ...
00:00:00.764 E: I: running apt-get update...
00:00:03.247 E: I: downloading packages with apt...
00:00:05.154 E: I: extracting archives...
00:00:06.918 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.eM2gFQEpls
00:00:07.310 E: I: installing essential packages...
00:00:14.176 E: I: running --essential-hook in shell: sh -c '[ stable = oldstable ] && [ minbase = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || :' exec /tmp/mmdebstrap.eM2gFQEpls
00:00:14.182 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.eM2gFQEpls
00:00:14.366 E: Reading package lists...
00:00:14.546 E: Building dependency tree...
00:00:14.823 E: The following packages will be upgraded:
00:00:14.831 E:   usr-is-merged
00:00:14.861 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:00:14.865 E: Need to get 5616 B of archives.
00:00:14.868 E: After this operation, 13.3 kB of additional disk space will be used.
00:00:14.872 E: Get:1 http://127.0.0.1/debian stable/main amd64 usr-is-merged all 37~deb12u1 [5616 B]
00:00:14.949 E: Fetched 5616 B in 0s (286 kB/s)
00:00:14.958 E: Chrooting into /tmp/mmdebstrap.eM2gFQEpls/
00:00:15.095 E: debconf: delaying package configuration, since apt-utils is not installed
00:00:15.168 E: Fetched 5616 B in 0s (286 kB/s)
00:00:15.199 E: Chrooting into /tmp/mmdebstrap.eM2gFQEpls/
00:00:15.222 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3744 files and directories currently installed.)
00:00:15.226 E: Preparing to unpack .../usr-is-merged_37~deb12u1_all.deb ...
00:00:15.240 E: Unpacking usr-is-merged (37~deb12u1) over (1) ...
00:00:15.344 E: Chrooting into /tmp/mmdebstrap.eM2gFQEpls/
00:00:15.348 E: Setting up usr-is-merged (37~deb12u1) ...
00:00:15.520 E: Chrooting into /tmp/mmdebstrap.eM2gFQEpls/
00:00:15.705 E: I: installing remaining packages inside the chroot...
00:00:21.271 E: I: cleaning package lists and apt cache...
00:00:21.361 E: I: creating tarball...
00:00:22.440 E: I: done
00:00:22.550 E: I: removing tempdir /tmp/mmdebstrap.eM2gFQEpls...
00:00:22.813 E: I: success in 22.4763 seconds
00:00:22.821 E: + mkdir /tmp/debian-stable-mm
00:00:22.825 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-stable-mm -xf /tmp/debian-stable-mm.tar
00:00:23.383 E: + rm /tmp/debian-stable-mm.tar
00:00:23.416 E: + mkdir /tmp/debian-stable-debootstrap
00:00:23.420 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-stable-debootstrap -xf cache/debian-stable-minbase.tar
00:00:29.831 E: + tar -C /tmp/debian-stable-debootstrap -cf /tmp/dev1.tar ./dev
00:00:29.837 E: + tar -C /tmp/debian-stable-mm -cf /tmp/dev2.tar ./dev
00:00:29.841 E: + ret=0
00:00:29.845 E: + cmp /tmp/dev1.tar /tmp/dev2.tar
00:00:29.849 E: + [ 0 -ne 0 ]
00:00:29.853 E: + rm /tmp/dev1.tar /tmp/dev2.tar
00:00:29.857 E: + rm -r /tmp/debian-stable-debootstrap/dev /tmp/debian-stable-mm/dev
00:00:29.865 E: + rm /tmp/debian-stable-debootstrap/var/cache/apt/archives/adduser_3.134_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/apt_2.6.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/base-files_12.4+deb12u6_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/base-passwd_3.6.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/bash_5.2.15-2+b7_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/bsdutils_1%3a2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/coreutils_9.1-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/dash_0.5.12-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/debconf_1.5.82_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/debian-archive-keyring_2023.3+deb12u1_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/debianutils_5.7-0.5~deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/diffutils_1%3a3.8-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/dpkg_1.21.22_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/e2fsprogs_1.47.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/findutils_4.9.0-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/gcc-12-base_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/gpgv_2.2.40-1.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/grep_3.8-5_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/gzip_1.12-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/hostname_3.23+nmu1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/init-system-helpers_1.65.2_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libacl1_2.3.1-3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libapt-pkg6.0_2.6.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libattr1_1%3a2.5.1-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libaudit-common_1%3a3.0.9-1_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libaudit1_1%3a3.0.9-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libblkid1_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libbz2-1.0_1.0.8-5+b1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libc-bin_2.36-9+deb12u7_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libc6_2.36-9+deb12u7_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libcap-ng0_0.8.3-1+b3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libcap2_1%3a2.66-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libcom-err2_1.47.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libcrypt1_1%3a4.4.33-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libdb5.3_5.3.28+dfsg2-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libdebconfclient0_0.270_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libext2fs2_1.47.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libffi8_3.4.4-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libgcc-s1_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libgcrypt20_1.10.1-3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libgmp10_2%3a6.2.1+dfsg1-1.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libgnutls30_3.7.9-2+deb12u3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libgpg-error0_1.46-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libhogweed6_3.8.1-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libidn2-0_2.3.3-1+b1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/liblz4-1_1.9.4-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/liblzma5_5.4.1-0.2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libmd0_1.0.4-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libmount1_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libnettle8_3.8.1-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libp11-kit0_0.24.1-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libpam-modules-bin_1.5.2-6+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libpam-modules_1.5.2-6+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libpam-runtime_1.5.2-6+deb12u1_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libpam0g_1.5.2-6+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libpcre2-8-0_10.42-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libseccomp2_2.5.4-1+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libselinux1_3.4-1+b6_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libsemanage-common_3.4-1_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libsemanage2_3.4-1+b5_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libsepol2_3.4-2.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libsmartcols1_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libss2_1.47.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libstdc++6_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libsystemd0_252.26-1~deb12u2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libtasn1-6_4.19.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libtinfo6_6.4-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libudev1_252.26-1~deb12u2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libunistring2_1.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libuuid1_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libxxhash0_0.8.1-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libzstd1_1.5.4+dfsg2-5_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/login_1%3a4.13+dfsg1-1+b1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/logsave_1.47.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/mawk_1.3.4.20200120-3.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/mount_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/ncurses-base_6.4-4_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/ncurses-bin_6.4-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/passwd_1%3a4.13+dfsg1-1+b1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/perl-base_5.36.0-7+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/sed_4.9-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/sysvinit-utils_3.06-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/tar_1.34+dfsg-1.2+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/tzdata_2024a-0+deb12u1_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/usr-is-merged_37~deb12u1_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/util-linux-extra_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/util-linux_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/zlib1g_1%3a1.2.13.dfsg-1_amd64.deb
00:00:29.870 E: + rm /tmp/debian-stable-debootstrap/var/cache/ldconfig/aux-cache
00:00:29.874 E: + rm /tmp/debian-stable-debootstrap/var/log/dpkg.log /tmp/debian-stable-debootstrap/var/log/bootstrap.log /tmp/debian-stable-debootstrap/var/log/alternatives.log
00:00:29.878 E: + rm /tmp/debian-stable-debootstrap/var/cache/debconf/config.dat-old /tmp/debian-stable-mm/var/cache/debconf/config.dat-old
00:00:29.882 E: + rm /tmp/debian-stable-debootstrap/var/cache/debconf/templates.dat-old /tmp/debian-stable-mm/var/cache/debconf/templates.dat-old
00:00:29.886 E: + rm /tmp/debian-stable-debootstrap/var/lib/dpkg/status-old /tmp/debian-stable-mm/var/lib/dpkg/status-old
00:00:29.890 E: + rm -f /tmp/debian-stable-debootstrap/var/lib/dpkg/diversions-old /tmp/debian-stable-mm/var/lib/dpkg/diversions-old
00:00:29.895 E: + rm /tmp/debian-stable-debootstrap/var/lib/dpkg/available
00:00:29.899 E: + rm /tmp/debian-stable-debootstrap/var/lib/dpkg/cmethopt
00:00:29.904 E: + rm /tmp/debian-stable-mm/var/lib/dpkg/arch
00:00:29.908 E: + chroot /tmp/debian-stable-debootstrap dpkg --list
00:00:29.912 E: + chroot /tmp/debian-stable-mm dpkg --list
00:00:29.917 E: + diff -u /tmp/dpkg1 /tmp/dpkg2
00:00:29.921 E: + rm /tmp/dpkg1 /tmp/dpkg2
00:00:29.925 E: + grep -v ^Priority:  /tmp/debian-stable-debootstrap/var/lib/dpkg/status
00:00:29.928 E: + grep -v ^Priority:  /tmp/debian-stable-mm/var/lib/dpkg/status
00:00:29.932 E: + diff -u /tmp/status1 /tmp/status2
00:00:29.936 E: + rm /tmp/status1 /tmp/status2
00:00:29.940 E: + rm /tmp/debian-stable-debootstrap/var/lib/dpkg/status /tmp/debian-stable-mm/var/lib/dpkg/status
00:00:29.944 E: + [ -e /tmp/debian-stable-debootstrap/etc/apt/apt.conf.d/01autoremove-kernels ]
00:00:29.948 E: + [ -e /tmp/debian-stable-mm/etc/apt/apt.conf.d/01autoremove-kernels ]
00:00:29.953 E: + find /tmp/debian-stable-debootstrap/run/ -mindepth 1 -maxdepth 1 ! -name lock -print0
00:00:29.958 E: + xargs --no-run-if-empty -0 rm -r
00:00:29.962 E: + rm /tmp/debian-stable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_stable_main_binary-amd64_Packages /tmp/debian-stable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_stable_InRelease /tmp/debian-stable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_stable_Release /tmp/debian-stable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_stable_Release.gpg
00:00:29.967 E: + [ minbase = - ]
00:00:29.970 E: + rm /tmp/debian-stable-mm/var/cache/apt/archives/lock
00:00:29.974 E: + rm /tmp/debian-stable-mm/var/lib/apt/extended_states
00:00:29.979 E: + rm /tmp/debian-stable-mm/var/lib/apt/lists/lock
00:00:29.984 E: + f1=/tmp/debian-stable-debootstrap//var/lib/dpkg/triggers/File
00:00:29.988 E: + f2=/tmp/debian-stable-mm//var/lib/dpkg/triggers/File
00:00:29.994 E: + [ ! -e /tmp/debian-stable-debootstrap//var/lib/dpkg/triggers/File ]
00:00:29.998 E: + [ ! -e /tmp/debian-stable-mm//var/lib/dpkg/triggers/File ]
00:00:30.002 E: + cmp /tmp/debian-stable-debootstrap//var/lib/dpkg/triggers/File /tmp/debian-stable-mm//var/lib/dpkg/triggers/File
00:00:30.010 E: + continue
00:00:30.016 E: + f1=/tmp/debian-stable-debootstrap//etc/shells
00:00:30.021 E: + f2=/tmp/debian-stable-mm//etc/shells
00:00:30.026 E: + [ ! -e /tmp/debian-stable-debootstrap//etc/shells ]
00:00:30.031 E: + [ ! -e /tmp/debian-stable-mm//etc/shells ]
00:00:30.035 E: + cmp /tmp/debian-stable-debootstrap//etc/shells /tmp/debian-stable-mm//etc/shells
00:00:30.040 E: + continue
00:00:30.045 E: + [ minbase = - ]
00:00:30.050 E: + f1=/tmp/debian-stable-debootstrap/var/log/faillog
00:00:30.054 E: + f2=/tmp/debian-stable-mm/var/log/faillog
00:00:30.059 E: + [ ! -e /tmp/debian-stable-debootstrap/var/log/faillog ]
00:00:30.063 E: + cmp /tmp/debian-stable-debootstrap/var/log/faillog /tmp/debian-stable-mm/var/log/faillog
00:00:30.067 E: + f1=/tmp/debian-stable-debootstrap/var/log/lastlog
00:00:30.072 E: + f2=/tmp/debian-stable-mm/var/log/lastlog
00:00:30.076 E: + [ ! -e /tmp/debian-stable-debootstrap/var/log/lastlog ]
00:00:30.080 E: + cmp /tmp/debian-stable-debootstrap/var/log/lastlog /tmp/debian-stable-mm/var/log/lastlog
00:00:30.086 E: + [ minbase = - ]
00:00:30.095 E: + [ minbase = buildd ]
00:00:30.101 E: + diff --unified --no-dereference --recursive /tmp/debian-stable-debootstrap /tmp/debian-stable-mm
00:00:30.283 E: + find /tmp/debian-stable-debootstrap /tmp/debian-stable-mm -type d -print0
00:00:30.287 E: + xargs -0 touch --date=@1722845704
00:00:30.337 E: + [ stable = oldstable ]
00:00:30.341 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
00:00:30.346 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-stable-debootstrap chmod 0700 ./var/lib/apt/lists/partial
00:00:30.350 E: + id -u _apt
00:00:30.354 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-stable-debootstrap chown 42:root ./var/lib/apt/lists/partial
00:00:30.357 E: + [ stable = oldstable ]
00:00:30.362 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
00:00:30.367 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-stable-debootstrap chmod 0700 ./var/cache/apt/archives/partial
00:00:30.371 E: + id -u _apt
00:00:30.375 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-stable-debootstrap chown 42:root ./var/cache/apt/archives/partial
00:00:30.380 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:00:30.385 E: + tar -C /tmp/debian-stable-debootstrap --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root1.tar .
00:00:30.656 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:00:30.665 E: + tar -C /tmp/debian-stable-mm --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root2.tar .
00:00:30.973 E: + tar --full-time --verbose -tf /tmp/root1.tar
00:00:31.044 E: + tar --full-time --verbose -tf /tmp/root2.tar
00:00:31.120 E: + diff -u /tmp/root1.tar.list /tmp/root2.tar.list
00:00:31.125 E: + rm /tmp/root1.tar /tmp/root2.tar /tmp/root1.tar.list /tmp/root2.tar.list
00:00:31.187 E: + rm -r /tmp/debian-stable-debootstrap /tmp/debian-stable-mm
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:43
result: SUCCESS
------------------------------------------------------------------------------
(17/280) check-against-debootstrap-dist
dist: stable
mode: auto
variant: buildd
format: auto
time left: 6:22:11
------------------------------------------------------------------------------
00:00:00.006 O: SOURCE_DATE_EPOCH=1722845704
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.017 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.030 E: + echo SOURCE_DATE_EPOCH=1722845704
00:00:00.035 E: + [ stable = oldstable ]
00:00:00.039 E: + echo --hook-dir=./hooks/merged-usr
00:00:00.044 E: + echo --include=e2fsprogs,mount,tzdata
00:00:00.048 E: + mmdebstrap --variant=buildd --mode=auto --essential-hook=[ stable = oldstable ] && [ buildd = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || : --hook-dir=./hooks/merged-usr --include=e2fsprogs,mount,tzdata stable /tmp/debian-stable-mm.tar http://127.0.0.1/debian
00:00:00.515 E: I: automatically chosen mode: root
00:00:00.525 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.563 E: I: finding correct signed-by value...
00:00:00.682 E: I: automatically chosen format: tar
00:00:00.688 E: I: using /tmp/mmdebstrap.w253GE9KKO as tempdir
00:00:00.747 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.w253GE9KKO
00:00:00.765 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.w253GE9KKO/tmp/tmp.qlXNf0X6h0/usr-is-merged.deb'.
00:00:00.810 E: Selecting previously unselected package usr-is-merged.
00:00:00.814 E: (Reading database ... 0 files and directories currently installed.)
00:00:00.818 E: Preparing to unpack .../usr-is-merged.deb ...
00:00:00.822 E: Unpacking usr-is-merged (1) ...
00:00:00.827 E: Setting up usr-is-merged (1) ...
00:00:00.839 E: I: running apt-get update...
00:00:03.472 E: I: downloading packages with apt...
00:00:05.692 E: I: extracting archives...
00:00:07.589 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.w253GE9KKO
00:00:08.018 E: I: installing essential packages...
00:00:15.016 E: I: running --essential-hook in shell: sh -c '[ stable = oldstable ] && [ buildd = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || :' exec /tmp/mmdebstrap.w253GE9KKO
00:00:15.023 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.w253GE9KKO
00:00:15.213 E: Reading package lists...
00:00:15.417 E: Building dependency tree...
00:00:15.799 E: The following packages will be upgraded:
00:00:15.804 E:   usr-is-merged
00:00:15.841 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:00:15.846 E: Need to get 5616 B of archives.
00:00:15.850 E: After this operation, 13.3 kB of additional disk space will be used.
00:00:15.854 E: Get:1 http://127.0.0.1/debian stable/main amd64 usr-is-merged all 37~deb12u1 [5616 B]
00:00:15.906 E: Fetched 5616 B in 0s (243 kB/s)
00:00:15.910 E: Chrooting into /tmp/mmdebstrap.w253GE9KKO/
00:00:16.020 E: debconf: delaying package configuration, since apt-utils is not installed
00:00:16.057 E: Fetched 5616 B in 0s (243 kB/s)
00:00:16.061 E: Chrooting into /tmp/mmdebstrap.w253GE9KKO/
00:00:16.081 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3744 files and directories currently installed.)
00:00:16.086 E: Preparing to unpack .../usr-is-merged_37~deb12u1_all.deb ...
00:00:16.095 E: Unpacking usr-is-merged (37~deb12u1) over (1) ...
00:00:16.122 E: Chrooting into /tmp/mmdebstrap.w253GE9KKO/
00:00:16.126 E: Setting up usr-is-merged (37~deb12u1) ...
00:00:16.153 E: Chrooting into /tmp/mmdebstrap.w253GE9KKO/
00:00:16.322 E: I: installing remaining packages inside the chroot...
00:00:34.781 E: I: cleaning package lists and apt cache...
00:00:34.894 E: I: creating tarball...
00:00:38.044 E: I: done
00:00:38.337 E: I: removing tempdir /tmp/mmdebstrap.w253GE9KKO...
00:00:39.071 E: I: success in 38.6918 seconds
00:00:39.079 E: + mkdir /tmp/debian-stable-mm
00:00:39.083 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-stable-mm -xf /tmp/debian-stable-mm.tar
00:00:40.412 E: + rm /tmp/debian-stable-mm.tar
00:00:40.543 E: + mkdir /tmp/debian-stable-debootstrap
00:00:40.549 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-stable-debootstrap -xf cache/debian-stable-buildd.tar
00:00:57.136 E: + tar -C /tmp/debian-stable-debootstrap -cf /tmp/dev1.tar ./dev
00:00:57.143 E: + tar -C /tmp/debian-stable-mm -cf /tmp/dev2.tar ./dev
00:00:57.148 E: + ret=0
00:00:57.152 E: + cmp /tmp/dev1.tar /tmp/dev2.tar
00:00:57.156 E: + [ 0 -ne 0 ]
00:00:57.160 E: + rm /tmp/dev1.tar /tmp/dev2.tar
00:00:57.164 E: + rm -r /tmp/debian-stable-debootstrap/dev /tmp/debian-stable-mm/dev
00:00:57.174 E: + rm /tmp/debian-stable-debootstrap/var/cache/apt/archives/adduser_3.134_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/apt_2.6.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/base-files_12.4+deb12u6_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/base-passwd_3.6.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/bash_5.2.15-2+b7_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/binutils-common_2.40-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/binutils-x86-64-linux-gnu_2.40-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/binutils_2.40-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/bsdutils_1%3a2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/build-essential_12.9_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/bzip2_1.0.8-5+b1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/coreutils_9.1-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/cpp-12_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/cpp_4%3a12.2.0-3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/dash_0.5.12-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/debconf_1.5.82_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/debian-archive-keyring_2023.3+deb12u1_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/debianutils_5.7-0.5~deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/diffutils_1%3a3.8-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/dpkg-dev_1.21.22_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/dpkg_1.21.22_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/e2fsprogs_1.47.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/findutils_4.9.0-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/g++-12_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/g++_4%3a12.2.0-3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/gcc-12-base_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/gcc-12_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/gcc_4%3a12.2.0-3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/gpgv_2.2.40-1.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/grep_3.8-5_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/gzip_1.12-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/hostname_3.23+nmu1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/init-system-helpers_1.65.2_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libacl1_2.3.1-3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libapt-pkg6.0_2.6.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libasan8_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libatomic1_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libattr1_1%3a2.5.1-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libaudit-common_1%3a3.0.9-1_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libaudit1_1%3a3.0.9-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libbinutils_2.40-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libblkid1_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libbz2-1.0_1.0.8-5+b1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libc-bin_2.36-9+deb12u7_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libc-dev-bin_2.36-9+deb12u7_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libc6-dev_2.36-9+deb12u7_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libc6_2.36-9+deb12u7_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libcap-ng0_0.8.3-1+b3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libcap2_1%3a2.66-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libcc1-0_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libcom-err2_1.47.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libcrypt-dev_1%3a4.4.33-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libcrypt1_1%3a4.4.33-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libctf-nobfd0_2.40-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libctf0_2.40-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libdb5.3_5.3.28+dfsg2-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libdebconfclient0_0.270_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libdpkg-perl_1.21.22_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libext2fs2_1.47.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libffi8_3.4.4-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libgcc-12-dev_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libgcc-s1_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libgcrypt20_1.10.1-3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libgdbm-compat4_1.23-3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libgdbm6_1.23-3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libgmp10_2%3a6.2.1+dfsg1-1.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libgnutls30_3.7.9-2+deb12u3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libgomp1_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libgpg-error0_1.46-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libgprofng0_2.40-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libgssapi-krb5-2_1.20.1-2+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libhogweed6_3.8.1-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libidn2-0_2.3.3-1+b1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libisl23_0.25-1.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libitm1_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libjansson4_2.14-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libk5crypto3_1.20.1-2+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libkeyutils1_1.6.3-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libkrb5-3_1.20.1-2+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libkrb5support0_1.20.1-2+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/liblsan0_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/liblz4-1_1.9.4-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/liblzma5_5.4.1-0.2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libmd0_1.0.4-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libmount1_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libmpc3_1.3.1-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libmpfr6_4.2.0-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libnettle8_3.8.1-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libnsl-dev_1.3.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libnsl2_1.3.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libp11-kit0_0.24.1-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libpam-modules-bin_1.5.2-6+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libpam-modules_1.5.2-6+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libpam-runtime_1.5.2-6+deb12u1_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libpam0g_1.5.2-6+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libpcre2-8-0_10.42-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libperl5.36_5.36.0-7+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libquadmath0_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libseccomp2_2.5.4-1+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libselinux1_3.4-1+b6_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libsemanage-common_3.4-1_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libsemanage2_3.4-1+b5_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libsepol2_3.4-2.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libsmartcols1_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libss2_1.47.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libssl3_3.0.13-1~deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libstdc++-12-dev_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libstdc++6_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libsystemd0_252.26-1~deb12u2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libtasn1-6_4.19.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libtinfo6_6.4-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libtirpc-common_1.3.3+ds-1_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libtirpc-dev_1.3.3+ds-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libtirpc3_1.3.3+ds-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libtsan2_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libubsan1_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libudev1_252.26-1~deb12u2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libunistring2_1.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libuuid1_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libxxhash0_0.8.1-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libzstd1_1.5.4+dfsg2-5_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/linux-libc-dev_6.1.94-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/login_1%3a4.13+dfsg1-1+b1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/logsave_1.47.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/make_4.3-4.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/mawk_1.3.4.20200120-3.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/mount_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/ncurses-base_6.4-4_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/ncurses-bin_6.4-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/passwd_1%3a4.13+dfsg1-1+b1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/patch_2.7.6-7_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/perl-base_5.36.0-7+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/perl-modules-5.36_5.36.0-7+deb12u1_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/perl_5.36.0-7+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/rpcsvc-proto_1.4.3-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/sed_4.9-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/sysvinit-utils_3.06-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/tar_1.34+dfsg-1.2+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/tzdata_2024a-0+deb12u1_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/usr-is-merged_37~deb12u1_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/util-linux-extra_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/util-linux_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/xz-utils_5.4.1-0.2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/zlib1g_1%3a1.2.13.dfsg-1_amd64.deb
00:00:57.195 E: + rm /tmp/debian-stable-debootstrap/var/cache/ldconfig/aux-cache
00:00:57.200 E: + rm /tmp/debian-stable-debootstrap/var/log/dpkg.log /tmp/debian-stable-debootstrap/var/log/bootstrap.log /tmp/debian-stable-debootstrap/var/log/alternatives.log
00:00:57.204 E: + rm /tmp/debian-stable-debootstrap/var/cache/debconf/config.dat-old /tmp/debian-stable-mm/var/cache/debconf/config.dat-old
00:00:57.209 E: + rm /tmp/debian-stable-debootstrap/var/cache/debconf/templates.dat-old /tmp/debian-stable-mm/var/cache/debconf/templates.dat-old
00:00:57.214 E: + rm /tmp/debian-stable-debootstrap/var/lib/dpkg/status-old /tmp/debian-stable-mm/var/lib/dpkg/status-old
00:00:57.231 E: + rm -f /tmp/debian-stable-debootstrap/var/lib/dpkg/diversions-old /tmp/debian-stable-mm/var/lib/dpkg/diversions-old
00:00:57.239 E: + rm /tmp/debian-stable-debootstrap/var/lib/dpkg/available
00:00:57.244 E: + rm /tmp/debian-stable-debootstrap/var/lib/dpkg/cmethopt
00:00:57.249 E: + rm /tmp/debian-stable-mm/var/lib/dpkg/arch
00:00:57.253 E: + chroot /tmp/debian-stable-debootstrap dpkg --list
00:00:57.258 E: + chroot /tmp/debian-stable-mm dpkg --list
00:00:57.262 E: + diff -u /tmp/dpkg1 /tmp/dpkg2
00:00:57.266 E: + rm /tmp/dpkg1 /tmp/dpkg2
00:00:57.271 E: + grep -v ^Priority:  /tmp/debian-stable-debootstrap/var/lib/dpkg/status
00:00:57.276 E: + grep -v ^Priority:  /tmp/debian-stable-mm/var/lib/dpkg/status
00:00:57.279 E: + diff -u /tmp/status1 /tmp/status2
00:00:57.283 E: + rm /tmp/status1 /tmp/status2
00:00:57.287 E: + rm /tmp/debian-stable-debootstrap/var/lib/dpkg/status /tmp/debian-stable-mm/var/lib/dpkg/status
00:00:57.291 E: + [ -e /tmp/debian-stable-debootstrap/etc/apt/apt.conf.d/01autoremove-kernels ]
00:00:57.295 E: + [ -e /tmp/debian-stable-mm/etc/apt/apt.conf.d/01autoremove-kernels ]
00:00:57.299 E: + find /tmp/debian-stable-debootstrap/run/ -mindepth 1 -maxdepth 1 ! -name lock -print0
00:00:57.304 E: + xargs --no-run-if-empty -0 rm -r
00:00:57.308 E: + rm /tmp/debian-stable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_stable_main_binary-amd64_Packages /tmp/debian-stable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_stable_InRelease /tmp/debian-stable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_stable_Release /tmp/debian-stable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_stable_Release.gpg
00:00:57.312 E: + [ buildd = - ]
00:00:57.315 E: + rm /tmp/debian-stable-mm/var/cache/apt/archives/lock
00:00:57.320 E: + rm /tmp/debian-stable-mm/var/lib/apt/extended_states
00:00:57.324 E: + rm /tmp/debian-stable-mm/var/lib/apt/lists/lock
00:00:57.328 E: + f1=/tmp/debian-stable-debootstrap//var/lib/dpkg/triggers/File
00:00:57.333 E: + f2=/tmp/debian-stable-mm//var/lib/dpkg/triggers/File
00:00:57.337 E: + [ ! -e /tmp/debian-stable-debootstrap//var/lib/dpkg/triggers/File ]
00:00:57.341 E: + [ ! -e /tmp/debian-stable-mm//var/lib/dpkg/triggers/File ]
00:00:57.345 E: + cmp /tmp/debian-stable-debootstrap//var/lib/dpkg/triggers/File /tmp/debian-stable-mm//var/lib/dpkg/triggers/File
00:00:57.349 E: + continue
00:00:57.353 E: + f1=/tmp/debian-stable-debootstrap//etc/shells
00:00:57.356 E: + f2=/tmp/debian-stable-mm//etc/shells
00:00:57.361 E: + [ ! -e /tmp/debian-stable-debootstrap//etc/shells ]
00:00:57.365 E: + [ ! -e /tmp/debian-stable-mm//etc/shells ]
00:00:57.369 E: + cmp /tmp/debian-stable-debootstrap//etc/shells /tmp/debian-stable-mm//etc/shells
00:00:57.373 E: + continue
00:00:57.377 E: + [ buildd = - ]
00:00:57.382 E: + f1=/tmp/debian-stable-debootstrap/var/log/faillog
00:00:57.386 E: + f2=/tmp/debian-stable-mm/var/log/faillog
00:00:57.390 E: + [ ! -e /tmp/debian-stable-debootstrap/var/log/faillog ]
00:00:57.394 E: + cmp /tmp/debian-stable-debootstrap/var/log/faillog /tmp/debian-stable-mm/var/log/faillog
00:00:57.398 E: + f1=/tmp/debian-stable-debootstrap/var/log/lastlog
00:00:57.401 E: + f2=/tmp/debian-stable-mm/var/log/lastlog
00:00:57.406 E: + [ ! -e /tmp/debian-stable-debootstrap/var/log/lastlog ]
00:00:57.410 E: + cmp /tmp/debian-stable-debootstrap/var/log/lastlog /tmp/debian-stable-mm/var/log/lastlog
00:00:57.414 E: + [ buildd = - ]
00:00:57.419 E: + [ buildd = buildd ]
00:00:57.424 E: + [ stable != stable ]
00:00:57.429 E: + diff --unified --no-dereference --recursive /tmp/debian-stable-debootstrap /tmp/debian-stable-mm
00:00:58.126 E: + + find /tmp/debian-stable-debootstrap /tmp/debian-stable-mm -type d -print0
00:00:58.129 E: xargs -0 touch --date=@1722845704
00:00:58.229 E: + [ stable = oldstable ]
00:00:58.233 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
00:00:58.238 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-stable-debootstrap chmod 0700 ./var/lib/apt/lists/partial
00:00:58.242 E: + id -u _apt
00:00:58.246 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-stable-debootstrap chown 42:root ./var/lib/apt/lists/partial
00:00:58.250 E: + [ stable = oldstable ]
00:00:58.254 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
00:00:58.258 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-stable-debootstrap chmod 0700 ./var/cache/apt/archives/partial
00:00:58.263 E: + id -u _apt
00:00:58.267 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-stable-debootstrap chown 42:root ./var/cache/apt/archives/partial
00:00:58.271 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:00:58.276 E: + tar -C /tmp/debian-stable-debootstrap --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root1.tar .
00:00:59.253 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:00:59.258 E: + tar -C /tmp/debian-stable-mm --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root2.tar .
00:01:00.292 E: + tar --full-time --verbose -tf /tmp/root1.tar
00:01:00.430 E: + tar --full-time --verbose -tf /tmp/root2.tar
00:01:00.565 E: + diff -u /tmp/root1.tar.list /tmp/root2.tar.list
00:01:00.572 E: + rm /tmp/root1.tar /tmp/root2.tar /tmp/root1.tar.list /tmp/root2.tar.list
00:01:00.769 E: + rm -r /tmp/debian-stable-debootstrap /tmp/debian-stable-mm
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:13
result: SUCCESS
------------------------------------------------------------------------------
(18/280) check-against-debootstrap-dist
dist: stable
mode: auto
variant: -
format: auto
time left: 6:17:23
------------------------------------------------------------------------------
00:00:00.008 O: SOURCE_DATE_EPOCH=1722845704
00:00:00.007 E: + set -eu
00:00:00.013 E: + export LC_ALL=C.UTF-8
00:00:00.018 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.022 E: + echo SOURCE_DATE_EPOCH=1722845704
00:00:00.026 E: + [ stable = oldstable ]
00:00:00.036 E: + echo --hook-dir=./hooks/merged-usr
00:00:00.040 E: + echo --include=e2fsprogs,mount,tzdata
00:00:00.044 E: + mmdebstrap --variant=- --mode=auto --essential-hook=[ stable = oldstable ] && [ - = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || : --hook-dir=./hooks/merged-usr --include=e2fsprogs,mount,tzdata stable /tmp/debian-stable-mm.tar http://127.0.0.1/debian
00:00:00.503 E: I: automatically chosen mode: root
00:00:00.513 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.547 E: I: finding correct signed-by value...
00:00:00.649 E: I: automatically chosen format: tar
00:00:00.652 E: I: using /tmp/mmdebstrap.R2SgqpZWLK as tempdir
00:00:00.704 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.R2SgqpZWLK
00:00:00.721 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.R2SgqpZWLK/tmp/tmp.ClJ9kc9nQV/usr-is-merged.deb'.
00:00:00.768 E: Selecting previously unselected package usr-is-merged.
00:00:00.773 E: (Reading database ... 0 files and directories currently installed.)
00:00:00.778 E: Preparing to unpack .../usr-is-merged.deb ...
00:00:00.785 E: Unpacking usr-is-merged (1) ...
00:00:00.789 E: Setting up usr-is-merged (1) ...
00:00:00.807 E: I: running apt-get update...
00:00:03.747 E: I: downloading packages with apt...
00:00:06.074 E: I: extracting archives...
00:00:08.047 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.R2SgqpZWLK
00:00:08.521 E: I: installing essential packages...
00:00:15.827 E: I: running --essential-hook in shell: sh -c '[ stable = oldstable ] && [ - = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || :' exec /tmp/mmdebstrap.R2SgqpZWLK
00:00:15.834 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.R2SgqpZWLK
00:00:16.030 E: Reading package lists...
00:00:16.259 E: Building dependency tree...
00:00:16.729 E: The following packages will be upgraded:
00:00:16.733 E:   usr-is-merged
00:00:16.774 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:00:16.779 E: Need to get 5616 B of archives.
00:00:16.783 E: After this operation, 13.3 kB of additional disk space will be used.
00:00:16.788 E: Get:1 http://127.0.0.1/debian stable/main amd64 usr-is-merged all 37~deb12u1 [5616 B]
00:00:16.859 E: Fetched 5616 B in 0s (253 kB/s)
00:00:16.864 E: Chrooting into /tmp/mmdebstrap.R2SgqpZWLK/
00:00:16.962 E: debconf: delaying package configuration, since apt-utils is not installed
00:00:17.016 E: Fetched 5616 B in 0s (253 kB/s)
00:00:17.022 E: Chrooting into /tmp/mmdebstrap.R2SgqpZWLK/
00:00:17.043 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3744 files and directories currently installed.)
00:00:17.048 E: Preparing to unpack .../usr-is-merged_37~deb12u1_all.deb ...
00:00:17.062 E: Unpacking usr-is-merged (37~deb12u1) over (1) ...
00:00:17.085 E: Chrooting into /tmp/mmdebstrap.R2SgqpZWLK/
00:00:17.089 E: Setting up usr-is-merged (37~deb12u1) ...
00:00:17.115 E: Chrooting into /tmp/mmdebstrap.R2SgqpZWLK/
00:00:17.293 E: I: installing remaining packages inside the chroot...
00:00:32.111 E: I: cleaning package lists and apt cache...
00:00:32.258 E: I: creating tarball...
00:00:33.600 E: I: done
00:00:33.735 E: I: removing tempdir /tmp/mmdebstrap.R2SgqpZWLK...
00:00:34.112 E: I: success in 33.7435 seconds
00:00:34.120 E: + mkdir /tmp/debian-stable-mm
00:00:34.124 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-stable-mm -xf /tmp/debian-stable-mm.tar
00:00:34.905 E: + rm /tmp/debian-stable-mm.tar
00:00:34.952 E: + mkdir /tmp/debian-stable-debootstrap
00:00:34.956 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-stable-debootstrap -xf cache/debian-stable--.tar
00:00:45.153 E: + tar -C /tmp/debian-stable-debootstrap -cf /tmp/dev1.tar ./dev
00:00:45.161 E: + tar -C /tmp/debian-stable-mm -cf /tmp/dev2.tar ./dev
00:00:45.166 E: + ret=0
00:00:45.171 E: + cmp /tmp/dev1.tar /tmp/dev2.tar
00:00:45.177 E: + [ 0 -ne 0 ]
00:00:45.182 E: + rm /tmp/dev1.tar /tmp/dev2.tar
00:00:45.187 E: + rm -r /tmp/debian-stable-debootstrap/dev /tmp/debian-stable-mm/dev
00:00:45.202 E: + rm /tmp/debian-stable-debootstrap/var/cache/apt/archives/adduser_3.134_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/apt-utils_2.6.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/apt_2.6.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/base-files_12.4+deb12u6_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/base-passwd_3.6.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/bash_5.2.15-2+b7_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/bsdutils_1%3a2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/coreutils_9.1-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/cpio_2.13+dfsg-7.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/cron-daemon-common_3.0pl1-162_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/cron_3.0pl1-162_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/dash_0.5.12-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/debconf-i18n_1.5.82_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/debconf_1.5.82_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/debian-archive-keyring_2023.3+deb12u1_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/debianutils_5.7-0.5~deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/diffutils_1%3a3.8-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/dmidecode_3.4-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/dmsetup_2%3a1.02.185-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/dpkg_1.21.22_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/e2fsprogs_1.47.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/fdisk_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/findutils_4.9.0-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/gcc-12-base_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/gpgv_2.2.40-1.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/grep_3.8-5_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/gzip_1.12-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/hostname_3.23+nmu1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/ifupdown_0.8.41_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/init-system-helpers_1.65.2_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/init_1.65.2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/iproute2_6.1.0-3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/iputils-ping_3%3a20221126-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/isc-dhcp-client_4.4.3-P1-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/isc-dhcp-common_4.4.3-P1-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/kmod_30+20221128-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/less_590-2.1~deb12u2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libacl1_2.3.1-3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libapparmor1_3.0.8-3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libapt-pkg6.0_2.6.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libargon2-1_0~20171227-0.3+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libattr1_1%3a2.5.1-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libaudit-common_1%3a3.0.9-1_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libaudit1_1%3a3.0.9-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libblkid1_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libbpf1_1%3a1.1.0-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libbsd0_0.11.7-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libbz2-1.0_1.0.8-5+b1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libc-bin_2.36-9+deb12u7_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libc6_2.36-9+deb12u7_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libcap-ng0_0.8.3-1+b3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libcap2-bin_1%3a2.66-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libcap2_1%3a2.66-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libcom-err2_1.47.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libcrypt1_1%3a4.4.33-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libcryptsetup12_2%3a2.6.1-4~deb12u2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libdb5.3_5.3.28+dfsg2-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libdebconfclient0_0.270_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libedit2_3.1-20221030-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libelf1_0.188-2.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libext2fs2_1.47.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libfdisk1_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libffi8_3.4.4-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libgcc-s1_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libgcrypt20_1.10.1-3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libgmp10_2%3a6.2.1+dfsg1-1.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libgnutls30_3.7.9-2+deb12u3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libgpg-error0_1.46-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libgssapi-krb5-2_1.20.1-2+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libhogweed6_3.8.1-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libidn2-0_2.3.3-1+b1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libip4tc2_1.8.9-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libjansson4_2.14-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libjson-c5_0.16-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libk5crypto3_1.20.1-2+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libkeyutils1_1.6.3-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libkmod2_30+20221128-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libkrb5-3_1.20.1-2+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libkrb5support0_1.20.1-2+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/liblocale-gettext-perl_1.07-5_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/liblz4-1_1.9.4-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/liblzma5_5.4.1-0.2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libmd0_1.0.4-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libmnl0_1.0.4-3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libmount1_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libncursesw6_6.4-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libnettle8_3.8.1-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libnewt0.52_0.52.23-1+b1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libnftables1_1.0.6-2+deb12u2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libnftnl11_1.2.4-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libp11-kit0_0.24.1-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libpam-modules-bin_1.5.2-6+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libpam-modules_1.5.2-6+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libpam-runtime_1.5.2-6+deb12u1_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libpam0g_1.5.2-6+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libpcre2-8-0_10.42-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libpopt0_1.19+dfsg-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libproc2-0_2%3a4.0.2-3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libreadline8_8.2-1.3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libseccomp2_2.5.4-1+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libselinux1_3.4-1+b6_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libsemanage-common_3.4-1_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libsemanage2_3.4-1+b5_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libsepol2_3.4-2.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libslang2_2.3.3-3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libsmartcols1_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libss2_1.47.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libssl3_3.0.13-1~deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libstdc++6_12.2.0-14_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libsystemd-shared_252.26-1~deb12u2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libsystemd0_252.26-1~deb12u2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libtasn1-6_4.19.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libtext-charwidth-perl_0.04-11_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libtext-iconv-perl_1.7-8_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libtext-wrapi18n-perl_0.06-10_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libtinfo6_6.4-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libtirpc-common_1.3.3+ds-1_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libtirpc3_1.3.3+ds-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libudev1_252.26-1~deb12u2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libunistring2_1.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libuuid1_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libxtables12_1.8.9-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libxxhash0_0.8.1-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/libzstd1_1.5.4+dfsg2-5_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/login_1%3a4.13+dfsg1-1+b1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/logrotate_3.21.0-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/logsave_1.47.0-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/mawk_1.3.4.20200120-3.1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/mount_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/nano_7.2-1+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/ncurses-base_6.4-4_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/ncurses-bin_6.4-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/netbase_6.4_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/nftables_1.0.6-2+deb12u2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/passwd_1%3a4.13+dfsg1-1+b1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/perl-base_5.36.0-7+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/procps_2%3a4.0.2-3_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/readline-common_8.2-1.3_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/sed_4.9-1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/sensible-utils_0.0.17+nmu1_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/systemd-sysv_252.26-1~deb12u2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/systemd_252.26-1~deb12u2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/sysvinit-utils_3.06-4_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/tar_1.34+dfsg-1.2+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/tasksel-data_3.73_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/tasksel_3.73_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/tzdata_2024a-0+deb12u1_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/udev_252.26-1~deb12u2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/usr-is-merged_37~deb12u1_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/util-linux-extra_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/util-linux_2.38.1-5+deb12u1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/vim-common_2%3a9.0.1378-2_all.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/vim-tiny_2%3a9.0.1378-2_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/whiptail_0.52.23-1+b1_amd64.deb /tmp/debian-stable-debootstrap/var/cache/apt/archives/zlib1g_1%3a1.2.13.dfsg-1_amd64.deb
00:00:45.209 E: + rm /tmp/debian-stable-debootstrap/var/cache/ldconfig/aux-cache
00:00:45.216 E: + rm /tmp/debian-stable-debootstrap/var/log/dpkg.log /tmp/debian-stable-debootstrap/var/log/bootstrap.log /tmp/debian-stable-debootstrap/var/log/alternatives.log
00:00:45.221 E: + rm /tmp/debian-stable-debootstrap/var/cache/debconf/config.dat-old /tmp/debian-stable-mm/var/cache/debconf/config.dat-old
00:00:45.226 E: + rm /tmp/debian-stable-debootstrap/var/cache/debconf/templates.dat-old /tmp/debian-stable-mm/var/cache/debconf/templates.dat-old
00:00:45.234 E: + rm /tmp/debian-stable-debootstrap/var/lib/dpkg/status-old /tmp/debian-stable-mm/var/lib/dpkg/status-old
00:00:45.238 E: + rm -f /tmp/debian-stable-debootstrap/var/lib/dpkg/diversions-old /tmp/debian-stable-mm/var/lib/dpkg/diversions-old
00:00:45.243 E: + rm /tmp/debian-stable-debootstrap/var/lib/dpkg/available
00:00:45.247 E: + rm /tmp/debian-stable-debootstrap/var/lib/dpkg/cmethopt
00:00:45.251 E: + rm /tmp/debian-stable-mm/var/lib/dpkg/arch
00:00:45.255 E: + chroot /tmp/debian-stable-debootstrap dpkg --list
00:00:45.259 E: + chroot /tmp/debian-stable-mm dpkg --list
00:00:45.264 E: + diff -u /tmp/dpkg1 /tmp/dpkg2
00:00:45.269 E: + rm /tmp/dpkg1 /tmp/dpkg2
00:00:45.274 E: + grep -v ^Priority:  /tmp/debian-stable-debootstrap/var/lib/dpkg/status
00:00:45.322 E: + grep -v ^Priority:  /tmp/debian-stable-mm/var/lib/dpkg/status
00:00:45.357 E: + diff -u /tmp/status1 /tmp/status2
00:00:45.363 E: + rm /tmp/status1 /tmp/status2
00:00:45.368 E: + rm /tmp/debian-stable-debootstrap/var/lib/dpkg/status /tmp/debian-stable-mm/var/lib/dpkg/status
00:00:45.372 E: + [ -e /tmp/debian-stable-debootstrap/etc/apt/apt.conf.d/01autoremove-kernels ]
00:00:45.380 E: + [ -e /tmp/debian-stable-mm/etc/apt/apt.conf.d/01autoremove-kernels ]
00:00:45.417 E: + find /tmp/debian-stable-debootstrap/run/ -mindepth 1 -maxdepth 1 ! -name lock -print0
00:00:45.421 E: + xargs --no-run-if-empty -0 rm -r
00:00:45.428 E: + rm /tmp/debian-stable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_stable_main_binary-amd64_Packages /tmp/debian-stable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_stable_InRelease /tmp/debian-stable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_stable_Release /tmp/debian-stable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_stable_Release.gpg
00:00:45.434 E: + [ - = - ]
00:00:45.438 E: + rm /tmp/debian-stable-debootstrap/etc/machine-id
00:00:45.442 E: + rm /tmp/debian-stable-mm/etc/machine-id
00:00:45.446 E: + rm /tmp/debian-stable-debootstrap/var/lib/systemd/catalog/database
00:00:45.497 E: + rm /tmp/debian-stable-mm/var/lib/systemd/catalog/database
00:00:45.502 E: + chroot /tmp/debian-stable-debootstrap /sbin/getcap /bin/ping
00:00:45.506 E: + cap=/bin/ping cap_net_raw=ep
00:00:45.510 E: + expected=/bin/ping cap_net_raw=ep
00:00:45.514 E: + [ /bin/ping cap_net_raw=ep != /bin/ping cap_net_raw=ep ]
00:00:45.518 E: + chroot /tmp/debian-stable-mm /sbin/getcap /bin/ping
00:00:45.525 E: + cap=/bin/ping cap_net_raw=ep
00:00:45.530 E: + [ /bin/ping cap_net_raw=ep != /bin/ping cap_net_raw=ep ]
00:00:45.534 E: + rm /tmp/debian-stable-mm/var/cache/apt/archives/lock
00:00:45.539 E: + rm /tmp/debian-stable-mm/var/lib/apt/extended_states
00:00:45.544 E: + rm /tmp/debian-stable-mm/var/lib/apt/lists/lock
00:00:45.548 E: + f1=/tmp/debian-stable-debootstrap//var/lib/dpkg/triggers/File
00:00:45.553 E: + f2=/tmp/debian-stable-mm//var/lib/dpkg/triggers/File
00:00:45.557 E: + [ ! -e /tmp/debian-stable-debootstrap//var/lib/dpkg/triggers/File ]
00:00:45.561 E: + [ ! -e /tmp/debian-stable-mm//var/lib/dpkg/triggers/File ]
00:00:45.566 E: + cmp /tmp/debian-stable-debootstrap//var/lib/dpkg/triggers/File /tmp/debian-stable-mm//var/lib/dpkg/triggers/File
00:00:45.570 E: + continue
00:00:45.574 E: + f1=/tmp/debian-stable-debootstrap//etc/shells
00:00:45.578 E: + f2=/tmp/debian-stable-mm//etc/shells
00:00:45.582 E: + [ ! -e /tmp/debian-stable-debootstrap//etc/shells ]
00:00:45.586 E: + [ ! -e /tmp/debian-stable-mm//etc/shells ]
00:00:45.590 E: + cmp /tmp/debian-stable-debootstrap//etc/shells /tmp/debian-stable-mm//etc/shells
00:00:45.595 E: + continue
00:00:45.599 E: + [ - = - ]
00:00:45.603 E: + [ {{ DIST}} = oldstable ]
00:00:45.607 E: + f1=/tmp/debian-stable-debootstrap/var/log/faillog
00:00:45.612 E: + f2=/tmp/debian-stable-mm/var/log/faillog
00:00:45.617 E: + [ ! -e /tmp/debian-stable-debootstrap/var/log/faillog ]
00:00:45.621 E: + cmp /tmp/debian-stable-debootstrap/var/log/faillog /tmp/debian-stable-mm/var/log/faillog
00:00:45.626 E: + f1=/tmp/debian-stable-debootstrap/var/log/lastlog
00:00:45.630 E: + f2=/tmp/debian-stable-mm/var/log/lastlog
00:00:45.634 E: + [ ! -e /tmp/debian-stable-debootstrap/var/log/lastlog ]
00:00:45.638 E: + cmp /tmp/debian-stable-debootstrap/var/log/lastlog /tmp/debian-stable-mm/var/log/lastlog
00:00:45.642 E: + [ - = - ]
00:00:45.646 E: + sort /tmp/debian-stable-mm/etc/group
00:00:45.651 E: + mv /tmp/debian-stable-mm/etc/group.bak /tmp/debian-stable-mm/etc/group
00:00:45.656 E: + sort /tmp/debian-stable-debootstrap/etc/group
00:00:45.661 E: + mv /tmp/debian-stable-debootstrap/etc/group.bak /tmp/debian-stable-debootstrap/etc/group
00:00:45.666 E: + sort /tmp/debian-stable-mm/etc/group-
00:00:45.671 E: + mv /tmp/debian-stable-mm/etc/group-.bak /tmp/debian-stable-mm/etc/group-
00:00:45.675 E: + sort /tmp/debian-stable-debootstrap/etc/group-
00:00:45.680 E: + mv /tmp/debian-stable-debootstrap/etc/group-.bak /tmp/debian-stable-debootstrap/etc/group-
00:00:45.684 E: + sort /tmp/debian-stable-mm/etc/gshadow
00:00:45.689 E: + mv /tmp/debian-stable-mm/etc/gshadow.bak /tmp/debian-stable-mm/etc/gshadow
00:00:45.694 E: + sort /tmp/debian-stable-debootstrap/etc/gshadow
00:00:45.698 E: + mv /tmp/debian-stable-debootstrap/etc/gshadow.bak /tmp/debian-stable-debootstrap/etc/gshadow
00:00:45.703 E: + sort /tmp/debian-stable-mm/etc/gshadow-
00:00:45.708 E: + mv /tmp/debian-stable-mm/etc/gshadow-.bak /tmp/debian-stable-mm/etc/gshadow-
00:00:45.713 E: + sort /tmp/debian-stable-debootstrap/etc/gshadow-
00:00:45.718 E: + mv /tmp/debian-stable-debootstrap/etc/gshadow-.bak /tmp/debian-stable-debootstrap/etc/gshadow-
00:00:45.722 E: + sort /tmp/debian-stable-mm/etc/shadow
00:00:45.729 E: + mv /tmp/debian-stable-mm/etc/shadow.bak /tmp/debian-stable-mm/etc/shadow
00:00:45.734 E: + sort /tmp/debian-stable-debootstrap/etc/shadow
00:00:45.739 E: + mv /tmp/debian-stable-debootstrap/etc/shadow.bak /tmp/debian-stable-debootstrap/etc/shadow
00:00:45.743 E: + sort /tmp/debian-stable-mm/etc/shadow-
00:00:45.748 E: + mv /tmp/debian-stable-mm/etc/shadow-.bak /tmp/debian-stable-mm/etc/shadow-
00:00:45.752 E: + sort /tmp/debian-stable-debootstrap/etc/shadow-
00:00:45.757 E: + mv /tmp/debian-stable-debootstrap/etc/shadow-.bak /tmp/debian-stable-debootstrap/etc/shadow-
00:00:45.761 E: + rm /tmp/debian-stable-mm/etc/shadow-
00:00:45.765 E: + rm /tmp/debian-stable-debootstrap/etc/shadow-
00:00:45.769 E: + rm /tmp/debian-stable-mm/etc/passwd-
00:00:45.773 E: + rm /tmp/debian-stable-debootstrap/etc/passwd-
00:00:45.777 E: + [ - = buildd ]
00:00:45.781 E: + diff --unified --no-dereference --recursive /tmp/debian-stable-debootstrap /tmp/debian-stable-mm
00:00:45.893 E: + find /tmp/debian-stable-debootstrap /tmp/debian-stable-mm -type d -print0
00:00:45.897 E: + xargs -0 touch --date=@1722845704
00:00:45.965 E: + [ stable = oldstable ]
00:00:45.971 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
00:00:45.975 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-stable-debootstrap chmod 0700 ./var/lib/apt/lists/partial
00:00:45.979 E: + id -u _apt
00:00:45.983 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-stable-debootstrap chown 42:root ./var/lib/apt/lists/partial
00:00:45.987 E: + [ stable = oldstable ]
00:00:45.991 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
00:00:45.996 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-stable-debootstrap chmod 0700 ./var/cache/apt/archives/partial
00:00:46.001 E: + id -u _apt
00:00:46.007 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-stable-debootstrap chown 42:root ./var/cache/apt/archives/partial
00:00:46.012 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:00:46.016 E: + tar -C /tmp/debian-stable-debootstrap --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root1.tar .
00:00:46.493 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:00:46.522 E: + tar -C /tmp/debian-stable-mm --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root2.tar .
00:00:47.164 E: + tar --full-time --verbose -tf /tmp/root1.tar
00:00:47.280 E: + tar --full-time --verbose -tf /tmp/root2.tar
00:00:47.392 E: + diff -u /tmp/root1.tar.list /tmp/root2.tar.list
00:00:47.398 E: + rm /tmp/root1.tar /tmp/root2.tar /tmp/root1.tar.list /tmp/root2.tar.list
00:00:47.508 E: + rm -r /tmp/debian-stable-debootstrap /tmp/debian-stable-mm
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:00
result: SUCCESS
------------------------------------------------------------------------------
(19/280) check-against-debootstrap-dist
dist: testing
mode: auto
variant: minbase
format: auto
time left: 6:09:44
------------------------------------------------------------------------------
00:00:00.022 O: SOURCE_DATE_EPOCH=1722845704
00:00:00.022 E: + set -eu
00:00:00.030 E: + export LC_ALL=C.UTF-8
00:00:00.045 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.053 E: + echo SOURCE_DATE_EPOCH=1722845704
00:00:00.061 E: + [ testing = oldstable ]
00:00:00.072 E: + echo --hook-dir=./hooks/merged-usr
00:00:00.079 E: + echo --include=base-files
00:00:00.087 E: + mmdebstrap --variant=minbase --mode=auto --essential-hook=[ testing = oldstable ] && [ minbase = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || : --hook-dir=./hooks/merged-usr --include=base-files testing /tmp/debian-testing-mm.tar http://127.0.0.1/debian
00:00:00.777 E: I: automatically chosen mode: root
00:00:00.802 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.875 E: I: finding correct signed-by value...
00:00:01.063 E: I: automatically chosen format: tar
00:00:01.071 E: I: using /tmp/mmdebstrap.wFVVs5JMEW as tempdir
00:00:01.180 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.wFVVs5JMEW
00:00:01.209 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.wFVVs5JMEW/tmp/tmp.wh0apTznvi/usr-is-merged.deb'.
00:00:01.283 E: Selecting previously unselected package usr-is-merged.
00:00:01.287 E: (Reading database ... 0 files and directories currently installed.)
00:00:01.295 E: Preparing to unpack .../usr-is-merged.deb ...
00:00:01.301 E: Unpacking usr-is-merged (1) ...
00:00:01.323 E: Setting up usr-is-merged (1) ...
00:00:01.360 E: I: running apt-get update...
00:00:05.017 E: I: downloading packages with apt...
00:00:08.896 E: I: extracting archives...
00:00:11.268 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.wFVVs5JMEW
00:00:11.290 E: I: installing essential packages...
00:00:20.430 E: I: running --essential-hook in shell: sh -c '[ testing = oldstable ] && [ minbase = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || :' exec /tmp/mmdebstrap.wFVVs5JMEW
00:00:20.435 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.wFVVs5JMEW
00:00:20.644 E: Reading package lists...
00:00:20.916 E: Building dependency tree...
00:00:21.476 E: The following packages will be upgraded:
00:00:21.482 E:   usr-is-merged
00:00:21.526 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:00:21.541 E: Need to get 5572 B of archives.
00:00:21.570 E: After this operation, 13.3 kB of additional disk space will be used.
00:00:21.581 E: Get:1 http://127.0.0.1/debian testing/main amd64 usr-is-merged all 39 [5572 B]
00:00:21.623 E: Fetched 5572 B in 0s (208 kB/s)
00:00:21.628 E: Chrooting into /tmp/mmdebstrap.wFVVs5JMEW/
00:00:21.767 E: debconf: delaying package configuration, since apt-utils is not installed
00:00:21.814 E: Fetched 5572 B in 0s (208 kB/s)
00:00:21.818 E: Chrooting into /tmp/mmdebstrap.wFVVs5JMEW/
00:00:21.848 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:00:21.855 E: Preparing to unpack .../usr-is-merged_39_all.deb ...
00:00:21.872 E: Unpacking usr-is-merged (39) over (1) ...
00:00:21.912 E: Chrooting into /tmp/mmdebstrap.wFVVs5JMEW/
00:00:21.917 E: Setting up usr-is-merged (39) ...
00:00:21.952 E: Chrooting into /tmp/mmdebstrap.wFVVs5JMEW/
00:00:22.145 E: I: installing remaining packages inside the chroot...
00:00:30.914 E: I: cleaning package lists and apt cache...
00:00:31.030 E: I: creating tarball...
00:00:32.186 E: I: done
00:00:32.321 E: I: removing tempdir /tmp/mmdebstrap.wFVVs5JMEW...
00:00:32.620 E: I: success in 32.1034 seconds
00:00:32.629 E: + mkdir /tmp/debian-testing-mm
00:00:32.637 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-testing-mm -xf /tmp/debian-testing-mm.tar
00:00:33.182 E: + rm /tmp/debian-testing-mm.tar
00:00:33.223 E: + mkdir /tmp/debian-testing-debootstrap
00:00:33.239 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-testing-debootstrap -xf cache/debian-testing-minbase.tar
00:00:44.791 E: + tar -C /tmp/debian-testing-debootstrap -cf /tmp/dev1.tar ./dev
00:00:44.795 E: + tar -C /tmp/debian-testing-mm -cf /tmp/dev2.tar ./dev
00:00:44.803 E: + ret=0
00:00:44.808 E: + cmp /tmp/dev1.tar /tmp/dev2.tar
00:00:44.813 E: + [ 0 -ne 0 ]
00:00:44.828 E: + rm /tmp/dev1.tar /tmp/dev2.tar
00:00:44.835 E: + rm -r /tmp/debian-testing-debootstrap/dev /tmp/debian-testing-mm/dev
00:00:44.854 E: + rm /tmp/debian-testing-debootstrap/var/cache/apt/archives/apt_2.9.7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/base-files_13.3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/base-passwd_3.6.4_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/bash_5.2.21-2.1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/bsdutils_1%3a2.40.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/coreutils_9.4-3.1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/dash_0.5.12-9_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/debconf_1.5.87_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/debian-archive-keyring_2023.4_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/debianutils_5.20_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/diffutils_1%3a3.10-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/dpkg_1.22.11_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/e2fsprogs_1.47.1-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/findutils_4.10.0-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/gcc-14-base_14-20240330-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/gpgv_2.2.43-8_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/grep_3.11-4_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/gzip_1.12-1.1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/hostname_3.23+nmu2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/init-system-helpers_1.66_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libacl1_2.3.2-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libapt-pkg6.0t64_2.9.7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libattr1_1%3a2.5.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libaudit-common_1%3a3.1.2-4_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libaudit1_1%3a3.1.2-4+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libblkid1_2.40.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libbsd0_0.12.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libbz2-1.0_1.0.8-5.1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libc-bin_2.39-6_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libc6_2.39-6_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libcap-ng0_0.8.5-1+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libcap2_1%3a2.66-5_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libcom-err2_1.47.1-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libcrypt1_1%3a4.4.36-4_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libdb5.3t64_5.3.28+dfsg2-7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libdebconfclient0_0.272_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libext2fs2t64_1.47.1-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libffi8_3.4.6-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libgcc-s1_14-20240330-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libgcrypt20_1.11.0-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libgnutls30t64_3.8.6-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libgpg-error0_1.49-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libhogweed6t64_3.10-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libidn2-0_2.3.7-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/liblz4-1_1.9.4-3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/liblzma5_5.6.2-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libmd0_1.1.0-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libmount1_2.40.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libnettle8t64_3.10-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libp11-kit0_0.25.5-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libpam-modules-bin_1.5.3-7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libpam-modules_1.5.3-7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libpam-runtime_1.5.3-7_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libpam0g_1.5.3-7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libpcre2-8-0_10.42-4+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libseccomp2_2.5.5-1+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libselinux1_3.5-2+b3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libsemanage-common_3.5-1_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libsemanage2_3.5-1+b4_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libsepol2_3.5-2+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libsmartcols1_2.40.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libss2_1.47.1-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libssl3t64_3.2.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libstdc++6_14-20240330-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libsystemd0_256.4-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libtasn1-6_4.19.0-3+b2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libtinfo6_6.5-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libudev1_256.4-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libunistring5_1.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libuuid1_2.40.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libxxhash0_0.8.2-2+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libzstd1_1.5.6+dfsg-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/login_1%3a4.15.3-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/logsave_1.47.1-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/mawk_1.3.4.20240622-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/mount_2.40.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/ncurses-base_6.5-2_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/ncurses-bin_6.5-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/passwd_1%3a4.15.3-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/perl-base_5.38.2-5_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/sed_4.9-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/sysvinit-utils_3.09-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/tar_1.35+dfsg-3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/tzdata_2024a-4_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/usr-is-merged_39_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/util-linux_2.40.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb
00:00:44.862 E: + rm /tmp/debian-testing-debootstrap/var/cache/ldconfig/aux-cache
00:00:44.872 E: + rm /tmp/debian-testing-debootstrap/var/log/dpkg.log /tmp/debian-testing-debootstrap/var/log/bootstrap.log /tmp/debian-testing-debootstrap/var/log/alternatives.log
00:00:44.878 E: + rm /tmp/debian-testing-debootstrap/var/cache/debconf/config.dat-old /tmp/debian-testing-mm/var/cache/debconf/config.dat-old
00:00:44.884 E: + rm /tmp/debian-testing-debootstrap/var/cache/debconf/templates.dat-old /tmp/debian-testing-mm/var/cache/debconf/templates.dat-old
00:00:44.896 E: + rm /tmp/debian-testing-debootstrap/var/lib/dpkg/status-old /tmp/debian-testing-mm/var/lib/dpkg/status-old
00:00:44.906 E: + rm -f /tmp/debian-testing-debootstrap/var/lib/dpkg/diversions-old /tmp/debian-testing-mm/var/lib/dpkg/diversions-old
00:00:44.912 E: + rm /tmp/debian-testing-debootstrap/var/lib/dpkg/available
00:00:44.921 E: + rm /tmp/debian-testing-debootstrap/var/lib/dpkg/cmethopt
00:00:44.928 E: + rm /tmp/debian-testing-mm/var/lib/dpkg/arch
00:00:44.934 E: + chroot /tmp/debian-testing-debootstrap dpkg --list
00:00:44.940 E: + chroot /tmp/debian-testing-mm dpkg --list
00:00:44.945 E: + diff -u /tmp/dpkg1 /tmp/dpkg2
00:00:44.950 E: + rm /tmp/dpkg1 /tmp/dpkg2
00:00:44.959 E: + grep -v ^Priority:  /tmp/debian-testing-debootstrap/var/lib/dpkg/status
00:00:44.964 E: + grep -v ^Priority:  /tmp/debian-testing-mm/var/lib/dpkg/status
00:00:44.968 E: + diff -u /tmp/status1 /tmp/status2
00:00:44.975 E: + rm /tmp/status1 /tmp/status2
00:00:44.983 E: + rm /tmp/debian-testing-debootstrap/var/lib/dpkg/status /tmp/debian-testing-mm/var/lib/dpkg/status
00:00:44.992 E: + [ -e /tmp/debian-testing-debootstrap/etc/apt/apt.conf.d/01autoremove-kernels ]
00:00:44.998 E: + [ -e /tmp/debian-testing-mm/etc/apt/apt.conf.d/01autoremove-kernels ]
00:00:45.005 E: + find /tmp/debian-testing-debootstrap/run/ -mindepth 1 -maxdepth 1 ! -name lock -print0
00:00:45.014 E: + xargs --no-run-if-empty -0 rm -r
00:00:45.024 E: + rm /tmp/debian-testing-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_testing_main_binary-amd64_Packages /tmp/debian-testing-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_testing_InRelease /tmp/debian-testing-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_testing_Release /tmp/debian-testing-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_testing_Release.gpg
00:00:45.032 E: + [ minbase = - ]
00:00:45.039 E: + rm /tmp/debian-testing-mm/var/cache/apt/archives/lock
00:00:45.049 E: + rm /tmp/debian-testing-mm/var/lib/apt/extended_states
00:00:45.055 E: + rm /tmp/debian-testing-mm/var/lib/apt/lists/lock
00:00:45.061 E: + f1=/tmp/debian-testing-debootstrap//var/lib/dpkg/triggers/File
00:00:45.066 E: + f2=/tmp/debian-testing-mm//var/lib/dpkg/triggers/File
00:00:45.072 E: + [ ! -e /tmp/debian-testing-debootstrap//var/lib/dpkg/triggers/File ]
00:00:45.078 E: + [ ! -e /tmp/debian-testing-mm//var/lib/dpkg/triggers/File ]
00:00:45.083 E: + cmp /tmp/debian-testing-debootstrap//var/lib/dpkg/triggers/File /tmp/debian-testing-mm//var/lib/dpkg/triggers/File
00:00:45.088 E: + continue
00:00:45.094 E: + f1=/tmp/debian-testing-debootstrap//etc/shells
00:00:45.101 E: + f2=/tmp/debian-testing-mm//etc/shells
00:00:45.107 E: + [ ! -e /tmp/debian-testing-debootstrap//etc/shells ]
00:00:45.113 E: + [ ! -e /tmp/debian-testing-mm//etc/shells ]
00:00:45.121 E: + cmp /tmp/debian-testing-debootstrap//etc/shells /tmp/debian-testing-mm//etc/shells
00:00:45.134 E: + continue
00:00:45.141 E: + [ minbase = - ]
00:00:45.147 E: + f1=/tmp/debian-testing-debootstrap/var/log/faillog
00:00:45.154 E: + f2=/tmp/debian-testing-mm/var/log/faillog
00:00:45.163 E: + [ ! -e /tmp/debian-testing-debootstrap/var/log/faillog ]
00:00:45.169 E: + [ ! -e /tmp/debian-testing-mm/var/log/faillog ]
00:00:45.175 E: + continue
00:00:45.180 E: + f1=/tmp/debian-testing-debootstrap/var/log/lastlog
00:00:45.192 E: + f2=/tmp/debian-testing-mm/var/log/lastlog
00:00:45.199 E: + [ ! -e /tmp/debian-testing-debootstrap/var/log/lastlog ]
00:00:45.204 E: + cmp /tmp/debian-testing-debootstrap/var/log/lastlog /tmp/debian-testing-mm/var/log/lastlog
00:00:45.211 E: + [ minbase = - ]
00:00:45.218 E: + [ minbase = buildd ]
00:00:45.227 E: + [ -L /tmp/debian-testing-mm/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service ]
00:00:45.234 E: + readlink /tmp/debian-testing-mm/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service
00:00:45.242 E: + oldlink=/lib/systemd/system/e2scrub_reap.service
00:00:45.250 E: + oldlink=/usr/lib/systemd/system/e2scrub_reap.service
00:00:45.257 E: + ln -sf /usr/lib/systemd/system/e2scrub_reap.service /tmp/debian-testing-mm/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service
00:00:45.265 E: + [ -L /tmp/debian-testing-debootstrap/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service ]
00:00:45.278 E: + readlink /tmp/debian-testing-debootstrap/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service
00:00:45.286 E: + oldlink=/lib/systemd/system/e2scrub_reap.service
00:00:45.293 E: + oldlink=/usr/lib/systemd/system/e2scrub_reap.service
00:00:45.309 E: + ln -sf /usr/lib/systemd/system/e2scrub_reap.service /tmp/debian-testing-debootstrap/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service
00:00:45.316 E: + [ -L /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer ]
00:00:45.335 E: + readlink /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:00:45.343 E: + oldlink=/lib/systemd/system/apt-daily-upgrade.timer
00:00:45.352 E: + oldlink=/usr/lib/systemd/system/apt-daily-upgrade.timer
00:00:45.360 E: + ln -sf /usr/lib/systemd/system/apt-daily-upgrade.timer /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:00:45.367 E: + [ -L /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer ]
00:00:45.372 E: + readlink /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:00:45.384 E: + oldlink=/lib/systemd/system/apt-daily-upgrade.timer
00:00:45.394 E: + oldlink=/usr/lib/systemd/system/apt-daily-upgrade.timer
00:00:45.403 E: + ln -sf /usr/lib/systemd/system/apt-daily-upgrade.timer /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:00:45.412 E: + [ -L /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/apt-daily.timer ]
00:00:45.424 E: + readlink /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/apt-daily.timer
00:00:45.430 E: + oldlink=/lib/systemd/system/apt-daily.timer
00:00:45.443 E: + oldlink=/usr/lib/systemd/system/apt-daily.timer
00:00:45.447 E: + ln -sf /usr/lib/systemd/system/apt-daily.timer /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/apt-daily.timer
00:00:45.461 E: + [ -L /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/apt-daily.timer ]
00:00:45.467 E: + readlink /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/apt-daily.timer
00:00:45.475 E: + oldlink=/lib/systemd/system/apt-daily.timer
00:00:45.483 E: + oldlink=/usr/lib/systemd/system/apt-daily.timer
00:00:45.493 E: + ln -sf /usr/lib/systemd/system/apt-daily.timer /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/apt-daily.timer
00:00:45.504 E: + [ -L /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/e2scrub_all.timer ]
00:00:45.510 E: + readlink /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/e2scrub_all.timer
00:00:45.517 E: + oldlink=/lib/systemd/system/e2scrub_all.timer
00:00:45.524 E: + oldlink=/usr/lib/systemd/system/e2scrub_all.timer
00:00:45.530 E: + ln -sf /usr/lib/systemd/system/e2scrub_all.timer /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/e2scrub_all.timer
00:00:45.535 E: + [ -L /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/e2scrub_all.timer ]
00:00:45.542 E: + readlink /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/e2scrub_all.timer
00:00:45.548 E: + oldlink=/lib/systemd/system/e2scrub_all.timer
00:00:45.556 E: + oldlink=/usr/lib/systemd/system/e2scrub_all.timer
00:00:45.563 E: + ln -sf /usr/lib/systemd/system/e2scrub_all.timer /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/e2scrub_all.timer
00:00:45.570 E: + diff --unified --no-dereference --recursive /tmp/debian-testing-debootstrap /tmp/debian-testing-mm
00:00:45.576 E: + xargs -0 touch --date=@1722845704
00:00:45.584 E: + find /tmp/debian-testing-debootstrap /tmp/debian-testing-mm -type d -print0
00:00:45.596 E: + [ testing = oldstable ]
00:00:45.603 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
00:00:45.612 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-testing-debootstrap chmod 0700 ./var/lib/apt/lists/partial
00:00:45.618 E: + id -u _apt
00:00:45.627 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-testing-debootstrap chown 42:root ./var/lib/apt/lists/partial
00:00:45.634 E: + [ testing = oldstable ]
00:00:45.640 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
00:00:45.651 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-testing-debootstrap chmod 0700 ./var/cache/apt/archives/partial
00:00:45.659 E: + id -u _apt
00:00:45.668 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-testing-debootstrap chown 42:root ./var/cache/apt/archives/partial
00:00:45.674 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:00:45.684 E: + tar -C /tmp/debian-testing-debootstrap --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root1.tar .
00:00:45.781 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:00:45.795 E: + tar -C /tmp/debian-testing-mm --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root2.tar .
00:00:46.176 E: + tar --full-time --verbose -tf /tmp/root1.tar
00:00:46.256 E: + tar --full-time --verbose -tf /tmp/root2.tar
00:00:46.336 E: + diff -u /tmp/root1.tar.list /tmp/root2.tar.list
00:00:46.342 E: + rm /tmp/root1.tar /tmp/root2.tar /tmp/root1.tar.list /tmp/root2.tar.list
00:00:46.417 E: + rm -r /tmp/debian-testing-debootstrap /tmp/debian-testing-mm
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:02
result: SUCCESS
------------------------------------------------------------------------------
(20/280) check-against-debootstrap-dist
dist: testing
mode: auto
variant: buildd
format: auto
time left: 6:03:16
------------------------------------------------------------------------------
00:00:00.063 E: + set -eu
00:00:00.065 O: SOURCE_DATE_EPOCH=1722845704
00:00:00.077 E: + export LC_ALL=C.UTF-8
00:00:00.086 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.093 E: + echo SOURCE_DATE_EPOCH=1722845704
00:00:00.106 E: + [ testing = oldstable ]
00:00:00.114 E: + echo --hook-dir=./hooks/merged-usr
00:00:00.125 E: + echo --include=base-files
00:00:00.136 E: + mmdebstrap --variant=buildd --mode=auto --essential-hook=[ testing = oldstable ] && [ buildd = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || : --hook-dir=./hooks/merged-usr --include=base-files testing /tmp/debian-testing-mm.tar http://127.0.0.1/debian
00:00:01.324 E: I: automatically chosen mode: root
00:00:01.363 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.564 E: I: finding correct signed-by value...
00:00:01.776 E: I: automatically chosen format: tar
00:00:01.791 E: I: using /tmp/mmdebstrap.oQ11oBZvRk as tempdir
00:00:01.930 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.oQ11oBZvRk
00:00:01.981 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.oQ11oBZvRk/tmp/tmp.uo1X1V5d6a/usr-is-merged.deb'.
00:00:02.114 E: Selecting previously unselected package usr-is-merged.
00:00:02.130 E: (Reading database ... 0 files and directories currently installed.)
00:00:02.140 E: Preparing to unpack .../usr-is-merged.deb ...
00:00:02.150 E: Unpacking usr-is-merged (1) ...
00:00:02.189 E: Setting up usr-is-merged (1) ...
00:00:02.288 E: I: running apt-get update...
00:00:06.682 E: I: downloading packages with apt...
00:00:12.547 E: I: extracting archives...
00:00:15.943 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.oQ11oBZvRk
00:00:15.967 E: I: installing essential packages...
00:00:31.844 E: I: running --essential-hook in shell: sh -c '[ testing = oldstable ] && [ buildd = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || :' exec /tmp/mmdebstrap.oQ11oBZvRk
00:00:31.861 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.oQ11oBZvRk
00:00:32.192 E: Reading package lists...
00:00:32.464 E: Building dependency tree...
00:00:33.052 E: The following packages will be upgraded:
00:00:33.068 E:   usr-is-merged
00:00:33.121 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:00:33.139 E: Need to get 5572 B of archives.
00:00:33.148 E: After this operation, 13.3 kB of additional disk space will be used.
00:00:33.167 E: Get:1 http://127.0.0.1/debian testing/main amd64 usr-is-merged all 39 [5572 B]
00:00:33.279 E: Fetched 5572 B in 0s (95.8 kB/s)
00:00:33.286 E: Chrooting into /tmp/mmdebstrap.oQ11oBZvRk/
00:00:33.476 E: debconf: delaying package configuration, since apt-utils is not installed
00:00:33.542 E: Fetched 5572 B in 0s (95.8 kB/s)
00:00:33.554 E: Chrooting into /tmp/mmdebstrap.oQ11oBZvRk/
00:00:33.595 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:00:33.605 E: Preparing to unpack .../usr-is-merged_39_all.deb ...
00:00:33.626 E: Unpacking usr-is-merged (39) over (1) ...
00:00:33.680 E: Chrooting into /tmp/mmdebstrap.oQ11oBZvRk/
00:00:33.686 E: Setting up usr-is-merged (39) ...
00:00:33.721 E: Chrooting into /tmp/mmdebstrap.oQ11oBZvRk/
00:00:33.933 E: I: installing remaining packages inside the chroot...
00:01:10.593 E: I: cleaning package lists and apt cache...
00:01:10.736 E: I: creating tarball...
00:01:16.010 E: I: done
00:01:16.347 E: I: removing tempdir /tmp/mmdebstrap.oQ11oBZvRk...
00:01:16.989 E: I: success in 76.0418 seconds
00:01:17.071 E: + mkdir /tmp/debian-testing-mm
00:01:17.086 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-testing-mm -xf /tmp/debian-testing-mm.tar
00:01:18.768 E: + rm /tmp/debian-testing-mm.tar
00:01:18.903 E: + mkdir /tmp/debian-testing-debootstrap
00:01:18.917 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-testing-debootstrap -xf cache/debian-testing-buildd.tar
00:01:59.088 E: + tar -C /tmp/debian-testing-debootstrap -cf /tmp/dev1.tar ./dev
00:01:59.092 E: + tar -C /tmp/debian-testing-mm -cf /tmp/dev2.tar ./dev
00:01:59.105 E: + ret=0
00:01:59.119 E: + cmp /tmp/dev1.tar /tmp/dev2.tar
00:01:59.135 E: + [ 0 -ne 0 ]
00:01:59.146 E: + rm /tmp/dev1.tar /tmp/dev2.tar
00:01:59.157 E: + rm -r /tmp/debian-testing-debootstrap/dev /tmp/debian-testing-mm/dev
00:01:59.177 E: + rm /tmp/debian-testing-debootstrap/var/cache/apt/archives/apt_2.9.7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/base-files_13.3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/base-passwd_3.6.4_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/bash_5.2.21-2.1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/binutils-common_2.42.90.20240720-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/binutils-x86-64-linux-gnu_2.42.90.20240720-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/binutils_2.42.90.20240720-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/bsdutils_1%3a2.40.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/build-essential_12.10_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/bzip2_1.0.8-5.1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/coreutils_9.4-3.1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/cpp-13-x86-64-linux-gnu_13.3.0-3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/cpp-13_13.3.0-3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/cpp-x86-64-linux-gnu_4%3a13.2.0-7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/cpp_4%3a13.2.0-7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/dash_0.5.12-9_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/debconf_1.5.87_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/debian-archive-keyring_2023.4_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/debianutils_5.20_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/diffutils_1%3a3.10-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/dpkg-dev_1.22.11_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/dpkg_1.22.11_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/findutils_4.10.0-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/g++-13-x86-64-linux-gnu_13.3.0-3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/g++-13_13.3.0-3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/g++-x86-64-linux-gnu_4%3a13.2.0-7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/g++_4%3a13.2.0-7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/gcc-13-base_13.3.0-3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/gcc-13-x86-64-linux-gnu_13.3.0-3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/gcc-13_13.3.0-3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/gcc-14-base_14-20240330-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/gcc-x86-64-linux-gnu_4%3a13.2.0-7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/gcc_4%3a13.2.0-7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/gpgv_2.2.43-8_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/grep_3.11-4_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/gzip_1.12-1.1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/hostname_3.23+nmu2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/init-system-helpers_1.66_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libacl1_2.3.2-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libapt-pkg6.0t64_2.9.7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libasan8_14-20240330-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libatomic1_14-20240330-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libattr1_1%3a2.5.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libaudit-common_1%3a3.1.2-4_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libaudit1_1%3a3.1.2-4+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libbinutils_2.42.90.20240720-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libblkid1_2.40.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libbz2-1.0_1.0.8-5.1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libc-bin_2.39-6_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libc-dev-bin_2.39-6_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libc6-dev_2.39-6_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libc6_2.39-6_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libcap-ng0_0.8.5-1+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libcap2_1%3a2.66-5_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libcc1-0_14-20240330-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libcrypt-dev_1%3a4.4.36-4_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libcrypt1_1%3a4.4.36-4_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libctf-nobfd0_2.42.90.20240720-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libctf0_2.42.90.20240720-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libdb5.3t64_5.3.28+dfsg2-7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libdebconfclient0_0.272_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libdpkg-perl_1.22.11_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libffi8_3.4.6-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libgcc-13-dev_13.3.0-3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libgcc-s1_14-20240330-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libgcrypt20_1.11.0-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libgdbm-compat4t64_1.23-6_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libgdbm6t64_1.23-6_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libgnutls30t64_3.8.6-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libgomp1_14-20240330-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libgpg-error0_1.49-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libgprofng0_2.42.90.20240720-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libhogweed6t64_3.10-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libhwasan0_14-20240330-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libidn2-0_2.3.7-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libisl23_0.26-3+b2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libitm1_14-20240330-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libjansson4_2.14-2+b2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/liblsan0_14-20240330-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/liblz4-1_1.9.4-3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/liblzma5_5.6.2-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libmd0_1.1.0-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libmount1_2.40.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libmpc3_1.3.1-1+b2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libmpfr6_4.2.1-1+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libnettle8t64_3.10-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libp11-kit0_0.25.5-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libpam-modules-bin_1.5.3-7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libpam-modules_1.5.3-7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libpam-runtime_1.5.3-7_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libpam0g_1.5.3-7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libpcre2-8-0_10.42-4+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libperl5.38t64_5.38.2-5_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libquadmath0_14-20240330-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libseccomp2_2.5.5-1+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libselinux1_3.5-2+b3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libsframe1_2.42.90.20240720-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libsmartcols1_2.40.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libssl3t64_3.2.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libstdc++-13-dev_13.3.0-3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libstdc++6_14-20240330-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libsystemd0_256.4-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libtasn1-6_4.19.0-3+b2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libtinfo6_6.5-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libtsan2_14-20240330-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libubsan1_14-20240330-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libudev1_256.4-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libunistring5_1.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libuuid1_2.40.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libxxhash0_0.8.2-2+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libzstd1_1.5.6+dfsg-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/linux-libc-dev_6.9.12-1_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/make_4.3-4.1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/mawk_1.3.4.20240622-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/ncurses-base_6.5-2_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/ncurses-bin_6.5-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/patch_2.7.6-7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/perl-base_5.38.2-5_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/perl-modules-5.38_5.38.2-5_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/perl_5.38.2-5_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/rpcsvc-proto_1.4.3-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/sed_4.9-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/sysvinit-utils_3.09-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/tar_1.35+dfsg-3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/usr-is-merged_39_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/util-linux_2.40.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/xz-utils_5.6.2-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb
00:01:59.228 E: + rm /tmp/debian-testing-debootstrap/var/cache/ldconfig/aux-cache
00:01:59.246 E: + rm /tmp/debian-testing-debootstrap/var/log/dpkg.log /tmp/debian-testing-debootstrap/var/log/bootstrap.log /tmp/debian-testing-debootstrap/var/log/alternatives.log
00:01:59.259 E: + rm /tmp/debian-testing-debootstrap/var/cache/debconf/config.dat-old /tmp/debian-testing-mm/var/cache/debconf/config.dat-old
00:01:59.279 E: + rm /tmp/debian-testing-debootstrap/var/cache/debconf/templates.dat-old /tmp/debian-testing-mm/var/cache/debconf/templates.dat-old
00:01:59.297 E: + rm /tmp/debian-testing-debootstrap/var/lib/dpkg/status-old /tmp/debian-testing-mm/var/lib/dpkg/status-old
00:01:59.313 E: + rm -f /tmp/debian-testing-debootstrap/var/lib/dpkg/diversions-old /tmp/debian-testing-mm/var/lib/dpkg/diversions-old
00:01:59.332 E: + rm /tmp/debian-testing-debootstrap/var/lib/dpkg/available
00:01:59.348 E: + rm /tmp/debian-testing-debootstrap/var/lib/dpkg/cmethopt
00:01:59.363 E: + rm /tmp/debian-testing-mm/var/lib/dpkg/arch
00:01:59.384 E: + chroot /tmp/debian-testing-debootstrap dpkg --list
00:01:59.411 E: + chroot /tmp/debian-testing-mm dpkg --list
00:01:59.423 E: + diff -u /tmp/dpkg1 /tmp/dpkg2
00:01:59.439 E: + rm /tmp/dpkg1 /tmp/dpkg2
00:01:59.452 E: + grep -v ^Priority:  /tmp/debian-testing-debootstrap/var/lib/dpkg/status
00:01:59.463 E: + grep -v ^Priority:  /tmp/debian-testing-mm/var/lib/dpkg/status
00:01:59.472 E: + diff -u /tmp/status1 /tmp/status2
00:01:59.487 E: + rm /tmp/status1 /tmp/status2
00:01:59.500 E: + rm /tmp/debian-testing-debootstrap/var/lib/dpkg/status /tmp/debian-testing-mm/var/lib/dpkg/status
00:01:59.532 E: + [ -e /tmp/debian-testing-debootstrap/etc/apt/apt.conf.d/01autoremove-kernels ]
00:01:59.542 E: + [ -e /tmp/debian-testing-mm/etc/apt/apt.conf.d/01autoremove-kernels ]
00:01:59.554 E: + find /tmp/debian-testing-debootstrap/run/ -mindepth 1 -maxdepth 1 ! -name lock -print0
00:01:59.563 E: + xargs --no-run-if-empty -0 rm -r
00:01:59.579 E: + rm /tmp/debian-testing-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_testing_main_binary-amd64_Packages /tmp/debian-testing-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_testing_InRelease /tmp/debian-testing-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_testing_Release /tmp/debian-testing-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_testing_Release.gpg
00:01:59.599 E: + [ buildd = - ]
00:01:59.605 E: + rm /tmp/debian-testing-mm/var/cache/apt/archives/lock
00:01:59.625 E: + rm /tmp/debian-testing-mm/var/lib/apt/extended_states
00:01:59.667 E: + rm /tmp/debian-testing-mm/var/lib/apt/lists/lock
00:01:59.684 E: + f1=/tmp/debian-testing-debootstrap//var/lib/dpkg/triggers/File
00:01:59.700 E: + f2=/tmp/debian-testing-mm//var/lib/dpkg/triggers/File
00:01:59.724 E: + [ ! -e /tmp/debian-testing-debootstrap//var/lib/dpkg/triggers/File ]
00:01:59.738 E: + [ ! -e /tmp/debian-testing-mm//var/lib/dpkg/triggers/File ]
00:01:59.758 E: + cmp /tmp/debian-testing-debootstrap//var/lib/dpkg/triggers/File /tmp/debian-testing-mm//var/lib/dpkg/triggers/File
00:01:59.773 E: + continue
00:01:59.790 E: + f1=/tmp/debian-testing-debootstrap//etc/shells
00:01:59.797 E: + f2=/tmp/debian-testing-mm//etc/shells
00:01:59.809 E: + [ ! -e /tmp/debian-testing-debootstrap//etc/shells ]
00:01:59.815 E: + [ ! -e /tmp/debian-testing-mm//etc/shells ]
00:01:59.821 E: + cmp /tmp/debian-testing-debootstrap//etc/shells /tmp/debian-testing-mm//etc/shells
00:01:59.831 E: + continue
00:01:59.836 E: + [ buildd = - ]
00:01:59.844 E: + f1=/tmp/debian-testing-debootstrap/var/log/faillog
00:01:59.866 E: + f2=/tmp/debian-testing-mm/var/log/faillog
00:01:59.874 E: + [ ! -e /tmp/debian-testing-debootstrap/var/log/faillog ]
00:01:59.885 E: + [ ! -e /tmp/debian-testing-mm/var/log/faillog ]
00:01:59.898 E: + continue
00:01:59.920 E: + f1=/tmp/debian-testing-debootstrap/var/log/lastlog
00:01:59.941 E: + f2=/tmp/debian-testing-mm/var/log/lastlog
00:01:59.961 E: + [ ! -e /tmp/debian-testing-debootstrap/var/log/lastlog ]
00:01:59.979 E: + cmp /tmp/debian-testing-debootstrap/var/log/lastlog /tmp/debian-testing-mm/var/log/lastlog
00:01:59.991 E: + [ buildd = - ]
00:01:59.998 E: + [ buildd = buildd ]
00:02:00.014 E: + [ testing != stable ]
00:02:00.024 E: + [ testing != oldstable ]
00:02:00.037 E: + readlink /tmp/debian-testing-debootstrap/etc/localtime
00:02:00.063 E: + [ /usr/share/zoneinfo/UTC = /usr/share/zoneinfo/UTC ]
00:02:00.089 E: + rm /tmp/debian-testing-debootstrap/etc/localtime
00:02:00.126 E: + [ -L /tmp/debian-testing-mm/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service ]
00:02:00.143 E: + continue
00:02:00.165 E: + [ -L /tmp/debian-testing-debootstrap/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service ]
00:02:00.182 E: + continue
00:02:00.202 E: + [ -L /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer ]
00:02:00.216 E: + readlink /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:02:00.229 E: + oldlink=/lib/systemd/system/apt-daily-upgrade.timer
00:02:00.246 E: + oldlink=/usr/lib/systemd/system/apt-daily-upgrade.timer
00:02:00.268 E: + ln -sf /usr/lib/systemd/system/apt-daily-upgrade.timer /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:02:00.278 E: + [ -L /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer ]
00:02:00.296 E: + readlink /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:02:00.307 E: + oldlink=/lib/systemd/system/apt-daily-upgrade.timer
00:02:00.318 E: + oldlink=/usr/lib/systemd/system/apt-daily-upgrade.timer
00:02:00.328 E: + ln -sf /usr/lib/systemd/system/apt-daily-upgrade.timer /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:02:00.339 E: + [ -L /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/apt-daily.timer ]
00:02:00.352 E: + readlink /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/apt-daily.timer
00:02:00.362 E: + oldlink=/lib/systemd/system/apt-daily.timer
00:02:00.374 E: + oldlink=/usr/lib/systemd/system/apt-daily.timer
00:02:00.383 E: + ln -sf /usr/lib/systemd/system/apt-daily.timer /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/apt-daily.timer
00:02:00.393 E: + [ -L /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/apt-daily.timer ]
00:02:00.401 E: + readlink /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/apt-daily.timer
00:02:00.416 E: + oldlink=/lib/systemd/system/apt-daily.timer
00:02:00.423 E: + oldlink=/usr/lib/systemd/system/apt-daily.timer
00:02:00.437 E: + ln -sf /usr/lib/systemd/system/apt-daily.timer /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/apt-daily.timer
00:02:00.460 E: + [ -L /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/e2scrub_all.timer ]
00:02:00.480 E: + continue
00:02:00.495 E: + [ -L /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/e2scrub_all.timer ]
00:02:00.502 E: + continue
00:02:00.513 E: + diff --unified --no-dereference --recursive /tmp/debian-testing-debootstrap /tmp/debian-testing-mm
00:02:00.709 E: + find /tmp/debian-testing-debootstrap /tmp/debian-testing-mm -type d -print0
00:02:00.720 E: + xargs -0 touch --date=@1722845704
00:02:00.852 E: + [ testing = oldstable ]
00:02:00.862 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
00:02:00.886 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-testing-debootstrap chmod 0700 ./var/lib/apt/lists/partial
00:02:00.900 E: + id -u _apt
00:02:00.911 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-testing-debootstrap chown 42:root ./var/lib/apt/lists/partial
00:02:00.923 E: + [ testing = oldstable ]
00:02:00.932 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
00:02:00.972 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-testing-debootstrap chmod 0700 ./var/cache/apt/archives/partial
00:02:00.988 E: + id -u _apt
00:02:00.997 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-testing-debootstrap chown 42:root ./var/cache/apt/archives/partial
00:02:01.014 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:02:01.025 E: + tar -C /tmp/debian-testing-debootstrap --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root1.tar .
00:02:02.202 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:02:02.218 E: + tar -C /tmp/debian-testing-mm --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root2.tar .
00:02:03.583 E: + tar --full-time --verbose -tf /tmp/root1.tar
00:02:03.797 E: + tar --full-time --verbose -tf /tmp/root2.tar
00:02:03.992 E: + diff -u /tmp/root1.tar.list /tmp/root2.tar.list
00:02:04.009 E: + rm /tmp/root1.tar /tmp/root2.tar /tmp/root1.tar.list /tmp/root2.tar.list
00:02:04.315 E: + rm -r /tmp/debian-testing-debootstrap /tmp/debian-testing-mm
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:02:28
result: SUCCESS
------------------------------------------------------------------------------
(21/280) check-against-debootstrap-dist
dist: testing
mode: auto
variant: -
format: auto
time left: 6:16:05
------------------------------------------------------------------------------
00:00:00.018 O: SOURCE_DATE_EPOCH=1722845704
00:00:00.018 E: + set -eu
00:00:00.033 E: + export LC_ALL=C.UTF-8
00:00:00.044 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.075 E: + echo SOURCE_DATE_EPOCH=1722845704
00:00:00.083 E: + [ testing = oldstable ]
00:00:00.093 E: + echo --hook-dir=./hooks/merged-usr
00:00:00.104 E: + echo --include=base-files
00:00:00.114 E: + mmdebstrap --variant=- --mode=auto --essential-hook=[ testing = oldstable ] && [ - = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || : --hook-dir=./hooks/merged-usr --include=base-files testing /tmp/debian-testing-mm.tar http://127.0.0.1/debian
00:00:01.218 E: I: automatically chosen mode: root
00:00:01.248 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.389 E: I: finding correct signed-by value...
00:00:01.643 E: I: automatically chosen format: tar
00:00:01.669 E: I: using /tmp/mmdebstrap.dB8T8ZgUPM as tempdir
00:00:01.787 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.dB8T8ZgUPM
00:00:01.820 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.dB8T8ZgUPM/tmp/tmp.FkrcU3qIxd/usr-is-merged.deb'.
00:00:01.990 E: Selecting previously unselected package usr-is-merged.
00:00:02.011 E: (Reading database ... 0 files and directories currently installed.)
00:00:02.022 E: Preparing to unpack .../usr-is-merged.deb ...
00:00:02.047 E: Unpacking usr-is-merged (1) ...
00:00:02.125 E: Setting up usr-is-merged (1) ...
00:00:02.202 E: I: running apt-get update...
00:00:06.501 E: I: downloading packages with apt...
00:00:12.440 E: I: extracting archives...
00:00:16.134 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.dB8T8ZgUPM
00:00:16.184 E: I: installing essential packages...
00:00:33.588 E: I: running --essential-hook in shell: sh -c '[ testing = oldstable ] && [ - = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || :' exec /tmp/mmdebstrap.dB8T8ZgUPM
00:00:33.613 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.dB8T8ZgUPM
00:00:33.893 E: Reading package lists...
00:00:34.131 E: Building dependency tree...
00:00:34.647 E: The following packages will be upgraded:
00:00:34.668 E:   usr-is-merged
00:00:34.768 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:00:34.790 E: Need to get 5572 B of archives.
00:00:34.804 E: After this operation, 13.3 kB of additional disk space will be used.
00:00:34.826 E: Get:1 http://127.0.0.1/debian testing/main amd64 usr-is-merged all 39 [5572 B]
00:00:34.919 E: Fetched 5572 B in 0s (60.1 kB/s)
00:00:34.934 E: Chrooting into /tmp/mmdebstrap.dB8T8ZgUPM/
00:00:35.060 E: debconf: delaying package configuration, since apt-utils is not installed
00:00:35.140 E: Fetched 5572 B in 0s (60.1 kB/s)
00:00:35.158 E: Chrooting into /tmp/mmdebstrap.dB8T8ZgUPM/
00:00:35.294 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:00:35.305 E: Preparing to unpack .../usr-is-merged_39_all.deb ...
00:00:35.342 E: Unpacking usr-is-merged (39) over (1) ...
00:00:35.444 E: Chrooting into /tmp/mmdebstrap.dB8T8ZgUPM/
00:00:35.467 E: Setting up usr-is-merged (39) ...
00:00:35.556 E: Chrooting into /tmp/mmdebstrap.dB8T8ZgUPM/
00:00:35.821 E: I: installing remaining packages inside the chroot...
00:01:13.824 E: I: cleaning package lists and apt cache...
00:01:14.041 E: I: creating tarball...
00:01:16.683 E: I: done
00:01:16.979 E: I: removing tempdir /tmp/mmdebstrap.dB8T8ZgUPM...
00:01:17.485 E: I: success in 76.6883 seconds
00:01:17.498 E: + mkdir /tmp/debian-testing-mm
00:01:17.521 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-testing-mm -xf /tmp/debian-testing-mm.tar
00:01:18.408 E: + rm /tmp/debian-testing-mm.tar
00:01:18.466 E: + mkdir /tmp/debian-testing-debootstrap
00:01:18.480 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-testing-debootstrap -xf cache/debian-testing--.tar
00:01:41.749 E: + tar -C /tmp/debian-testing-debootstrap -cf /tmp/dev1.tar ./dev
00:01:41.755 E: + tar -C /tmp/debian-testing-mm -cf /tmp/dev2.tar ./dev
00:01:41.760 E: + ret=0
00:01:41.766 E: + cmp /tmp/dev1.tar /tmp/dev2.tar
00:01:41.776 E: + [ 0 -ne 0 ]
00:01:41.787 E: + rm /tmp/dev1.tar /tmp/dev2.tar
00:01:41.813 E: + rm -r /tmp/debian-testing-debootstrap/dev /tmp/debian-testing-mm/dev
00:01:41.840 E: + rm /tmp/debian-testing-debootstrap/var/cache/apt/archives/adduser_3.137_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/apt-utils_2.9.7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/apt_2.9.7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/base-files_13.3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/base-passwd_3.6.4_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/bash_5.2.21-2.1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/bsdutils_1%3a2.40.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/coreutils_9.4-3.1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/cpio_2.15+dfsg-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/cron-daemon-common_3.0pl1-189_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/cron_3.0pl1-189_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/dash_0.5.12-9_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/debconf-i18n_1.5.87_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/debconf_1.5.87_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/debian-archive-keyring_2023.4_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/debianutils_5.20_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/diffutils_1%3a3.10-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/dmidecode_3.6-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/dpkg_1.22.11_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/e2fsprogs_1.47.1-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/fdisk_2.40.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/findutils_4.10.0-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/gcc-14-base_14-20240330-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/gpgv_2.2.43-8_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/grep_3.11-4_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/gzip_1.12-1.1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/hostname_3.23+nmu2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/ifupdown_0.8.43_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/init-system-helpers_1.66_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/init_1.66_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/iproute2_6.10.0-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/iputils-ping_3%3a20240117-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/isc-dhcp-client_4.4.3-P1-5_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/isc-dhcp-common_4.4.3-P1-5_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/kmod_32+20240611-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/less_643-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libacl1_2.3.2-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libapparmor1_3.1.7-1+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libapt-pkg6.0t64_2.9.7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libattr1_1%3a2.5.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libaudit-common_1%3a3.1.2-4_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libaudit1_1%3a3.1.2-4+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libblkid1_2.40.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libbpf1_1%3a1.4.5-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libbsd0_0.12.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libbz2-1.0_1.0.8-5.1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libc-bin_2.39-6_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libc6_2.39-6_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libcap-ng0_0.8.5-1+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libcap2-bin_1%3a2.66-5_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libcap2_1%3a2.66-5_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libcom-err2_1.47.1-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libcrypt1_1%3a4.4.36-4_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libdb5.3t64_5.3.28+dfsg2-7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libdebconfclient0_0.272_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libedit2_3.1-20240517-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libelf1t64_0.191-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libext2fs2t64_1.47.1-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libfdisk1_2.40.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libffi8_3.4.6-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libgcc-s1_14-20240330-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libgcrypt20_1.11.0-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libgnutls30t64_3.8.6-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libgpg-error0_1.49-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libgssapi-krb5-2_1.21.3-3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libhogweed6t64_3.10-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libidn2-0_2.3.7-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libjansson4_2.14-2+b2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libk5crypto3_1.21.3-3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libkeyutils1_1.6.3-3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libkmod2_32+20240611-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libkrb5-3_1.21.3-3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libkrb5support0_1.21.3-3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/liblocale-gettext-perl_1.07-7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/liblz4-1_1.9.4-3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/liblzma5_5.6.2-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libmd0_1.1.0-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libmnl0_1.0.5-2+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libmount1_2.40.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libncursesw6_6.5-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libnettle8t64_3.10-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libnewt0.52_0.52.24-2+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libnftables1_1.1.0-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libnftnl11_1.2.7-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libp11-kit0_0.25.5-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libpam-modules-bin_1.5.3-7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libpam-modules_1.5.3-7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libpam-runtime_1.5.3-7_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libpam0g_1.5.3-7_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libpcre2-8-0_10.42-4+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libpopt0_1.19+dfsg-1+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libproc2-0_2%3a4.0.4-5_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libreadline8t64_8.2-4_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libseccomp2_2.5.5-1+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libselinux1_3.5-2+b3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libsemanage-common_3.5-1_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libsemanage2_3.5-1+b4_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libsepol2_3.5-2+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libslang2_2.3.3-5_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libsmartcols1_2.40.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libss2_1.47.1-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libssl3t64_3.2.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libstdc++6_14-20240330-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libsystemd-shared_256.4-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libsystemd0_256.4-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libtasn1-6_4.19.0-3+b2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libtext-charwidth-perl_0.04-11+b3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libtext-iconv-perl_1.7-8+b3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libtext-wrapi18n-perl_0.06-10_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libtinfo6_6.5-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libtirpc-common_1.3.4+ds-1.3_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libtirpc3t64_1.3.4+ds-1.3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libudev1_256.4-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libunistring5_1.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libuuid1_2.40.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libxtables12_1.8.10-4_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libxxhash0_0.8.2-2+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/libzstd1_1.5.6+dfsg-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/login_1%3a4.15.3-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/logrotate_3.22.0-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/logsave_1.47.1-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/mawk_1.3.4.20240622-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/mount_2.40.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/nano_8.1-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/ncurses-base_6.5-2_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/ncurses-bin_6.5-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/netbase_6.4_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/nftables_1.1.0-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/passwd_1%3a4.15.3-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/perl-base_5.38.2-5_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/procps_2%3a4.0.4-5_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/readline-common_8.2-4_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/sed_4.9-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/sensible-utils_0.0.24_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/systemd-sysv_256.4-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/systemd_256.4-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/sysvinit-utils_3.09-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/tar_1.35+dfsg-3_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/tasksel-data_3.75_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/tasksel_3.75_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/tzdata_2024a-4_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/udev_256.4-2_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/usr-is-merged_39_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/util-linux_2.40.2-1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/vim-common_2%3a9.1.0496-1_all.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/vim-tiny_2%3a9.1.0496-1+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/whiptail_0.52.24-2+b1_amd64.deb /tmp/debian-testing-debootstrap/var/cache/apt/archives/zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb
00:01:41.893 E: + rm /tmp/debian-testing-debootstrap/var/cache/ldconfig/aux-cache
00:01:41.927 E: + rm /tmp/debian-testing-debootstrap/var/log/dpkg.log /tmp/debian-testing-debootstrap/var/log/bootstrap.log /tmp/debian-testing-debootstrap/var/log/alternatives.log
00:01:41.945 E: + rm /tmp/debian-testing-debootstrap/var/cache/debconf/config.dat-old /tmp/debian-testing-mm/var/cache/debconf/config.dat-old
00:01:41.962 E: + rm /tmp/debian-testing-debootstrap/var/cache/debconf/templates.dat-old /tmp/debian-testing-mm/var/cache/debconf/templates.dat-old
00:01:41.980 E: + rm /tmp/debian-testing-debootstrap/var/lib/dpkg/status-old /tmp/debian-testing-mm/var/lib/dpkg/status-old
00:01:42.000 E: + rm -f /tmp/debian-testing-debootstrap/var/lib/dpkg/diversions-old /tmp/debian-testing-mm/var/lib/dpkg/diversions-old
00:01:42.022 E: + rm /tmp/debian-testing-debootstrap/var/lib/dpkg/available
00:01:42.032 E: + rm /tmp/debian-testing-debootstrap/var/lib/dpkg/cmethopt
00:01:42.053 E: + rm /tmp/debian-testing-mm/var/lib/dpkg/arch
00:01:42.074 E: + chroot /tmp/debian-testing-debootstrap dpkg --list
00:01:42.095 E: + chroot /tmp/debian-testing-mm dpkg --list
00:01:42.115 E: + diff -u /tmp/dpkg1 /tmp/dpkg2
00:01:42.125 E: + rm /tmp/dpkg1 /tmp/dpkg2
00:01:42.146 E: + grep -v ^Priority:  /tmp/debian-testing-debootstrap/var/lib/dpkg/status
00:01:42.157 E: + grep -v ^Priority:  /tmp/debian-testing-mm/var/lib/dpkg/status
00:01:42.165 E: + diff -u /tmp/status1 /tmp/status2
00:01:42.177 E: + rm /tmp/status1 /tmp/status2
00:01:42.196 E: + rm /tmp/debian-testing-debootstrap/var/lib/dpkg/status /tmp/debian-testing-mm/var/lib/dpkg/status
00:01:42.206 E: + [ -e /tmp/debian-testing-debootstrap/etc/apt/apt.conf.d/01autoremove-kernels ]
00:01:42.216 E: + [ -e /tmp/debian-testing-mm/etc/apt/apt.conf.d/01autoremove-kernels ]
00:01:42.225 E: + find /tmp/debian-testing-debootstrap/run/ -mindepth 1 -maxdepth 1 ! -name lock -print0
00:01:42.234 E: + xargs --no-run-if-empty -0 rm -r
00:01:42.256 E: + rm /tmp/debian-testing-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_testing_main_binary-amd64_Packages /tmp/debian-testing-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_testing_InRelease /tmp/debian-testing-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_testing_Release /tmp/debian-testing-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_testing_Release.gpg
00:01:42.297 E: + [ - = - ]
00:01:42.319 E: + rm /tmp/debian-testing-debootstrap/etc/machine-id
00:01:42.330 E: + rm /tmp/debian-testing-mm/etc/machine-id
00:01:42.344 E: + rm /tmp/debian-testing-debootstrap/var/lib/systemd/catalog/database
00:01:42.359 E: + rm /tmp/debian-testing-mm/var/lib/systemd/catalog/database
00:01:42.369 E: + chroot /tmp/debian-testing-debootstrap /sbin/getcap /bin/ping
00:01:42.383 E: + cap=/bin/ping cap_net_raw=ep
00:01:42.398 E: + expected=/bin/ping cap_net_raw=ep
00:01:42.411 E: + [ /bin/ping cap_net_raw=ep != /bin/ping cap_net_raw=ep ]
00:01:42.423 E: + chroot /tmp/debian-testing-mm /sbin/getcap /bin/ping
00:01:42.446 E: + cap=/bin/ping cap_net_raw=ep
00:01:42.455 E: + [ /bin/ping cap_net_raw=ep != /bin/ping cap_net_raw=ep ]
00:01:42.466 E: + rm /tmp/debian-testing-mm/var/cache/apt/archives/lock
00:01:42.482 E: + rm /tmp/debian-testing-mm/var/lib/apt/extended_states
00:01:42.531 E: + rm /tmp/debian-testing-mm/var/lib/apt/lists/lock
00:01:42.560 E: + f1=/tmp/debian-testing-debootstrap//var/lib/dpkg/triggers/File
00:01:42.575 E: + f2=/tmp/debian-testing-mm//var/lib/dpkg/triggers/File
00:01:42.582 E: + [ ! -e /tmp/debian-testing-debootstrap//var/lib/dpkg/triggers/File ]
00:01:42.588 E: + [ ! -e /tmp/debian-testing-mm//var/lib/dpkg/triggers/File ]
00:01:42.612 E: + cmp /tmp/debian-testing-debootstrap//var/lib/dpkg/triggers/File /tmp/debian-testing-mm//var/lib/dpkg/triggers/File
00:01:42.624 E: + continue
00:01:42.642 E: + f1=/tmp/debian-testing-debootstrap//etc/shells
00:01:42.655 E: + f2=/tmp/debian-testing-mm//etc/shells
00:01:42.667 E: + [ ! -e /tmp/debian-testing-debootstrap//etc/shells ]
00:01:42.686 E: + [ ! -e /tmp/debian-testing-mm//etc/shells ]
00:01:42.706 E: + cmp /tmp/debian-testing-debootstrap//etc/shells /tmp/debian-testing-mm//etc/shells
00:01:42.723 E: + continue
00:01:42.753 E: + [ - = - ]
00:01:42.793 E: + [ {{ DIST}} = oldstable ]
00:01:42.815 E: + f1=/tmp/debian-testing-debootstrap/var/log/faillog
00:01:42.839 E: + f2=/tmp/debian-testing-mm/var/log/faillog
00:01:42.914 E: + [ ! -e /tmp/debian-testing-debootstrap/var/log/faillog ]
00:01:42.927 E: + [ ! -e /tmp/debian-testing-mm/var/log/faillog ]
00:01:42.939 E: + continue
00:01:42.952 E: + f1=/tmp/debian-testing-debootstrap/var/log/lastlog
00:01:42.969 E: + f2=/tmp/debian-testing-mm/var/log/lastlog
00:01:42.978 E: + [ ! -e /tmp/debian-testing-debootstrap/var/log/lastlog ]
00:01:42.997 E: + cmp /tmp/debian-testing-debootstrap/var/log/lastlog /tmp/debian-testing-mm/var/log/lastlog
00:01:43.007 E: + [ - = - ]
00:01:43.022 E: + sort /tmp/debian-testing-mm/etc/group
00:01:43.034 E: + mv /tmp/debian-testing-mm/etc/group.bak /tmp/debian-testing-mm/etc/group
00:01:43.044 E: + sort /tmp/debian-testing-debootstrap/etc/group
00:01:43.070 E: + mv /tmp/debian-testing-debootstrap/etc/group.bak /tmp/debian-testing-debootstrap/etc/group
00:01:43.078 E: + sort /tmp/debian-testing-mm/etc/group-
00:01:43.092 E: + mv /tmp/debian-testing-mm/etc/group-.bak /tmp/debian-testing-mm/etc/group-
00:01:43.119 E: + sort /tmp/debian-testing-debootstrap/etc/group-
00:01:43.128 E: + mv /tmp/debian-testing-debootstrap/etc/group-.bak /tmp/debian-testing-debootstrap/etc/group-
00:01:43.135 E: + sort /tmp/debian-testing-mm/etc/gshadow
00:01:43.147 E: + mv /tmp/debian-testing-mm/etc/gshadow.bak /tmp/debian-testing-mm/etc/gshadow
00:01:43.157 E: + sort /tmp/debian-testing-debootstrap/etc/gshadow
00:01:43.167 E: + mv /tmp/debian-testing-debootstrap/etc/gshadow.bak /tmp/debian-testing-debootstrap/etc/gshadow
00:01:43.177 E: + sort /tmp/debian-testing-mm/etc/gshadow-
00:01:43.190 E: + mv /tmp/debian-testing-mm/etc/gshadow-.bak /tmp/debian-testing-mm/etc/gshadow-
00:01:43.198 E: + sort /tmp/debian-testing-debootstrap/etc/gshadow-
00:01:43.210 E: + mv /tmp/debian-testing-debootstrap/etc/gshadow-.bak /tmp/debian-testing-debootstrap/etc/gshadow-
00:01:43.218 E: + sort /tmp/debian-testing-mm/etc/shadow
00:01:43.231 E: + mv /tmp/debian-testing-mm/etc/shadow.bak /tmp/debian-testing-mm/etc/shadow
00:01:43.243 E: + sort /tmp/debian-testing-debootstrap/etc/shadow
00:01:43.257 E: + mv /tmp/debian-testing-debootstrap/etc/shadow.bak /tmp/debian-testing-debootstrap/etc/shadow
00:01:43.267 E: + sort /tmp/debian-testing-mm/etc/shadow-
00:01:43.279 E: + mv /tmp/debian-testing-mm/etc/shadow-.bak /tmp/debian-testing-mm/etc/shadow-
00:01:43.297 E: + sort /tmp/debian-testing-debootstrap/etc/shadow-
00:01:43.308 E: + mv /tmp/debian-testing-debootstrap/etc/shadow-.bak /tmp/debian-testing-debootstrap/etc/shadow-
00:01:43.324 E: + rm /tmp/debian-testing-mm/etc/shadow-
00:01:43.347 E: + rm /tmp/debian-testing-debootstrap/etc/shadow-
00:01:43.362 E: + rm /tmp/debian-testing-mm/etc/passwd-
00:01:43.370 E: + rm /tmp/debian-testing-debootstrap/etc/passwd-
00:01:43.379 E: + [ - = buildd ]
00:01:43.391 E: + [ -L /tmp/debian-testing-mm/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service ]
00:01:43.401 E: + readlink /tmp/debian-testing-mm/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service
00:01:43.410 E: + oldlink=/usr/lib/systemd/system/e2scrub_reap.service
00:01:43.426 E: + :
00:01:43.433 E: + ln -sf /usr/lib/systemd/system/e2scrub_reap.service /tmp/debian-testing-mm/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service
00:01:43.445 E: + [ -L /tmp/debian-testing-debootstrap/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service ]
00:01:43.452 E: + readlink /tmp/debian-testing-debootstrap/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service
00:01:43.478 E: + oldlink=/lib/systemd/system/e2scrub_reap.service
00:01:43.487 E: + oldlink=/usr/lib/systemd/system/e2scrub_reap.service
00:01:43.494 E: + ln -sf /usr/lib/systemd/system/e2scrub_reap.service /tmp/debian-testing-debootstrap/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service
00:01:43.503 E: + [ -L /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer ]
00:01:43.509 E: + readlink /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:01:43.516 E: + oldlink=/usr/lib/systemd/system/apt-daily-upgrade.timer
00:01:43.525 E: + :
00:01:43.533 E: + ln -sf /usr/lib/systemd/system/apt-daily-upgrade.timer /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:01:43.548 E: + [ -L /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer ]
00:01:43.558 E: + readlink /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:01:43.570 E: + oldlink=/lib/systemd/system/apt-daily-upgrade.timer
00:01:43.582 E: + oldlink=/usr/lib/systemd/system/apt-daily-upgrade.timer
00:01:43.596 E: + ln -sf /usr/lib/systemd/system/apt-daily-upgrade.timer /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:01:43.618 E: + [ -L /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/apt-daily.timer ]
00:01:43.625 E: + readlink /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/apt-daily.timer
00:01:43.640 E: + oldlink=/usr/lib/systemd/system/apt-daily.timer
00:01:43.674 E: + :
00:01:43.686 E: + ln -sf /usr/lib/systemd/system/apt-daily.timer /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/apt-daily.timer
00:01:43.714 E: + [ -L /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/apt-daily.timer ]
00:01:43.723 E: + readlink /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/apt-daily.timer
00:01:43.730 E: + oldlink=/lib/systemd/system/apt-daily.timer
00:01:43.761 E: + oldlink=/usr/lib/systemd/system/apt-daily.timer
00:01:43.783 E: + ln -sf /usr/lib/systemd/system/apt-daily.timer /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/apt-daily.timer
00:01:43.799 E: + [ -L /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/e2scrub_all.timer ]
00:01:43.811 E: + readlink /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/e2scrub_all.timer
00:01:43.824 E: + oldlink=/usr/lib/systemd/system/e2scrub_all.timer
00:01:43.835 E: + :
00:01:43.856 E: + ln -sf /usr/lib/systemd/system/e2scrub_all.timer /tmp/debian-testing-mm/etc/systemd/system/timers.target.wants/e2scrub_all.timer
00:01:43.876 E: + [ -L /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/e2scrub_all.timer ]
00:01:43.898 E: + readlink /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/e2scrub_all.timer
00:01:43.912 E: + oldlink=/lib/systemd/system/e2scrub_all.timer
00:01:43.937 E: + oldlink=/usr/lib/systemd/system/e2scrub_all.timer
00:01:43.951 E: + ln -sf /usr/lib/systemd/system/e2scrub_all.timer /tmp/debian-testing-debootstrap/etc/systemd/system/timers.target.wants/e2scrub_all.timer
00:01:43.969 E: + diff --unified --no-dereference --recursive /tmp/debian-testing-debootstrap /tmp/debian-testing-mm
00:01:43.977 E: + find /tmp/debian-testing-debootstrap /tmp/debian-testing-mm -type d -print0
00:01:43.997 E: + xargs -0 touch --date=@1722845704
00:01:44.037 E: + [ testing = oldstable ]
00:01:44.060 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
00:01:44.073 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-testing-debootstrap chmod 0700 ./var/lib/apt/lists/partial
00:01:44.095 E: + id -u _apt
00:01:44.119 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-testing-debootstrap chown 42:root ./var/lib/apt/lists/partial
00:01:44.129 E: + [ testing = oldstable ]
00:01:44.147 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
00:01:44.158 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-testing-debootstrap chmod 0700 ./var/cache/apt/archives/partial
00:01:44.167 E: + id -u _apt
00:01:44.190 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-testing-debootstrap chown 42:root ./var/cache/apt/archives/partial
00:01:44.198 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:01:44.207 E: + tar -C /tmp/debian-testing-debootstrap --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root1.tar .
00:01:44.218 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:01:44.234 E: + tar -C /tmp/debian-testing-mm --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root2.tar .
00:01:44.804 E: + tar --full-time --verbose -tf /tmp/root1.tar
00:01:44.937 E: + tar --full-time --verbose -tf /tmp/root2.tar
00:01:45.075 E: + diff -u /tmp/root1.tar.list /tmp/root2.tar.list
00:01:45.080 E: + rm /tmp/root1.tar /tmp/root2.tar /tmp/root1.tar.list /tmp/root2.tar.list
00:01:45.205 E: + rm -r /tmp/debian-testing-debootstrap /tmp/debian-testing-mm
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:02:08
result: SUCCESS
------------------------------------------------------------------------------
(22/280) check-against-debootstrap-dist
dist: unstable
mode: auto
variant: minbase
format: auto
time left: 6:23:13
------------------------------------------------------------------------------
00:00:00.052 O: SOURCE_DATE_EPOCH=1722845704
00:00:00.055 E: + set -eu
00:00:00.082 E: + export LC_ALL=C.UTF-8
00:00:00.092 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.102 E: + echo SOURCE_DATE_EPOCH=1722845704
00:00:00.109 E: + [ unstable = oldstable ]
00:00:00.118 E: + echo --hook-dir=./hooks/merged-usr
00:00:00.130 E: + echo --include=base-files
00:00:00.141 E: + mmdebstrap --variant=minbase --mode=auto --essential-hook=[ unstable = oldstable ] && [ minbase = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || : --hook-dir=./hooks/merged-usr --include=base-files unstable /tmp/debian-unstable-mm.tar http://127.0.0.1/debian
00:00:01.282 E: I: automatically chosen mode: root
00:00:01.324 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.494 E: I: finding correct signed-by value...
00:00:01.750 E: I: automatically chosen format: tar
00:00:01.782 E: I: using /tmp/mmdebstrap.EVSqxrDT6A as tempdir
00:00:01.963 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.EVSqxrDT6A
00:00:02.122 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.EVSqxrDT6A/tmp/tmp.ejhSweaph4/usr-is-merged.deb'.
00:00:02.250 E: Selecting previously unselected package usr-is-merged.
00:00:02.270 E: (Reading database ... 0 files and directories currently installed.)
00:00:02.280 E: Preparing to unpack .../usr-is-merged.deb ...
00:00:02.289 E: Unpacking usr-is-merged (1) ...
00:00:02.305 E: Setting up usr-is-merged (1) ...
00:00:02.329 E: I: running apt-get update...
00:00:05.992 E: I: downloading packages with apt...
00:00:11.488 E: I: extracting archives...
00:00:15.550 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.EVSqxrDT6A
00:00:15.702 E: I: installing essential packages...
00:00:37.247 E: I: running --essential-hook in shell: sh -c '[ unstable = oldstable ] && [ minbase = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || :' exec /tmp/mmdebstrap.EVSqxrDT6A
00:00:37.274 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.EVSqxrDT6A
00:00:37.592 E: Reading package lists...
00:00:37.903 E: Building dependency tree...
00:00:38.554 E: The following packages will be upgraded:
00:00:38.568 E:   usr-is-merged
00:00:38.745 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:00:38.775 E: Need to get 5572 B of archives.
00:00:38.790 E: After this operation, 13.3 kB of additional disk space will be used.
00:00:38.810 E: Get:1 http://127.0.0.1/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
00:00:38.863 E: Fetched 5572 B in 0s (39.0 kB/s)
00:00:38.894 E: Chrooting into /tmp/mmdebstrap.EVSqxrDT6A/
00:00:39.009 E: debconf: delaying package configuration, since apt-utils is not installed
00:00:39.106 E: Fetched 5572 B in 0s (39.0 kB/s)
00:00:39.123 E: Chrooting into /tmp/mmdebstrap.EVSqxrDT6A/
00:00:39.297 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:00:39.308 E: Preparing to unpack .../usr-is-merged_39_all.deb ...
00:00:39.527 E: Unpacking usr-is-merged (39) over (1) ...
00:00:39.730 E: Chrooting into /tmp/mmdebstrap.EVSqxrDT6A/
00:00:39.750 E: Setting up usr-is-merged (39) ...
00:00:39.887 E: Chrooting into /tmp/mmdebstrap.EVSqxrDT6A/
00:00:40.167 E: I: installing remaining packages inside the chroot...
00:00:58.096 E: I: cleaning package lists and apt cache...
00:00:58.254 E: I: creating tarball...
00:01:00.035 E: I: done
00:01:00.187 E: I: removing tempdir /tmp/mmdebstrap.EVSqxrDT6A...
00:01:00.466 E: I: success in 59.5664 seconds
00:01:00.505 E: + mkdir /tmp/debian-unstable-mm
00:01:00.513 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-unstable-mm -xf /tmp/debian-unstable-mm.tar
00:01:01.108 E: + rm /tmp/debian-unstable-mm.tar
00:01:01.150 E: + mkdir /tmp/debian-unstable-debootstrap
00:01:01.155 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-unstable-debootstrap -xf cache/debian-unstable-minbase.tar
00:01:14.644 E: + tar -C /tmp/debian-unstable-debootstrap -cf /tmp/dev1.tar ./dev
00:01:14.652 E: + tar -C /tmp/debian-unstable-mm -cf /tmp/dev2.tar ./dev
00:01:14.658 E: + ret=0
00:01:14.678 E: + cmp /tmp/dev1.tar /tmp/dev2.tar
00:01:14.696 E: + [ 0 -ne 0 ]
00:01:14.709 E: + rm /tmp/dev1.tar /tmp/dev2.tar
00:01:14.723 E: + rm -r /tmp/debian-unstable-debootstrap/dev /tmp/debian-unstable-mm/dev
00:01:14.732 E: + rm /tmp/debian-unstable-debootstrap/var/cache/apt/archives/apt_2.9.7_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/base-files_13.5_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/base-passwd_3.6.4_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/bash_5.2.21-2.1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/bsdutils_1%3a2.40.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/coreutils_9.4-3.1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/dash_0.5.12-9_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/debconf_1.5.87_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/debian-archive-keyring_2023.4_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/debianutils_5.20_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/diffutils_1%3a3.10-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/dpkg_1.22.11_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/e2fsprogs_1.47.1-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/findutils_4.10.0-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/gcc-14-base_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/gpgv_2.2.43-8_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/grep_3.11-4_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/gzip_1.12-1.1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/hostname_3.23+nmu2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/init-system-helpers_1.66_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libacl1_2.3.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libapt-pkg6.0t64_2.9.7_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libattr1_1%3a2.5.2-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libaudit-common_1%3a3.1.2-4_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libaudit1_1%3a3.1.2-4+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libblkid1_2.40.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libbsd0_0.12.2-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libbz2-1.0_1.0.8-5.1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libc-bin_2.39-6_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libc6_2.39-6_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libcap-ng0_0.8.5-1+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libcap2_1%3a2.66-5_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libcom-err2_1.47.1-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libcrypt1_1%3a4.4.36-4_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libdb5.3t64_5.3.28+dfsg2-7_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libdebconfclient0_0.272_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libext2fs2t64_1.47.1-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libffi8_3.4.6-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libgcc-s1_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libgcrypt20_1.11.0-5_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libgnutls30t64_3.8.6-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libgpg-error0_1.50-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libhogweed6t64_3.10-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libidn2-0_2.3.7-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/liblz4-1_1.9.4-3_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/liblzma5_5.6.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libmd0_1.1.0-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libmount1_2.40.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libnettle8t64_3.10-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libp11-kit0_0.25.5-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libpam-modules-bin_1.5.3-7_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libpam-modules_1.5.3-7_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libpam-runtime_1.5.3-7_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libpam0g_1.5.3-7_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libpcre2-8-0_10.42-4+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libseccomp2_2.5.5-1+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libselinux1_3.5-2+b3_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libsemanage-common_3.5-1_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libsemanage2_3.5-1+b4_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libsepol2_3.5-2+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libsmartcols1_2.40.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libss2_1.47.1-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libssl3t64_3.3.1-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libstdc++6_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libsystemd0_256.4-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libtasn1-6_4.19.0-3+b2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libtinfo6_6.5-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libudev1_256.4-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libunistring5_1.2-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libuuid1_2.40.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libxxhash0_0.8.2-2+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libzstd1_1.5.6+dfsg-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/login_1%3a4.15.3-3_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/logsave_1.47.1-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/mawk_1.3.4.20240622-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/mount_2.40.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/ncurses-base_6.5-2_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/ncurses-bin_6.5-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/passwd_1%3a4.15.3-3_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/perl-base_5.38.2-5_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/sed_4.9-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/sysvinit-utils_3.09-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/tar_1.35+dfsg-3_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/tzdata_2024a-4_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/usr-is-merged_39_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/util-linux_2.40.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb
00:01:14.741 E: + rm /tmp/debian-unstable-debootstrap/var/cache/ldconfig/aux-cache
00:01:14.746 E: + rm /tmp/debian-unstable-debootstrap/var/log/dpkg.log /tmp/debian-unstable-debootstrap/var/log/bootstrap.log /tmp/debian-unstable-debootstrap/var/log/alternatives.log
00:01:14.763 E: + rm /tmp/debian-unstable-debootstrap/var/cache/debconf/config.dat-old /tmp/debian-unstable-mm/var/cache/debconf/config.dat-old
00:01:14.786 E: + rm /tmp/debian-unstable-debootstrap/var/cache/debconf/templates.dat-old /tmp/debian-unstable-mm/var/cache/debconf/templates.dat-old
00:01:14.814 E: + rm /tmp/debian-unstable-debootstrap/var/lib/dpkg/status-old /tmp/debian-unstable-mm/var/lib/dpkg/status-old
00:01:14.846 E: + rm -f /tmp/debian-unstable-debootstrap/var/lib/dpkg/diversions-old /tmp/debian-unstable-mm/var/lib/dpkg/diversions-old
00:01:14.867 E: + rm /tmp/debian-unstable-debootstrap/var/lib/dpkg/available
00:01:14.895 E: + rm /tmp/debian-unstable-debootstrap/var/lib/dpkg/cmethopt
00:01:14.912 E: + rm /tmp/debian-unstable-mm/var/lib/dpkg/arch
00:01:14.939 E: + chroot /tmp/debian-unstable-debootstrap dpkg --list
00:01:14.974 E: + chroot /tmp/debian-unstable-mm dpkg --list
00:01:14.999 E: + diff -u /tmp/dpkg1 /tmp/dpkg2
00:01:15.027 E: + rm /tmp/dpkg1 /tmp/dpkg2
00:01:15.050 E: + grep -v ^Priority:  /tmp/debian-unstable-debootstrap/var/lib/dpkg/status
00:01:15.074 E: + grep -v ^Priority:  /tmp/debian-unstable-mm/var/lib/dpkg/status
00:01:15.087 E: + diff -u /tmp/status1 /tmp/status2
00:01:15.110 E: + rm /tmp/status1 /tmp/status2
00:01:15.146 E: + rm /tmp/debian-unstable-debootstrap/var/lib/dpkg/status /tmp/debian-unstable-mm/var/lib/dpkg/status
00:01:15.184 E: + [ -e /tmp/debian-unstable-debootstrap/etc/apt/apt.conf.d/01autoremove-kernels ]
00:01:15.217 E: + [ -e /tmp/debian-unstable-mm/etc/apt/apt.conf.d/01autoremove-kernels ]
00:01:15.239 E: + find /tmp/debian-unstable-debootstrap/run/ -mindepth 1 -maxdepth 1 ! -name lock -print0
00:01:15.247 E: + xargs --no-run-if-empty -0 rm -r
00:01:15.274 E: + rm /tmp/debian-unstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_unstable_main_binary-amd64_Packages /tmp/debian-unstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_unstable_InRelease /tmp/debian-unstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_unstable_Release /tmp/debian-unstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_unstable_Release.gpg
00:01:15.306 E: + [ minbase = - ]
00:01:15.331 E: + rm /tmp/debian-unstable-mm/var/cache/apt/archives/lock
00:01:15.342 E: + rm /tmp/debian-unstable-mm/var/lib/apt/extended_states
00:01:15.361 E: + rm /tmp/debian-unstable-mm/var/lib/apt/lists/lock
00:01:15.383 E: + f1=/tmp/debian-unstable-debootstrap//var/lib/dpkg/triggers/File
00:01:15.411 E: + f2=/tmp/debian-unstable-mm//var/lib/dpkg/triggers/File
00:01:15.430 E: + [ ! -e /tmp/debian-unstable-debootstrap//var/lib/dpkg/triggers/File ]
00:01:15.447 E: + [ ! -e /tmp/debian-unstable-mm//var/lib/dpkg/triggers/File ]
00:01:15.486 E: + cmp /tmp/debian-unstable-debootstrap//var/lib/dpkg/triggers/File /tmp/debian-unstable-mm//var/lib/dpkg/triggers/File
00:01:15.494 E: + continue
00:01:15.506 E: + f1=/tmp/debian-unstable-debootstrap//etc/shells
00:01:15.531 E: + f2=/tmp/debian-unstable-mm//etc/shells
00:01:15.561 E: + [ ! -e /tmp/debian-unstable-debootstrap//etc/shells ]
00:01:15.573 E: + [ ! -e /tmp/debian-unstable-mm//etc/shells ]
00:01:15.594 E: + cmp /tmp/debian-unstable-debootstrap//etc/shells /tmp/debian-unstable-mm//etc/shells
00:01:15.612 E: + continue
00:01:15.627 E: + [ minbase = - ]
00:01:15.646 E: + f1=/tmp/debian-unstable-debootstrap/var/log/faillog
00:01:15.659 E: + f2=/tmp/debian-unstable-mm/var/log/faillog
00:01:15.675 E: + [ ! -e /tmp/debian-unstable-debootstrap/var/log/faillog ]
00:01:15.688 E: + [ ! -e /tmp/debian-unstable-mm/var/log/faillog ]
00:01:15.715 E: + continue
00:01:15.727 E: + f1=/tmp/debian-unstable-debootstrap/var/log/lastlog
00:01:15.742 E: + f2=/tmp/debian-unstable-mm/var/log/lastlog
00:01:15.758 E: + [ ! -e /tmp/debian-unstable-debootstrap/var/log/lastlog ]
00:01:15.780 E: + cmp /tmp/debian-unstable-debootstrap/var/log/lastlog /tmp/debian-unstable-mm/var/log/lastlog
00:01:15.811 E: + [ minbase = - ]
00:01:15.839 E: + [ minbase = buildd ]
00:01:15.856 E: + [ -L /tmp/debian-unstable-mm/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service ]
00:01:15.881 E: + readlink /tmp/debian-unstable-mm/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service
00:01:15.926 E: + oldlink=/lib/systemd/system/e2scrub_reap.service
00:01:15.949 E: + oldlink=/usr/lib/systemd/system/e2scrub_reap.service
00:01:15.990 E: + ln -sf /usr/lib/systemd/system/e2scrub_reap.service /tmp/debian-unstable-mm/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service
00:01:16.027 E: + [ -L /tmp/debian-unstable-debootstrap/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service ]
00:01:16.042 E: + readlink /tmp/debian-unstable-debootstrap/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service
00:01:16.064 E: + oldlink=/lib/systemd/system/e2scrub_reap.service
00:01:16.081 E: + oldlink=/usr/lib/systemd/system/e2scrub_reap.service
00:01:16.122 E: + ln -sf /usr/lib/systemd/system/e2scrub_reap.service /tmp/debian-unstable-debootstrap/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service
00:01:16.160 E: + [ -L /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer ]
00:01:16.173 E: + readlink /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:01:16.185 E: + oldlink=/lib/systemd/system/apt-daily-upgrade.timer
00:01:16.193 E: + oldlink=/usr/lib/systemd/system/apt-daily-upgrade.timer
00:01:16.211 E: + ln -sf /usr/lib/systemd/system/apt-daily-upgrade.timer /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:01:16.237 E: + [ -L /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer ]
00:01:16.254 E: + readlink /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:01:16.271 E: + oldlink=/lib/systemd/system/apt-daily-upgrade.timer
00:01:16.295 E: + oldlink=/usr/lib/systemd/system/apt-daily-upgrade.timer
00:01:16.334 E: + ln -sf /usr/lib/systemd/system/apt-daily-upgrade.timer /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:01:16.344 E: + [ -L /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/apt-daily.timer ]
00:01:16.374 E: + readlink /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/apt-daily.timer
00:01:16.397 E: + oldlink=/lib/systemd/system/apt-daily.timer
00:01:16.422 E: + oldlink=/usr/lib/systemd/system/apt-daily.timer
00:01:16.450 E: + ln -sf /usr/lib/systemd/system/apt-daily.timer /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/apt-daily.timer
00:01:16.486 E: + [ -L /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/apt-daily.timer ]
00:01:16.538 E: + readlink /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/apt-daily.timer
00:01:16.571 E: + oldlink=/lib/systemd/system/apt-daily.timer
00:01:16.598 E: + oldlink=/usr/lib/systemd/system/apt-daily.timer
00:01:16.626 E: + ln -sf /usr/lib/systemd/system/apt-daily.timer /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/apt-daily.timer
00:01:16.642 E: + [ -L /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/e2scrub_all.timer ]
00:01:16.667 E: + readlink /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/e2scrub_all.timer
00:01:16.682 E: + oldlink=/lib/systemd/system/e2scrub_all.timer
00:01:16.694 E: + oldlink=/usr/lib/systemd/system/e2scrub_all.timer
00:01:16.719 E: + ln -sf /usr/lib/systemd/system/e2scrub_all.timer /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/e2scrub_all.timer
00:01:16.738 E: + [ -L /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/e2scrub_all.timer ]
00:01:16.763 E: + readlink /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/e2scrub_all.timer
00:01:16.773 E: + oldlink=/lib/systemd/system/e2scrub_all.timer
00:01:16.815 E: + oldlink=/usr/lib/systemd/system/e2scrub_all.timer
00:01:16.859 E: + ln -sf /usr/lib/systemd/system/e2scrub_all.timer /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/e2scrub_all.timer
00:01:16.883 E: + diff --unified --no-dereference --recursive /tmp/debian-unstable-debootstrap /tmp/debian-unstable-mm
00:01:16.902 E: + find /tmp/debian-unstable-debootstrap /tmp/debian-unstable-mm -type d -print0
00:01:16.926 E: + xargs -0 touch --date=@1722845704
00:01:16.934 E: + [ unstable = oldstable ]
00:01:16.950 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
00:01:16.968 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-unstable-debootstrap chmod 0700 ./var/lib/apt/lists/partial
00:01:16.999 E: + id -u _apt
00:01:17.020 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-unstable-debootstrap chown 42:root ./var/lib/apt/lists/partial
00:01:17.037 E: + [ unstable = oldstable ]
00:01:17.062 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
00:01:17.078 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-unstable-debootstrap chmod 0700 ./var/cache/apt/archives/partial
00:01:17.091 E: + id -u _apt
00:01:17.119 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-unstable-debootstrap chown 42:root ./var/cache/apt/archives/partial
00:01:17.142 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:01:17.170 E: + tar -C /tmp/debian-unstable-debootstrap --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root1.tar .
00:01:17.205 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:01:17.225 E: + tar -C /tmp/debian-unstable-mm --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root2.tar .
00:01:17.235 E: + tar --full-time --verbose -tf /tmp/root1.tar
00:01:17.270 E: + tar --full-time --verbose -tf /tmp/root2.tar
00:01:17.283 E: + diff -u /tmp/root1.tar.list /tmp/root2.tar.list
00:01:17.299 E: + rm /tmp/root1.tar /tmp/root2.tar /tmp/root1.tar.list /tmp/root2.tar.list
00:01:17.315 E: + rm -r /tmp/debian-unstable-debootstrap /tmp/debian-unstable-mm
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:44
result: SUCCESS
------------------------------------------------------------------------------
(23/280) check-against-debootstrap-dist
dist: unstable
mode: auto
variant: buildd
format: auto
time left: 6:24:50
------------------------------------------------------------------------------
00:00:00.039 E: + set -eu
00:00:00.041 O: SOURCE_DATE_EPOCH=1722845704
00:00:00.059 E: + export LC_ALL=C.UTF-8
00:00:00.079 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.102 E: + echo SOURCE_DATE_EPOCH=1722845704
00:00:00.137 E: + [ unstable = oldstable ]
00:00:00.158 E: + echo --hook-dir=./hooks/merged-usr
00:00:00.173 E: + echo --include=base-files
00:00:00.184 E: + mmdebstrap --variant=buildd --mode=auto --essential-hook=[ unstable = oldstable ] && [ buildd = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || : --hook-dir=./hooks/merged-usr --include=base-files unstable /tmp/debian-unstable-mm.tar http://127.0.0.1/debian
00:00:01.154 E: I: automatically chosen mode: root
00:00:01.184 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.266 E: I: finding correct signed-by value...
00:00:01.445 E: I: automatically chosen format: tar
00:00:01.455 E: I: using /tmp/mmdebstrap.CWfBXHoom7 as tempdir
00:00:01.549 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.CWfBXHoom7
00:00:01.575 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.CWfBXHoom7/tmp/tmp.7NAAQzKazS/usr-is-merged.deb'.
00:00:01.655 E: Selecting previously unselected package usr-is-merged.
00:00:01.665 E: (Reading database ... 0 files and directories currently installed.)
00:00:01.672 E: Preparing to unpack .../usr-is-merged.deb ...
00:00:01.679 E: Unpacking usr-is-merged (1) ...
00:00:01.691 E: Setting up usr-is-merged (1) ...
00:00:01.716 E: I: running apt-get update...
00:00:04.829 E: I: downloading packages with apt...
00:00:07.602 E: I: extracting archives...
00:00:09.624 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.CWfBXHoom7
00:00:09.631 E: I: installing essential packages...
00:00:18.144 E: I: running --essential-hook in shell: sh -c '[ unstable = oldstable ] && [ buildd = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || :' exec /tmp/mmdebstrap.CWfBXHoom7
00:00:18.154 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.CWfBXHoom7
00:00:18.329 E: Reading package lists...
00:00:18.566 E: Building dependency tree...
00:00:19.082 E: The following packages will be upgraded:
00:00:19.103 E:   usr-is-merged
00:00:19.217 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:00:19.222 E: Need to get 5572 B of archives.
00:00:19.227 E: After this operation, 13.3 kB of additional disk space will be used.
00:00:19.233 E: Get:1 http://127.0.0.1/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
00:00:19.319 E: Fetched 5572 B in 0s (50.2 kB/s)
00:00:19.353 E: Chrooting into /tmp/mmdebstrap.CWfBXHoom7/
00:00:19.453 E: debconf: delaying package configuration, since apt-utils is not installed
00:00:19.505 E: Fetched 5572 B in 0s (50.2 kB/s)
00:00:19.510 E: Chrooting into /tmp/mmdebstrap.CWfBXHoom7/
00:00:19.529 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:00:19.534 E: Preparing to unpack .../usr-is-merged_39_all.deb ...
00:00:19.544 E: Unpacking usr-is-merged (39) over (1) ...
00:00:19.566 E: Chrooting into /tmp/mmdebstrap.CWfBXHoom7/
00:00:19.570 E: Setting up usr-is-merged (39) ...
00:00:19.594 E: Chrooting into /tmp/mmdebstrap.CWfBXHoom7/
00:00:19.757 E: I: installing remaining packages inside the chroot...
00:00:34.742 E: I: cleaning package lists and apt cache...
00:00:34.850 E: I: creating tarball...
00:00:37.924 E: I: done
00:00:38.188 E: I: removing tempdir /tmp/mmdebstrap.CWfBXHoom7...
00:00:38.701 E: I: success in 38.0188 seconds
00:00:38.707 E: + mkdir /tmp/debian-unstable-mm
00:00:38.712 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-unstable-mm -xf /tmp/debian-unstable-mm.tar
00:00:40.129 E: + rm /tmp/debian-unstable-mm.tar
00:00:40.229 E: + mkdir /tmp/debian-unstable-debootstrap
00:00:40.233 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-unstable-debootstrap -xf cache/debian-unstable-buildd.tar
00:00:56.952 E: + tar -C /tmp/debian-unstable-debootstrap -cf /tmp/dev1.tar ./dev
00:00:56.955 E: + tar -C /tmp/debian-unstable-mm -cf /tmp/dev2.tar ./dev
00:00:56.959 E: + ret=0
00:00:56.963 E: + cmp /tmp/dev1.tar /tmp/dev2.tar
00:00:56.967 E: + [ 0 -ne 0 ]
00:00:56.971 E: + rm /tmp/dev1.tar /tmp/dev2.tar
00:00:56.974 E: + rm -r /tmp/debian-unstable-debootstrap/dev /tmp/debian-unstable-mm/dev
00:00:56.984 E: + rm /tmp/debian-unstable-debootstrap/var/cache/apt/archives/apt_2.9.7_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/base-files_13.5_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/base-passwd_3.6.4_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/bash_5.2.21-2.1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/binutils-common_2.42.90.20240720-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/binutils-x86-64-linux-gnu_2.42.90.20240720-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/binutils_2.42.90.20240720-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/bsdutils_1%3a2.40.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/build-essential_12.10_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/bzip2_1.0.8-5.1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/coreutils_9.4-3.1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/cpp-14-x86-64-linux-gnu_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/cpp-14_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/cpp-x86-64-linux-gnu_4%3a14.1.0-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/cpp_4%3a14.1.0-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/dash_0.5.12-9_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/debconf_1.5.87_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/debian-archive-keyring_2023.4_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/debianutils_5.20_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/diffutils_1%3a3.10-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/dpkg-dev_1.22.11_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/dpkg_1.22.11_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/findutils_4.10.0-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/g++-14-x86-64-linux-gnu_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/g++-14_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/g++-x86-64-linux-gnu_4%3a14.1.0-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/g++_4%3a14.1.0-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/gcc-14-base_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/gcc-14-x86-64-linux-gnu_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/gcc-14_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/gcc-x86-64-linux-gnu_4%3a14.1.0-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/gcc_4%3a14.1.0-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/gpgv_2.2.43-8_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/grep_3.11-4_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/gzip_1.12-1.1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/hostname_3.23+nmu2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/init-system-helpers_1.66_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libacl1_2.3.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libapt-pkg6.0t64_2.9.7_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libasan8_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libatomic1_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libattr1_1%3a2.5.2-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libaudit-common_1%3a3.1.2-4_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libaudit1_1%3a3.1.2-4+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libbinutils_2.42.90.20240720-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libblkid1_2.40.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libbz2-1.0_1.0.8-5.1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libc-bin_2.39-6_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libc-dev-bin_2.39-6_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libc6-dev_2.39-6_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libc6_2.39-6_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libcap-ng0_0.8.5-1+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libcap2_1%3a2.66-5_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libcc1-0_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libcrypt-dev_1%3a4.4.36-4_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libcrypt1_1%3a4.4.36-4_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libctf-nobfd0_2.42.90.20240720-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libctf0_2.42.90.20240720-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libdb5.3t64_5.3.28+dfsg2-7_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libdebconfclient0_0.272_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libdpkg-perl_1.22.11_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libffi8_3.4.6-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libgcc-14-dev_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libgcc-s1_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libgcrypt20_1.11.0-5_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libgdbm-compat4t64_1.23-6_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libgdbm6t64_1.23-6_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libgnutls30t64_3.8.6-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libgomp1_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libgpg-error0_1.50-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libgprofng0_2.42.90.20240720-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libhogweed6t64_3.10-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libhwasan0_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libidn2-0_2.3.7-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libisl23_0.26-3+b2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libitm1_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libjansson4_2.14-2+b2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/liblsan0_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/liblz4-1_1.9.4-3_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/liblzma5_5.6.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libmd0_1.1.0-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libmount1_2.40.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libmpc3_1.3.1-1+b2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libmpfr6_4.2.1-1+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libnettle8t64_3.10-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libp11-kit0_0.25.5-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libpam-modules-bin_1.5.3-7_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libpam-modules_1.5.3-7_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libpam-runtime_1.5.3-7_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libpam0g_1.5.3-7_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libpcre2-8-0_10.42-4+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libperl5.38t64_5.38.2-5_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libquadmath0_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libseccomp2_2.5.5-1+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libselinux1_3.5-2+b3_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libsframe1_2.42.90.20240720-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libsmartcols1_2.40.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libssl3t64_3.3.1-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libstdc++-14-dev_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libstdc++6_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libsystemd0_256.4-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libtasn1-6_4.19.0-3+b2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libtinfo6_6.5-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libtsan2_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libubsan1_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libudev1_256.4-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libunistring5_1.2-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libuuid1_2.40.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libxxhash0_0.8.2-2+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libzstd1_1.5.6+dfsg-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/linux-libc-dev_6.9.12-1_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/make_4.3-4.1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/mawk_1.3.4.20240622-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/ncurses-base_6.5-2_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/ncurses-bin_6.5-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/patch_2.7.6-7_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/perl-base_5.38.2-5_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/perl-modules-5.38_5.38.2-5_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/perl_5.38.2-5_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/rpcsvc-proto_1.4.3-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/sed_4.9-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/sysvinit-utils_3.09-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/tar_1.35+dfsg-3_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/usr-is-merged_39_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/util-linux_2.40.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/xz-utils_5.6.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb
00:00:56.999 E: + rm /tmp/debian-unstable-debootstrap/var/cache/ldconfig/aux-cache
00:00:57.005 E: + rm /tmp/debian-unstable-debootstrap/var/log/dpkg.log /tmp/debian-unstable-debootstrap/var/log/bootstrap.log /tmp/debian-unstable-debootstrap/var/log/alternatives.log
00:00:57.011 E: + rm /tmp/debian-unstable-debootstrap/var/cache/debconf/config.dat-old /tmp/debian-unstable-mm/var/cache/debconf/config.dat-old
00:00:57.016 E: + rm /tmp/debian-unstable-debootstrap/var/cache/debconf/templates.dat-old /tmp/debian-unstable-mm/var/cache/debconf/templates.dat-old
00:00:57.021 E: + rm /tmp/debian-unstable-debootstrap/var/lib/dpkg/status-old /tmp/debian-unstable-mm/var/lib/dpkg/status-old
00:00:57.025 E: + rm -f /tmp/debian-unstable-debootstrap/var/lib/dpkg/diversions-old /tmp/debian-unstable-mm/var/lib/dpkg/diversions-old
00:00:57.029 E: + rm /tmp/debian-unstable-debootstrap/var/lib/dpkg/available
00:00:57.034 E: + rm /tmp/debian-unstable-debootstrap/var/lib/dpkg/cmethopt
00:00:57.038 E: + rm /tmp/debian-unstable-mm/var/lib/dpkg/arch
00:00:57.042 E: + chroot /tmp/debian-unstable-debootstrap dpkg --list
00:00:57.056 E: + chroot /tmp/debian-unstable-mm dpkg --list
00:00:57.070 E: + diff -u /tmp/dpkg1 /tmp/dpkg2
00:00:57.074 E: + rm /tmp/dpkg1 /tmp/dpkg2
00:00:57.078 E: + grep -v ^Priority:  /tmp/debian-unstable-debootstrap/var/lib/dpkg/status
00:00:57.082 E: + grep -v ^Priority:  /tmp/debian-unstable-mm/var/lib/dpkg/status
00:00:57.086 E: + diff -u /tmp/status1 /tmp/status2
00:00:57.089 E: + rm /tmp/status1 /tmp/status2
00:00:57.093 E: + rm /tmp/debian-unstable-debootstrap/var/lib/dpkg/status /tmp/debian-unstable-mm/var/lib/dpkg/status
00:00:57.097 E: + [ -e /tmp/debian-unstable-debootstrap/etc/apt/apt.conf.d/01autoremove-kernels ]
00:00:57.101 E: + [ -e /tmp/debian-unstable-mm/etc/apt/apt.conf.d/01autoremove-kernels ]
00:00:57.106 E: + find /tmp/debian-unstable-debootstrap/run/ -mindepth 1 -maxdepth 1 ! -name lock -print0
00:00:57.110 E: + xargs --no-run-if-empty -0 rm -r
00:00:57.114 E: + rm /tmp/debian-unstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_unstable_main_binary-amd64_Packages /tmp/debian-unstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_unstable_InRelease /tmp/debian-unstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_unstable_Release /tmp/debian-unstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_unstable_Release.gpg
00:00:57.117 E: + [ buildd = - ]
00:00:57.123 E: + rm /tmp/debian-unstable-mm/var/cache/apt/archives/lock
00:00:57.127 E: + rm /tmp/debian-unstable-mm/var/lib/apt/extended_states
00:00:57.131 E: + rm /tmp/debian-unstable-mm/var/lib/apt/lists/lock
00:00:57.135 E: + f1=/tmp/debian-unstable-debootstrap//var/lib/dpkg/triggers/File
00:00:57.139 E: + f2=/tmp/debian-unstable-mm//var/lib/dpkg/triggers/File
00:00:57.143 E: + [ ! -e /tmp/debian-unstable-debootstrap//var/lib/dpkg/triggers/File ]
00:00:57.146 E: + [ ! -e /tmp/debian-unstable-mm//var/lib/dpkg/triggers/File ]
00:00:57.150 E: + cmp /tmp/debian-unstable-debootstrap//var/lib/dpkg/triggers/File /tmp/debian-unstable-mm//var/lib/dpkg/triggers/File
00:00:57.154 E: + continue
00:00:57.159 E: + f1=/tmp/debian-unstable-debootstrap//etc/shells
00:00:57.162 E: + f2=/tmp/debian-unstable-mm//etc/shells
00:00:57.166 E: + [ ! -e /tmp/debian-unstable-debootstrap//etc/shells ]
00:00:57.171 E: + [ ! -e /tmp/debian-unstable-mm//etc/shells ]
00:00:57.175 E: + cmp /tmp/debian-unstable-debootstrap//etc/shells /tmp/debian-unstable-mm//etc/shells
00:00:57.179 E: + continue
00:00:57.183 E: + [ buildd = - ]
00:00:57.187 E: + f1=/tmp/debian-unstable-debootstrap/var/log/faillog
00:00:57.191 E: + f2=/tmp/debian-unstable-mm/var/log/faillog
00:00:57.196 E: + [ ! -e /tmp/debian-unstable-debootstrap/var/log/faillog ]
00:00:57.199 E: + [ ! -e /tmp/debian-unstable-mm/var/log/faillog ]
00:00:57.203 E: + continue
00:00:57.207 E: + f1=/tmp/debian-unstable-debootstrap/var/log/lastlog
00:00:57.211 E: + f2=/tmp/debian-unstable-mm/var/log/lastlog
00:00:57.215 E: + [ ! -e /tmp/debian-unstable-debootstrap/var/log/lastlog ]
00:00:57.219 E: + cmp /tmp/debian-unstable-debootstrap/var/log/lastlog /tmp/debian-unstable-mm/var/log/lastlog
00:00:57.223 E: + [ buildd = - ]
00:00:57.227 E: + [ buildd = buildd ]
00:00:57.232 E: + [ unstable != stable ]
00:00:57.236 E: + [ unstable != oldstable ]
00:00:57.239 E: + readlink /tmp/debian-unstable-debootstrap/etc/localtime
00:00:57.244 E: + [ /usr/share/zoneinfo/UTC = /usr/share/zoneinfo/UTC ]
00:00:57.248 E: + rm /tmp/debian-unstable-debootstrap/etc/localtime
00:00:57.252 E: + [ -L /tmp/debian-unstable-mm/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service ]
00:00:57.256 E: + continue
00:00:57.260 E: + [ -L /tmp/debian-unstable-debootstrap/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service ]
00:00:57.264 E: + continue
00:00:57.268 E: + [ -L /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer ]
00:00:57.272 E: + readlink /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:00:57.276 E: + oldlink=/lib/systemd/system/apt-daily-upgrade.timer
00:00:57.280 E: + oldlink=/usr/lib/systemd/system/apt-daily-upgrade.timer
00:00:57.284 E: + ln -sf /usr/lib/systemd/system/apt-daily-upgrade.timer /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:00:57.288 E: + [ -L /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer ]
00:00:57.292 E: + readlink /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:00:57.297 E: + oldlink=/lib/systemd/system/apt-daily-upgrade.timer
00:00:57.301 E: + oldlink=/usr/lib/systemd/system/apt-daily-upgrade.timer
00:00:57.305 E: + ln -sf /usr/lib/systemd/system/apt-daily-upgrade.timer /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:00:57.309 E: + [ -L /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/apt-daily.timer ]
00:00:57.313 E: + readlink /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/apt-daily.timer
00:00:57.317 E: + oldlink=/lib/systemd/system/apt-daily.timer
00:00:57.321 E: + oldlink=/usr/lib/systemd/system/apt-daily.timer
00:00:57.325 E: + ln -sf /usr/lib/systemd/system/apt-daily.timer /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/apt-daily.timer
00:00:57.329 E: + [ -L /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/apt-daily.timer ]
00:00:57.333 E: + readlink /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/apt-daily.timer
00:00:57.337 E: + oldlink=/lib/systemd/system/apt-daily.timer
00:00:57.341 E: + oldlink=/usr/lib/systemd/system/apt-daily.timer
00:00:57.345 E: + ln -sf /usr/lib/systemd/system/apt-daily.timer /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/apt-daily.timer
00:00:57.349 E: + [ -L /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/e2scrub_all.timer ]
00:00:57.354 E: + continue
00:00:57.358 E: + [ -L /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/e2scrub_all.timer ]
00:00:57.362 E: + continue
00:00:57.366 E: + diff --unified --no-dereference --recursive /tmp/debian-unstable-debootstrap /tmp/debian-unstable-mm
00:00:57.918 E: + + xargs -0 touch --date=@1722845704
00:00:57.923 E: find /tmp/debian-unstable-debootstrap /tmp/debian-unstable-mm -type d -print0
00:00:58.002 E: + [ unstable = oldstable ]
00:00:58.006 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
00:00:58.009 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-unstable-debootstrap chmod 0700 ./var/lib/apt/lists/partial
00:00:58.013 E: + id -u _apt
00:00:58.017 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-unstable-debootstrap chown 42:root ./var/lib/apt/lists/partial
00:00:58.021 E: + [ unstable = oldstable ]
00:00:58.025 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
00:00:58.029 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-unstable-debootstrap chmod 0700 ./var/cache/apt/archives/partial
00:00:58.033 E: + id -u _apt
00:00:58.037 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-unstable-debootstrap chown 42:root ./var/cache/apt/archives/partial
00:00:58.041 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:00:58.045 E: + tar -C /tmp/debian-unstable-debootstrap --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root1.tar .
00:00:58.961 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:00:58.965 E: + tar -C /tmp/debian-unstable-mm --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root2.tar .
00:01:00.003 E: + tar --full-time --verbose -tf /tmp/root1.tar
00:01:00.138 E: + tar --full-time --verbose -tf /tmp/root2.tar
00:01:00.268 E: + diff -u /tmp/root1.tar.list /tmp/root2.tar.list
00:01:00.274 E: + rm /tmp/root1.tar /tmp/root2.tar /tmp/root1.tar.list /tmp/root2.tar.list
00:01:00.492 E: + rm -r /tmp/debian-unstable-debootstrap /tmp/debian-unstable-mm
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:24
result: SUCCESS
------------------------------------------------------------------------------
(24/280) check-against-debootstrap-dist
dist: unstable
mode: auto
variant: -
format: auto
time left: 6:22:31
------------------------------------------------------------------------------
00:00:00.006 O: SOURCE_DATE_EPOCH=1722845704
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.021 E: + echo SOURCE_DATE_EPOCH=1722845704
00:00:00.025 E: + [ unstable = oldstable ]
00:00:00.029 E: + echo --hook-dir=./hooks/merged-usr
00:00:00.034 E: + echo --include=base-files
00:00:00.038 E: + mmdebstrap --variant=- --mode=auto --essential-hook=[ unstable = oldstable ] && [ - = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || : --hook-dir=./hooks/merged-usr --include=base-files unstable /tmp/debian-unstable-mm.tar http://127.0.0.1/debian
00:00:00.476 E: I: automatically chosen mode: root
00:00:00.485 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.519 E: I: finding correct signed-by value...
00:00:00.642 E: I: automatically chosen format: tar
00:00:00.646 E: I: using /tmp/mmdebstrap._Oe2wQrtqL as tempdir
00:00:00.703 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap._Oe2wQrtqL
00:00:00.720 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap._Oe2wQrtqL/tmp/tmp.o3fWWvowLm/usr-is-merged.deb'.
00:00:00.767 E: Selecting previously unselected package usr-is-merged.
00:00:00.771 E: (Reading database ... 0 files and directories currently installed.)
00:00:00.775 E: Preparing to unpack .../usr-is-merged.deb ...
00:00:00.779 E: Unpacking usr-is-merged (1) ...
00:00:00.788 E: Setting up usr-is-merged (1) ...
00:00:00.802 E: I: running apt-get update...
00:00:03.663 E: I: downloading packages with apt...
00:00:05.694 E: I: extracting archives...
00:00:07.593 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap._Oe2wQrtqL
00:00:07.602 E: I: installing essential packages...
00:00:13.292 E: I: running --essential-hook in shell: sh -c '[ unstable = oldstable ] && [ - = - ] && echo _apt:*:100:65534::/nonexistent:/usr/sbin/nologin >> "$1"/etc/passwd || :' exec /tmp/mmdebstrap._Oe2wQrtqL
00:00:13.297 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap._Oe2wQrtqL
00:00:13.467 E: Reading package lists...
00:00:13.733 E: Building dependency tree...
00:00:14.262 E: The following packages will be upgraded:
00:00:14.267 E:   usr-is-merged
00:00:14.310 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:00:14.314 E: Need to get 5572 B of archives.
00:00:14.318 E: After this operation, 13.3 kB of additional disk space will be used.
00:00:14.322 E: Get:1 http://127.0.0.1/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
00:00:14.387 E: Fetched 5572 B in 0s (255 kB/s)
00:00:14.392 E: Chrooting into /tmp/mmdebstrap._Oe2wQrtqL/
00:00:14.491 E: debconf: delaying package configuration, since apt-utils is not installed
00:00:14.538 E: Fetched 5572 B in 0s (255 kB/s)
00:00:14.543 E: Chrooting into /tmp/mmdebstrap._Oe2wQrtqL/
00:00:14.560 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:00:14.564 E: Preparing to unpack .../usr-is-merged_39_all.deb ...
00:00:14.574 E: Unpacking usr-is-merged (39) over (1) ...
00:00:14.593 E: Chrooting into /tmp/mmdebstrap._Oe2wQrtqL/
00:00:14.598 E: Setting up usr-is-merged (39) ...
00:00:14.621 E: Chrooting into /tmp/mmdebstrap._Oe2wQrtqL/
00:00:14.790 E: I: installing remaining packages inside the chroot...
00:00:27.185 E: I: cleaning package lists and apt cache...
00:00:27.308 E: I: creating tarball...
00:00:28.619 E: I: done
00:00:28.792 E: I: removing tempdir /tmp/mmdebstrap._Oe2wQrtqL...
00:00:29.124 E: I: success in 28.7842 seconds
00:00:29.133 E: + mkdir /tmp/debian-unstable-mm
00:00:29.137 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-unstable-mm -xf /tmp/debian-unstable-mm.tar
00:00:29.837 E: + rm /tmp/debian-unstable-mm.tar
00:00:29.881 E: + mkdir /tmp/debian-unstable-debootstrap
00:00:29.886 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-unstable-debootstrap -xf cache/debian-unstable--.tar
00:00:38.520 E: + tar -C /tmp/debian-unstable-debootstrap -cf /tmp/dev1.tar ./dev
00:00:38.524 E: + tar -C /tmp/debian-unstable-mm -cf /tmp/dev2.tar ./dev
00:00:38.528 E: + ret=0
00:00:38.531 E: + cmp /tmp/dev1.tar /tmp/dev2.tar
00:00:38.535 E: + [ 0 -ne 0 ]
00:00:38.539 E: + rm /tmp/dev1.tar /tmp/dev2.tar
00:00:38.543 E: + rm -r /tmp/debian-unstable-debootstrap/dev /tmp/debian-unstable-mm/dev
00:00:38.552 E: + rm /tmp/debian-unstable-debootstrap/var/cache/apt/archives/adduser_3.137_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/apt-utils_2.9.7_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/apt_2.9.7_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/base-files_13.5_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/base-passwd_3.6.4_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/bash_5.2.21-2.1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/bsdutils_1%3a2.40.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/coreutils_9.4-3.1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/cpio_2.15+dfsg-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/cron-daemon-common_3.0pl1-189_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/cron_3.0pl1-189_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/dash_0.5.12-9_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/debconf-i18n_1.5.87_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/debconf_1.5.87_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/debian-archive-keyring_2023.4_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/debianutils_5.20_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/diffutils_1%3a3.10-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/dmidecode_3.6-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/dpkg_1.22.11_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/e2fsprogs_1.47.1-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/fdisk_2.40.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/findutils_4.10.0-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/gcc-14-base_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/gpgv_2.2.43-8_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/grep_3.11-4_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/gzip_1.12-1.1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/hostname_3.23+nmu2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/ifupdown_0.8.43_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/init-system-helpers_1.66_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/init_1.66_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/iproute2_6.10.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/iputils-ping_3%3a20240117-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/isc-dhcp-client_4.4.3-P1-5_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/isc-dhcp-common_4.4.3-P1-5_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/kmod_32+20240611-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/less_643-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libacl1_2.3.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libapparmor1_3.1.7-1+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libapt-pkg6.0t64_2.9.7_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libattr1_1%3a2.5.2-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libaudit-common_1%3a3.1.2-4_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libaudit1_1%3a3.1.2-4+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libblkid1_2.40.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libbpf1_1%3a1.4.5-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libbsd0_0.12.2-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libbz2-1.0_1.0.8-5.1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libc-bin_2.39-6_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libc6_2.39-6_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libcap-ng0_0.8.5-1+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libcap2-bin_1%3a2.66-5_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libcap2_1%3a2.66-5_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libcom-err2_1.47.1-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libcrypt1_1%3a4.4.36-4_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libdb5.3t64_5.3.28+dfsg2-7_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libdebconfclient0_0.272_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libedit2_3.1-20240517-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libelf1t64_0.191-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libext2fs2t64_1.47.1-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libfdisk1_2.40.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libffi8_3.4.6-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libgcc-s1_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libgcrypt20_1.11.0-5_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libgnutls30t64_3.8.6-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libgpg-error0_1.50-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libgssapi-krb5-2_1.21.3-3_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libhogweed6t64_3.10-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libidn2-0_2.3.7-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libjansson4_2.14-2+b2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libk5crypto3_1.21.3-3_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libkeyutils1_1.6.3-3_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libkmod2_32+20240611-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libkrb5-3_1.21.3-3_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libkrb5support0_1.21.3-3_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/liblocale-gettext-perl_1.07-7_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/liblz4-1_1.9.4-3_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/liblzma5_5.6.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libmd0_1.1.0-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libmnl0_1.0.5-2+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libmount1_2.40.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libncursesw6_6.5-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libnettle8t64_3.10-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libnewt0.52_0.52.24-2+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libnftables1_1.1.0-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libnftnl11_1.2.7-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libp11-kit0_0.25.5-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libpam-modules-bin_1.5.3-7_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libpam-modules_1.5.3-7_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libpam-runtime_1.5.3-7_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libpam0g_1.5.3-7_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libpcre2-8-0_10.42-4+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libpopt0_1.19+dfsg-1+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libproc2-0_2%3a4.0.4-5_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libreadline8t64_8.2-4_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libseccomp2_2.5.5-1+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libselinux1_3.5-2+b3_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libsemanage-common_3.5-1_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libsemanage2_3.5-1+b4_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libsepol2_3.5-2+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libslang2_2.3.3-5_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libsmartcols1_2.40.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libss2_1.47.1-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libssl3t64_3.3.1-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libstdc++6_14.2.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libsystemd-shared_256.4-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libsystemd0_256.4-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libtasn1-6_4.19.0-3+b2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libtext-charwidth-perl_0.04-11+b3_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libtext-iconv-perl_1.7-8+b3_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libtext-wrapi18n-perl_0.06-10_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libtinfo6_6.5-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libtirpc-common_1.3.4+ds-1.3_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libtirpc3t64_1.3.4+ds-1.3_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libudev1_256.4-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libunistring5_1.2-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libuuid1_2.40.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libxtables12_1.8.10-4_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libxxhash0_0.8.2-2+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/libzstd1_1.5.6+dfsg-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/login_1%3a4.15.3-3_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/logrotate_3.22.0-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/logsave_1.47.1-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/mawk_1.3.4.20240622-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/mount_2.40.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/nano_8.1-1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/ncurses-base_6.5-2_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/ncurses-bin_6.5-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/netbase_6.4_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/nftables_1.1.0-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/passwd_1%3a4.15.3-3_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/perl-base_5.38.2-5_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/procps_2%3a4.0.4-5_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/readline-common_8.2-4_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/sed_4.9-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/sensible-utils_0.0.24_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/systemd-sysv_256.4-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/systemd_256.4-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/sysvinit-utils_3.09-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/tar_1.35+dfsg-3_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/tasksel-data_3.75_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/tasksel_3.75_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/tzdata_2024a-4_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/udev_256.4-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/usr-is-merged_39_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/util-linux_2.40.2-2_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/vim-common_2%3a9.1.0496-1_all.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/vim-tiny_2%3a9.1.0496-1+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/whiptail_0.52.24-2+b1_amd64.deb /tmp/debian-unstable-debootstrap/var/cache/apt/archives/zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb
00:00:38.558 E: + rm /tmp/debian-unstable-debootstrap/var/cache/ldconfig/aux-cache
00:00:38.561 E: + rm /tmp/debian-unstable-debootstrap/var/log/dpkg.log /tmp/debian-unstable-debootstrap/var/log/bootstrap.log /tmp/debian-unstable-debootstrap/var/log/alternatives.log
00:00:38.565 E: + rm /tmp/debian-unstable-debootstrap/var/cache/debconf/config.dat-old /tmp/debian-unstable-mm/var/cache/debconf/config.dat-old
00:00:38.569 E: + rm /tmp/debian-unstable-debootstrap/var/cache/debconf/templates.dat-old /tmp/debian-unstable-mm/var/cache/debconf/templates.dat-old
00:00:38.573 E: + rm /tmp/debian-unstable-debootstrap/var/lib/dpkg/status-old /tmp/debian-unstable-mm/var/lib/dpkg/status-old
00:00:38.577 E: + rm -f /tmp/debian-unstable-debootstrap/var/lib/dpkg/diversions-old /tmp/debian-unstable-mm/var/lib/dpkg/diversions-old
00:00:38.582 E: + rm /tmp/debian-unstable-debootstrap/var/lib/dpkg/available
00:00:38.585 E: + rm /tmp/debian-unstable-debootstrap/var/lib/dpkg/cmethopt
00:00:38.589 E: + rm /tmp/debian-unstable-mm/var/lib/dpkg/arch
00:00:38.593 E: + chroot /tmp/debian-unstable-debootstrap dpkg --list
00:00:38.597 E: + chroot /tmp/debian-unstable-mm dpkg --list
00:00:38.601 E: + diff -u /tmp/dpkg1 /tmp/dpkg2
00:00:38.605 E: + rm /tmp/dpkg1 /tmp/dpkg2
00:00:38.609 E: + grep -v ^Priority:  /tmp/debian-unstable-debootstrap/var/lib/dpkg/status
00:00:38.612 E: + grep -v ^Priority:  /tmp/debian-unstable-mm/var/lib/dpkg/status
00:00:38.616 E: + diff -u /tmp/status1 /tmp/status2
00:00:38.621 E: + rm /tmp/status1 /tmp/status2
00:00:38.625 E: + rm /tmp/debian-unstable-debootstrap/var/lib/dpkg/status /tmp/debian-unstable-mm/var/lib/dpkg/status
00:00:38.629 E: + [ -e /tmp/debian-unstable-debootstrap/etc/apt/apt.conf.d/01autoremove-kernels ]
00:00:38.633 E: + [ -e /tmp/debian-unstable-mm/etc/apt/apt.conf.d/01autoremove-kernels ]
00:00:38.637 E: + find /tmp/debian-unstable-debootstrap/run/ -mindepth 1 -maxdepth 1 ! -name lock -print0
00:00:38.641 E: + xargs --no-run-if-empty -0 rm -r
00:00:38.645 E: + rm /tmp/debian-unstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_unstable_main_binary-amd64_Packages /tmp/debian-unstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_unstable_InRelease /tmp/debian-unstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_unstable_Release /tmp/debian-unstable-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_unstable_Release.gpg
00:00:38.649 E: + [ - = - ]
00:00:38.653 E: + rm /tmp/debian-unstable-debootstrap/etc/machine-id
00:00:38.657 E: + rm /tmp/debian-unstable-mm/etc/machine-id
00:00:38.661 E: + rm /tmp/debian-unstable-debootstrap/var/lib/systemd/catalog/database
00:00:38.666 E: + rm /tmp/debian-unstable-mm/var/lib/systemd/catalog/database
00:00:38.670 E: + chroot /tmp/debian-unstable-debootstrap /sbin/getcap /bin/ping
00:00:38.673 E: + cap=/bin/ping cap_net_raw=ep
00:00:38.677 E: + expected=/bin/ping cap_net_raw=ep
00:00:38.681 E: + [ /bin/ping cap_net_raw=ep != /bin/ping cap_net_raw=ep ]
00:00:38.685 E: + chroot /tmp/debian-unstable-mm /sbin/getcap /bin/ping
00:00:38.689 E: + cap=/bin/ping cap_net_raw=ep
00:00:38.692 E: + [ /bin/ping cap_net_raw=ep != /bin/ping cap_net_raw=ep ]
00:00:38.696 E: + rm /tmp/debian-unstable-mm/var/cache/apt/archives/lock
00:00:38.700 E: + rm /tmp/debian-unstable-mm/var/lib/apt/extended_states
00:00:38.704 E: + rm /tmp/debian-unstable-mm/var/lib/apt/lists/lock
00:00:38.709 E: + f1=/tmp/debian-unstable-debootstrap//var/lib/dpkg/triggers/File
00:00:38.713 E: + f2=/tmp/debian-unstable-mm//var/lib/dpkg/triggers/File
00:00:38.716 E: + [ ! -e /tmp/debian-unstable-debootstrap//var/lib/dpkg/triggers/File ]
00:00:38.720 E: + [ ! -e /tmp/debian-unstable-mm//var/lib/dpkg/triggers/File ]
00:00:38.725 E: + cmp /tmp/debian-unstable-debootstrap//var/lib/dpkg/triggers/File /tmp/debian-unstable-mm//var/lib/dpkg/triggers/File
00:00:38.728 E: + continue
00:00:38.732 E: + f1=/tmp/debian-unstable-debootstrap//etc/shells
00:00:38.738 E: + f2=/tmp/debian-unstable-mm//etc/shells
00:00:38.742 E: + [ ! -e /tmp/debian-unstable-debootstrap//etc/shells ]
00:00:38.746 E: + [ ! -e /tmp/debian-unstable-mm//etc/shells ]
00:00:38.750 E: + cmp /tmp/debian-unstable-debootstrap//etc/shells /tmp/debian-unstable-mm//etc/shells
00:00:38.754 E: + continue
00:00:38.758 E: + [ - = - ]
00:00:38.762 E: + [ {{ DIST}} = oldstable ]
00:00:38.766 E: + f1=/tmp/debian-unstable-debootstrap/var/log/faillog
00:00:38.770 E: + f2=/tmp/debian-unstable-mm/var/log/faillog
00:00:38.774 E: + [ ! -e /tmp/debian-unstable-debootstrap/var/log/faillog ]
00:00:38.778 E: + [ ! -e /tmp/debian-unstable-mm/var/log/faillog ]
00:00:38.782 E: + continue
00:00:38.786 E: + f1=/tmp/debian-unstable-debootstrap/var/log/lastlog
00:00:38.790 E: + f2=/tmp/debian-unstable-mm/var/log/lastlog
00:00:38.794 E: + [ ! -e /tmp/debian-unstable-debootstrap/var/log/lastlog ]
00:00:38.799 E: + cmp /tmp/debian-unstable-debootstrap/var/log/lastlog /tmp/debian-unstable-mm/var/log/lastlog
00:00:38.803 E: + [ - = - ]
00:00:38.807 E: + sort /tmp/debian-unstable-mm/etc/group
00:00:38.811 E: + mv /tmp/debian-unstable-mm/etc/group.bak /tmp/debian-unstable-mm/etc/group
00:00:38.815 E: + sort /tmp/debian-unstable-debootstrap/etc/group
00:00:38.818 E: + mv /tmp/debian-unstable-debootstrap/etc/group.bak /tmp/debian-unstable-debootstrap/etc/group
00:00:38.824 E: + sort /tmp/debian-unstable-mm/etc/group-
00:00:38.828 E: + mv /tmp/debian-unstable-mm/etc/group-.bak /tmp/debian-unstable-mm/etc/group-
00:00:38.832 E: + sort /tmp/debian-unstable-debootstrap/etc/group-
00:00:38.835 E: + mv /tmp/debian-unstable-debootstrap/etc/group-.bak /tmp/debian-unstable-debootstrap/etc/group-
00:00:38.839 E: + sort /tmp/debian-unstable-mm/etc/gshadow
00:00:38.843 E: + mv /tmp/debian-unstable-mm/etc/gshadow.bak /tmp/debian-unstable-mm/etc/gshadow
00:00:38.848 E: + sort /tmp/debian-unstable-debootstrap/etc/gshadow
00:00:38.851 E: + mv /tmp/debian-unstable-debootstrap/etc/gshadow.bak /tmp/debian-unstable-debootstrap/etc/gshadow
00:00:38.855 E: + sort /tmp/debian-unstable-mm/etc/gshadow-
00:00:38.859 E: + mv /tmp/debian-unstable-mm/etc/gshadow-.bak /tmp/debian-unstable-mm/etc/gshadow-
00:00:38.863 E: + sort /tmp/debian-unstable-debootstrap/etc/gshadow-
00:00:38.867 E: + mv /tmp/debian-unstable-debootstrap/etc/gshadow-.bak /tmp/debian-unstable-debootstrap/etc/gshadow-
00:00:38.871 E: + sort /tmp/debian-unstable-mm/etc/shadow
00:00:38.875 E: + mv /tmp/debian-unstable-mm/etc/shadow.bak /tmp/debian-unstable-mm/etc/shadow
00:00:38.879 E: + sort /tmp/debian-unstable-debootstrap/etc/shadow
00:00:38.883 E: + mv /tmp/debian-unstable-debootstrap/etc/shadow.bak /tmp/debian-unstable-debootstrap/etc/shadow
00:00:38.889 E: + sort /tmp/debian-unstable-mm/etc/shadow-
00:00:38.893 E: + mv /tmp/debian-unstable-mm/etc/shadow-.bak /tmp/debian-unstable-mm/etc/shadow-
00:00:38.897 E: + sort /tmp/debian-unstable-debootstrap/etc/shadow-
00:00:38.902 E: + mv /tmp/debian-unstable-debootstrap/etc/shadow-.bak /tmp/debian-unstable-debootstrap/etc/shadow-
00:00:38.906 E: + rm /tmp/debian-unstable-mm/etc/shadow-
00:00:38.910 E: + rm /tmp/debian-unstable-debootstrap/etc/shadow-
00:00:38.914 E: + rm /tmp/debian-unstable-mm/etc/passwd-
00:00:38.918 E: + rm /tmp/debian-unstable-debootstrap/etc/passwd-
00:00:38.922 E: + [ - = buildd ]
00:00:38.926 E: + [ -L /tmp/debian-unstable-mm/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service ]
00:00:38.929 E: + readlink /tmp/debian-unstable-mm/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service
00:00:38.933 E: + oldlink=/usr/lib/systemd/system/e2scrub_reap.service
00:00:38.938 E: + :
00:00:38.942 E: + ln -sf /usr/lib/systemd/system/e2scrub_reap.service /tmp/debian-unstable-mm/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service
00:00:38.946 E: + [ -L /tmp/debian-unstable-debootstrap/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service ]
00:00:38.950 E: + readlink /tmp/debian-unstable-debootstrap/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service
00:00:38.954 E: + oldlink=/lib/systemd/system/e2scrub_reap.service
00:00:38.959 E: + oldlink=/usr/lib/systemd/system/e2scrub_reap.service
00:00:38.962 E: + ln -sf /usr/lib/systemd/system/e2scrub_reap.service /tmp/debian-unstable-debootstrap/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service
00:00:38.966 E: + [ -L /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer ]
00:00:38.970 E: + readlink /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:00:38.973 E: + oldlink=/usr/lib/systemd/system/apt-daily-upgrade.timer
00:00:38.977 E: + :
00:00:38.981 E: + ln -sf /usr/lib/systemd/system/apt-daily-upgrade.timer /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:00:38.984 E: + [ -L /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer ]
00:00:38.988 E: + readlink /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:00:38.991 E: + oldlink=/lib/systemd/system/apt-daily-upgrade.timer
00:00:38.995 E: + oldlink=/usr/lib/systemd/system/apt-daily-upgrade.timer
00:00:38.998 E: + ln -sf /usr/lib/systemd/system/apt-daily-upgrade.timer /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
00:00:39.002 E: + [ -L /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/apt-daily.timer ]
00:00:39.005 E: + readlink /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/apt-daily.timer
00:00:39.009 E: + oldlink=/usr/lib/systemd/system/apt-daily.timer
00:00:39.013 E: + :
00:00:39.016 E: + ln -sf /usr/lib/systemd/system/apt-daily.timer /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/apt-daily.timer
00:00:39.020 E: + [ -L /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/apt-daily.timer ]
00:00:39.024 E: + readlink /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/apt-daily.timer
00:00:39.029 E: + oldlink=/lib/systemd/system/apt-daily.timer
00:00:39.032 E: + oldlink=/usr/lib/systemd/system/apt-daily.timer
00:00:39.036 E: + ln -sf /usr/lib/systemd/system/apt-daily.timer /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/apt-daily.timer
00:00:39.039 E: + [ -L /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/e2scrub_all.timer ]
00:00:39.043 E: + readlink /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/e2scrub_all.timer
00:00:39.047 E: + oldlink=/usr/lib/systemd/system/e2scrub_all.timer
00:00:39.051 E: + :
00:00:39.055 E: + ln -sf /usr/lib/systemd/system/e2scrub_all.timer /tmp/debian-unstable-mm/etc/systemd/system/timers.target.wants/e2scrub_all.timer
00:00:39.059 E: + [ -L /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/e2scrub_all.timer ]
00:00:39.063 E: + readlink /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/e2scrub_all.timer
00:00:39.067 E: + oldlink=/lib/systemd/system/e2scrub_all.timer
00:00:39.071 E: + oldlink=/usr/lib/systemd/system/e2scrub_all.timer
00:00:39.074 E: + ln -sf /usr/lib/systemd/system/e2scrub_all.timer /tmp/debian-unstable-debootstrap/etc/systemd/system/timers.target.wants/e2scrub_all.timer
00:00:39.078 E: + diff --unified --no-dereference --recursive /tmp/debian-unstable-debootstrap /tmp/debian-unstable-mm
00:00:39.227 E: + find /tmp/debian-unstable-debootstrap /tmp/debian-unstable-mm -type d -print0
00:00:39.231 E: + xargs -0 touch --date=@1722845704
00:00:39.292 E: + [ unstable = oldstable ]
00:00:39.297 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
00:00:39.301 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-unstable-debootstrap chmod 0700 ./var/lib/apt/lists/partial
00:00:39.305 E: + id -u _apt
00:00:39.308 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-unstable-debootstrap chown 42:root ./var/lib/apt/lists/partial
00:00:39.312 E: + [ unstable = oldstable ]
00:00:39.315 E: + unmergedPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
00:00:39.319 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-unstable-debootstrap chmod 0700 ./var/cache/apt/archives/partial
00:00:39.322 E: + id -u _apt
00:00:39.326 E: + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin chroot /tmp/debian-unstable-debootstrap chown 42:root ./var/cache/apt/archives/partial
00:00:39.331 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:00:39.335 E: + tar -C /tmp/debian-unstable-debootstrap --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root1.tar .
00:00:39.765 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:00:39.770 E: + tar -C /tmp/debian-unstable-mm --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root2.tar .
00:00:40.287 E: + tar --full-time --verbose -tf /tmp/root1.tar
00:00:40.379 E: + tar --full-time --verbose -tf /tmp/root2.tar
00:00:40.487 E: + diff -u /tmp/root1.tar.list /tmp/root2.tar.list
00:00:40.492 E: + rm /tmp/root1.tar /tmp/root2.tar /tmp/root1.tar.list /tmp/root2.tar.list
00:00:40.590 E: + rm -r /tmp/debian-unstable-debootstrap /tmp/debian-unstable-mm
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:52
result: SUCCESS
------------------------------------------------------------------------------
(25/280) as-debootstrap-unshare-wrapper
dist: unstable
mode: unshare
variant: minbase
format: auto
time left: 6:14:33
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.017 E: + prefix=
00:00:00.022 E: + id -u
00:00:00.026 E: + [ 0 -eq 0 ]
00:00:00.029 E: + [ unshare != root ]
00:00:00.034 E: + [ unshare != auto ]
00:00:00.037 E: + id user
00:00:00.042 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.046 E: + useradd --home-dir /home/user --create-home user
00:00:00.050 E: + prefix=runuser -u user --
00:00:00.055 E: + AUTOPROXY=
00:00:00.059 E: + apt-config shell AUTOPROXY Acquire::http::Proxy-Auto-Detect
00:00:00.063 E: + eval 
00:00:00.066 E: + [ -n  ]
00:00:00.070 E: + runuser -u user -- mmdebstrap --variant=custom --mode=unshare --setup-hook=env  debootstrap --variant=minbase unstable "$1" http://127.0.0.1/debian - /tmp/debian-mm.tar http://127.0.0.1/debian
00:00:00.580 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.596 E: I: automatically chosen format: tar
00:00:00.601 E: I: using /tmp/mmdebstrap.O24wxrLCkE as tempdir
00:00:00.718 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.738 E: I: running --setup-hook in shell: sh -c 'env  debootstrap --variant=minbase unstable "$1" http://127.0.0.1/debian' exec /tmp/mmdebstrap.O24wxrLCkE
00:00:00.787 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.837 E: I: Target architecture can be executed
00:00:00.865 E: I: Retrieving InRelease 
00:00:01.086 E: I: Checking Release signature
00:00:01.114 E: I: Valid Release signature (key id 4CB50190207B4758A3F73A796ED0E7B82643E131)
00:00:01.845 E: I: Retrieving Packages 
00:00:02.077 E: I: Validating Packages 
00:00:03.128 E: I: Resolving dependencies of required packages...
00:00:12.734 E: I: Resolving dependencies of base packages...
00:00:22.222 E: I: Checking component main on http://127.0.0.1/debian...
00:00:26.305 E: I: Retrieving apt 2.9.7
00:00:26.360 E: I: Validating apt 2.9.7
00:00:26.392 E: I: Retrieving base-files 13.5
00:00:26.410 E: I: Validating base-files 13.5
00:00:26.435 E: I: Retrieving base-passwd 3.6.4
00:00:26.451 E: I: Validating base-passwd 3.6.4
00:00:26.473 E: I: Retrieving bash 5.2.21-2.1
00:00:26.523 E: I: Validating bash 5.2.21-2.1
00:00:26.552 E: I: Retrieving bsdutils 1:2.40.2-2
00:00:26.570 E: I: Validating bsdutils 1:2.40.2-2
00:00:26.592 E: I: Retrieving coreutils 9.4-3.1
00:00:26.669 E: I: Validating coreutils 9.4-3.1
00:00:26.706 E: I: Retrieving dash 0.5.12-9
00:00:26.725 E: I: Validating dash 0.5.12-9
00:00:26.747 E: I: Retrieving debconf 1.5.87
00:00:26.765 E: I: Validating debconf 1.5.87
00:00:26.790 E: I: Retrieving debian-archive-keyring 2023.4
00:00:26.809 E: I: Validating debian-archive-keyring 2023.4
00:00:26.835 E: I: Retrieving debianutils 5.20
00:00:26.856 E: I: Validating debianutils 5.20
00:00:26.878 E: I: Retrieving diffutils 1:3.10-1
00:00:26.904 E: I: Validating diffutils 1:3.10-1
00:00:26.929 E: I: Retrieving dpkg 1.22.11
00:00:26.977 E: I: Validating dpkg 1.22.11
00:00:27.008 E: I: Retrieving e2fsprogs 1.47.1-1
00:00:27.039 E: I: Validating e2fsprogs 1.47.1-1
00:00:27.066 E: I: Retrieving findutils 4.10.0-2
00:00:27.095 E: I: Validating findutils 4.10.0-2
00:00:27.122 E: I: Retrieving gcc-14-base 14.2.0-1
00:00:27.138 E: I: Validating gcc-14-base 14.2.0-1
00:00:27.160 E: I: Retrieving gpgv 2.2.43-8
00:00:27.179 E: I: Validating gpgv 2.2.43-8
00:00:27.205 E: I: Retrieving grep 3.11-4
00:00:27.233 E: I: Validating grep 3.11-4
00:00:27.259 E: I: Retrieving gzip 1.12-1.1
00:00:27.280 E: I: Validating gzip 1.12-1.1
00:00:27.308 E: I: Retrieving hostname 3.23+nmu2
00:00:27.326 E: I: Validating hostname 3.23+nmu2
00:00:27.355 E: I: Retrieving init-system-helpers 1.66
00:00:27.370 E: I: Validating init-system-helpers 1.66
00:00:27.394 E: I: Retrieving libacl1 2.3.2-2
00:00:27.413 E: I: Validating libacl1 2.3.2-2
00:00:27.436 E: I: Retrieving libapt-pkg6.0t64 2.9.7
00:00:27.476 E: I: Validating libapt-pkg6.0t64 2.9.7
00:00:27.503 E: I: Retrieving libattr1 1:2.5.2-1
00:00:27.519 E: I: Validating libattr1 1:2.5.2-1
00:00:27.542 E: I: Retrieving libaudit-common 1:3.1.2-4
00:00:27.557 E: I: Validating libaudit-common 1:3.1.2-4
00:00:27.580 E: I: Retrieving libaudit1 1:3.1.2-4+b1
00:00:27.597 E: I: Validating libaudit1 1:3.1.2-4+b1
00:00:27.625 E: I: Retrieving libblkid1 2.40.2-2
00:00:27.644 E: I: Validating libblkid1 2.40.2-2
00:00:27.667 E: I: Retrieving libbsd0 0.12.2-1
00:00:27.689 E: I: Validating libbsd0 0.12.2-1
00:00:27.712 E: I: Retrieving libbz2-1.0 1.0.8-5.1
00:00:27.730 E: I: Validating libbz2-1.0 1.0.8-5.1
00:00:27.751 E: I: Retrieving libc-bin 2.39-6
00:00:27.782 E: I: Validating libc-bin 2.39-6
00:00:27.809 E: I: Retrieving libc6 2.39-6
00:00:27.887 E: I: Validating libc6 2.39-6
00:00:27.923 E: I: Retrieving libcap-ng0 0.8.5-1+b1
00:00:27.942 E: I: Validating libcap-ng0 0.8.5-1+b1
00:00:27.965 E: I: Retrieving libcap2 1:2.66-5
00:00:27.980 E: I: Validating libcap2 1:2.66-5
00:00:28.002 E: I: Retrieving libcom-err2 1.47.1-1
00:00:28.018 E: I: Validating libcom-err2 1.47.1-1
00:00:28.040 E: I: Retrieving libcrypt1 1:4.4.36-4
00:00:28.059 E: I: Validating libcrypt1 1:4.4.36-4
00:00:28.081 E: I: Retrieving libdb5.3t64 5.3.28+dfsg2-7
00:00:28.113 E: I: Validating libdb5.3t64 5.3.28+dfsg2-7
00:00:28.138 E: I: Retrieving libdebconfclient0 0.272
00:00:28.153 E: I: Validating libdebconfclient0 0.272
00:00:28.175 E: I: Retrieving libext2fs2t64 1.47.1-1
00:00:28.195 E: I: Validating libext2fs2t64 1.47.1-1
00:00:28.219 E: I: Retrieving libffi8 3.4.6-1
00:00:28.235 E: I: Validating libffi8 3.4.6-1
00:00:28.256 E: I: Retrieving libgcc-s1 14.2.0-1
00:00:28.272 E: I: Validating libgcc-s1 14.2.0-1
00:00:28.295 E: I: Retrieving libgcrypt20 1.11.0-5
00:00:28.329 E: I: Validating libgcrypt20 1.11.0-5
00:00:28.357 E: I: Retrieving libgmp10 2:6.3.0+dfsg-2+b1
00:00:28.384 E: I: Validating libgmp10 2:6.3.0+dfsg-2+b1
00:00:28.408 E: I: Retrieving libgnutls30t64 3.8.6-2
00:00:28.455 E: I: Validating libgnutls30t64 3.8.6-2
00:00:28.484 E: I: Retrieving libgpg-error0 1.50-2
00:00:28.500 E: I: Validating libgpg-error0 1.50-2
00:00:28.522 E: I: Retrieving libhogweed6t64 3.10-1
00:00:28.545 E: I: Validating libhogweed6t64 3.10-1
00:00:28.569 E: I: Retrieving libidn2-0 2.3.7-2
00:00:28.588 E: I: Validating libidn2-0 2.3.7-2
00:00:28.612 E: I: Retrieving liblz4-1 1.9.4-3
00:00:28.627 E: I: Validating liblz4-1 1.9.4-3
00:00:28.650 E: I: Retrieving liblzma5 5.6.2-2
00:00:28.671 E: I: Validating liblzma5 5.6.2-2
00:00:28.696 E: I: Retrieving libmd0 1.1.0-2
00:00:28.715 E: I: Validating libmd0 1.1.0-2
00:00:28.739 E: I: Retrieving libmount1 2.40.2-2
00:00:28.759 E: I: Validating libmount1 2.40.2-2
00:00:28.784 E: I: Retrieving libnettle8t64 3.10-1
00:00:28.808 E: I: Validating libnettle8t64 3.10-1
00:00:28.833 E: I: Retrieving libp11-kit0 0.25.5-2
00:00:28.859 E: I: Validating libp11-kit0 0.25.5-2
00:00:28.882 E: I: Retrieving libpam-modules 1.5.3-7
00:00:28.902 E: I: Validating libpam-modules 1.5.3-7
00:00:28.927 E: I: Retrieving libpam-modules-bin 1.5.3-7
00:00:28.943 E: I: Validating libpam-modules-bin 1.5.3-7
00:00:28.968 E: I: Retrieving libpam-runtime 1.5.3-7
00:00:28.987 E: I: Validating libpam-runtime 1.5.3-7
00:00:29.011 E: I: Retrieving libpam0g 1.5.3-7
00:00:29.031 E: I: Validating libpam0g 1.5.3-7
00:00:29.054 E: I: Retrieving libpcre2-8-0 10.42-4+b1
00:00:29.074 E: I: Validating libpcre2-8-0 10.42-4+b1
00:00:29.098 E: I: Retrieving libseccomp2 2.5.5-1+b1
00:00:29.114 E: I: Validating libseccomp2 2.5.5-1+b1
00:00:29.136 E: I: Retrieving libselinux1 3.5-2+b3
00:00:29.153 E: I: Validating libselinux1 3.5-2+b3
00:00:29.175 E: I: Retrieving libsemanage-common 3.5-1
00:00:29.191 E: I: Validating libsemanage-common 3.5-1
00:00:29.213 E: I: Retrieving libsemanage2 3.5-1+b4
00:00:29.231 E: I: Validating libsemanage2 3.5-1+b4
00:00:29.253 E: I: Retrieving libsepol2 3.5-2+b1
00:00:29.278 E: I: Validating libsepol2 3.5-2+b1
00:00:29.305 E: I: Retrieving libsmartcols1 2.40.2-2
00:00:29.322 E: I: Validating libsmartcols1 2.40.2-2
00:00:29.348 E: I: Retrieving libss2 1.47.1-1
00:00:29.363 E: I: Validating libss2 1.47.1-1
00:00:29.386 E: I: Retrieving libssl3t64 3.3.1-2
00:00:29.456 E: I: Validating libssl3t64 3.3.1-2
00:00:29.489 E: I: Retrieving libstdc++6 14.2.0-1
00:00:29.523 E: I: Validating libstdc++6 14.2.0-1
00:00:29.549 E: I: Retrieving libsystemd0 256.4-2
00:00:29.573 E: I: Validating libsystemd0 256.4-2
00:00:29.597 E: I: Retrieving libtasn1-6 4.19.0-3+b2
00:00:29.612 E: I: Validating libtasn1-6 4.19.0-3+b2
00:00:29.634 E: I: Retrieving libtinfo6 6.5-2
00:00:29.657 E: I: Validating libtinfo6 6.5-2
00:00:29.681 E: I: Retrieving libudev1 256.4-2
00:00:29.698 E: I: Validating libudev1 256.4-2
00:00:29.721 E: I: Retrieving libunistring5 1.2-1
00:00:29.746 E: I: Validating libunistring5 1.2-1
00:00:29.771 E: I: Retrieving libuuid1 2.40.2-2
00:00:29.786 E: I: Validating libuuid1 2.40.2-2
00:00:29.812 E: I: Retrieving libxxhash0 0.8.2-2+b1
00:00:29.830 E: I: Validating libxxhash0 0.8.2-2+b1
00:00:29.856 E: I: Retrieving libzstd1 1.5.6+dfsg-1
00:00:29.879 E: I: Validating libzstd1 1.5.6+dfsg-1
00:00:29.904 E: I: Retrieving login 1:4.15.3-3
00:00:29.932 E: I: Validating login 1:4.15.3-3
00:00:29.957 E: I: Retrieving logsave 1.47.1-1
00:00:29.973 E: I: Validating logsave 1.47.1-1
00:00:29.996 E: I: Retrieving mawk 1.3.4.20240622-2
00:00:30.016 E: I: Validating mawk 1.3.4.20240622-2
00:00:30.038 E: I: Retrieving mount 2.40.2-2
00:00:30.057 E: I: Validating mount 2.40.2-2
00:00:30.079 E: I: Retrieving ncurses-base 6.5-2
00:00:30.100 E: I: Validating ncurses-base 6.5-2
00:00:30.123 E: I: Retrieving ncurses-bin 6.5-2
00:00:30.153 E: I: Validating ncurses-bin 6.5-2
00:00:30.180 E: I: Retrieving passwd 1:4.15.3-3
00:00:30.216 E: I: Validating passwd 1:4.15.3-3
00:00:30.243 E: I: Retrieving perl-base 5.38.2-5
00:00:30.295 E: I: Validating perl-base 5.38.2-5
00:00:30.328 E: I: Retrieving sed 4.9-2
00:00:30.352 E: I: Validating sed 4.9-2
00:00:30.375 E: I: Retrieving sysvinit-utils 3.09-2
00:00:30.393 E: I: Validating sysvinit-utils 3.09-2
00:00:30.416 E: I: Retrieving tar 1.35+dfsg-3
00:00:30.449 E: I: Validating tar 1.35+dfsg-3
00:00:30.476 E: I: Retrieving tzdata 2024a-4
00:00:30.497 E: I: Validating tzdata 2024a-4
00:00:30.520 E: I: Retrieving usr-is-merged 39
00:00:30.536 E: I: Validating usr-is-merged 39
00:00:30.559 E: I: Retrieving util-linux 2.40.2-2
00:00:30.600 E: I: Validating util-linux 2.40.2-2
00:00:30.628 E: I: Retrieving zlib1g 1:1.3.dfsg+really1.3.1-1
00:00:30.646 E: I: Validating zlib1g 1:1.3.dfsg+really1.3.1-1
00:00:30.672 E: I: Chosen extractor for .deb packages: dpkg-deb
00:00:30.701 E: I: Extracting apt...
00:00:30.789 E: I: Extracting base-files...
00:00:30.804 E: I: Extracting base-passwd...
00:00:30.815 E: I: Extracting bash...
00:00:30.914 E: I: Extracting bsdutils...
00:00:30.930 E: I: Extracting coreutils...
00:00:31.116 E: I: Extracting dash...
00:00:31.130 E: I: Extracting debconf...
00:00:31.146 E: I: Extracting debian-archive-keyring...
00:00:31.161 E: I: Extracting debianutils...
00:00:31.176 E: I: Extracting diffutils...
00:00:31.209 E: I: Extracting dpkg...
00:00:31.307 E: I: Extracting e2fsprogs...
00:00:31.347 E: I: Extracting findutils...
00:00:31.388 E: I: Extracting gcc-14-base...
00:00:31.398 E: I: Extracting gpgv...
00:00:31.420 E: I: Extracting grep...
00:00:31.449 E: I: Extracting gzip...
00:00:31.465 E: I: Extracting hostname...
00:00:31.474 E: I: Extracting init-system-helpers...
00:00:31.486 E: I: Extracting libacl1...
00:00:31.496 E: I: Extracting libapt-pkg6.0t64...
00:00:31.571 E: I: Extracting libattr1...
00:00:31.580 E: I: Extracting libaudit-common...
00:00:31.589 E: I: Extracting libaudit1...
00:00:31.600 E: I: Extracting libblkid1...
00:00:31.619 E: I: Extracting libbsd0...
00:00:31.631 E: I: Extracting libbz2-1.0...
00:00:31.642 E: I: Extracting libc-bin...
00:00:31.691 E: I: Extracting libc6...
00:00:31.879 E: I: Extracting libcap-ng0...
00:00:31.888 E: I: Extracting libcap2...
00:00:31.898 E: I: Extracting libcom-err2...
00:00:31.907 E: I: Extracting libcrypt1...
00:00:31.921 E: I: Extracting libdb5.3t64...
00:00:31.972 E: I: Extracting libdebconfclient0...
00:00:31.982 E: I: Extracting libext2fs2t64...
00:00:32.005 E: I: Extracting libffi8...
00:00:32.015 E: I: Extracting libgcc-s1...
00:00:32.028 E: I: Extracting libgcrypt20...
00:00:32.080 E: I: Extracting libgmp10...
00:00:32.105 E: I: Extracting libgnutls30t64...
00:00:32.178 E: I: Extracting libgpg-error0...
00:00:32.191 E: I: Extracting libhogweed6t64...
00:00:32.214 E: I: Extracting libidn2-0...
00:00:32.232 E: I: Extracting liblz4-1...
00:00:32.245 E: I: Extracting liblzma5...
00:00:32.262 E: I: Extracting libmd0...
00:00:32.272 E: I: Extracting libmount1...
00:00:32.293 E: I: Extracting libnettle8t64...
00:00:32.317 E: I: Extracting libp11-kit0...
00:00:32.352 E: I: Extracting libpam-modules...
00:00:32.376 E: I: Extracting libpam-modules-bin...
00:00:32.389 E: I: Extracting libpam-runtime...
00:00:32.408 E: I: Extracting libpam0g...
00:00:32.420 E: I: Extracting libpcre2-8-0...
00:00:32.445 E: I: Extracting libseccomp2...
00:00:32.458 E: I: Extracting libselinux1...
00:00:32.470 E: I: Extracting libsemanage-common...
00:00:32.479 E: I: Extracting libsemanage2...
00:00:32.495 E: I: Extracting libsepol2...
00:00:32.522 E: I: Extracting libsmartcols1...
00:00:32.540 E: I: Extracting libss2...
00:00:32.550 E: I: Extracting libssl3t64...
00:00:32.699 E: I: Extracting libstdc++6...
00:00:32.753 E: I: Extracting libsystemd0...
00:00:32.787 E: I: Extracting libtasn1-6...
00:00:32.800 E: I: Extracting libtinfo6...
00:00:32.819 E: I: Extracting libudev1...
00:00:32.837 E: I: Extracting libunistring5...
00:00:32.879 E: I: Extracting libuuid1...
00:00:32.890 E: I: Extracting libxxhash0...
00:00:32.899 E: I: Extracting libzstd1...
00:00:32.927 E: I: Extracting login...
00:00:32.968 E: I: Extracting logsave...
00:00:32.979 E: I: Extracting mawk...
00:00:32.996 E: I: Extracting mount...
00:00:33.015 E: I: Extracting ncurses-base...
00:00:33.032 E: I: Extracting ncurses-bin...
00:00:33.055 E: I: Extracting passwd...
00:00:33.117 E: I: Extracting perl-base...
00:00:33.260 E: I: Extracting sed...
00:00:33.287 E: I: Extracting sysvinit-utils...
00:00:33.299 E: I: Extracting tar...
00:00:33.356 E: I: Extracting tzdata...
00:00:33.394 E: I: Extracting usr-is-merged...
00:00:33.402 E: I: Extracting util-linux...
00:00:33.484 E: I: Extracting zlib1g...
00:00:33.517 E: W: Could not create /dev/ptmx, falling back to symlink. This chroot will require /dev/pts mounted with ptmxmode=666
00:00:33.587 E: I: Installing core packages...
00:00:35.357 E: I: Unpacking required packages...
00:00:35.412 E: I: Unpacking apt...
00:00:35.582 E: I: Unpacking base-files...
00:00:35.660 E: I: Unpacking base-passwd...
00:00:35.708 E: I: Unpacking bash...
00:00:35.843 E: I: Unpacking bsdutils...
00:00:35.881 E: I: Unpacking coreutils...
00:00:36.179 E: I: Unpacking dash...
00:00:36.220 E: I: Unpacking debconf...
00:00:36.294 E: I: Unpacking debian-archive-keyring...
00:00:36.458 E: I: Unpacking debianutils...
00:00:36.513 E: I: Unpacking diffutils...
00:00:36.583 E: I: Unpacking dpkg...
00:00:36.747 E: I: Unpacking e2fsprogs...
00:00:36.822 E: I: Unpacking findutils...
00:00:36.904 E: I: Unpacking gcc-14-base:amd64...
00:00:36.940 E: I: Unpacking gpgv...
00:00:36.984 E: I: Unpacking grep...
00:00:37.052 E: I: Unpacking gzip...
00:00:37.127 E: I: Unpacking hostname...
00:00:37.159 E: I: Unpacking init-system-helpers...
00:00:37.197 E: I: Unpacking libacl1:amd64...
00:00:37.231 E: I: Unpacking libapt-pkg6.0t64:amd64...
00:00:37.352 E: I: Unpacking libattr1:amd64...
00:00:37.388 E: I: Unpacking libaudit-common...
00:00:37.424 E: I: Unpacking libaudit1:amd64...
00:00:37.460 E: I: Unpacking libblkid1:amd64...
00:00:37.509 E: I: Unpacking libbsd0:amd64...
00:00:37.548 E: I: Unpacking libbz2-1.0:amd64...
00:00:37.604 E: I: Unpacking libc-bin...
00:00:37.707 E: I: Unpacking libc6:amd64...
00:00:38.141 E: I: Unpacking libcap-ng0:amd64...
00:00:38.175 E: I: Unpacking libcap2:amd64...
00:00:38.207 E: I: Unpacking libcom-err2:amd64...
00:00:38.241 E: I: Unpacking libcrypt1:amd64...
00:00:38.281 E: I: Unpacking libdb5.3t64:amd64...
00:00:38.366 E: I: Unpacking libdebconfclient0:amd64...
00:00:38.402 E: I: Unpacking libext2fs2t64:amd64...
00:00:38.494 E: I: Unpacking libffi8:amd64...
00:00:38.531 E: I: Unpacking libgcc-s1:amd64...
00:00:38.572 E: I: Unpacking libgcrypt20:amd64...
00:00:38.659 E: I: Unpacking libgmp10:amd64...
00:00:38.715 E: I: Unpacking libgnutls30t64:amd64...
00:00:38.841 E: I: Unpacking libgpg-error0:amd64...
00:00:38.888 E: I: Unpacking libhogweed6t64:amd64...
00:00:38.934 E: I: Unpacking libidn2-0:amd64...
00:00:38.989 E: I: Unpacking liblz4-1:amd64...
00:00:39.026 E: I: Unpacking liblzma5:amd64...
00:00:39.071 E: I: Unpacking libmd0:amd64...
00:00:39.107 E: I: Unpacking libmount1:amd64...
00:00:39.151 E: I: Unpacking libnettle8t64:amd64...
00:00:39.197 E: I: Unpacking libp11-kit0:amd64...
00:00:39.256 E: I: Unpacking libpam-modules:amd64...
00:00:39.446 E: I: Unpacking libpam-modules-bin...
00:00:39.490 E: I: Unpacking libpam-runtime...
00:00:39.567 E: I: Unpacking libpam0g:amd64...
00:00:39.606 E: I: Unpacking libpcre2-8-0:amd64...
00:00:39.658 E: I: Unpacking libseccomp2:amd64...
00:00:39.701 E: I: Unpacking libselinux1:amd64...
00:00:39.744 E: I: Unpacking libsemanage-common...
00:00:39.780 E: I: Unpacking libsemanage2:amd64...
00:00:39.822 E: I: Unpacking libsepol2:amd64...
00:00:39.880 E: I: Unpacking libsmartcols1:amd64...
00:00:39.925 E: I: Unpacking libss2:amd64...
00:00:39.962 E: I: Unpacking libssl3t64:amd64...
00:00:40.131 E: I: Unpacking libstdc++6:amd64...
00:00:40.212 E: I: Unpacking libsystemd0:amd64...
00:00:40.267 E: I: Unpacking libtasn1-6:amd64...
00:00:40.304 E: I: Unpacking libtinfo6:amd64...
00:00:40.347 E: I: Unpacking libudev1:amd64...
00:00:40.401 E: I: Unpacking libunistring5:amd64...
00:00:40.471 E: I: Unpacking libuuid1:amd64...
00:00:40.503 E: I: Unpacking libxxhash0:amd64...
00:00:40.536 E: I: Unpacking libzstd1:amd64...
00:00:40.589 E: I: Unpacking login...
00:00:40.684 E: I: Unpacking logsave...
00:00:40.719 E: I: Unpacking mawk...
00:00:40.761 E: I: Unpacking mount...
00:00:40.807 E: I: Unpacking ncurses-base...
00:00:40.868 E: I: Unpacking ncurses-bin...
00:00:40.955 E: I: Unpacking passwd...
00:00:41.142 E: I: Unpacking perl-base...
00:00:41.490 E: I: Unpacking sed...
00:00:41.552 E: I: Unpacking sysvinit-utils...
00:00:41.586 E: I: Unpacking tar...
00:00:41.676 E: I: Unpacking tzdata...
00:00:41.863 E: I: Unpacking usr-is-merged...
00:00:41.919 E: I: Unpacking util-linux...
00:00:42.078 E: I: Unpacking zlib1g:amd64...
00:00:42.109 E: I: Configuring required packages...
00:00:42.127 E: I: Configuring gcc-14-base:amd64...
00:00:42.150 E: I: Configuring debian-archive-keyring...
00:00:42.284 E: I: Configuring usr-is-merged...
00:00:42.308 E: I: Configuring libaudit-common...
00:00:42.314 E: I: Configuring libsemanage-common...
00:00:42.322 E: I: Configuring debconf...
00:00:42.464 E: I: Configuring tzdata...
00:00:42.631 E: I: Configuring ncurses-base...
00:00:42.636 E: I: Configuring init-system-helpers...
00:00:42.651 E: I: Configuring libgcc-s1:amd64...
00:00:42.661 E: I: Configuring libc6:amd64...
00:00:42.796 E: I: Configuring libdb5.3t64:amd64...
00:00:42.800 E: I: Configuring libffi8:amd64...
00:00:42.806 E: I: Configuring libmd0:amd64...
00:00:42.811 E: I: Configuring libxxhash0:amd64...
00:00:42.818 E: I: Configuring libattr1:amd64...
00:00:42.823 E: I: Configuring sysvinit-utils...
00:00:42.827 E: I: Configuring libtasn1-6:amd64...
00:00:42.832 E: I: Configuring libext2fs2t64:amd64...
00:00:42.836 E: I: Configuring debianutils...
00:00:42.903 E: I: Configuring mawk...
00:00:42.913 E: I: Configuring libdebconfclient0:amd64...
00:00:42.925 E: I: Configuring base-files...
00:00:42.955 E: I: Configuring libbz2-1.0:amd64...
00:00:42.959 E: I: Configuring libbsd0:amd64...
00:00:42.965 E: I: Configuring libblkid1:amd64...
00:00:42.969 E: I: Configuring libstdc++6:amd64...
00:00:42.973 E: I: Configuring dash...
00:00:43.044 E: I: Configuring libtinfo6:amd64...
00:00:43.056 E: I: Configuring bash...
00:00:43.069 E: I: Configuring libzstd1:amd64...
00:00:43.074 E: I: Configuring liblzma5:amd64...
00:00:43.079 E: I: Configuring libgpg-error0:amd64...
00:00:43.086 E: I: Configuring liblz4-1:amd64...
00:00:43.102 E: I: Configuring libc-bin...
00:00:43.118 E: I: Configuring ncurses-bin...
00:00:43.123 E: I: Configuring libacl1:amd64...
00:00:43.128 E: I: Configuring libsmartcols1:amd64...
00:00:43.132 E: I: Configuring libgcrypt20:amd64...
00:00:43.138 E: I: Configuring zlib1g:amd64...
00:00:43.143 E: I: Configuring libcrypt1:amd64...
00:00:43.148 E: I: Configuring libcom-err2:amd64...
00:00:43.152 E: I: Configuring diffutils...
00:00:43.156 E: I: Configuring libseccomp2:amd64...
00:00:43.161 E: I: Configuring libcap2:amd64...
00:00:43.166 E: I: Configuring hostname...
00:00:43.170 E: I: Configuring libcap-ng0:amd64...
00:00:43.175 E: I: Configuring libnettle8t64:amd64...
00:00:43.180 E: I: Configuring libgmp10:amd64...
00:00:43.184 E: I: Configuring libp11-kit0:amd64...
00:00:43.189 E: I: Configuring libaudit1:amd64...
00:00:43.193 E: I: Configuring libunistring5:amd64...
00:00:43.197 E: I: Configuring libuuid1:amd64...
00:00:43.201 E: I: Configuring libss2:amd64...
00:00:43.205 E: I: Configuring libsepol2:amd64...
00:00:43.209 E: I: Configuring libpcre2-8-0:amd64...
00:00:43.213 E: I: Configuring logsave...
00:00:43.218 E: I: Configuring libudev1:amd64...
00:00:43.222 E: I: Configuring libhogweed6t64:amd64...
00:00:43.227 E: I: Configuring gpgv...
00:00:43.233 E: I: Configuring grep...
00:00:43.237 E: I: Configuring libssl3t64:amd64...
00:00:43.248 E: I: Configuring e2fsprogs...
00:00:43.631 E: I: Configuring libidn2-0:amd64...
00:00:43.635 E: I: Configuring libsystemd0:amd64...
00:00:43.639 E: I: Configuring libselinux1:amd64...
00:00:43.646 E: I: Configuring libpam0g:amd64...
00:00:43.768 E: I: Configuring sed...
00:00:43.775 E: I: Configuring findutils...
00:00:43.785 E: I: Configuring libmount1:amd64...
00:00:43.790 E: I: Configuring libsemanage2:amd64...
00:00:43.797 E: I: Configuring libapt-pkg6.0t64:amd64...
00:00:43.808 E: I: Configuring base-passwd...
00:00:43.968 E: I: Configuring libgnutls30t64:amd64...
00:00:43.976 E: I: Configuring apt...
00:00:44.379 E: I: Configuring bsdutils...
00:00:44.383 E: I: Configuring tar...
00:00:44.391 E: I: Configuring libpam-modules-bin...
00:00:44.398 E: I: Configuring coreutils...
00:00:44.410 E: I: Configuring dpkg...
00:00:44.617 E: I: Configuring mount...
00:00:44.635 E: I: Configuring libpam-modules:amd64...
00:00:44.646 E: I: Configuring perl-base...
00:00:44.658 E: I: Configuring gzip...
00:00:44.704 E: I: Configuring libpam-runtime...
00:00:44.871 E: I: Configuring login...
00:00:44.887 E: I: Configuring util-linux...
00:00:45.095 E: I: Configuring passwd...
00:00:45.139 E: I: Configuring libc-bin...
00:00:45.158 E: I: Unpacking the base system...
00:00:46.040 E: I: Base system installed successfully.
00:00:46.129 E: I: running apt-get update...
00:00:47.453 E: I: nothing to download -- skipping...
00:00:47.458 E: I: nothing to extract -- skipping...
00:00:47.461 E: I: no essential packages -- skipping...
00:00:47.465 E: I: cleaning package lists and apt cache...
00:00:47.549 E: I: creating tarball...
00:00:48.384 E: I: done
00:00:48.517 E: I: removing tempdir /tmp/mmdebstrap.O24wxrLCkE...
00:00:48.783 E: I: success in 48.3862 seconds
00:00:48.789 E: + [ -n  ]
00:00:48.793 E: + mkdir /tmp/debian-mm
00:00:48.797 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-mm -xf /tmp/debian-mm.tar
00:00:49.253 E: + mkdir /tmp/debian-debootstrap
00:00:49.258 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-debootstrap -xf cache/debian-unstable-minbase.tar
00:00:55.256 E: + tar -C /tmp/debian-debootstrap -cf dev1.tar ./dev
00:00:55.263 E: + tar -C /tmp/debian-mm -cf dev2.tar ./dev
00:00:55.268 E: + cmp dev1.tar dev2.tar
00:00:55.274 E: + rm dev1.tar dev2.tar
00:00:55.278 E: + rm -r /tmp/debian-debootstrap/dev /tmp/debian-mm/dev
00:00:55.287 E: + rm /tmp/debian-debootstrap/var/cache/apt/archives/apt_2.9.7_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/base-files_13.5_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/base-passwd_3.6.4_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/bash_5.2.21-2.1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/bsdutils_1%3a2.40.2-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/coreutils_9.4-3.1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/dash_0.5.12-9_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/debconf_1.5.87_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/debian-archive-keyring_2023.4_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/debianutils_5.20_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/diffutils_1%3a3.10-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/dpkg_1.22.11_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/e2fsprogs_1.47.1-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/findutils_4.10.0-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/gcc-14-base_14.2.0-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/gpgv_2.2.43-8_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/grep_3.11-4_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/gzip_1.12-1.1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/hostname_3.23+nmu2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/init-system-helpers_1.66_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/libacl1_2.3.2-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libapt-pkg6.0t64_2.9.7_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libattr1_1%3a2.5.2-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libaudit-common_1%3a3.1.2-4_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/libaudit1_1%3a3.1.2-4+b1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libblkid1_2.40.2-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libbsd0_0.12.2-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libbz2-1.0_1.0.8-5.1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libc-bin_2.39-6_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libc6_2.39-6_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libcap-ng0_0.8.5-1+b1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libcap2_1%3a2.66-5_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libcom-err2_1.47.1-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libcrypt1_1%3a4.4.36-4_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libdb5.3t64_5.3.28+dfsg2-7_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libdebconfclient0_0.272_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libext2fs2t64_1.47.1-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libffi8_3.4.6-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libgcc-s1_14.2.0-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libgcrypt20_1.11.0-5_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libgnutls30t64_3.8.6-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libgpg-error0_1.50-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libhogweed6t64_3.10-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libidn2-0_2.3.7-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/liblz4-1_1.9.4-3_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/liblzma5_5.6.2-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libmd0_1.1.0-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libmount1_2.40.2-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libnettle8t64_3.10-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libp11-kit0_0.25.5-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libpam-modules-bin_1.5.3-7_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libpam-modules_1.5.3-7_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libpam-runtime_1.5.3-7_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/libpam0g_1.5.3-7_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libpcre2-8-0_10.42-4+b1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libseccomp2_2.5.5-1+b1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libselinux1_3.5-2+b3_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libsemanage-common_3.5-1_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/libsemanage2_3.5-1+b4_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libsepol2_3.5-2+b1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libsmartcols1_2.40.2-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libss2_1.47.1-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libssl3t64_3.3.1-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libstdc++6_14.2.0-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libsystemd0_256.4-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libtasn1-6_4.19.0-3+b2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libtinfo6_6.5-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libudev1_256.4-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libunistring5_1.2-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libuuid1_2.40.2-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libxxhash0_0.8.2-2+b1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libzstd1_1.5.6+dfsg-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/login_1%3a4.15.3-3_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/logsave_1.47.1-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/mawk_1.3.4.20240622-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/mount_2.40.2-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/ncurses-base_6.5-2_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/ncurses-bin_6.5-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/passwd_1%3a4.15.3-3_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/perl-base_5.38.2-5_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/sed_4.9-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/sysvinit-utils_3.09-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/tar_1.35+dfsg-3_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/tzdata_2024a-4_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/usr-is-merged_39_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/util-linux_2.40.2-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb
00:00:55.297 E: + rm /tmp/debian-debootstrap/var/cache/ldconfig/aux-cache
00:00:55.302 E: + rm /tmp/debian-debootstrap/var/log/dpkg.log /tmp/debian-debootstrap/var/log/bootstrap.log /tmp/debian-debootstrap/var/log/alternatives.log /tmp/debian-mm/var/log/bootstrap.log
00:00:55.306 E: + find /tmp/debian-debootstrap/run/ -mindepth 1 -maxdepth 1 ! -name lock -print0
00:00:55.310 E: + xargs --no-run-if-empty -0 rm -r
00:00:55.315 E: + rm /tmp/debian-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_unstable_main_binary-amd64_Packages /tmp/debian-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_unstable_InRelease /tmp/debian-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_unstable_Release /tmp/debian-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_unstable_Release.gpg
00:00:55.325 E: + [ -e /tmp/debian-debootstrap/etc/machine-id ]
00:00:55.330 E: + rm /tmp/debian-mm/var/cache/apt/archives/lock
00:00:55.334 E: + rm /tmp/debian-mm/var/lib/apt/lists/lock
00:00:55.338 E: + rm /tmp/debian-mm/var/lib/dpkg/arch
00:00:55.343 E: + [ ! -e /tmp/debian-debootstrap/etc/shadow ]
00:00:55.346 E: + cmp /tmp/debian-debootstrap/etc/shadow /tmp/debian-mm/etc/shadow
00:00:55.350 E: + echo no difference for /etc/shadow
00:00:55.354 E: no difference for /etc/shadow
00:00:55.358 E: + [ ! -e /tmp/debian-debootstrap/etc/shadow- ]
00:00:55.362 E: + continue
00:00:55.366 E: + [ -e /tmp/debian-debootstrap/etc/apparmor.d/local/sbin.dhclient ]
00:00:55.370 E: + diff --unified --no-dereference --recursive /tmp/debian-debootstrap /tmp/debian-mm
00:00:55.631 E: + touch --date=@1722845704 /tmp/debian-debootstrap/etc/apt/preferences.d/ /tmp/debian-mm/etc/apt/preferences.d/
00:00:55.636 E: + touch --date=@1722845704 /tmp/debian-debootstrap/etc/apt/sources.list.d/ /tmp/debian-mm/etc/apt/sources.list.d/
00:00:55.640 E: + touch --date=@1722845704 /tmp/debian-debootstrap/etc/dpkg/dpkg.cfg.d/ /tmp/debian-mm/etc/dpkg/dpkg.cfg.d/
00:00:55.644 E: + touch --date=@1722845704 /tmp/debian-debootstrap/var/log/apt/ /tmp/debian-mm/var/log/apt/
00:00:55.648 E: + chroot /tmp/debian-debootstrap chmod 0700 ./var/lib/apt/lists/partial
00:00:55.652 E: + chroot /tmp/debian-debootstrap chown _apt:root ./var/lib/apt/lists/partial
00:00:55.656 E: + chroot /tmp/debian-debootstrap chmod 0700 ./var/cache/apt/archives/partial
00:00:55.660 E: + chroot /tmp/debian-debootstrap chown _apt:root ./var/cache/apt/archives/partial
00:00:55.665 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:00:55.669 E: + tar -C /tmp/debian-debootstrap --numeric-owner --xattrs --xattrs-include=* --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root1.tar .
00:00:55.978 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:00:55.982 E: + tar -C /tmp/debian-mm --numeric-owner --xattrs --xattrs-include=* --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root2.tar .
00:00:56.359 E: + tar --full-time --verbose -tf /tmp/root1.tar
00:00:56.443 E: + tar --full-time --verbose -tf /tmp/root2.tar
00:00:56.535 E: + diff -u /tmp/root1.tar.list /tmp/root2.tar.list
00:00:56.539 E: + rm /tmp/root1.tar /tmp/root2.tar /tmp/root1.tar.list /tmp/root2.tar.list
00:00:56.656 E: + rm /tmp/debian-mm.tar
00:00:56.686 E: + rm -r /tmp/debian-debootstrap /tmp/debian-mm
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:08
result: SUCCESS
------------------------------------------------------------------------------
(26/280) as-debootstrap-unshare-wrapper
dist: unstable
mode: unshare
variant: -
format: auto
time left: 6:09:47
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.016 E: + prefix=
00:00:00.020 E: + id -u
00:00:00.023 E: + [ 0 -eq 0 ]
00:00:00.027 E: + [ unshare != root ]
00:00:00.031 E: + [ unshare != auto ]
00:00:00.034 E: + id user
00:00:00.038 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.042 E: + useradd --home-dir /home/user --create-home user
00:00:00.045 E: + prefix=runuser -u user --
00:00:00.049 E: + AUTOPROXY=
00:00:00.054 E: + apt-config shell AUTOPROXY Acquire::http::Proxy-Auto-Detect
00:00:00.058 E: + eval 
00:00:00.062 E: + [ -n  ]
00:00:00.066 E: + runuser -u user -- mmdebstrap --variant=custom --mode=unshare --setup-hook=env  debootstrap --variant=- unstable "$1" http://127.0.0.1/debian - /tmp/debian-mm.tar http://127.0.0.1/debian
00:00:00.562 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.578 E: I: automatically chosen format: tar
00:00:00.583 E: I: using /tmp/mmdebstrap.fLeAdFivAp as tempdir
00:00:00.697 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.710 E: I: running --setup-hook in shell: sh -c 'env  debootstrap --variant=- unstable "$1" http://127.0.0.1/debian' exec /tmp/mmdebstrap.fLeAdFivAp
00:00:00.753 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.793 E: I: Target architecture can be executed
00:00:00.822 E: I: Retrieving InRelease 
00:00:01.013 E: I: Checking Release signature
00:00:01.033 E: I: Valid Release signature (key id 4CB50190207B4758A3F73A796ED0E7B82643E131)
00:00:01.777 E: I: Retrieving Packages 
00:00:02.000 E: I: Validating Packages 
00:00:03.576 E: I: Resolving dependencies of required packages...
00:00:12.775 E: I: Resolving dependencies of base packages...
00:00:24.562 E: I: Checking component main on http://127.0.0.1/debian...
00:00:28.539 E: I: Retrieving adduser 3.137
00:00:28.558 E: I: Validating adduser 3.137
00:00:28.580 E: I: Retrieving apt 2.9.7
00:00:28.628 E: I: Validating apt 2.9.7
00:00:28.662 E: I: Retrieving apt-utils 2.9.7
00:00:28.685 E: I: Validating apt-utils 2.9.7
00:00:28.710 E: I: Retrieving base-files 13.5
00:00:28.727 E: I: Validating base-files 13.5
00:00:28.751 E: I: Retrieving base-passwd 3.6.4
00:00:28.771 E: I: Validating base-passwd 3.6.4
00:00:28.794 E: I: Retrieving bash 5.2.21-2.1
00:00:28.843 E: I: Validating bash 5.2.21-2.1
00:00:28.878 E: I: Retrieving bsdutils 1:2.40.2-2
00:00:28.897 E: I: Validating bsdutils 1:2.40.2-2
00:00:28.922 E: I: Retrieving coreutils 9.4-3.1
00:00:29.003 E: I: Validating coreutils 9.4-3.1
00:00:29.043 E: I: Retrieving cpio 2.15+dfsg-2
00:00:29.065 E: I: Validating cpio 2.15+dfsg-2
00:00:29.090 E: I: Retrieving cron 3.0pl1-189
00:00:29.107 E: I: Validating cron 3.0pl1-189
00:00:29.135 E: I: Retrieving cron-daemon-common 3.0pl1-189
00:00:29.153 E: I: Validating cron-daemon-common 3.0pl1-189
00:00:29.177 E: I: Retrieving dash 0.5.12-9
00:00:29.193 E: I: Validating dash 0.5.12-9
00:00:29.217 E: I: Retrieving debconf 1.5.87
00:00:29.234 E: I: Validating debconf 1.5.87
00:00:29.257 E: I: Retrieving debconf-i18n 1.5.87
00:00:29.276 E: I: Validating debconf-i18n 1.5.87
00:00:29.300 E: I: Retrieving debian-archive-keyring 2023.4
00:00:29.321 E: I: Validating debian-archive-keyring 2023.4
00:00:29.343 E: I: Retrieving debianutils 5.20
00:00:29.361 E: I: Validating debianutils 5.20
00:00:29.388 E: I: Retrieving diffutils 1:3.10-1
00:00:29.411 E: I: Validating diffutils 1:3.10-1
00:00:29.438 E: I: Retrieving dmidecode 3.6-1
00:00:29.457 E: I: Validating dmidecode 3.6-1
00:00:29.482 E: I: Retrieving dpkg 1.22.11
00:00:29.529 E: I: Validating dpkg 1.22.11
00:00:29.561 E: I: Retrieving e2fsprogs 1.47.1-1
00:00:29.588 E: I: Validating e2fsprogs 1.47.1-1
00:00:29.615 E: I: Retrieving fdisk 2.40.2-2
00:00:29.634 E: I: Validating fdisk 2.40.2-2
00:00:29.660 E: I: Retrieving findutils 4.10.0-2
00:00:29.689 E: I: Validating findutils 4.10.0-2
00:00:29.716 E: I: Retrieving gcc-14-base 14.2.0-1
00:00:29.732 E: I: Validating gcc-14-base 14.2.0-1
00:00:29.755 E: I: Retrieving gpgv 2.2.43-8
00:00:29.776 E: I: Validating gpgv 2.2.43-8
00:00:29.800 E: I: Retrieving grep 3.11-4
00:00:29.828 E: I: Validating grep 3.11-4
00:00:29.854 E: I: Retrieving gzip 1.12-1.1
00:00:29.874 E: I: Validating gzip 1.12-1.1
00:00:29.901 E: I: Retrieving hostname 3.23+nmu2
00:00:29.918 E: I: Validating hostname 3.23+nmu2
00:00:29.943 E: I: Retrieving ifupdown 0.8.43
00:00:29.961 E: I: Validating ifupdown 0.8.43
00:00:29.985 E: I: Retrieving init 1.66
00:00:30.001 E: I: Validating init 1.66
00:00:30.027 E: I: Retrieving init-system-helpers 1.66
00:00:30.043 E: I: Validating init-system-helpers 1.66
00:00:30.066 E: I: Retrieving iproute2 6.10.0-1
00:00:30.109 E: I: Validating iproute2 6.10.0-1
00:00:30.140 E: I: Retrieving iputils-ping 3:20240117-1
00:00:30.156 E: I: Validating iputils-ping 3:20240117-1
00:00:30.179 E: I: Retrieving isc-dhcp-client 4.4.3-P1-5
00:00:30.221 E: I: Validating isc-dhcp-client 4.4.3-P1-5
00:00:30.251 E: I: Retrieving isc-dhcp-common 4.4.3-P1-5
00:00:30.269 E: I: Validating isc-dhcp-common 4.4.3-P1-5
00:00:30.294 E: I: Retrieving kmod 32+20240611-1
00:00:30.312 E: I: Validating kmod 32+20240611-1
00:00:30.336 E: I: Retrieving less 643-1
00:00:30.356 E: I: Validating less 643-1
00:00:30.381 E: I: Retrieving libacl1 2.3.2-2
00:00:30.398 E: I: Validating libacl1 2.3.2-2
00:00:30.421 E: I: Retrieving libapparmor1 3.1.7-1+b1
00:00:30.440 E: I: Validating libapparmor1 3.1.7-1+b1
00:00:30.466 E: I: Retrieving libapt-pkg6.0t64 2.9.7
00:00:30.509 E: I: Validating libapt-pkg6.0t64 2.9.7
00:00:30.542 E: I: Retrieving libattr1 1:2.5.2-1
00:00:30.559 E: I: Validating libattr1 1:2.5.2-1
00:00:30.585 E: I: Retrieving libaudit-common 1:3.1.2-4
00:00:30.603 E: I: Validating libaudit-common 1:3.1.2-4
00:00:30.626 E: I: Retrieving libaudit1 1:3.1.2-4+b1
00:00:30.643 E: I: Validating libaudit1 1:3.1.2-4+b1
00:00:30.668 E: I: Retrieving libblkid1 2.40.2-2
00:00:30.688 E: I: Validating libblkid1 2.40.2-2
00:00:30.714 E: I: Retrieving libbpf1 1:1.4.5-1
00:00:30.734 E: I: Validating libbpf1 1:1.4.5-1
00:00:30.759 E: I: Retrieving libbsd0 0.12.2-1
00:00:30.777 E: I: Validating libbsd0 0.12.2-1
00:00:30.802 E: I: Retrieving libbz2-1.0 1.0.8-5.1
00:00:30.818 E: I: Validating libbz2-1.0 1.0.8-5.1
00:00:30.842 E: I: Retrieving libc-bin 2.39-6
00:00:30.870 E: I: Validating libc-bin 2.39-6
00:00:30.896 E: I: Retrieving libc6 2.39-6
00:00:30.976 E: I: Validating libc6 2.39-6
00:00:31.012 E: I: Retrieving libcap-ng0 0.8.5-1+b1
00:00:31.029 E: I: Validating libcap-ng0 0.8.5-1+b1
00:00:31.053 E: I: Retrieving libcap2 1:2.66-5
00:00:31.070 E: I: Validating libcap2 1:2.66-5
00:00:31.096 E: I: Retrieving libcap2-bin 1:2.66-5
00:00:31.113 E: I: Validating libcap2-bin 1:2.66-5
00:00:31.138 E: I: Retrieving libcom-err2 1.47.1-1
00:00:31.154 E: I: Validating libcom-err2 1.47.1-1
00:00:31.178 E: I: Retrieving libcrypt1 1:4.4.36-4
00:00:31.195 E: I: Validating libcrypt1 1:4.4.36-4
00:00:31.218 E: I: Retrieving libdb5.3t64 5.3.28+dfsg2-7
00:00:31.250 E: I: Validating libdb5.3t64 5.3.28+dfsg2-7
00:00:31.277 E: I: Retrieving libdebconfclient0 0.272
00:00:31.293 E: I: Validating libdebconfclient0 0.272
00:00:31.316 E: I: Retrieving libedit2 3.1-20240517-1
00:00:31.334 E: I: Validating libedit2 3.1-20240517-1
00:00:31.359 E: I: Retrieving libelf1t64 0.191-2
00:00:31.377 E: I: Validating libelf1t64 0.191-2
00:00:31.402 E: I: Retrieving libext2fs2t64 1.47.1-1
00:00:31.423 E: I: Validating libext2fs2t64 1.47.1-1
00:00:31.449 E: I: Retrieving libfdisk1 2.40.2-2
00:00:31.470 E: I: Validating libfdisk1 2.40.2-2
00:00:31.495 E: I: Retrieving libffi8 3.4.6-1
00:00:31.510 E: I: Validating libffi8 3.4.6-1
00:00:31.533 E: I: Retrieving libgcc-s1 14.2.0-1
00:00:31.550 E: I: Validating libgcc-s1 14.2.0-1
00:00:31.573 E: I: Retrieving libgcrypt20 1.11.0-5
00:00:31.608 E: I: Validating libgcrypt20 1.11.0-5
00:00:31.634 E: I: Retrieving libgmp10 2:6.3.0+dfsg-2+b1
00:00:31.661 E: I: Validating libgmp10 2:6.3.0+dfsg-2+b1
00:00:31.687 E: I: Retrieving libgnutls30t64 3.8.6-2
00:00:31.735 E: I: Validating libgnutls30t64 3.8.6-2
00:00:31.764 E: I: Retrieving libgpg-error0 1.50-2
00:00:31.780 E: I: Validating libgpg-error0 1.50-2
00:00:31.803 E: I: Retrieving libgssapi-krb5-2 1.21.3-3
00:00:31.823 E: I: Validating libgssapi-krb5-2 1.21.3-3
00:00:31.848 E: I: Retrieving libhogweed6t64 3.10-1
00:00:31.871 E: I: Validating libhogweed6t64 3.10-1
00:00:31.895 E: I: Retrieving libidn2-0 2.3.7-2
00:00:31.914 E: I: Validating libidn2-0 2.3.7-2
00:00:31.939 E: I: Retrieving libjansson4 2.14-2+b2
00:00:31.956 E: I: Validating libjansson4 2.14-2+b2
00:00:31.981 E: I: Retrieving libk5crypto3 1.21.3-3
00:00:31.999 E: I: Validating libk5crypto3 1.21.3-3
00:00:32.023 E: I: Retrieving libkeyutils1 1.6.3-3
00:00:32.040 E: I: Validating libkeyutils1 1.6.3-3
00:00:32.063 E: I: Retrieving libkmod2 32+20240611-1
00:00:32.082 E: I: Validating libkmod2 32+20240611-1
00:00:32.108 E: I: Retrieving libkrb5-3 1.21.3-3
00:00:32.131 E: I: Validating libkrb5-3 1.21.3-3
00:00:32.155 E: I: Retrieving libkrb5support0 1.21.3-3
00:00:32.173 E: I: Validating libkrb5support0 1.21.3-3
00:00:32.196 E: I: Retrieving liblocale-gettext-perl 1.07-7
00:00:32.213 E: I: Validating liblocale-gettext-perl 1.07-7
00:00:32.236 E: I: Retrieving liblz4-1 1.9.4-3
00:00:32.253 E: I: Validating liblz4-1 1.9.4-3
00:00:32.276 E: I: Retrieving liblzma5 5.6.2-2
00:00:32.297 E: I: Validating liblzma5 5.6.2-2
00:00:32.321 E: I: Retrieving libmd0 1.1.0-2
00:00:32.339 E: I: Validating libmd0 1.1.0-2
00:00:32.362 E: I: Retrieving libmnl0 1.0.5-2+b1
00:00:32.378 E: I: Validating libmnl0 1.0.5-2+b1
00:00:32.403 E: I: Retrieving libmount1 2.40.2-2
00:00:32.423 E: I: Validating libmount1 2.40.2-2
00:00:32.448 E: I: Retrieving libncursesw6 6.5-2
00:00:32.468 E: I: Validating libncursesw6 6.5-2
00:00:32.492 E: I: Retrieving libnettle8t64 3.10-1
00:00:32.514 E: I: Validating libnettle8t64 3.10-1
00:00:32.541 E: I: Retrieving libnewt0.52 0.52.24-2+b1
00:00:32.559 E: I: Validating libnewt0.52 0.52.24-2+b1
00:00:32.584 E: I: Retrieving libnftables1 1.1.0-2
00:00:32.608 E: I: Validating libnftables1 1.1.0-2
00:00:32.634 E: I: Retrieving libnftnl11 1.2.7-1
00:00:32.651 E: I: Validating libnftnl11 1.2.7-1
00:00:32.676 E: I: Retrieving libp11-kit0 0.25.5-2
00:00:32.700 E: I: Validating libp11-kit0 0.25.5-2
00:00:32.727 E: I: Retrieving libpam-modules 1.5.3-7
00:00:32.749 E: I: Validating libpam-modules 1.5.3-7
00:00:32.774 E: I: Retrieving libpam-modules-bin 1.5.3-7
00:00:32.792 E: I: Validating libpam-modules-bin 1.5.3-7
00:00:32.814 E: I: Retrieving libpam-runtime 1.5.3-7
00:00:32.834 E: I: Validating libpam-runtime 1.5.3-7
00:00:32.859 E: I: Retrieving libpam0g 1.5.3-7
00:00:32.876 E: I: Validating libpam0g 1.5.3-7
00:00:32.900 E: I: Retrieving libpcre2-8-0 10.42-4+b1
00:00:32.921 E: I: Validating libpcre2-8-0 10.42-4+b1
00:00:32.947 E: I: Retrieving libpopt0 1.19+dfsg-1+b1
00:00:32.966 E: I: Validating libpopt0 1.19+dfsg-1+b1
00:00:32.989 E: I: Retrieving libproc2-0 2:4.0.4-5
00:00:33.007 E: I: Validating libproc2-0 2:4.0.4-5
00:00:33.032 E: I: Retrieving libreadline8t64 8.2-4
00:00:33.051 E: I: Validating libreadline8t64 8.2-4
00:00:33.076 E: I: Retrieving libseccomp2 2.5.5-1+b1
00:00:33.092 E: I: Validating libseccomp2 2.5.5-1+b1
00:00:33.117 E: I: Retrieving libselinux1 3.5-2+b3
00:00:33.135 E: I: Validating libselinux1 3.5-2+b3
00:00:33.160 E: I: Retrieving libsemanage-common 3.5-1
00:00:33.176 E: I: Validating libsemanage-common 3.5-1
00:00:33.198 E: I: Retrieving libsemanage2 3.5-1+b4
00:00:33.216 E: I: Validating libsemanage2 3.5-1+b4
00:00:33.239 E: I: Retrieving libsepol2 3.5-2+b1
00:00:33.261 E: I: Validating libsepol2 3.5-2+b1
00:00:33.285 E: I: Retrieving libslang2 2.3.3-5
00:00:33.314 E: I: Validating libslang2 2.3.3-5
00:00:33.342 E: I: Retrieving libsmartcols1 2.40.2-2
00:00:33.361 E: I: Validating libsmartcols1 2.40.2-2
00:00:33.384 E: I: Retrieving libss2 1.47.1-1
00:00:33.400 E: I: Validating libss2 1.47.1-1
00:00:33.425 E: I: Retrieving libssl3t64 3.3.1-2
00:00:33.489 E: I: Validating libssl3t64 3.3.1-2
00:00:33.524 E: I: Retrieving libstdc++6 14.2.0-1
00:00:33.555 E: I: Validating libstdc++6 14.2.0-1
00:00:33.584 E: I: Retrieving libsystemd-shared 256.4-2
00:00:33.642 E: I: Validating libsystemd-shared 256.4-2
00:00:33.674 E: I: Retrieving libsystemd0 256.4-2
00:00:33.698 E: I: Validating libsystemd0 256.4-2
00:00:33.723 E: I: Retrieving libtasn1-6 4.19.0-3+b2
00:00:33.739 E: I: Validating libtasn1-6 4.19.0-3+b2
00:00:33.761 E: I: Retrieving libtext-charwidth-perl 0.04-11+b3
00:00:33.777 E: I: Validating libtext-charwidth-perl 0.04-11+b3
00:00:33.799 E: I: Retrieving libtext-iconv-perl 1.7-8+b3
00:00:33.815 E: I: Validating libtext-iconv-perl 1.7-8+b3
00:00:33.838 E: I: Retrieving libtext-wrapi18n-perl 0.06-10
00:00:33.856 E: I: Validating libtext-wrapi18n-perl 0.06-10
00:00:33.879 E: I: Retrieving libtinfo6 6.5-2
00:00:33.904 E: I: Validating libtinfo6 6.5-2
00:00:33.933 E: I: Retrieving libtirpc-common 1.3.4+ds-1.3
00:00:33.950 E: I: Validating libtirpc-common 1.3.4+ds-1.3
00:00:33.975 E: I: Retrieving libtirpc3t64 1.3.4+ds-1.3
00:00:33.995 E: I: Validating libtirpc3t64 1.3.4+ds-1.3
00:00:34.019 E: I: Retrieving libudev1 256.4-2
00:00:34.039 E: I: Validating libudev1 256.4-2
00:00:34.064 E: I: Retrieving libunistring5 1.2-1
00:00:34.092 E: I: Validating libunistring5 1.2-1
00:00:34.117 E: I: Retrieving libuuid1 2.40.2-2
00:00:34.134 E: I: Validating libuuid1 2.40.2-2
00:00:34.158 E: I: Retrieving libxtables12 1.8.10-4
00:00:34.175 E: I: Validating libxtables12 1.8.10-4
00:00:34.199 E: I: Retrieving libxxhash0 0.8.2-2+b1
00:00:34.216 E: I: Validating libxxhash0 0.8.2-2+b1
00:00:34.239 E: I: Retrieving libzstd1 1.5.6+dfsg-1
00:00:34.262 E: I: Validating libzstd1 1.5.6+dfsg-1
00:00:34.289 E: I: Retrieving login 1:4.15.3-3
00:00:34.316 E: I: Validating login 1:4.15.3-3
00:00:34.345 E: I: Retrieving logrotate 3.22.0-1
00:00:34.364 E: I: Validating logrotate 3.22.0-1
00:00:34.387 E: I: Retrieving logsave 1.47.1-1
00:00:34.404 E: I: Validating logsave 1.47.1-1
00:00:34.429 E: I: Retrieving mawk 1.3.4.20240622-2
00:00:34.448 E: I: Validating mawk 1.3.4.20240622-2
00:00:34.470 E: I: Retrieving mount 2.40.2-2
00:00:34.490 E: I: Validating mount 2.40.2-2
00:00:34.513 E: I: Retrieving nano 8.1-1
00:00:34.544 E: I: Validating nano 8.1-1
00:00:34.570 E: I: Retrieving ncurses-base 6.5-2
00:00:34.594 E: I: Validating ncurses-base 6.5-2
00:00:34.619 E: I: Retrieving ncurses-bin 6.5-2
00:00:34.649 E: I: Validating ncurses-bin 6.5-2
00:00:34.674 E: I: Retrieving netbase 6.4
00:00:34.691 E: I: Validating netbase 6.4
00:00:34.715 E: I: Retrieving nftables 1.1.0-2
00:00:34.733 E: I: Validating nftables 1.1.0-2
00:00:34.757 E: I: Retrieving passwd 1:4.15.3-3
00:00:34.804 E: I: Validating passwd 1:4.15.3-3
00:00:34.831 E: I: Retrieving perl-base 5.38.2-5
00:00:34.884 E: I: Validating perl-base 5.38.2-5
00:00:34.915 E: I: Retrieving procps 2:4.0.4-5
00:00:34.950 E: I: Validating procps 2:4.0.4-5
00:00:34.977 E: I: Retrieving readline-common 8.2-4
00:00:34.996 E: I: Validating readline-common 8.2-4
00:00:35.020 E: I: Retrieving sed 4.9-2
00:00:35.044 E: I: Validating sed 4.9-2
00:00:35.069 E: I: Retrieving sensible-utils 0.0.24
00:00:35.087 E: I: Validating sensible-utils 0.0.24
00:00:35.111 E: I: Retrieving systemd 256.4-2
00:00:35.204 E: I: Validating systemd 256.4-2
00:00:35.245 E: I: Retrieving systemd-sysv 256.4-2
00:00:35.262 E: I: Validating systemd-sysv 256.4-2
00:00:35.287 E: I: Retrieving sysvinit-utils 3.09-2
00:00:35.304 E: I: Validating sysvinit-utils 3.09-2
00:00:35.328 E: I: Retrieving tar 1.35+dfsg-3
00:00:35.365 E: I: Validating tar 1.35+dfsg-3
00:00:35.394 E: I: Retrieving tasksel 3.75
00:00:35.412 E: I: Validating tasksel 3.75
00:00:35.438 E: I: Retrieving tasksel-data 3.75
00:00:35.456 E: I: Validating tasksel-data 3.75
00:00:35.479 E: I: Retrieving tzdata 2024a-4
00:00:35.501 E: I: Validating tzdata 2024a-4
00:00:35.526 E: I: Retrieving udev 256.4-2
00:00:35.583 E: I: Validating udev 256.4-2
00:00:35.616 E: I: Retrieving usr-is-merged 39
00:00:35.631 E: I: Validating usr-is-merged 39
00:00:35.655 E: I: Retrieving util-linux 2.40.2-2
00:00:35.697 E: I: Validating util-linux 2.40.2-2
00:00:35.729 E: I: Retrieving vim-common 2:9.1.0496-1
00:00:35.756 E: I: Validating vim-common 2:9.1.0496-1
00:00:35.784 E: I: Retrieving vim-tiny 2:9.1.0496-1+b1
00:00:35.815 E: I: Validating vim-tiny 2:9.1.0496-1+b1
00:00:35.844 E: I: Retrieving whiptail 0.52.24-2+b1
00:00:35.860 E: I: Validating whiptail 0.52.24-2+b1
00:00:35.885 E: I: Retrieving zlib1g 1:1.3.dfsg+really1.3.1-1
00:00:35.903 E: I: Validating zlib1g 1:1.3.dfsg+really1.3.1-1
00:00:35.930 E: I: Chosen extractor for .deb packages: dpkg-deb
00:00:35.977 E: I: Extracting apt...
00:00:36.067 E: I: Extracting base-files...
00:00:36.083 E: I: Extracting base-passwd...
00:00:36.097 E: I: Extracting bash...
00:00:36.196 E: I: Extracting bsdutils...
00:00:36.213 E: I: Extracting coreutils...
00:00:36.404 E: I: Extracting dash...
00:00:36.420 E: I: Extracting debconf...
00:00:36.438 E: I: Extracting debian-archive-keyring...
00:00:36.454 E: I: Extracting debianutils...
00:00:36.470 E: I: Extracting diffutils...
00:00:36.505 E: I: Extracting dpkg...
00:00:36.601 E: I: Extracting e2fsprogs...
00:00:36.643 E: I: Extracting findutils...
00:00:36.685 E: I: Extracting gcc-14-base...
00:00:36.696 E: I: Extracting gpgv...
00:00:36.721 E: I: Extracting grep...
00:00:36.750 E: I: Extracting gzip...
00:00:36.766 E: I: Extracting hostname...
00:00:36.776 E: I: Extracting init-system-helpers...
00:00:36.789 E: I: Extracting libacl1...
00:00:36.801 E: I: Extracting libapt-pkg6.0t64...
00:00:36.878 E: I: Extracting libattr1...
00:00:36.888 E: I: Extracting libaudit-common...
00:00:36.898 E: I: Extracting libaudit1...
00:00:36.910 E: I: Extracting libblkid1...
00:00:36.931 E: I: Extracting libbsd0...
00:00:36.945 E: I: Extracting libbz2-1.0...
00:00:36.956 E: I: Extracting libc-bin...
00:00:37.009 E: I: Extracting libc6...
00:00:37.202 E: I: Extracting libcap-ng0...
00:00:37.213 E: I: Extracting libcap2...
00:00:37.224 E: I: Extracting libcom-err2...
00:00:37.235 E: I: Extracting libcrypt1...
00:00:37.251 E: I: Extracting libdb5.3t64...
00:00:37.305 E: I: Extracting libdebconfclient0...
00:00:37.314 E: I: Extracting libext2fs2t64...
00:00:37.336 E: I: Extracting libffi8...
00:00:37.346 E: I: Extracting libgcc-s1...
00:00:37.362 E: I: Extracting libgcrypt20...
00:00:37.415 E: I: Extracting libgmp10...
00:00:37.441 E: I: Extracting libgnutls30t64...
00:00:37.520 E: I: Extracting libgpg-error0...
00:00:37.533 E: I: Extracting libhogweed6t64...
00:00:37.555 E: I: Extracting libidn2-0...
00:00:37.574 E: I: Extracting liblz4-1...
00:00:37.586 E: I: Extracting liblzma5...
00:00:37.603 E: I: Extracting libmd0...
00:00:37.613 E: I: Extracting libmount1...
00:00:37.634 E: I: Extracting libnettle8t64...
00:00:37.658 E: I: Extracting libp11-kit0...
00:00:37.691 E: I: Extracting libpam-modules...
00:00:37.715 E: I: Extracting libpam-modules-bin...
00:00:37.726 E: I: Extracting libpam-runtime...
00:00:37.746 E: I: Extracting libpam0g...
00:00:37.757 E: I: Extracting libpcre2-8-0...
00:00:37.781 E: I: Extracting libseccomp2...
00:00:37.793 E: I: Extracting libselinux1...
00:00:37.807 E: I: Extracting libsemanage-common...
00:00:37.816 E: I: Extracting libsemanage2...
00:00:37.831 E: I: Extracting libsepol2...
00:00:37.858 E: I: Extracting libsmartcols1...
00:00:37.877 E: I: Extracting libss2...
00:00:37.888 E: I: Extracting libssl3t64...
00:00:38.042 E: I: Extracting libstdc++6...
00:00:38.094 E: I: Extracting libsystemd0...
00:00:38.126 E: I: Extracting libtasn1-6...
00:00:38.138 E: I: Extracting libtinfo6...
00:00:38.157 E: I: Extracting libudev1...
00:00:38.174 E: I: Extracting libunistring5...
00:00:38.216 E: I: Extracting libuuid1...
00:00:38.227 E: I: Extracting libxxhash0...
00:00:38.238 E: I: Extracting libzstd1...
00:00:38.266 E: I: Extracting login...
00:00:38.304 E: I: Extracting logsave...
00:00:38.313 E: I: Extracting mawk...
00:00:38.329 E: I: Extracting mount...
00:00:38.348 E: I: Extracting ncurses-base...
00:00:38.363 E: I: Extracting ncurses-bin...
00:00:38.385 E: I: Extracting passwd...
00:00:38.444 E: I: Extracting perl-base...
00:00:38.593 E: I: Extracting sed...
00:00:38.621 E: I: Extracting sysvinit-utils...
00:00:38.630 E: I: Extracting tar...
00:00:38.682 E: I: Extracting tzdata...
00:00:38.720 E: I: Extracting usr-is-merged...
00:00:38.729 E: I: Extracting util-linux...
00:00:38.810 E: I: Extracting zlib1g...
00:00:38.839 E: W: Could not create /dev/ptmx, falling back to symlink. This chroot will require /dev/pts mounted with ptmxmode=666
00:00:38.920 E: I: Installing core packages...
00:00:41.002 E: I: Unpacking required packages...
00:00:41.076 E: I: Unpacking apt...
00:00:41.251 E: I: Unpacking base-files...
00:00:41.331 E: I: Unpacking base-passwd...
00:00:41.381 E: I: Unpacking bash...
00:00:41.508 E: I: Unpacking bsdutils...
00:00:41.552 E: I: Unpacking coreutils...
00:00:41.830 E: I: Unpacking dash...
00:00:41.878 E: I: Unpacking debconf...
00:00:41.957 E: I: Unpacking debian-archive-keyring...
00:00:42.123 E: I: Unpacking debianutils...
00:00:42.175 E: I: Unpacking diffutils...
00:00:42.250 E: I: Unpacking dpkg...
00:00:42.403 E: I: Unpacking e2fsprogs...
00:00:42.480 E: I: Unpacking findutils...
00:00:42.560 E: I: Unpacking gcc-14-base:amd64...
00:00:42.599 E: I: Unpacking gpgv...
00:00:42.647 E: I: Unpacking grep...
00:00:42.713 E: I: Unpacking gzip...
00:00:42.783 E: I: Unpacking hostname...
00:00:42.815 E: I: Unpacking init-system-helpers...
00:00:42.851 E: I: Unpacking libacl1:amd64...
00:00:42.886 E: I: Unpacking libapt-pkg6.0t64:amd64...
00:00:42.994 E: I: Unpacking libattr1:amd64...
00:00:43.027 E: I: Unpacking libaudit-common...
00:00:43.059 E: I: Unpacking libaudit1:amd64...
00:00:43.096 E: I: Unpacking libblkid1:amd64...
00:00:43.140 E: I: Unpacking libbsd0:amd64...
00:00:43.175 E: I: Unpacking libbz2-1.0:amd64...
00:00:43.214 E: I: Unpacking libc-bin...
00:00:43.305 E: I: Unpacking libc6:amd64...
00:00:43.706 E: I: Unpacking libcap-ng0:amd64...
00:00:43.739 E: I: Unpacking libcap2:amd64...
00:00:43.770 E: I: Unpacking libcom-err2:amd64...
00:00:43.801 E: I: Unpacking libcrypt1:amd64...
00:00:43.834 E: I: Unpacking libdb5.3t64:amd64...
00:00:43.910 E: I: Unpacking libdebconfclient0:amd64...
00:00:43.949 E: I: Unpacking libext2fs2t64:amd64...
00:00:44.032 E: I: Unpacking libffi8:amd64...
00:00:44.064 E: I: Unpacking libgcc-s1:amd64...
00:00:44.100 E: I: Unpacking libgcrypt20:amd64...
00:00:44.172 E: I: Unpacking libgmp10:amd64...
00:00:44.222 E: I: Unpacking libgnutls30t64:amd64...
00:00:44.325 E: I: Unpacking libgpg-error0:amd64...
00:00:44.364 E: I: Unpacking libhogweed6t64:amd64...
00:00:44.411 E: I: Unpacking libidn2-0:amd64...
00:00:44.463 E: I: Unpacking liblz4-1:amd64...
00:00:44.500 E: I: Unpacking liblzma5:amd64...
00:00:44.542 E: I: Unpacking libmd0:amd64...
00:00:44.578 E: I: Unpacking libmount1:amd64...
00:00:44.624 E: I: Unpacking libnettle8t64:amd64...
00:00:44.674 E: I: Unpacking libp11-kit0:amd64...
00:00:44.731 E: I: Unpacking libpam-modules:amd64...
00:00:44.907 E: I: Unpacking libpam-modules-bin...
00:00:44.947 E: I: Unpacking libpam-runtime...
00:00:45.025 E: I: Unpacking libpam0g:amd64...
00:00:45.063 E: I: Unpacking libpcre2-8-0:amd64...
00:00:45.116 E: I: Unpacking libseccomp2:amd64...
00:00:45.150 E: I: Unpacking libselinux1:amd64...
00:00:45.183 E: I: Unpacking libsemanage-common...
00:00:45.214 E: I: Unpacking libsemanage2:amd64...
00:00:45.249 E: I: Unpacking libsepol2:amd64...
00:00:45.297 E: I: Unpacking libsmartcols1:amd64...
00:00:45.336 E: I: Unpacking libss2:amd64...
00:00:45.371 E: I: Unpacking libssl3t64:amd64...
00:00:45.546 E: I: Unpacking libstdc++6:amd64...
00:00:45.629 E: I: Unpacking libsystemd0:amd64...
00:00:45.686 E: I: Unpacking libtasn1-6:amd64...
00:00:45.723 E: I: Unpacking libtinfo6:amd64...
00:00:45.779 E: I: Unpacking libudev1:amd64...
00:00:45.822 E: I: Unpacking libunistring5:amd64...
00:00:45.893 E: I: Unpacking libuuid1:amd64...
00:00:45.927 E: I: Unpacking libxxhash0:amd64...
00:00:45.960 E: I: Unpacking libzstd1:amd64...
00:00:46.012 E: I: Unpacking login...
00:00:46.112 E: I: Unpacking logsave...
00:00:46.148 E: I: Unpacking mawk...
00:00:46.191 E: I: Unpacking mount...
00:00:46.232 E: I: Unpacking ncurses-base...
00:00:46.293 E: I: Unpacking ncurses-bin...
00:00:46.345 E: I: Unpacking passwd...
00:00:46.523 E: I: Unpacking perl-base...
00:00:46.878 E: I: Unpacking sed...
00:00:46.944 E: I: Unpacking sysvinit-utils...
00:00:46.976 E: I: Unpacking tar...
00:00:47.068 E: I: Unpacking tzdata...
00:00:47.252 E: I: Unpacking usr-is-merged...
00:00:47.289 E: I: Unpacking util-linux...
00:00:47.437 E: I: Unpacking zlib1g:amd64...
00:00:47.465 E: I: Configuring required packages...
00:00:47.481 E: I: Configuring gcc-14-base:amd64...
00:00:47.499 E: I: Configuring debian-archive-keyring...
00:00:47.622 E: I: Configuring usr-is-merged...
00:00:47.644 E: I: Configuring libaudit-common...
00:00:47.649 E: I: Configuring libsemanage-common...
00:00:47.656 E: I: Configuring debconf...
00:00:47.797 E: I: Configuring tzdata...
00:00:47.979 E: I: Configuring ncurses-base...
00:00:47.984 E: I: Configuring init-system-helpers...
00:00:48.000 E: I: Configuring libgcc-s1:amd64...
00:00:48.011 E: I: Configuring libc6:amd64...
00:00:48.143 E: I: Configuring libdb5.3t64:amd64...
00:00:48.148 E: I: Configuring libffi8:amd64...
00:00:48.153 E: I: Configuring libmd0:amd64...
00:00:48.159 E: I: Configuring libxxhash0:amd64...
00:00:48.166 E: I: Configuring libattr1:amd64...
00:00:48.170 E: I: Configuring sysvinit-utils...
00:00:48.174 E: I: Configuring libtasn1-6:amd64...
00:00:48.178 E: I: Configuring libext2fs2t64:amd64...
00:00:48.182 E: I: Configuring debianutils...
00:00:48.250 E: I: Configuring mawk...
00:00:48.259 E: I: Configuring libdebconfclient0:amd64...
00:00:48.273 E: I: Configuring base-files...
00:00:48.305 E: I: Configuring libbz2-1.0:amd64...
00:00:48.309 E: I: Configuring libbsd0:amd64...
00:00:48.315 E: I: Configuring libblkid1:amd64...
00:00:48.319 E: I: Configuring libstdc++6:amd64...
00:00:48.324 E: I: Configuring dash...
00:00:48.396 E: I: Configuring libtinfo6:amd64...
00:00:48.407 E: I: Configuring bash...
00:00:48.419 E: I: Configuring libzstd1:amd64...
00:00:48.425 E: I: Configuring liblzma5:amd64...
00:00:48.429 E: I: Configuring libgpg-error0:amd64...
00:00:48.434 E: I: Configuring liblz4-1:amd64...
00:00:48.445 E: I: Configuring libc-bin...
00:00:48.461 E: I: Configuring ncurses-bin...
00:00:48.467 E: I: Configuring libacl1:amd64...
00:00:48.471 E: I: Configuring libsmartcols1:amd64...
00:00:48.476 E: I: Configuring libgcrypt20:amd64...
00:00:48.484 E: I: Configuring zlib1g:amd64...
00:00:48.488 E: I: Configuring libcrypt1:amd64...
00:00:48.492 E: I: Configuring libcom-err2:amd64...
00:00:48.497 E: I: Configuring diffutils...
00:00:48.502 E: I: Configuring libseccomp2:amd64...
00:00:48.508 E: I: Configuring libcap2:amd64...
00:00:48.512 E: I: Configuring hostname...
00:00:48.517 E: I: Configuring libcap-ng0:amd64...
00:00:48.521 E: I: Configuring libnettle8t64:amd64...
00:00:48.529 E: I: Configuring libgmp10:amd64...
00:00:48.534 E: I: Configuring libp11-kit0:amd64...
00:00:48.539 E: I: Configuring libaudit1:amd64...
00:00:48.543 E: I: Configuring libunistring5:amd64...
00:00:48.547 E: I: Configuring libuuid1:amd64...
00:00:48.552 E: I: Configuring libss2:amd64...
00:00:48.556 E: I: Configuring libsepol2:amd64...
00:00:48.560 E: I: Configuring libpcre2-8-0:amd64...
00:00:48.564 E: I: Configuring logsave...
00:00:48.570 E: I: Configuring libudev1:amd64...
00:00:48.575 E: I: Configuring libhogweed6t64:amd64...
00:00:48.579 E: I: Configuring gpgv...
00:00:48.586 E: I: Configuring grep...
00:00:48.591 E: I: Configuring libssl3t64:amd64...
00:00:48.601 E: I: Configuring e2fsprogs...
00:00:48.997 E: I: Configuring libidn2-0:amd64...
00:00:49.001 E: I: Configuring libsystemd0:amd64...
00:00:49.005 E: I: Configuring libselinux1:amd64...
00:00:49.012 E: I: Configuring libpam0g:amd64...
00:00:49.126 E: I: Configuring sed...
00:00:49.131 E: I: Configuring findutils...
00:00:49.135 E: I: Configuring libmount1:amd64...
00:00:49.139 E: I: Configuring libsemanage2:amd64...
00:00:49.143 E: I: Configuring libapt-pkg6.0t64:amd64...
00:00:49.159 E: I: Configuring base-passwd...
00:00:49.295 E: I: Configuring libgnutls30t64:amd64...
00:00:49.305 E: I: Configuring apt...
00:00:49.721 E: I: Configuring bsdutils...
00:00:49.726 E: I: Configuring tar...
00:00:49.737 E: I: Configuring libpam-modules-bin...
00:00:49.745 E: I: Configuring coreutils...
00:00:49.759 E: I: Configuring dpkg...
00:00:49.957 E: I: Configuring mount...
00:00:49.977 E: I: Configuring libpam-modules:amd64...
00:00:49.989 E: I: Configuring perl-base...
00:00:50.002 E: I: Configuring gzip...
00:00:50.048 E: I: Configuring libpam-runtime...
00:00:50.241 E: I: Configuring login...
00:00:50.262 E: I: Configuring util-linux...
00:00:50.482 E: I: Configuring passwd...
00:00:50.527 E: I: Configuring libc-bin...
00:00:50.544 E: I: Unpacking the base system...
00:01:25.272 E: I: Unpacking apt-utils...
00:01:25.339 E: I: Unpacking cpio...
00:01:25.394 E: I: Unpacking cron...
00:01:25.432 E: I: Unpacking debconf-i18n...
00:01:25.491 E: I: Unpacking dmidecode...
00:01:25.525 E: I: Unpacking fdisk...
00:01:25.567 E: I: Unpacking ifupdown...
00:01:25.629 E: I: Unpacking init...
00:01:25.664 E: I: Unpacking iproute2...
00:01:25.861 E: I: Unpacking iputils-ping...
00:01:25.899 E: I: Unpacking isc-dhcp-client...
00:01:26.012 E: I: Unpacking isc-dhcp-common...
00:01:26.050 E: I: Unpacking kmod...
00:01:26.095 E: I: Unpacking less...
00:01:26.140 E: I: Unpacking libbpf1:amd64...
00:01:26.180 E: I: Unpacking libcap2-bin...
00:01:26.215 E: I: Unpacking libedit2:amd64...
00:01:26.252 E: I: Unpacking libelf1t64:amd64...
00:01:26.299 E: I: Unpacking libfdisk1:amd64...
00:01:26.348 E: I: Unpacking libgssapi-krb5-2:amd64...
00:01:26.390 E: I: Unpacking libjansson4:amd64...
00:01:26.426 E: I: Unpacking libk5crypto3:amd64...
00:01:26.464 E: I: Unpacking libkeyutils1:amd64...
00:01:26.495 E: I: Unpacking libkmod2:amd64...
00:01:26.530 E: I: Unpacking libkrb5-3:amd64...
00:01:26.585 E: I: Unpacking libkrb5support0:amd64...
00:01:26.618 E: I: Unpacking liblocale-gettext-perl...
00:01:26.652 E: I: Unpacking libmnl0:amd64...
00:01:26.684 E: I: Unpacking libncursesw6:amd64...
00:01:26.727 E: I: Unpacking libnewt0.52:amd64...
00:01:26.803 E: I: Unpacking libnftables1:amd64...
00:01:26.860 E: I: Unpacking libnftnl11:amd64...
00:01:26.896 E: I: Unpacking libpopt0:amd64...
00:01:26.943 E: I: Unpacking libproc2-0:amd64...
00:01:26.981 E: I: Unpacking libreadline8t64:amd64...
00:01:27.061 E: I: Unpacking libslang2:amd64...
00:01:27.130 E: I: Unpacking libtext-charwidth-perl:amd64...
00:01:27.162 E: I: Unpacking libtext-iconv-perl:amd64...
00:01:27.194 E: I: Unpacking libtext-wrapi18n-perl...
00:01:27.224 E: I: Unpacking libtirpc-common...
00:01:27.259 E: I: Unpacking libtirpc3t64:amd64...
00:01:27.316 E: I: Unpacking libxtables12:amd64...
00:01:27.350 E: I: Unpacking logrotate...
00:01:27.384 E: I: Unpacking nano...
00:01:27.478 E: I: Unpacking netbase...
00:01:27.509 E: I: Unpacking nftables...
00:01:27.552 E: I: Unpacking procps...
00:01:27.648 E: I: Unpacking readline-common...
00:01:27.680 E: I: Unpacking sensible-utils...
00:01:27.719 E: I: Unpacking tasksel...
00:01:27.776 E: I: Unpacking tasksel-data...
00:01:27.831 E: I: Unpacking udev...
00:01:28.044 E: I: Unpacking vim-common...
00:01:28.107 E: I: Unpacking vim-tiny...
00:01:28.184 E: I: Unpacking whiptail...
00:01:28.229 E: I: Configuring the base system...
00:01:28.238 E: I: Configuring cpio...
00:01:28.246 E: I: Configuring libtext-iconv-perl:amd64...
00:01:28.251 E: I: Configuring libtext-charwidth-perl:amd64...
00:01:28.256 E: I: Configuring libkeyutils1:amd64...
00:01:28.260 E: I: Configuring apt-utils...
00:01:28.264 E: I: Configuring init...
00:01:28.269 E: I: Configuring libtirpc-common...
00:01:28.274 E: I: Configuring libedit2:amd64...
00:01:28.278 E: I: Configuring less...
00:01:28.286 E: I: Configuring libtext-wrapi18n-perl...
00:01:28.290 E: I: Configuring libelf1t64:amd64...
00:01:28.294 E: I: Configuring libjansson4:amd64...
00:01:28.298 E: I: Configuring libkrb5support0:amd64...
00:01:28.302 E: I: Configuring libcap2-bin...
00:01:28.308 E: I: Configuring vim-common...
00:01:28.314 E: I: Configuring libslang2:amd64...
00:01:28.318 E: I: Configuring libproc2-0:amd64...
00:01:28.323 E: I: Configuring libmnl0:amd64...
00:01:28.327 E: I: Configuring libncursesw6:amd64...
00:01:28.331 E: I: Configuring libk5crypto3:amd64...
00:01:28.335 E: I: Configuring libxtables12:amd64...
00:01:28.340 E: I: Configuring libfdisk1:amd64...
00:01:28.345 E: I: Configuring nano...
00:01:28.357 E: I: Configuring sensible-utils...
00:01:28.364 E: I: Configuring procps...
00:01:28.399 E: I: Configuring netbase...
00:01:28.407 E: I: Configuring isc-dhcp-common...
00:01:28.411 E: I: Configuring libkrb5-3:amd64...
00:01:28.416 E: I: Configuring dmidecode...
00:01:28.420 E: I: Configuring iputils-ping...
00:01:28.436 E: I: Configuring readline-common...
00:01:28.445 E: I: Configuring liblocale-gettext-perl...
00:01:28.448 E: I: Configuring libbpf1:amd64...
00:01:28.453 E: I: Configuring libkmod2:amd64...
00:01:28.458 E: I: Configuring libpopt0:amd64...
00:01:28.468 E: I: Configuring logrotate...
00:01:28.685 E: I: Configuring libnewt0.52:amd64...
00:01:28.697 E: I: Configuring cron...
00:01:28.945 E: I: Configuring debconf-i18n...
00:01:28.950 E: I: Configuring libnftnl11:amd64...
00:01:28.955 E: I: Configuring vim-tiny...
00:01:28.983 E: I: Configuring kmod...
00:01:29.015 E: I: Configuring libgssapi-krb5-2:amd64...
00:01:29.024 E: I: Configuring udev...
00:01:29.625 E: I: Configuring libreadline8t64:amd64...
00:01:29.629 E: I: Configuring whiptail...
00:01:29.633 E: I: Configuring libnftables1:amd64...
00:01:29.640 E: I: Configuring nftables...
00:01:29.766 E: I: Configuring libtirpc3t64:amd64...
00:01:29.771 E: I: Configuring iproute2...
00:01:29.983 E: I: Configuring isc-dhcp-client...
00:01:30.006 E: I: Configuring fdisk...
00:01:30.016 E: I: Configuring ifupdown...
00:01:30.469 E: I: Configuring tasksel...
00:01:30.609 E: I: Configuring tasksel-data...
00:01:30.618 E: I: Configuring libc-bin...
00:01:30.642 E: I: Base system installed successfully.
00:01:30.739 E: I: running apt-get update...
00:01:32.241 E: I: nothing to download -- skipping...
00:01:32.246 E: I: nothing to extract -- skipping...
00:01:32.251 E: I: no essential packages -- skipping...
00:01:32.256 E: I: cleaning package lists and apt cache...
00:01:32.393 E: I: creating tarball...
00:01:33.820 E: I: done
00:01:34.010 E: I: removing tempdir /tmp/mmdebstrap.fLeAdFivAp...
00:01:34.395 E: I: success in 94.0040 seconds
00:01:34.403 E: + [ -n  ]
00:01:34.408 E: + mkdir /tmp/debian-mm
00:01:34.412 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-mm -xf /tmp/debian-mm.tar
00:01:35.126 E: + mkdir /tmp/debian-debootstrap
00:01:35.131 E: + tar --xattrs --xattrs-include=* -C /tmp/debian-debootstrap -xf cache/debian-unstable--.tar
00:01:44.206 E: + tar -C /tmp/debian-debootstrap -cf dev1.tar ./dev
00:01:44.212 E: + tar -C /tmp/debian-mm -cf dev2.tar ./dev
00:01:44.219 E: + cmp dev1.tar dev2.tar
00:01:44.223 E: + rm dev1.tar dev2.tar
00:01:44.227 E: + rm -r /tmp/debian-debootstrap/dev /tmp/debian-mm/dev
00:01:44.238 E: + rm /tmp/debian-debootstrap/var/cache/apt/archives/adduser_3.137_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/apt-utils_2.9.7_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/apt_2.9.7_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/base-files_13.5_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/base-passwd_3.6.4_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/bash_5.2.21-2.1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/bsdutils_1%3a2.40.2-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/coreutils_9.4-3.1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/cpio_2.15+dfsg-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/cron-daemon-common_3.0pl1-189_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/cron_3.0pl1-189_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/dash_0.5.12-9_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/debconf-i18n_1.5.87_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/debconf_1.5.87_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/debian-archive-keyring_2023.4_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/debianutils_5.20_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/diffutils_1%3a3.10-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/dmidecode_3.6-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/dpkg_1.22.11_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/e2fsprogs_1.47.1-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/fdisk_2.40.2-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/findutils_4.10.0-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/gcc-14-base_14.2.0-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/gpgv_2.2.43-8_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/grep_3.11-4_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/gzip_1.12-1.1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/hostname_3.23+nmu2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/ifupdown_0.8.43_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/init-system-helpers_1.66_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/init_1.66_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/iproute2_6.10.0-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/iputils-ping_3%3a20240117-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/isc-dhcp-client_4.4.3-P1-5_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/isc-dhcp-common_4.4.3-P1-5_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/kmod_32+20240611-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/less_643-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libacl1_2.3.2-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libapparmor1_3.1.7-1+b1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libapt-pkg6.0t64_2.9.7_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libattr1_1%3a2.5.2-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libaudit-common_1%3a3.1.2-4_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/libaudit1_1%3a3.1.2-4+b1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libblkid1_2.40.2-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libbpf1_1%3a1.4.5-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libbsd0_0.12.2-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libbz2-1.0_1.0.8-5.1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libc-bin_2.39-6_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libc6_2.39-6_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libcap-ng0_0.8.5-1+b1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libcap2-bin_1%3a2.66-5_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libcap2_1%3a2.66-5_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libcom-err2_1.47.1-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libcrypt1_1%3a4.4.36-4_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libdb5.3t64_5.3.28+dfsg2-7_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libdebconfclient0_0.272_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libedit2_3.1-20240517-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libelf1t64_0.191-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libext2fs2t64_1.47.1-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libfdisk1_2.40.2-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libffi8_3.4.6-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libgcc-s1_14.2.0-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libgcrypt20_1.11.0-5_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libgnutls30t64_3.8.6-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libgpg-error0_1.50-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libgssapi-krb5-2_1.21.3-3_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libhogweed6t64_3.10-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libidn2-0_2.3.7-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libjansson4_2.14-2+b2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libk5crypto3_1.21.3-3_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libkeyutils1_1.6.3-3_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libkmod2_32+20240611-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libkrb5-3_1.21.3-3_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libkrb5support0_1.21.3-3_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/liblocale-gettext-perl_1.07-7_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/liblz4-1_1.9.4-3_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/liblzma5_5.6.2-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libmd0_1.1.0-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libmnl0_1.0.5-2+b1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libmount1_2.40.2-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libncursesw6_6.5-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libnettle8t64_3.10-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libnewt0.52_0.52.24-2+b1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libnftables1_1.1.0-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libnftnl11_1.2.7-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libp11-kit0_0.25.5-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libpam-modules-bin_1.5.3-7_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libpam-modules_1.5.3-7_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libpam-runtime_1.5.3-7_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/libpam0g_1.5.3-7_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libpcre2-8-0_10.42-4+b1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libpopt0_1.19+dfsg-1+b1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libproc2-0_2%3a4.0.4-5_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libreadline8t64_8.2-4_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libseccomp2_2.5.5-1+b1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libselinux1_3.5-2+b3_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libsemanage-common_3.5-1_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/libsemanage2_3.5-1+b4_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libsepol2_3.5-2+b1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libslang2_2.3.3-5_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libsmartcols1_2.40.2-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libss2_1.47.1-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libssl3t64_3.3.1-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libstdc++6_14.2.0-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libsystemd-shared_256.4-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libsystemd0_256.4-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libtasn1-6_4.19.0-3+b2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libtext-charwidth-perl_0.04-11+b3_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libtext-iconv-perl_1.7-8+b3_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libtext-wrapi18n-perl_0.06-10_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/libtinfo6_6.5-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libtirpc-common_1.3.4+ds-1.3_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/libtirpc3t64_1.3.4+ds-1.3_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libudev1_256.4-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libunistring5_1.2-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libuuid1_2.40.2-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libxtables12_1.8.10-4_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libxxhash0_0.8.2-2+b1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/libzstd1_1.5.6+dfsg-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/login_1%3a4.15.3-3_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/logrotate_3.22.0-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/logsave_1.47.1-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/mawk_1.3.4.20240622-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/mount_2.40.2-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/nano_8.1-1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/ncurses-base_6.5-2_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/ncurses-bin_6.5-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/netbase_6.4_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/nftables_1.1.0-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/passwd_1%3a4.15.3-3_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/perl-base_5.38.2-5_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/procps_2%3a4.0.4-5_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/readline-common_8.2-4_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/sed_4.9-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/sensible-utils_0.0.24_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/systemd-sysv_256.4-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/systemd_256.4-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/sysvinit-utils_3.09-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/tar_1.35+dfsg-3_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/tasksel-data_3.75_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/tasksel_3.75_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/tzdata_2024a-4_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/udev_256.4-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/usr-is-merged_39_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/util-linux_2.40.2-2_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/vim-common_2%3a9.1.0496-1_all.deb /tmp/debian-debootstrap/var/cache/apt/archives/vim-tiny_2%3a9.1.0496-1+b1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/whiptail_0.52.24-2+b1_amd64.deb /tmp/debian-debootstrap/var/cache/apt/archives/zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb
00:01:44.254 E: + rm /tmp/debian-debootstrap/var/cache/ldconfig/aux-cache
00:01:44.258 E: + rm /tmp/debian-debootstrap/var/log/dpkg.log /tmp/debian-debootstrap/var/log/bootstrap.log /tmp/debian-debootstrap/var/log/alternatives.log /tmp/debian-mm/var/log/bootstrap.log
00:01:44.264 E: + find /tmp/debian-debootstrap/run/ -mindepth 1 -maxdepth 1 ! -name lock -print0
00:01:44.268 E: + xargs --no-run-if-empty -0 rm -r
00:01:44.272 E: + rm /tmp/debian-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_unstable_main_binary-amd64_Packages /tmp/debian-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_unstable_InRelease /tmp/debian-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_unstable_Release /tmp/debian-debootstrap/var/lib/apt/lists/127.0.0.1_debian_dists_unstable_Release.gpg
00:01:44.283 E: + [ -e /tmp/debian-debootstrap/etc/machine-id ]
00:01:44.287 E: + rm /tmp/debian-debootstrap/etc/machine-id /tmp/debian-mm/etc/machine-id
00:01:44.292 E: + rm /tmp/debian-mm/var/cache/apt/archives/lock
00:01:44.296 E: + rm /tmp/debian-mm/var/lib/apt/lists/lock
00:01:44.300 E: + rm /tmp/debian-mm/var/lib/dpkg/arch
00:01:44.304 E: + [ ! -e /tmp/debian-debootstrap/etc/shadow ]
00:01:44.308 E: + cmp /tmp/debian-debootstrap/etc/shadow /tmp/debian-mm/etc/shadow
00:01:44.311 E: + echo no difference for /etc/shadow
00:01:44.315 E: no difference for /etc/shadow
00:01:44.319 E: + [ ! -e /tmp/debian-debootstrap/etc/shadow- ]
00:01:44.323 E: + cmp /tmp/debian-debootstrap/etc/shadow- /tmp/debian-mm/etc/shadow-
00:01:44.328 E: + echo no difference for /etc/shadow-
00:01:44.332 E: no difference for /etc/shadow-
00:01:44.335 E: + [ -e /tmp/debian-debootstrap/etc/apparmor.d/local/sbin.dhclient ]
00:01:44.339 E: + [ ! -s /tmp/debian-debootstrap/etc/apparmor.d/local/sbin.dhclient ]
00:01:44.344 E: + echo /sbin/setcap
00:01:44.348 E: + diff --unified --no-dereference --recursive /tmp/debian-debootstrap /tmp/debian-mm
00:01:44.751 E: + touch --date=@1722845704 /tmp/debian-debootstrap/etc/apt/preferences.d/ /tmp/debian-mm/etc/apt/preferences.d/
00:01:44.756 E: + touch --date=@1722845704 /tmp/debian-debootstrap/etc/apt/sources.list.d/ /tmp/debian-mm/etc/apt/sources.list.d/
00:01:44.760 E: + touch --date=@1722845704 /tmp/debian-debootstrap/etc/dpkg/dpkg.cfg.d/ /tmp/debian-mm/etc/dpkg/dpkg.cfg.d/
00:01:44.765 E: + touch --date=@1722845704 /tmp/debian-debootstrap/var/log/apt/ /tmp/debian-mm/var/log/apt/
00:01:44.769 E: + chroot /tmp/debian-debootstrap chmod 0700 ./var/lib/apt/lists/partial
00:01:44.773 E: + chroot /tmp/debian-debootstrap chown _apt:root ./var/lib/apt/lists/partial
00:01:44.777 E: + chroot /tmp/debian-debootstrap chmod 0700 ./var/cache/apt/archives/partial
00:01:44.781 E: + chroot /tmp/debian-debootstrap chown _apt:root ./var/cache/apt/archives/partial
00:01:44.786 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:01:44.790 E: + tar -C /tmp/debian-debootstrap --numeric-owner --xattrs --xattrs-include=* --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root1.tar .
00:01:45.280 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:01:45.285 E: + tar -C /tmp/debian-mm --numeric-owner --xattrs --xattrs-include=* --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/root2.tar .
00:01:45.840 E: + tar --full-time --verbose -tf /tmp/root1.tar
00:01:45.960 E: + tar --full-time --verbose -tf /tmp/root2.tar
00:01:46.066 E: + diff -u /tmp/root1.tar.list /tmp/root2.tar.list
00:01:46.071 E: + rm /tmp/root1.tar /tmp/root2.tar /tmp/root1.tar.list /tmp/root2.tar.list
00:01:46.177 E: + rm /tmp/debian-mm.tar
00:01:46.222 E: + rm -r /tmp/debian-debootstrap /tmp/debian-mm
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:57
result: SUCCESS
------------------------------------------------------------------------------
(27/280) help
dist: unstable
mode: auto
variant: apt
format: auto
time left: 6:13:22
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + mmdebstrap --help
00:00:00.019 E: + grep --fixed-strings mmdebstrap [OPTION...] [SUITE [TARGET [MIRROR...]]]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:11
result: SUCCESS
------------------------------------------------------------------------------
(28/280) man
dist: unstable
mode: auto
variant: apt
format: auto
time left: 5:59:53
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + mmdebstrap --man
00:00:00.017 E: + grep --fixed-strings mmdebstrap [OPTION...] [*SUITE* [*TARGET* [*MIRROR*...]]]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:11
result: SUCCESS
------------------------------------------------------------------------------
(29/280) version
dist: unstable
mode: auto
variant: apt
format: auto
time left: 5:47:22
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + mmdebstrap --version
00:00:00.020 E: + grep -E ^mmdebstrap [0-9](\.[0-9])+$
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:10
result: SUCCESS
------------------------------------------------------------------------------
(30/280) create-directory
dist: unstable
mode: auto
variant: apt
format: auto
time left: 5:35:38
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + trap rm -rf /tmp/debian-chroot EXIT INT TERM
00:00:00.018 E: + mmdebstrap --mode=root --variant=apt unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.440 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.472 E: I: finding correct signed-by value...
00:00:00.577 E: I: automatically chosen format: directory
00:00:00.628 E: I: running apt-get update...
00:00:03.528 E: I: downloading packages with apt...
00:00:05.812 E: I: extracting archives...
00:00:07.638 E: I: installing essential packages...
00:00:13.331 E: I: installing remaining packages inside the chroot...
00:00:16.811 E: I: cleaning package lists and apt cache...
00:00:16.908 E: I: success in 16.5902 seconds
00:00:16.917 E: + chroot /tmp/debian-chroot dpkg-query --showformat ${binary:Package}\n --show
00:00:16.924 E: + tar -C /tmp/debian-chroot --one-file-system -c .
00:00:16.927 E: + tar -t
00:00:16.931 E: + sort
00:00:17.131 E: + rm -rf /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:28
result: SUCCESS
------------------------------------------------------------------------------
(31/280) unshare-as-root-user
dist: unstable
mode: auto
variant: apt
format: auto
time left: 5:27:04
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + whoami
00:00:00.018 E: + [ root = root ]
00:00:00.022 E: + trap rm -f /tmp/debian-chroot.tar EXIT INT TERM
00:00:00.025 E: + mmdebstrap --mode=unshare --variant=apt --customize-hook=chroot "$1" sh -c "test -e /proc/self/fd" unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.452 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.485 E: I: finding correct signed-by value...
00:00:00.588 E: I: automatically chosen format: tar
00:00:00.593 E: I: using /tmp/mmdebstrap.8Y48UmMsTM as tempdir
00:00:00.665 E: I: running apt-get update...
00:00:03.549 E: I: downloading packages with apt...
00:00:05.586 E: I: extracting archives...
00:00:07.444 E: I: installing essential packages...
00:00:13.531 E: I: installing remaining packages inside the chroot...
00:00:17.201 E: I: running --customize-hook in shell: sh -c 'chroot "$1" sh -c "test -e /proc/self/fd"' exec /tmp/mmdebstrap.8Y48UmMsTM
00:00:17.259 E: I: cleaning package lists and apt cache...
00:00:17.361 E: I: creating tarball...
00:00:18.251 E: I: done
00:00:18.320 E: I: removing tempdir /tmp/mmdebstrap.8Y48UmMsTM...
00:00:18.545 E: I: success in 18.2237 seconds
00:00:18.554 E: + + tar -tf /tmp/debian-chroot.tar
00:00:18.558 E: sort
00:00:18.563 E: + diff -u tar1.txt -
00:00:18.592 E: + rm -f /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:29
result: SUCCESS
------------------------------------------------------------------------------
(32/280) dist-using-codename
dist: oldstable
mode: auto
variant: apt
format: auto
time left: 5:19:09
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + trap rm -f InRelease; rm -rf /tmp/debian-chroot.tar /tmp/expected EXIT INT TERM
00:00:00.019 E: + /usr/lib/apt/apt-helper download-file http://127.0.0.1/debian/dists/oldstable/InRelease InRelease
00:00:00.063 O: Get:1 http://127.0.0.1/debian/dists/oldstable/InRelease [116 kB]
00:00:00.074 E: W: Download is performed unsandboxed as root as file 'InRelease' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
00:00:00.073 O: Fetched 116 kB in 0s (3307 kB/s)
00:00:00.078 E: + awk /^Codename: / { print $2; } InRelease
00:00:00.081 E: + codename=bullseye
00:00:00.085 E: + mmdebstrap --mode=auto --variant=apt bullseye /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.506 E: I: automatically chosen mode: root
00:00:00.514 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.546 E: I: finding correct signed-by value...
00:00:00.646 E: I: automatically chosen format: tar
00:00:00.650 E: I: using /tmp/mmdebstrap.tjyI6zkoIP as tempdir
00:00:00.695 E: I: running apt-get update...
00:00:02.893 E: I: downloading packages with apt...
00:00:05.042 E: I: extracting archives...
00:00:07.119 E: I: installing essential packages...
00:00:14.746 E: I: installing remaining packages inside the chroot...
00:00:18.382 E: I: cleaning package lists and apt cache...
00:00:18.473 E: I: creating tarball...
00:00:19.361 E: I: done
00:00:19.461 E: I: removing tempdir /tmp/mmdebstrap.tjyI6zkoIP...
00:00:19.664 E: I: success in 19.2709 seconds
00:00:19.672 E: + echo deb http://127.0.0.1/debian bullseye main
00:00:19.676 E: + tar --to-stdout --extract --file /tmp/debian-chroot.tar ./etc/apt/sources.list
00:00:19.681 E: + diff -u /tmp/expected -
00:00:19.693 E: + rm -f InRelease
00:00:19.697 E: + rm -rf /tmp/debian-chroot.tar /tmp/expected
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:30
result: SUCCESS
------------------------------------------------------------------------------
(33/280) dist-using-codename
dist: stable
mode: auto
variant: apt
format: auto
time left: 5:11:52
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + trap rm -f InRelease; rm -rf /tmp/debian-chroot.tar /tmp/expected EXIT INT TERM
00:00:00.020 E: + /usr/lib/apt/apt-helper download-file http://127.0.0.1/debian/dists/stable/InRelease InRelease
00:00:00.063 O: Get:1 http://127.0.0.1/debian/dists/stable/InRelease [151 kB]
00:00:00.074 O: Fetched 151 kB in 0s (4608 kB/s)
00:00:00.074 E: W: Download is performed unsandboxed as root as file 'InRelease' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
00:00:00.079 E: + awk /^Codename: / { print $2; } InRelease
00:00:00.083 E: + codename=bookworm
00:00:00.087 E: + mmdebstrap --mode=auto --variant=apt bookworm /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.527 E: I: automatically chosen mode: root
00:00:00.535 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.567 E: I: finding correct signed-by value...
00:00:00.670 E: I: automatically chosen format: tar
00:00:00.674 E: I: using /tmp/mmdebstrap.WK_g2KjJwO as tempdir
00:00:00.724 E: I: running apt-get update...
00:00:03.202 E: I: downloading packages with apt...
00:00:05.525 E: I: extracting archives...
00:00:07.896 E: I: installing essential packages...
00:00:16.770 E: I: installing remaining packages inside the chroot...
00:00:20.552 E: I: cleaning package lists and apt cache...
00:00:20.642 E: I: creating tarball...
00:00:21.717 E: I: done
00:00:21.865 E: I: removing tempdir /tmp/mmdebstrap.WK_g2KjJwO...
00:00:22.166 E: I: success in 21.7568 seconds
00:00:22.173 E: + echo deb http://127.0.0.1/debian bookworm main
00:00:22.177 E: + tar --to-stdout --extract --file /tmp/debian-chroot.tar ./etc/apt/sources.list
00:00:22.182 E: + diff -u /tmp/expected -
00:00:22.198 E: + rm -f InRelease
00:00:22.203 E: + rm -rf /tmp/debian-chroot.tar /tmp/expected
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:33
result: SUCCESS
------------------------------------------------------------------------------
(34/280) dist-using-codename
dist: testing
mode: auto
variant: apt
format: auto
time left: 5:05:20
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + trap rm -f InRelease; rm -rf /tmp/debian-chroot.tar /tmp/expected EXIT INT TERM
00:00:00.018 E: + /usr/lib/apt/apt-helper download-file http://127.0.0.1/debian/dists/testing/InRelease InRelease
00:00:00.060 O: Get:1 http://127.0.0.1/debian/dists/testing/InRelease [169 kB]
00:00:00.073 O: Fetched 169 kB in 0s (4377 kB/s)
00:00:00.073 E: W: Download is performed unsandboxed as root as file 'InRelease' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
00:00:00.077 E: + awk /^Codename: / { print $2; } InRelease
00:00:00.083 E: + codename=trixie
00:00:00.087 E: + mmdebstrap --mode=auto --variant=apt trixie /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.512 E: I: automatically chosen mode: root
00:00:00.520 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.554 E: I: finding correct signed-by value...
00:00:00.656 E: I: automatically chosen format: tar
00:00:00.661 E: I: using /tmp/mmdebstrap.9TzxTUXeo9 as tempdir
00:00:00.712 E: I: running apt-get update...
00:00:03.388 E: I: downloading packages with apt...
00:00:05.520 E: I: extracting archives...
00:00:07.326 E: I: installing essential packages...
00:00:13.236 E: I: installing remaining packages inside the chroot...
00:00:16.670 E: I: cleaning package lists and apt cache...
00:00:16.774 E: I: creating tarball...
00:00:17.563 E: I: done
00:00:17.653 E: I: removing tempdir /tmp/mmdebstrap.9TzxTUXeo9...
00:00:17.834 E: I: success in 17.4350 seconds
00:00:17.841 E: + echo deb http://127.0.0.1/debian trixie main
00:00:17.846 E: + tar --to-stdout --extract --file /tmp/debian-chroot.tar ./etc/apt/sources.list
00:00:17.850 E: + diff -u /tmp/expected -
00:00:17.860 E: + rm -f InRelease
00:00:17.864 E: + rm -rf /tmp/debian-chroot.tar /tmp/expected
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:28
result: SUCCESS
------------------------------------------------------------------------------
(35/280) dist-using-codename
dist: unstable
mode: auto
variant: apt
format: auto
time left: 4:58:39
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + trap rm -f InRelease; rm -rf /tmp/debian-chroot.tar /tmp/expected EXIT INT TERM
00:00:00.017 E: + /usr/lib/apt/apt-helper download-file http://127.0.0.1/debian/dists/unstable/InRelease InRelease
00:00:00.060 O: Get:1 http://127.0.0.1/debian/dists/unstable/InRelease [198 kB]
00:00:00.074 O: Fetched 198 kB in 0s (5192 kB/s)
00:00:00.074 E: W: Download is performed unsandboxed as root as file 'InRelease' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
00:00:00.078 E: + awk /^Codename: / { print $2; } InRelease
00:00:00.084 E: + codename=sid
00:00:00.088 E: + mmdebstrap --mode=auto --variant=apt sid /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.514 E: I: automatically chosen mode: root
00:00:00.522 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.553 E: I: finding correct signed-by value...
00:00:00.650 E: I: automatically chosen format: tar
00:00:00.655 E: I: using /tmp/mmdebstrap.TV9G5f9MVR as tempdir
00:00:00.707 E: I: running apt-get update...
00:00:03.612 E: I: downloading packages with apt...
00:00:05.809 E: I: extracting archives...
00:00:07.619 E: I: installing essential packages...
00:00:13.623 E: I: installing remaining packages inside the chroot...
00:00:17.144 E: I: cleaning package lists and apt cache...
00:00:17.241 E: I: creating tarball...
00:00:18.026 E: I: done
00:00:18.099 E: I: removing tempdir /tmp/mmdebstrap.TV9G5f9MVR...
00:00:18.293 E: I: success in 17.8916 seconds
00:00:18.302 E: + echo deb http://127.0.0.1/debian sid main
00:00:18.306 E: + tar --to-stdout --extract --file /tmp/debian-chroot.tar ./etc/apt/sources.list
00:00:18.310 E: + diff -u /tmp/expected -
00:00:18.322 E: + rm -f InRelease
00:00:18.326 E: + rm -rf /tmp/debian-chroot.tar /tmp/expected
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:29
result: SUCCESS
------------------------------------------------------------------------------
(36/280) fail-without-etc-subuid
dist: unstable
mode: auto
variant: apt
format: auto
time left: 4:52:22
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.019 E: + useradd --home-dir /home/user --create-home user
00:00:00.038 E: + rm /etc/subuid
00:00:00.042 E: + ret=0
00:00:00.046 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=apt unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.528 E: W: /etc/subuid doesn't exist
00:00:00.532 E: E: failed to parse /etc/subuid and /etc/subgid
00:00:00.537 E: + ret=25
00:00:00.541 E: + [ 25 = 0 ]
00:00:00.545 E: + [ ! -e /tmp/debian-chroot ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:11
result: SUCCESS
------------------------------------------------------------------------------
(37/280) fail-without-username-in-etc-subuid
dist: unstable
mode: auto
variant: apt
format: auto
time left: 4:44:24
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.017 E: + useradd --home-dir /home/user --create-home user
00:00:00.033 E: + awk -F: $1!="user" /etc/subuid
00:00:00.037 E: + mv /etc/subuid.tmp /etc/subuid
00:00:00.040 E: + ret=0
00:00:00.044 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=apt unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.512 E: W: /etc/subuid is empty
00:00:00.516 E: E: failed to parse /etc/subuid and /etc/subgid
00:00:00.520 E: + ret=25
00:00:00.524 E: + [ 25 = 0 ]
00:00:00.528 E: + [ ! -e /tmp/debian-chroot ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:10
result: SUCCESS
------------------------------------------------------------------------------
(38/280) unshare-as-root-user-inside-chroot
dist: unstable
mode: auto
variant: apt
format: auto
time left: 4:36:47
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + whoami
00:00:00.020 E: + [ root = root ]
00:00:00.025 E: + trap rm -f /tmp/debian-chroot.tar script.sh EXIT INT TERM
00:00:00.031 E: + cat
00:00:00.036 E: + chmod +x script.sh
00:00:00.041 E: + mmdebstrap --mode=root --variant=apt --include=perl,mount --customize-hook=./script.sh --customize-hook=download /tmp/debian-chroot.tar /tmp/debian-chroot.tar unstable /dev/null http://127.0.0.1/debian
00:00:00.535 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.573 E: I: finding correct signed-by value...
00:00:00.680 E: I: automatically chosen format: null
00:00:00.685 E: I: using /tmp/mmdebstrap.bScqSD7AqC as tempdir
00:00:00.750 E: I: running apt-get update...
00:00:03.921 E: I: downloading packages with apt...
00:00:06.007 E: I: extracting archives...
00:00:07.812 E: I: installing essential packages...
00:00:13.679 E: I: installing remaining packages inside the chroot...
00:00:18.630 E: I: running --customize-hook directly: ./script.sh /tmp/mmdebstrap.bScqSD7AqC
00:00:19.050 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:19.054 E: W: gpg --version failed: cannot infer signed-by value
00:00:19.059 E: I: automatically chosen format: tar
00:00:19.064 E: I: using /tmp/mmdebstrap.jYKWp_U1zT as tempdir
00:00:19.119 E: I: running apt-get update...
00:00:21.924 E: I: downloading packages with apt...
00:00:23.967 E: I: extracting archives...
00:00:25.763 E: mount: /: not mount point or bad option.
00:00:25.767 E:        dmesg(1) may have more information after failed mount system call.
00:00:25.771 E: W: mount --make-rprivate / failed: 8192
00:00:25.811 E: I: installing essential packages...
00:00:31.613 E: I: installing remaining packages inside the chroot...
00:00:35.443 E: I: cleaning package lists and apt cache...
00:00:35.532 E: I: creating tarball...
00:00:36.349 E: I: done
00:00:36.415 E: I: removing tempdir /tmp/mmdebstrap.jYKWp_U1zT...
00:00:36.638 E: I: success in 17.7023 seconds
00:00:36.645 E: I: running special hook: download /tmp/debian-chroot.tar /tmp/debian-chroot.tar
00:00:38.708 E: I: cleaning package lists and apt cache...
00:00:38.844 E: I: removing tempdir /tmp/mmdebstrap.bScqSD7AqC...
00:00:39.107 E: I: success in 38.6944 seconds
00:00:39.113 E: + tar -tf /tmp/debian-chroot.tar
00:00:39.117 E: + sort
00:00:39.122 E: + diff -u tar1.txt -
00:00:39.154 E: + rm -f /tmp/debian-chroot.tar script.sh
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:50
result: SUCCESS
------------------------------------------------------------------------------
(39/280) root-mode-inside-chroot
dist: unstable
mode: auto
variant: apt
format: auto
time left: 4:33:44
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + whoami
00:00:00.017 E: + [ root = root ]
00:00:00.020 E: + trap rm -f /tmp/debian-chroot.tar script.sh EXIT INT TERM
00:00:00.024 E: + cat
00:00:00.028 E: + chmod +x script.sh
00:00:00.032 E: + mmdebstrap --mode=root --variant=apt --include=perl,mount --customize-hook=./script.sh --customize-hook=download /tmp/debian-chroot.tar /tmp/debian-chroot.tar unstable /dev/null http://127.0.0.1/debian
00:00:00.484 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.519 E: I: finding correct signed-by value...
00:00:00.626 E: I: automatically chosen format: null
00:00:00.630 E: I: using /tmp/mmdebstrap.Qzml_Kj0M8 as tempdir
00:00:00.681 E: I: running apt-get update...
00:00:03.670 E: I: downloading packages with apt...
00:00:05.833 E: I: extracting archives...
00:00:07.683 E: I: installing essential packages...
00:00:13.736 E: I: installing remaining packages inside the chroot...
00:00:18.927 E: I: running --customize-hook directly: ./script.sh /tmp/mmdebstrap.Qzml_Kj0M8
00:00:18.934 E: + rootfs=/tmp/mmdebstrap.Qzml_Kj0M8
00:00:18.938 E: + mkdir -p /tmp/mmdebstrap.Qzml_Kj0M8/mnt
00:00:18.943 E: + [ -e /usr/bin/mmdebstrap ]
00:00:18.948 E: + cp -aT /usr/bin/mmdebstrap /tmp/mmdebstrap.Qzml_Kj0M8/usr/bin/mmdebstrap
00:00:18.953 E: + [ -e ./mmdebstrap ]
00:00:18.957 E: + cp -aT ./mmdebstrap /tmp/mmdebstrap.Qzml_Kj0M8/mnt/mmdebstrap
00:00:18.962 E: + chroot /tmp/mmdebstrap.Qzml_Kj0M8 env --chdir=/mnt mmdebstrap --mode=root --variant=apt unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:19.387 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:19.391 E: W: gpg --version failed: cannot infer signed-by value
00:00:19.396 E: I: automatically chosen format: tar
00:00:19.400 E: I: using /tmp/mmdebstrap.OyOITYnRL9 as tempdir
00:00:19.447 E: I: running apt-get update...
00:00:22.410 E: I: downloading packages with apt...
00:00:24.739 E: I: extracting archives...
00:00:26.624 E: mount: /: not mount point or bad option.
00:00:26.629 E:        dmesg(1) may have more information after failed mount system call.
00:00:26.633 E: W: mount --make-rprivate / failed: 8192
00:00:26.642 E: I: installing essential packages...
00:00:32.951 E: I: installing remaining packages inside the chroot...
00:00:37.021 E: I: cleaning package lists and apt cache...
00:00:37.113 E: I: creating tarball...
00:00:37.939 E: I: done
00:00:38.025 E: I: removing tempdir /tmp/mmdebstrap.OyOITYnRL9...
00:00:38.204 E: I: success in 18.9374 seconds
00:00:38.213 E: I: running special hook: download /tmp/debian-chroot.tar /tmp/debian-chroot.tar
00:00:40.307 E: I: cleaning package lists and apt cache...
00:00:40.441 E: I: removing tempdir /tmp/mmdebstrap.Qzml_Kj0M8...
00:00:40.707 E: I: success in 40.3548 seconds
00:00:40.715 E: + tar -tf /tmp/debian-chroot.tar
00:00:40.720 E: + sort
00:00:40.725 E: + diff -u tar1.txt -
00:00:40.756 E: + rm -f /tmp/debian-chroot.tar script.sh
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:52
result: SUCCESS
------------------------------------------------------------------------------
(40/280) root-mode-inside-unshare-chroot
dist: unstable
mode: unshare
variant: apt
format: auto
time left: 4:31:01
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + [ unshare = unshare ]
00:00:00.018 E: + prefix=
00:00:00.023 E: + id -u
00:00:00.027 E: + [ 0 -eq 0 ]
00:00:00.031 E: + [ unshare != root ]
00:00:00.035 E: + [ unshare != auto ]
00:00:00.039 E: + id user
00:00:00.044 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.048 E: + useradd --home-dir /home/user --create-home user
00:00:00.053 E: + prefix=runuser -u user --
00:00:00.057 E: + cat
00:00:00.061 E: + chmod +x /tmp/script.sh
00:00:00.066 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=apt --include=perl,mount --customize-hook=/tmp/script.sh --customize-hook=download /tmp/debian-chroot.tar /tmp/debian-chroot.tar unstable /dev/null http://127.0.0.1/debian
00:00:00.600 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.634 E: I: finding correct signed-by value...
00:00:00.738 E: I: automatically chosen format: null
00:00:00.742 E: I: using /tmp/mmdebstrap.ORdxSaki4A as tempdir
00:00:00.851 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.863 E: I: running apt-get update...
00:00:03.815 E: I: downloading packages with apt...
00:00:06.267 E: I: extracting archives...
00:00:08.203 E: I: installing essential packages...
00:00:15.071 E: I: installing remaining packages inside the chroot...
00:00:20.020 E: I: running --customize-hook directly: /tmp/script.sh /tmp/mmdebstrap.ORdxSaki4A
00:00:20.434 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:20.438 E: W: gpg --version failed: cannot infer signed-by value
00:00:20.442 E: I: automatically chosen format: tar
00:00:20.446 E: I: using /tmp/mmdebstrap.thZt5A9QIE as tempdir
00:00:20.462 E: I: running apt-get update...
00:00:23.422 E: I: downloading packages with apt...
00:00:25.687 E: I: extracting archives...
00:00:27.567 E: mount: /: not mount point or bad option.
00:00:27.571 E:        dmesg(1) may have more information after failed mount system call.
00:00:27.576 E: W: mount --make-rprivate / failed: 8192
00:00:27.612 E: mount: /tmp/mmdebstrap.thZt5A9QIE/sys: permission denied.
00:00:27.617 E:        dmesg(1) may have more information after failed mount system call.
00:00:27.622 E: I: installing essential packages...
00:00:33.560 E: I: installing remaining packages inside the chroot...
00:00:37.238 E: I: cleaning package lists and apt cache...
00:00:37.325 E: I: creating tarball...
00:00:38.124 E: I: done
00:00:38.190 E: I: removing tempdir /tmp/mmdebstrap.thZt5A9QIE...
00:00:38.375 E: I: success in 18.0483 seconds
00:00:38.381 E: I: running special hook: download /tmp/debian-chroot.tar /tmp/debian-chroot.tar
00:00:40.598 E: I: cleaning package lists and apt cache...
00:00:40.753 E: I: removing tempdir /tmp/mmdebstrap.ORdxSaki4A...
00:00:41.088 E: I: success in 40.6757 seconds
00:00:41.098 E: + tar -tf /tmp/debian-chroot.tar
00:00:41.102 E: + sort
00:00:41.108 E: + diff -u tar1.txt -
00:00:41.138 E: + rm /tmp/debian-chroot.tar /tmp/script.sh
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:53
result: SUCCESS
------------------------------------------------------------------------------
(41/280) root-without-cap-sys-admin
dist: unstable
mode: auto
variant: apt
format: auto
time left: 4:28:28
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + whoami
00:00:00.018 E: + [ root = root ]
00:00:00.022 E: + grep --null-data --quiet --no-messages ^container=lxc$ /proc/1/environ
00:00:00.027 E: + capsh --drop=cap_sys_admin -- -c exec "$@" exec mmdebstrap --mode=root --variant=apt --customize-hook=chroot "$1" sh -c "test ! -e /proc/self/fd" unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.574 E: W: cannot mount because CAP_SYS_ADMIN is not in the effective set
00:00:00.579 E: W: cannot mount because CAP_SYS_ADMIN is not in the bounding set
00:00:00.584 E: unshare: unshare failed: Operation not permitted
00:00:00.588 E: W: cannot mount because unshare --mount failed
00:00:00.592 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.621 E: I: finding correct signed-by value...
00:00:00.726 E: I: automatically chosen format: tar
00:00:00.730 E: I: using /tmp/mmdebstrap.95oY6TLn2v as tempdir
00:00:00.788 E: I: running apt-get update...
00:00:03.815 E: I: downloading packages with apt...
00:00:06.320 E: I: extracting archives...
00:00:08.170 E: mount: /: permission denied.
00:00:08.175 E:        dmesg(1) may have more information after failed mount system call.
00:00:08.180 E: W: mount --make-rprivate / failed: 8192
00:00:08.183 E: W: skipping bind-mounting ./dev/console
00:00:08.189 E: W: skipping bind-mounting ./dev/full
00:00:08.193 E: W: skipping bind-mounting ./dev/null
00:00:08.197 E: W: skipping bind-mounting ./dev/ptmx
00:00:08.201 E: W: skipping bind-mounting ./dev/pts/
00:00:08.205 E: W: skipping bind-mounting ./dev/random
00:00:08.210 E: W: skipping bind-mounting ./dev/shm/
00:00:08.214 E: W: skipping bind-mounting ./dev/tty
00:00:08.219 E: W: skipping bind-mounting ./dev/urandom
00:00:08.223 E: W: skipping bind-mounting ./dev/zero
00:00:08.227 E: W: skipping mount sysfs
00:00:08.231 E: W: skipping mount proc
00:00:08.235 E: I: installing essential packages...
00:00:14.160 E: I: installing remaining packages inside the chroot...
00:00:17.850 E: I: running --customize-hook in shell: sh -c 'chroot "$1" sh -c "test ! -e /proc/self/fd"' exec /tmp/mmdebstrap.95oY6TLn2v
00:00:17.860 E: I: cleaning package lists and apt cache...
00:00:17.970 E: I: creating tarball...
00:00:18.799 E: I: done
00:00:18.886 E: I: removing tempdir /tmp/mmdebstrap.95oY6TLn2v...
00:00:19.057 E: I: success in 18.6578 seconds
00:00:19.065 E: + tar -tf /tmp/debian-chroot.tar
00:00:19.070 E: + sort
00:00:19.074 E: + diff -u tar1.txt -
00:00:19.099 E: + rm /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:30
result: SUCCESS
------------------------------------------------------------------------------
(42/280) mount-is-missing
dist: unstable
mode: auto
variant: apt
format: auto
time left: 4:23:47
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.018 E: + rm -f /bin/mount
00:00:00.023 E: + rm -f /usr/bin/mount
00:00:00.027 E: + rm -f /sbin/mount
00:00:00.031 E: + rm -f /usr/sbin/mount
00:00:00.035 E: + mmdebstrap --mode=root --variant=apt unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.486 E: W: cannot execute mount
00:00:00.490 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.524 E: I: finding correct signed-by value...
00:00:00.631 E: I: automatically chosen format: tar
00:00:00.635 E: I: using /tmp/mmdebstrap.MdR2nNMK3v as tempdir
00:00:00.689 E: I: running apt-get update...
00:00:03.614 E: I: downloading packages with apt...
00:00:05.891 E: I: extracting archives...
00:00:07.705 E: Can't exec "mount": No such file or directory at /usr/bin/mmdebstrap line 1181.
00:00:07.709 E: W: mount --make-rprivate / failed: -1
00:00:07.713 E: W: skipping bind-mounting ./dev/console
00:00:07.717 E: W: skipping bind-mounting ./dev/full
00:00:07.720 E: W: skipping bind-mounting ./dev/null
00:00:07.724 E: W: skipping bind-mounting ./dev/ptmx
00:00:07.728 E: W: skipping bind-mounting ./dev/pts/
00:00:07.733 E: W: skipping bind-mounting ./dev/random
00:00:07.737 E: W: skipping bind-mounting ./dev/shm/
00:00:07.741 E: W: skipping bind-mounting ./dev/tty
00:00:07.744 E: W: skipping bind-mounting ./dev/urandom
00:00:07.748 E: W: skipping bind-mounting ./dev/zero
00:00:07.752 E: W: skipping mount sysfs
00:00:07.757 E: W: skipping mount proc
00:00:07.761 E: I: installing essential packages...
00:00:13.726 E: I: installing remaining packages inside the chroot...
00:00:17.244 E: I: cleaning package lists and apt cache...
00:00:17.331 E: I: creating tarball...
00:00:18.158 E: I: done
00:00:18.244 E: I: removing tempdir /tmp/mmdebstrap.MdR2nNMK3v...
00:00:18.432 E: I: success in 18.0819 seconds
00:00:18.441 E: + tar -tf /tmp/debian-chroot.tar
00:00:18.445 E: + sort
00:00:18.448 E: + diff -u tar1.txt -
00:00:18.486 E: + rm /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:29
result: SUCCESS
------------------------------------------------------------------------------
(43/280) mmdebstrap
dist: unstable
mode: root
variant: essential
format: tar
time left: 4:19:12
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.017 E: + id -u
00:00:00.020 E: + [ 0 -eq 0 ]
00:00:00.024 E: + [ root = root ]
00:00:00.028 E: + :
00:00:00.032 E: + mmdebstrap --mode=root --variant=essential unstable /tmp/mmdebstrap-unstable-essential.tar http://127.0.0.1/debian
00:00:00.448 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.500 E: I: finding correct signed-by value...
00:00:00.604 E: I: automatically chosen format: tar
00:00:00.609 E: I: using /tmp/mmdebstrap.eGpgGpje8J as tempdir
00:00:00.658 E: I: running apt-get update...
00:00:03.530 E: I: downloading packages with apt...
00:00:05.651 E: I: extracting archives...
00:00:07.514 E: I: installing essential packages...
00:00:13.544 E: I: cleaning package lists and apt cache...
00:00:13.640 E: I: creating tarball...
00:00:14.252 E: I: done
00:00:14.348 E: I: removing tempdir /tmp/mmdebstrap.eGpgGpje8J...
00:00:14.498 E: I: success in 14.1800 seconds
00:00:14.506 E: + mv /tmp/mmdebstrap-unstable-essential.tar ./cache/mmdebstrap-unstable-essential.tar
00:00:16.935 E: + [ tar = tar ]
00:00:16.939 E: + printf ustar 
00:00:16.943 E: + cmp --bytes=6 --ignore-initial=257:0 ./cache/mmdebstrap-unstable-essential.tar -
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:27
result: SUCCESS
------------------------------------------------------------------------------
(44/280) mmdebstrap
dist: unstable
mode: root
variant: essential
format: squashfs
time left: 4:14:40
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.018 E: + id -u
00:00:00.022 E: + [ 0 -eq 0 ]
00:00:00.027 E: + [ root = root ]
00:00:00.032 E: + :
00:00:00.036 E: + mmdebstrap --mode=root --variant=essential unstable /tmp/mmdebstrap-unstable-essential.squashfs http://127.0.0.1/debian
00:00:00.483 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.519 E: I: finding correct signed-by value...
00:00:00.633 E: I: automatically chosen format: squashfs
00:00:00.638 E: I: using /tmp/mmdebstrap.GeEo2Z1blE as tempdir
00:00:00.643 E: W: tar2sqfs does not support extended attributes from the 'system' namespace
00:00:00.695 E: I: running apt-get update...
00:00:03.668 E: I: downloading packages with apt...
00:00:06.043 E: I: extracting archives...
00:00:07.907 E: I: installing essential packages...
00:00:13.813 E: I: cleaning package lists and apt cache...
00:00:13.903 E: I: creating tarball...
00:00:20.583 E: I: done
00:00:21.580 E: I: removing tempdir /tmp/mmdebstrap.GeEo2Z1blE...
00:00:21.735 E: I: success in 21.3838 seconds
00:00:21.742 E: + mv /tmp/mmdebstrap-unstable-essential.squashfs ./cache/mmdebstrap-unstable-essential.squashfs
00:00:22.289 E: + [ squashfs = tar ]
00:00:22.293 E: + [ squashfs = squashfs ]
00:00:22.297 E: + printf hsqs
00:00:22.300 E: + cmp --bytes=4 ./cache/mmdebstrap-unstable-essential.squashfs -
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:33
result: SUCCESS
------------------------------------------------------------------------------
(45/280) mmdebstrap
dist: unstable
mode: root
variant: essential
format: ext2
time left: 4:10:51
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.018 E: + id -u
00:00:00.021 E: + [ 0 -eq 0 ]
00:00:00.025 E: + [ root = root ]
00:00:00.029 E: + :
00:00:00.033 E: + mmdebstrap --mode=root --variant=essential unstable /tmp/mmdebstrap-unstable-essential.ext2 http://127.0.0.1/debian
00:00:00.485 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.528 E: I: finding correct signed-by value...
00:00:00.639 E: copying from tar archive -
00:00:00.644 E: I: automatically chosen format: ext2
00:00:00.650 E: I: using /tmp/mmdebstrap.01mFsfjuIW as tempdir
00:00:00.656 E: W: genext2fs does not support extended attributes
00:00:00.660 E: W: ext2 does not support sub-second precision timestamps
00:00:00.665 E: W: ext2 does not support timestamps beyond 2038 January 18
00:00:00.669 E: W: ext2 inode size of 128 prevents removing these limitations
00:00:00.710 E: I: running apt-get update...
00:00:03.681 E: I: downloading packages with apt...
00:00:05.986 E: I: extracting archives...
00:00:07.859 E: I: installing essential packages...
00:00:13.749 E: I: cleaning package lists and apt cache...
00:00:13.838 E: I: approximating disk usage...
00:00:13.909 E: I: creating tarball...
00:00:13.917 E: copying from tar archive -
00:00:14.827 E: I: done
00:00:14.915 E: I: removing tempdir /tmp/mmdebstrap.01mFsfjuIW...
00:00:15.076 E: I: success in 14.7310 seconds
00:00:15.084 E: + mv /tmp/mmdebstrap-unstable-essential.ext2 ./cache/mmdebstrap-unstable-essential.ext2
00:00:17.226 E: + [ ext2 = tar ]
00:00:17.230 E: + [ ext2 = squashfs ]
00:00:17.234 E: + [ ext2 = ext2 ]
00:00:17.238 E: + printf \123\357
00:00:17.242 E: + cmp --bytes=2 --ignore-initial=1080:0 ./cache/mmdebstrap-unstable-essential.ext2 -
00:00:17.246 E: + printf \000\000\000\000\000\000\000\000\000\000\000\000
00:00:17.250 E: + cmp --bytes=12 --ignore-initial=1116:0 ./cache/mmdebstrap-unstable-essential.ext2 -
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:28
result: SUCCESS
------------------------------------------------------------------------------
(46/280) mmdebstrap
dist: unstable
mode: root
variant: essential
format: ext4
time left: 4:06:42
------------------------------------------------------------------------------
00:00:00.016 E: + set -eu
00:00:00.024 E: + export LC_ALL=C.UTF-8
00:00:00.033 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.040 E: + id -u
00:00:00.048 E: + [ 0 -eq 0 ]
00:00:00.056 E: + [ root = root ]
00:00:00.065 E: + :
00:00:00.074 E: + mmdebstrap --mode=root --variant=essential unstable /tmp/mmdebstrap-unstable-essential.ext4 http://127.0.0.1/debian
00:00:00.563 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.597 E: I: finding correct signed-by value...
00:00:00.722 E: I: automatically chosen format: ext4
00:00:00.735 E: I: using /tmp/mmdebstrap.ZJx7q9RUVu as tempdir
00:00:00.792 E: I: running apt-get update...
00:00:03.745 E: I: downloading packages with apt...
00:00:06.266 E: I: extracting archives...
00:00:08.131 E: I: installing essential packages...
00:00:14.196 E: I: cleaning package lists and apt cache...
00:00:14.295 E: I: approximating disk usage...
00:00:14.376 E: I: creating tarball...
00:00:15.199 E: I: done
00:00:15.299 E: I: removing tempdir /tmp/mmdebstrap.ZJx7q9RUVu...
00:00:15.458 E: I: success in 15.0164 seconds
00:00:15.466 E: + mv /tmp/mmdebstrap-unstable-essential.ext4 ./cache/mmdebstrap-unstable-essential.ext4
00:00:17.643 E: + [ ext4 = tar ]
00:00:17.648 E: + [ ext4 = squashfs ]
00:00:17.652 E: + [ ext4 = ext2 ]
00:00:17.656 E: + [ ext4 = ext4 ]
00:00:17.663 E: + + cmp --bytes=2 --ignore-initial=1080:0 ./cache/mmdebstrap-unstable-essential.ext4 -
00:00:17.668 E: printf \123\357
00:00:17.673 E: + printf \074\020\000\000\302\042\000\000\153\004\000\000
00:00:17.677 E: + cmp --bytes=12 --ignore-initial=1116:0 ./cache/mmdebstrap-unstable-essential.ext4 -
00:00:17.682 E: + /sbin/blkid --match-tag UUID --output value ./cache/mmdebstrap-unstable-essential.ext4
00:00:17.696 E: + uuidgen --sha1 --namespace=@dns --name mister-muffin.de
00:00:17.701 E: + uuidgen --sha1 --namespace=2068d050-9941-5c8e-a967-b3845fec145b --name 1722845704
00:00:17.705 E: + [ a8e473de-5595-5643-aafe-e8714731ad3f = a8e473de-5595-5643-aafe-e8714731ad3f ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:28
result: SUCCESS
------------------------------------------------------------------------------
(47/280) mmdebstrap
dist: unstable
mode: root
variant: apt
format: tar
time left: 4:02:44
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.020 E: + id -u
00:00:00.024 E: + [ 0 -eq 0 ]
00:00:00.028 E: + [ root = root ]
00:00:00.034 E: + :
00:00:00.038 E: + mmdebstrap --mode=root --variant=apt unstable /tmp/mmdebstrap-unstable-apt.tar http://127.0.0.1/debian
00:00:00.473 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.508 E: I: finding correct signed-by value...
00:00:00.628 E: I: automatically chosen format: tar
00:00:00.632 E: I: using /tmp/mmdebstrap.vIDoQQxpLr as tempdir
00:00:00.684 E: I: running apt-get update...
00:00:03.603 E: I: downloading packages with apt...
00:00:05.691 E: I: extracting archives...
00:00:07.570 E: I: installing essential packages...
00:00:13.654 E: I: installing remaining packages inside the chroot...
00:00:17.171 E: I: cleaning package lists and apt cache...
00:00:17.278 E: I: creating tarball...
00:00:18.115 E: I: done
00:00:18.169 E: I: removing tempdir /tmp/mmdebstrap.vIDoQQxpLr...
00:00:18.357 E: I: success in 18.0086 seconds
00:00:18.365 E: + mv /tmp/mmdebstrap-unstable-apt.tar ./cache/mmdebstrap-unstable-apt.tar
00:00:20.899 E: + [ tar = tar ]
00:00:20.903 E: + printf ustar 
00:00:20.906 E: + cmp --bytes=6 --ignore-initial=257:0 ./cache/mmdebstrap-unstable-apt.tar -
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:32
result: SUCCESS
------------------------------------------------------------------------------
(48/280) mmdebstrap
dist: unstable
mode: root
variant: apt
format: squashfs
time left: 3:59:14
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.020 E: + id -u
00:00:00.025 E: + [ 0 -eq 0 ]
00:00:00.028 E: + [ root = root ]
00:00:00.032 E: + :
00:00:00.035 E: + mmdebstrap --mode=root --variant=apt unstable /tmp/mmdebstrap-unstable-apt.squashfs http://127.0.0.1/debian
00:00:00.500 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.532 E: I: finding correct signed-by value...
00:00:00.640 E: I: automatically chosen format: squashfs
00:00:00.645 E: I: using /tmp/mmdebstrap.0KeP9tCzdG as tempdir
00:00:00.649 E: W: tar2sqfs does not support extended attributes from the 'system' namespace
00:00:00.701 E: I: running apt-get update...
00:00:03.657 E: I: downloading packages with apt...
00:00:05.888 E: I: extracting archives...
00:00:07.721 E: I: installing essential packages...
00:00:13.660 E: I: installing remaining packages inside the chroot...
00:00:17.146 E: I: cleaning package lists and apt cache...
00:00:17.241 E: I: creating tarball...
00:00:26.314 E: I: done
00:00:26.951 E: I: removing tempdir /tmp/mmdebstrap.0KeP9tCzdG...
00:00:27.130 E: I: success in 26.7787 seconds
00:00:27.137 E: + mv /tmp/mmdebstrap-unstable-apt.squashfs ./cache/mmdebstrap-unstable-apt.squashfs
00:00:27.856 E: + [ squashfs = tar ]
00:00:27.863 E: + [ squashfs = squashfs ]
00:00:27.867 E: + + cmp --bytes=4 ./cache/mmdebstrap-unstable-apt.squashfs -
00:00:27.871 E: printf hsqs
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:38
result: SUCCESS
------------------------------------------------------------------------------
(49/280) mmdebstrap
dist: unstable
mode: root
variant: apt
format: ext2
time left: 3:56:22
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + id -u
00:00:00.024 E: + [ 0 -eq 0 ]
00:00:00.027 E: + [ root = root ]
00:00:00.033 E: + :
00:00:00.037 E: + mmdebstrap --mode=root --variant=apt unstable /tmp/mmdebstrap-unstable-apt.ext2 http://127.0.0.1/debian
00:00:00.471 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.503 E: I: finding correct signed-by value...
00:00:00.630 E: copying from tar archive -
00:00:00.637 E: I: automatically chosen format: ext2
00:00:00.645 E: I: using /tmp/mmdebstrap.MctwK7jehd as tempdir
00:00:00.652 E: W: genext2fs does not support extended attributes
00:00:00.658 E: W: ext2 does not support sub-second precision timestamps
00:00:00.663 E: W: ext2 does not support timestamps beyond 2038 January 18
00:00:00.667 E: W: ext2 inode size of 128 prevents removing these limitations
00:00:00.708 E: I: running apt-get update...
00:00:03.770 E: I: downloading packages with apt...
00:00:06.279 E: I: extracting archives...
00:00:08.198 E: I: installing essential packages...
00:00:14.277 E: I: installing remaining packages inside the chroot...
00:00:17.960 E: I: cleaning package lists and apt cache...
00:00:18.054 E: I: approximating disk usage...
00:00:18.138 E: I: creating tarball...
00:00:18.146 E: copying from tar archive -
00:00:19.387 E: I: done
00:00:19.482 E: I: removing tempdir /tmp/mmdebstrap.MctwK7jehd...
00:00:19.670 E: I: success in 19.3265 seconds
00:00:19.677 E: + mv /tmp/mmdebstrap-unstable-apt.ext2 ./cache/mmdebstrap-unstable-apt.ext2
00:00:22.467 E: + [ ext2 = tar ]
00:00:22.472 E: + [ ext2 = squashfs ]
00:00:22.477 E: + [ ext2 = ext2 ]
00:00:22.481 E: + printf \123\357
00:00:22.485 E: + cmp --bytes=2 --ignore-initial=1080:0 ./cache/mmdebstrap-unstable-apt.ext2 -
00:00:22.489 E: + printf \000\000\000\000\000\000\000\000\000\000\000\000
00:00:22.493 E: + cmp --bytes=12 --ignore-initial=1116:0 ./cache/mmdebstrap-unstable-apt.ext2 -
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:34
result: SUCCESS
------------------------------------------------------------------------------
(50/280) mmdebstrap
dist: unstable
mode: root
variant: apt
format: ext4
time left: 3:53:13
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.017 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.021 E: + id -u
00:00:00.025 E: + [ 0 -eq 0 ]
00:00:00.029 E: + [ root = root ]
00:00:00.034 E: + :
00:00:00.037 E: + mmdebstrap --mode=root --variant=apt unstable /tmp/mmdebstrap-unstable-apt.ext4 http://127.0.0.1/debian
00:00:00.483 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.514 E: I: finding correct signed-by value...
00:00:00.637 E: I: automatically chosen format: ext4
00:00:00.648 E: I: using /tmp/mmdebstrap.0R69e00hex as tempdir
00:00:00.710 E: I: running apt-get update...
00:00:03.535 E: I: downloading packages with apt...
00:00:05.686 E: I: extracting archives...
00:00:07.538 E: I: installing essential packages...
00:00:13.512 E: I: installing remaining packages inside the chroot...
00:00:17.230 E: I: cleaning package lists and apt cache...
00:00:17.324 E: I: approximating disk usage...
00:00:17.402 E: I: creating tarball...
00:00:18.340 E: I: done
00:00:18.467 E: I: removing tempdir /tmp/mmdebstrap.0R69e00hex...
00:00:18.641 E: I: success in 18.2928 seconds
00:00:18.649 E: + mv /tmp/mmdebstrap-unstable-apt.ext4 ./cache/mmdebstrap-unstable-apt.ext4
00:00:21.265 E: + [ ext4 = tar ]
00:00:21.269 E: + [ ext4 = squashfs ]
00:00:21.274 E: + [ ext4 = ext2 ]
00:00:21.278 E: + [ ext4 = ext4 ]
00:00:21.282 E: + printf \123\357
00:00:21.286 E: + cmp --bytes=2 --ignore-initial=1080:0 ./cache/mmdebstrap-unstable-apt.ext4 -
00:00:21.290 E: + printf \074\020\000\000\302\042\000\000\153\004\000\000
00:00:21.294 E: + cmp --bytes=12 --ignore-initial=1116:0 ./cache/mmdebstrap-unstable-apt.ext4 -
00:00:21.298 E: + /sbin/blkid --match-tag UUID --output value ./cache/mmdebstrap-unstable-apt.ext4
00:00:21.320 E: + uuidgen --sha1 --namespace=@dns --name mister-muffin.de
00:00:21.324 E: + uuidgen --sha1 --namespace=2068d050-9941-5c8e-a967-b3845fec145b --name 1722845704
00:00:21.328 E: + [ a8e473de-5595-5643-aafe-e8714731ad3f = a8e473de-5595-5643-aafe-e8714731ad3f ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:32
result: SUCCESS
------------------------------------------------------------------------------
(51/280) mmdebstrap
dist: unstable
mode: root
variant: minbase
format: tar
time left: 3:50:02
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.018 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.022 E: + id -u
00:00:00.028 E: + [ 0 -eq 0 ]
00:00:00.035 E: + [ root = root ]
00:00:00.040 E: + :
00:00:00.045 E: + mmdebstrap --mode=root --variant=minbase unstable /tmp/mmdebstrap-unstable-minbase.tar http://127.0.0.1/debian
00:00:00.489 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.525 E: I: finding correct signed-by value...
00:00:00.630 E: I: automatically chosen format: tar
00:00:00.635 E: I: using /tmp/mmdebstrap.YjL12gq9W_ as tempdir
00:00:00.686 E: I: running apt-get update...
00:00:03.909 E: I: downloading packages with apt...
00:00:06.657 E: I: extracting archives...
00:00:08.598 E: I: installing essential packages...
00:00:15.060 E: I: installing remaining packages inside the chroot...
00:00:21.124 E: I: cleaning package lists and apt cache...
00:00:21.221 E: I: creating tarball...
00:00:22.140 E: I: done
00:00:22.243 E: I: removing tempdir /tmp/mmdebstrap.YjL12gq9W_...
00:00:22.492 E: I: success in 22.1338 seconds
00:00:22.501 E: + mv /tmp/mmdebstrap-unstable-minbase.tar ./cache/mmdebstrap-unstable-minbase.tar
00:00:25.655 E: + [ tar = tar ]
00:00:25.660 E: + printf ustar 
00:00:25.664 E: + cmp --bytes=6 --ignore-initial=257:0 ./cache/mmdebstrap-unstable-minbase.tar -
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:36
result: SUCCESS
------------------------------------------------------------------------------
(52/280) mmdebstrap
dist: unstable
mode: root
variant: minbase
format: squashfs
time left: 3:47:19
------------------------------------------------------------------------------
00:00:00.010 E: + set -eu
00:00:00.016 E: + export LC_ALL=C.UTF-8
00:00:00.023 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.028 E: + id -u
00:00:00.034 E: + [ 0 -eq 0 ]
00:00:00.039 E: + [ root = root ]
00:00:00.046 E: + :
00:00:00.052 E: + mmdebstrap --mode=root --variant=minbase unstable /tmp/mmdebstrap-unstable-minbase.squashfs http://127.0.0.1/debian
00:00:00.536 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.576 E: I: finding correct signed-by value...
00:00:00.695 E: I: automatically chosen format: squashfs
00:00:00.700 E: I: using /tmp/mmdebstrap.6HhUc2AlOF as tempdir
00:00:00.704 E: W: tar2sqfs does not support extended attributes from the 'system' namespace
00:00:00.765 E: I: running apt-get update...
00:00:03.996 E: I: downloading packages with apt...
00:00:06.204 E: I: extracting archives...
00:00:08.120 E: I: installing essential packages...
00:00:14.389 E: I: installing remaining packages inside the chroot...
00:00:20.022 E: I: cleaning package lists and apt cache...
00:00:20.122 E: I: creating tarball...
00:00:30.859 E: I: done
00:00:31.588 E: I: removing tempdir /tmp/mmdebstrap.6HhUc2AlOF...
00:00:31.813 E: I: success in 31.4162 seconds
00:00:31.822 E: + mv /tmp/mmdebstrap-unstable-minbase.squashfs ./cache/mmdebstrap-unstable-minbase.squashfs
00:00:32.672 E: + [ squashfs = tar ]
00:00:32.677 E: + [ squashfs = squashfs ]
00:00:32.680 E: + printf hsqs
00:00:32.685 E: + cmp --bytes=4 ./cache/mmdebstrap-unstable-minbase.squashfs -
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:45
result: SUCCESS
------------------------------------------------------------------------------
(53/280) mmdebstrap
dist: unstable
mode: root
variant: minbase
format: ext2
time left: 3:45:17
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + id -u
00:00:00.023 E: + [ 0 -eq 0 ]
00:00:00.027 E: + [ root = root ]
00:00:00.030 E: + :
00:00:00.034 E: + mmdebstrap --mode=root --variant=minbase unstable /tmp/mmdebstrap-unstable-minbase.ext2 http://127.0.0.1/debian
00:00:00.520 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.558 E: I: finding correct signed-by value...
00:00:00.679 E: copying from tar archive -
00:00:00.685 E: I: automatically chosen format: ext2
00:00:00.691 E: I: using /tmp/mmdebstrap.6lNk7IMPwT as tempdir
00:00:00.695 E: W: genext2fs does not support extended attributes
00:00:00.700 E: W: ext2 does not support sub-second precision timestamps
00:00:00.704 E: W: ext2 does not support timestamps beyond 2038 January 18
00:00:00.708 E: W: ext2 inode size of 128 prevents removing these limitations
00:00:00.750 E: I: running apt-get update...
00:00:03.755 E: I: downloading packages with apt...
00:00:06.244 E: I: extracting archives...
00:00:08.172 E: I: installing essential packages...
00:00:14.484 E: I: installing remaining packages inside the chroot...
00:00:20.231 E: I: cleaning package lists and apt cache...
00:00:20.322 E: I: approximating disk usage...
00:00:20.423 E: I: creating tarball...
00:00:20.431 E: copying from tar archive -
00:00:21.695 E: I: done
00:00:21.812 E: I: removing tempdir /tmp/mmdebstrap.6lNk7IMPwT...
00:00:22.038 E: I: success in 21.6774 seconds
00:00:22.045 E: + mv /tmp/mmdebstrap-unstable-minbase.ext2 ./cache/mmdebstrap-unstable-minbase.ext2
00:00:24.816 E: + [ ext2 = tar ]
00:00:24.821 E: + [ ext2 = squashfs ]
00:00:24.825 E: + [ ext2 = ext2 ]
00:00:24.830 E: + printf \123\357
00:00:24.835 E: + cmp --bytes=2 --ignore-initial=1080:0 ./cache/mmdebstrap-unstable-minbase.ext2 -
00:00:24.840 E: + printf \000\000\000\000\000\000\000\000\000\000\000\000
00:00:24.844 E: + cmp --bytes=12 --ignore-initial=1116:0 ./cache/mmdebstrap-unstable-minbase.ext2 -
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:36
result: SUCCESS
------------------------------------------------------------------------------
(54/280) mmdebstrap
dist: unstable
mode: root
variant: minbase
format: ext4
time left: 3:42:41
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.017 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.022 E: + id -u
00:00:00.026 E: + [ 0 -eq 0 ]
00:00:00.031 E: + [ root = root ]
00:00:00.036 E: + :
00:00:00.039 E: + mmdebstrap --mode=root --variant=minbase unstable /tmp/mmdebstrap-unstable-minbase.ext4 http://127.0.0.1/debian
00:00:00.494 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.529 E: I: finding correct signed-by value...
00:00:00.663 E: I: automatically chosen format: ext4
00:00:00.676 E: I: using /tmp/mmdebstrap.sRHPJBSiRv as tempdir
00:00:00.745 E: I: running apt-get update...
00:00:03.755 E: I: downloading packages with apt...
00:00:05.947 E: I: extracting archives...
00:00:07.836 E: I: installing essential packages...
00:00:13.935 E: I: installing remaining packages inside the chroot...
00:00:19.476 E: I: cleaning package lists and apt cache...
00:00:19.577 E: I: approximating disk usage...
00:00:19.684 E: I: creating tarball...
00:00:20.817 E: I: done
00:00:20.968 E: I: removing tempdir /tmp/mmdebstrap.sRHPJBSiRv...
00:00:21.214 E: I: success in 20.8470 seconds
00:00:21.222 E: + mv /tmp/mmdebstrap-unstable-minbase.ext4 ./cache/mmdebstrap-unstable-minbase.ext4
00:00:24.433 E: + [ ext4 = tar ]
00:00:24.437 E: + [ ext4 = squashfs ]
00:00:24.441 E: + [ ext4 = ext2 ]
00:00:24.446 E: + [ ext4 = ext4 ]
00:00:24.451 E: + printf \123\357
00:00:24.454 E: + cmp --bytes=2 --ignore-initial=1080:0 ./cache/mmdebstrap-unstable-minbase.ext4 -
00:00:24.458 E: + printf \074\020\000\000\302\042\000\000\153\004\000\000
00:00:24.463 E: + cmp --bytes=12 --ignore-initial=1116:0 ./cache/mmdebstrap-unstable-minbase.ext4 -
00:00:24.468 E: + /sbin/blkid --match-tag UUID --output value ./cache/mmdebstrap-unstable-minbase.ext4
00:00:24.495 E: + uuidgen --sha1 --namespace=@dns --name mister-muffin.de
00:00:24.499 E: + uuidgen --sha1 --namespace=2068d050-9941-5c8e-a967-b3845fec145b --name 1722845704
00:00:24.503 E: + [ a8e473de-5595-5643-aafe-e8714731ad3f = a8e473de-5595-5643-aafe-e8714731ad3f ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:35
result: SUCCESS
------------------------------------------------------------------------------
(55/280) mmdebstrap
dist: unstable
mode: root
variant: buildd
format: tar
time left: 3:40:07
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.013 E: + export LC_ALL=C.UTF-8
00:00:00.019 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.026 E: + id -u
00:00:00.031 E: + [ 0 -eq 0 ]
00:00:00.036 E: + [ root = root ]
00:00:00.042 E: + :
00:00:00.047 E: + mmdebstrap --mode=root --variant=buildd unstable /tmp/mmdebstrap-unstable-buildd.tar http://127.0.0.1/debian
00:00:00.521 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.556 E: I: finding correct signed-by value...
00:00:00.668 E: I: automatically chosen format: tar
00:00:00.673 E: I: using /tmp/mmdebstrap.mDWdknas0X as tempdir
00:00:00.729 E: I: running apt-get update...
00:00:03.686 E: I: downloading packages with apt...
00:00:05.803 E: I: extracting archives...
00:00:07.658 E: I: installing essential packages...
00:00:13.455 E: I: installing remaining packages inside the chroot...
00:00:27.134 E: I: cleaning package lists and apt cache...
00:00:27.248 E: I: creating tarball...
00:00:30.355 E: I: done
00:00:30.633 E: I: removing tempdir /tmp/mmdebstrap.mDWdknas0X...
00:00:31.167 E: I: success in 30.7964 seconds
00:00:31.175 E: + mv /tmp/mmdebstrap-unstable-buildd.tar ./cache/mmdebstrap-unstable-buildd.tar
00:00:40.610 E: + [ tar = tar ]
00:00:40.616 E: + printf ustar 
00:00:40.622 E: + cmp --bytes=6 --ignore-initial=257:0 ./cache/mmdebstrap-unstable-buildd.tar -
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:52
result: SUCCESS
------------------------------------------------------------------------------
(56/280) mmdebstrap
dist: unstable
mode: root
variant: buildd
format: squashfs
time left: 3:38:44
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.013 E: + export LC_ALL=C.UTF-8
00:00:00.017 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.021 E: + id -u
00:00:00.026 E: + [ 0 -eq 0 ]
00:00:00.030 E: + [ root = root ]
00:00:00.036 E: + :
00:00:00.043 E: + mmdebstrap --mode=root --variant=buildd unstable /tmp/mmdebstrap-unstable-buildd.squashfs http://127.0.0.1/debian
00:00:00.496 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.527 E: I: finding correct signed-by value...
00:00:00.642 E: I: automatically chosen format: squashfs
00:00:00.647 E: I: using /tmp/mmdebstrap.8_tyAUcgxp as tempdir
00:00:00.651 E: W: tar2sqfs does not support extended attributes from the 'system' namespace
00:00:00.703 E: I: running apt-get update...
00:00:03.820 E: I: downloading packages with apt...
00:00:06.271 E: I: extracting archives...
00:00:08.121 E: I: installing essential packages...
00:00:14.220 E: I: installing remaining packages inside the chroot...
00:00:28.750 E: I: cleaning package lists and apt cache...
00:00:28.866 E: I: creating tarball...
00:01:04.454 E: I: done
00:01:06.042 E: I: removing tempdir /tmp/mmdebstrap.8_tyAUcgxp...
00:01:06.552 E: I: success in 66.1878 seconds
00:01:06.559 E: + mv /tmp/mmdebstrap-unstable-buildd.squashfs ./cache/mmdebstrap-unstable-buildd.squashfs
00:01:09.038 E: + [ squashfs = tar ]
00:01:09.042 E: + [ squashfs = squashfs ]
00:01:09.046 E: + printf hsqs
00:01:09.049 E: + cmp --bytes=4 ./cache/mmdebstrap-unstable-buildd.squashfs -
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:20
result: SUCCESS
------------------------------------------------------------------------------
(57/280) mmdebstrap
dist: unstable
mode: root
variant: buildd
format: ext2
time left: 3:39:13
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + id -u
00:00:00.024 E: + [ 0 -eq 0 ]
00:00:00.028 E: + [ root = root ]
00:00:00.033 E: + :
00:00:00.037 E: + mmdebstrap --mode=root --variant=buildd unstable /tmp/mmdebstrap-unstable-buildd.ext2 http://127.0.0.1/debian
00:00:00.469 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.503 E: I: finding correct signed-by value...
00:00:00.623 E: copying from tar archive -
00:00:00.627 E: I: automatically chosen format: ext2
00:00:00.634 E: I: using /tmp/mmdebstrap.950Xlnq2EM as tempdir
00:00:00.638 E: W: genext2fs does not support extended attributes
00:00:00.642 E: W: ext2 does not support sub-second precision timestamps
00:00:00.648 E: W: ext2 does not support timestamps beyond 2038 January 18
00:00:00.653 E: W: ext2 inode size of 128 prevents removing these limitations
00:00:00.689 E: I: running apt-get update...
00:00:03.656 E: I: downloading packages with apt...
00:00:06.113 E: I: extracting archives...
00:00:07.927 E: I: installing essential packages...
00:00:13.831 E: I: installing remaining packages inside the chroot...
00:00:28.426 E: I: cleaning package lists and apt cache...
00:00:28.544 E: I: approximating disk usage...
00:00:28.761 E: I: creating tarball...
00:00:28.773 E: copying from tar archive -
00:00:37.945 E: I: done
00:00:38.035 E: I: removing tempdir /tmp/mmdebstrap.950Xlnq2EM...
00:00:38.567 E: I: success in 38.2337 seconds
00:00:38.574 E: + mv /tmp/mmdebstrap-unstable-buildd.ext2 ./cache/mmdebstrap-unstable-buildd.ext2
00:00:50.807 E: + [ ext2 = tar ]
00:00:50.812 E: + [ ext2 = squashfs ]
00:00:50.816 E: + [ ext2 = ext2 ]
00:00:50.821 E: + printf \123\357
00:00:50.826 E: + cmp --bytes=2 --ignore-initial=1080:0 ./cache/mmdebstrap-unstable-buildd.ext2 -
00:00:50.831 E: + printf \000\000\000\000\000\000\000\000\000\000\000\000
00:00:50.835 E: + cmp --bytes=12 --ignore-initial=1116:0 ./cache/mmdebstrap-unstable-buildd.ext2 -
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:01
result: SUCCESS
------------------------------------------------------------------------------
(58/280) mmdebstrap
dist: unstable
mode: root
variant: buildd
format: ext4
time left: 3:38:26
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.020 E: + id -u
00:00:00.024 E: + [ 0 -eq 0 ]
00:00:00.030 E: + [ root = root ]
00:00:00.036 E: + :
00:00:00.041 E: + mmdebstrap --mode=root --variant=buildd unstable /tmp/mmdebstrap-unstable-buildd.ext4 http://127.0.0.1/debian
00:00:00.497 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.535 E: I: finding correct signed-by value...
00:00:00.679 E: I: automatically chosen format: ext4
00:00:00.691 E: I: using /tmp/mmdebstrap.xwRZuuR4nb as tempdir
00:00:00.751 E: I: running apt-get update...
00:00:03.805 E: I: downloading packages with apt...
00:00:06.251 E: I: extracting archives...
00:00:08.119 E: I: installing essential packages...
00:00:14.551 E: I: installing remaining packages inside the chroot...
00:00:29.146 E: I: cleaning package lists and apt cache...
00:00:29.264 E: I: approximating disk usage...
00:00:29.486 E: I: creating tarball...
00:00:33.110 E: I: done
00:00:33.472 E: I: removing tempdir /tmp/mmdebstrap.xwRZuuR4nb...
00:00:34.001 E: I: success in 33.6439 seconds
00:00:34.011 E: + mv /tmp/mmdebstrap-unstable-buildd.ext4 ./cache/mmdebstrap-unstable-buildd.ext4
00:00:44.750 E: + [ ext4 = tar ]
00:00:44.754 E: + [ ext4 = squashfs ]
00:00:44.758 E: + [ ext4 = ext2 ]
00:00:44.762 E: + [ ext4 = ext4 ]
00:00:44.767 E: + cmp --bytes=2 --ignore-initial=1080:0 ./cache/mmdebstrap-unstable-buildd.ext4 -
00:00:44.771 E: + printf \123\357
00:00:44.775 E: + printf \074\020\000\000\302\042\000\000\153\004\000\000
00:00:44.779 E: + cmp --bytes=12 --ignore-initial=1116:0 ./cache/mmdebstrap-unstable-buildd.ext4 -
00:00:44.783 E: + /sbin/blkid --match-tag UUID --output value ./cache/mmdebstrap-unstable-buildd.ext4
00:00:44.815 E: + uuidgen --sha1 --namespace=@dns --name mister-muffin.de
00:00:44.819 E: + uuidgen --sha1 --namespace=2068d050-9941-5c8e-a967-b3845fec145b --name 1722845704
00:00:44.823 E: + [ a8e473de-5595-5643-aafe-e8714731ad3f = a8e473de-5595-5643-aafe-e8714731ad3f ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:57
result: SUCCESS
------------------------------------------------------------------------------
(59/280) mmdebstrap
dist: unstable
mode: root
variant: -
format: tar
time left: 3:37:21
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.020 E: + id -u
00:00:00.024 E: + [ 0 -eq 0 ]
00:00:00.028 E: + [ root = root ]
00:00:00.033 E: + :
00:00:00.038 E: + mmdebstrap --mode=root --variant=- unstable /tmp/mmdebstrap-unstable--.tar http://127.0.0.1/debian
00:00:00.480 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.519 E: I: finding correct signed-by value...
00:00:00.633 E: I: automatically chosen format: tar
00:00:00.637 E: I: using /tmp/mmdebstrap.AjZq6eDl5w as tempdir
00:00:00.694 E: I: running apt-get update...
00:00:03.739 E: I: downloading packages with apt...
00:00:05.941 E: I: extracting archives...
00:00:07.763 E: I: installing essential packages...
00:00:13.517 E: I: installing remaining packages inside the chroot...
00:00:28.622 E: I: cleaning package lists and apt cache...
00:00:28.741 E: I: creating tarball...
00:00:30.151 E: I: done
00:00:30.326 E: I: removing tempdir /tmp/mmdebstrap.AjZq6eDl5w...
00:00:30.672 E: I: success in 30.3247 seconds
00:00:30.679 E: + mv /tmp/mmdebstrap-unstable--.tar ./cache/mmdebstrap-unstable--.tar
00:00:35.095 E: + [ tar = tar ]
00:00:35.099 E: + printf ustar 
00:00:35.105 E: + cmp --bytes=6 --ignore-initial=257:0 ./cache/mmdebstrap-unstable--.tar -
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:46
result: SUCCESS
------------------------------------------------------------------------------
(60/280) mmdebstrap
dist: unstable
mode: root
variant: -
format: squashfs
time left: 3:35:37
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.016 E: + id -u
00:00:00.020 E: + [ 0 -eq 0 ]
00:00:00.023 E: + [ root = root ]
00:00:00.027 E: + :
00:00:00.031 E: + mmdebstrap --mode=root --variant=- unstable /tmp/mmdebstrap-unstable--.squashfs http://127.0.0.1/debian
00:00:00.443 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.475 E: I: finding correct signed-by value...
00:00:00.581 E: I: automatically chosen format: squashfs
00:00:00.585 E: I: using /tmp/mmdebstrap.dn_JN1BHzz as tempdir
00:00:00.589 E: W: tar2sqfs does not support extended attributes from the 'system' namespace
00:00:00.638 E: I: running apt-get update...
00:00:03.486 E: I: downloading packages with apt...
00:00:05.796 E: I: extracting archives...
00:00:07.677 E: I: installing essential packages...
00:00:13.375 E: I: installing remaining packages inside the chroot...
00:00:25.764 E: I: cleaning package lists and apt cache...
00:00:25.915 E: I: creating tarball...
00:00:42.179 E: I: done
00:00:43.351 E: I: removing tempdir /tmp/mmdebstrap.dn_JN1BHzz...
00:00:43.706 E: I: success in 43.3873 seconds
00:00:43.715 E: + mv /tmp/mmdebstrap-unstable--.squashfs ./cache/mmdebstrap-unstable--.squashfs
00:00:44.972 E: + [ squashfs = tar ]
00:00:44.976 E: + [ squashfs = squashfs ]
00:00:44.979 E: + printf hsqs
00:00:44.983 E: + cmp --bytes=4 ./cache/mmdebstrap-unstable--.squashfs -
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:55
result: SUCCESS
------------------------------------------------------------------------------
(61/280) mmdebstrap
dist: unstable
mode: root
variant: -
format: ext2
time left: 3:34:28
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.018 E: + id -u
00:00:00.022 E: + [ 0 -eq 0 ]
00:00:00.026 E: + [ root = root ]
00:00:00.030 E: + :
00:00:00.034 E: + mmdebstrap --mode=root --variant=- unstable /tmp/mmdebstrap-unstable--.ext2 http://127.0.0.1/debian
00:00:00.479 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.512 E: I: finding correct signed-by value...
00:00:00.633 E: copying from tar archive -
00:00:00.638 E: I: automatically chosen format: ext2
00:00:00.644 E: I: using /tmp/mmdebstrap.JL3Q7xiLMX as tempdir
00:00:00.649 E: W: genext2fs does not support extended attributes
00:00:00.652 E: W: ext2 does not support sub-second precision timestamps
00:00:00.657 E: W: ext2 does not support timestamps beyond 2038 January 18
00:00:00.662 E: W: ext2 inode size of 128 prevents removing these limitations
00:00:00.704 E: I: running apt-get update...
00:00:03.609 E: I: downloading packages with apt...
00:00:05.934 E: I: extracting archives...
00:00:07.786 E: I: installing essential packages...
00:00:13.975 E: I: installing remaining packages inside the chroot...
00:00:27.729 E: I: cleaning package lists and apt cache...
00:00:27.882 E: I: approximating disk usage...
00:00:28.051 E: I: creating tarball...
00:00:28.060 E: copying from tar archive -
00:00:30.532 E: I: done
00:00:30.720 E: I: removing tempdir /tmp/mmdebstrap.JL3Q7xiLMX...
00:00:31.110 E: I: success in 30.7581 seconds
00:00:31.117 E: + mv /tmp/mmdebstrap-unstable--.ext2 ./cache/mmdebstrap-unstable--.ext2
00:00:37.332 E: + [ ext2 = tar ]
00:00:37.337 E: + [ ext2 = squashfs ]
00:00:37.341 E: + [ ext2 = ext2 ]
00:00:37.345 E: + printf \123\357
00:00:37.351 E: + cmp --bytes=2 --ignore-initial=1080:0 ./cache/mmdebstrap-unstable--.ext2 -
00:00:37.358 E: + printf \000\000\000\000\000\000\000\000\000\000\000\000
00:00:37.365 E: + cmp --bytes=12 --ignore-initial=1116:0 ./cache/mmdebstrap-unstable--.ext2 -
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:48
result: SUCCESS
------------------------------------------------------------------------------
(62/280) mmdebstrap
dist: unstable
mode: root
variant: -
format: ext4
time left: 3:32:53
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.020 E: + id -u
00:00:00.026 E: + [ 0 -eq 0 ]
00:00:00.030 E: + [ root = root ]
00:00:00.034 E: + :
00:00:00.038 E: + mmdebstrap --mode=root --variant=- unstable /tmp/mmdebstrap-unstable--.ext4 http://127.0.0.1/debian
00:00:00.499 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.533 E: I: finding correct signed-by value...
00:00:00.660 E: I: automatically chosen format: ext4
00:00:00.671 E: I: using /tmp/mmdebstrap.NzJfo3qvUf as tempdir
00:00:00.730 E: I: running apt-get update...
00:00:03.600 E: I: downloading packages with apt...
00:00:06.095 E: I: extracting archives...
00:00:07.936 E: I: installing essential packages...
00:00:13.789 E: I: installing remaining packages inside the chroot...
00:00:26.685 E: I: cleaning package lists and apt cache...
00:00:26.819 E: I: approximating disk usage...
00:00:26.972 E: I: creating tarball...
00:00:28.782 E: I: done
00:00:29.002 E: I: removing tempdir /tmp/mmdebstrap.NzJfo3qvUf...
00:00:29.352 E: I: success in 28.9823 seconds
00:00:29.359 E: + mv /tmp/mmdebstrap-unstable--.ext4 ./cache/mmdebstrap-unstable--.ext4
00:00:34.046 E: + [ ext4 = tar ]
00:00:34.050 E: + [ ext4 = squashfs ]
00:00:34.055 E: + [ ext4 = ext2 ]
00:00:34.059 E: + [ ext4 = ext4 ]
00:00:34.063 E: + + printf \123\357
00:00:34.067 E: cmp --bytes=2 --ignore-initial=1080:0 ./cache/mmdebstrap-unstable--.ext4 -
00:00:34.071 E: + printf \074\020\000\000\302\042\000\000\153\004\000\000
00:00:34.077 E: + cmp --bytes=12 --ignore-initial=1116:0 ./cache/mmdebstrap-unstable--.ext4 -
00:00:34.081 E: + /sbin/blkid --match-tag UUID --output value ./cache/mmdebstrap-unstable--.ext4
00:00:34.094 E: + uuidgen --sha1 --namespace=@dns --name mister-muffin.de
00:00:34.098 E: + uuidgen --sha1 --namespace=2068d050-9941-5c8e-a967-b3845fec145b --name 1722845704
00:00:34.102 E: + [ a8e473de-5595-5643-aafe-e8714731ad3f = a8e473de-5595-5643-aafe-e8714731ad3f ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:45
result: SUCCESS
------------------------------------------------------------------------------
(63/280) mmdebstrap
dist: unstable
mode: root
variant: standard
format: tar
time left: 3:31:09
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + id -u
00:00:00.024 E: + [ 0 -eq 0 ]
00:00:00.029 E: + [ root = root ]
00:00:00.033 E: + :
00:00:00.037 E: + mmdebstrap --mode=root --variant=standard unstable /tmp/mmdebstrap-unstable-standard.tar http://127.0.0.1/debian
00:00:00.491 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.527 E: I: finding correct signed-by value...
00:00:00.631 E: I: automatically chosen format: tar
00:00:00.636 E: I: using /tmp/mmdebstrap.TAdn3s7hZ9 as tempdir
00:00:00.690 E: I: running apt-get update...
00:00:03.679 E: I: downloading packages with apt...
00:00:05.952 E: I: extracting archives...
00:00:07.827 E: I: installing essential packages...
00:00:13.932 E: I: installing remaining packages inside the chroot...
00:00:59.482 E: I: cleaning package lists and apt cache...
00:00:59.650 E: I: creating tarball...
00:01:03.293 E: I: done
00:01:03.553 E: I: removing tempdir /tmp/mmdebstrap.TAdn3s7hZ9...
00:01:04.583 E: I: success in 64.2223 seconds
00:01:04.636 E: + mv /tmp/mmdebstrap-unstable-standard.tar ./cache/mmdebstrap-unstable-standard.tar
00:01:29.609 E: + [ tar = tar ]
00:01:29.616 E: + printf ustar 
00:01:29.624 E: + cmp --bytes=6 --ignore-initial=257:0 ./cache/mmdebstrap-unstable-standard.tar -
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:42
result: SUCCESS
------------------------------------------------------------------------------
(64/280) mmdebstrap
dist: unstable
mode: root
variant: standard
format: squashfs
time left: 3:32:42
------------------------------------------------------------------------------
00:00:00.017 E: + set -eu
00:00:00.024 E: + export LC_ALL=C.UTF-8
00:00:00.039 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.056 E: + id -u
00:00:00.065 E: + [ 0 -eq 0 ]
00:00:00.074 E: + [ root = root ]
00:00:00.082 E: + :
00:00:00.099 E: + mmdebstrap --mode=root --variant=standard unstable /tmp/mmdebstrap-unstable-standard.squashfs http://127.0.0.1/debian
00:00:01.504 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.620 E: I: finding correct signed-by value...
00:00:01.885 E: I: automatically chosen format: squashfs
00:00:01.923 E: I: using /tmp/mmdebstrap.gGtpRqhJSx as tempdir
00:00:01.943 E: W: tar2sqfs does not support extended attributes from the 'system' namespace
00:00:02.010 E: I: running apt-get update...
00:00:06.466 E: I: downloading packages with apt...
00:00:12.023 E: I: extracting archives...
00:00:16.066 E: I: installing essential packages...
00:00:32.805 E: I: installing remaining packages inside the chroot...
00:01:57.010 E: I: cleaning package lists and apt cache...
00:01:57.252 E: I: creating tarball...
00:03:03.860 E: I: done
00:03:05.266 E: I: removing tempdir /tmp/mmdebstrap.gGtpRqhJSx...
00:03:06.405 E: I: success in 185.4047 seconds
00:03:06.419 E: + mv /tmp/mmdebstrap-unstable-standard.squashfs ./cache/mmdebstrap-unstable-standard.squashfs
00:03:13.205 E: + [ squashfs = tar ]
00:03:13.212 E: + [ squashfs = squashfs ]
00:03:13.223 E: + printf hsqs
00:03:13.232 E: + cmp --bytes=4 ./cache/mmdebstrap-unstable-standard.squashfs -
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:03:31
result: SUCCESS
------------------------------------------------------------------------------
(65/280) mmdebstrap
dist: unstable
mode: root
variant: standard
format: ext2
time left: 3:40:19
------------------------------------------------------------------------------
00:00:00.016 E: + set -eu
00:00:00.026 E: + export LC_ALL=C.UTF-8
00:00:00.047 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.054 E: + id -u
00:00:00.063 E: + [ 0 -eq 0 ]
00:00:00.076 E: + [ root = root ]
00:00:00.085 E: + :
00:00:00.097 E: + mmdebstrap --mode=root --variant=standard unstable /tmp/mmdebstrap-unstable-standard.ext2 http://127.0.0.1/debian
00:00:01.645 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.769 E: I: finding correct signed-by value...
00:00:01.972 E: copying from tar archive -
00:00:01.988 E: I: automatically chosen format: ext2
00:00:02.013 E: I: using /tmp/mmdebstrap.QZkURkqGMl as tempdir
00:00:02.028 E: W: genext2fs does not support extended attributes
00:00:02.040 E: W: ext2 does not support sub-second precision timestamps
00:00:02.056 E: W: ext2 does not support timestamps beyond 2038 January 18
00:00:02.076 E: W: ext2 inode size of 128 prevents removing these limitations
00:00:02.158 E: I: running apt-get update...
00:00:05.776 E: I: downloading packages with apt...
00:00:10.652 E: I: extracting archives...
00:00:13.764 E: I: installing essential packages...
00:00:28.761 E: I: installing remaining packages inside the chroot...
00:01:53.914 E: I: cleaning package lists and apt cache...
00:01:54.051 E: I: approximating disk usage...
00:01:54.415 E: I: creating tarball...
00:01:54.424 E: copying from tar archive -
00:02:00.701 E: I: done
00:02:01.013 E: I: removing tempdir /tmp/mmdebstrap.QZkURkqGMl...
00:02:01.793 E: I: success in 120.5674 seconds
00:02:01.801 E: + mv /tmp/mmdebstrap-unstable-standard.ext2 ./cache/mmdebstrap-unstable-standard.ext2
00:02:10.767 E: + [ ext2 = tar ]
00:02:10.771 E: + [ ext2 = squashfs ]
00:02:10.775 E: + [ ext2 = ext2 ]
00:02:10.779 E: + printf \123\357
00:02:10.783 E: + cmp --bytes=2 --ignore-initial=1080:0 ./cache/mmdebstrap-unstable-standard.ext2 -
00:02:10.786 E: + printf \000\000\000\000\000\000\000\000\000\000\000\000
00:02:10.790 E: + cmp --bytes=12 --ignore-initial=1116:0 ./cache/mmdebstrap-unstable-standard.ext2 -
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:02:37
result: SUCCESS
------------------------------------------------------------------------------
(66/280) mmdebstrap
dist: unstable
mode: root
variant: standard
format: ext4
time left: 3:44:35
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.018 E: + id -u
00:00:00.022 E: + [ 0 -eq 0 ]
00:00:00.025 E: + [ root = root ]
00:00:00.029 E: + :
00:00:00.033 E: + mmdebstrap --mode=root --variant=standard unstable /tmp/mmdebstrap-unstable-standard.ext4 http://127.0.0.1/debian
00:00:00.505 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.536 E: I: finding correct signed-by value...
00:00:00.669 E: I: automatically chosen format: ext4
00:00:00.680 E: I: using /tmp/mmdebstrap.uwnzUk2tja as tempdir
00:00:00.738 E: I: running apt-get update...
00:00:03.675 E: I: downloading packages with apt...
00:00:05.783 E: I: extracting archives...
00:00:07.632 E: I: installing essential packages...
00:00:13.501 E: I: installing remaining packages inside the chroot...
00:00:51.876 E: I: cleaning package lists and apt cache...
00:00:52.013 E: I: approximating disk usage...
00:00:52.355 E: I: creating tarball...
00:00:56.462 E: I: done
00:00:56.508 E: I: removing tempdir /tmp/mmdebstrap.uwnzUk2tja...
00:00:57.282 E: I: success in 56.9105 seconds
00:00:57.289 E: + mv /tmp/mmdebstrap-unstable-standard.ext4 ./cache/mmdebstrap-unstable-standard.ext4
00:01:06.832 E: + [ ext4 = tar ]
00:01:06.836 E: + [ ext4 = squashfs ]
00:01:06.840 E: + [ ext4 = ext2 ]
00:01:06.844 E: + [ ext4 = ext4 ]
00:01:06.849 E: + printf \123\357
00:01:06.854 E: + cmp --bytes=2 --ignore-initial=1080:0 ./cache/mmdebstrap-unstable-standard.ext4 -
00:01:06.858 E: + printf \074\020\000\000\302\042\000\000\153\004\000\000
00:01:06.862 E: + cmp --bytes=12 --ignore-initial=1116:0 ./cache/mmdebstrap-unstable-standard.ext4 -
00:01:06.866 E: + /sbin/blkid --match-tag UUID --output value ./cache/mmdebstrap-unstable-standard.ext4
00:01:06.879 E: + uuidgen --sha1 --namespace=@dns --name mister-muffin.de
00:01:06.883 E: + uuidgen --sha1 --namespace=2068d050-9941-5c8e-a967-b3845fec145b --name 1722845704
00:01:06.887 E: + [ a8e473de-5595-5643-aafe-e8714731ad3f = a8e473de-5595-5643-aafe-e8714731ad3f ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:17
result: SUCCESS
------------------------------------------------------------------------------
(67/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: essential
format: tar
time left: 3:44:21
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + trap rm -f /tmp/debian-chroot-unshare.tar EXIT INT TERM
00:00:00.023 E: + :
00:00:00.027 E: + prefix=
00:00:00.032 E: + id -u
00:00:00.037 E: + [ 0 -eq 0 ]
00:00:00.041 E: + [ unshare != root ]
00:00:00.046 E: + [ unshare != auto ]
00:00:00.050 E: + id user
00:00:00.054 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.059 E: + useradd --home-dir /home/user --create-home user
00:00:00.063 E: + prefix=runuser -u user --
00:00:00.068 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=essential unstable /tmp/debian-chroot-unshare.tar http://127.0.0.1/debian
00:00:00.590 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.636 E: I: finding correct signed-by value...
00:00:00.749 E: I: automatically chosen format: tar
00:00:00.754 E: I: using /tmp/mmdebstrap.k_SZfX2Q7e as tempdir
00:00:00.868 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.883 E: I: running apt-get update...
00:00:03.839 E: I: downloading packages with apt...
00:00:06.182 E: I: extracting archives...
00:00:08.112 E: I: installing essential packages...
00:00:14.402 E: I: cleaning package lists and apt cache...
00:00:14.495 E: I: creating tarball...
00:00:15.194 E: I: done
00:00:15.273 E: I: removing tempdir /tmp/mmdebstrap.k_SZfX2Q7e...
00:00:15.501 E: I: success in 15.1065 seconds
00:00:15.509 E: + cmp ./cache/mmdebstrap-unstable-essential.tar /tmp/debian-chroot-unshare.tar
00:00:17.510 E: + rm -f /tmp/debian-chroot-unshare.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:28
result: SUCCESS
------------------------------------------------------------------------------
(68/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: essential
format: squashfs
time left: 3:41:29
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.021 E: + trap rm -f /tmp/debian-chroot-unshare.squashfs EXIT INT TERM
00:00:00.026 E: + :
00:00:00.036 E: + prefix=
00:00:00.042 E: + id -u
00:00:00.046 E: + [ 0 -eq 0 ]
00:00:00.050 E: + [ unshare != root ]
00:00:00.054 E: + [ unshare != auto ]
00:00:00.058 E: + id user
00:00:00.062 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.066 E: + useradd --home-dir /home/user --create-home user
00:00:00.070 E: + prefix=runuser -u user --
00:00:00.075 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=essential unstable /tmp/debian-chroot-unshare.squashfs http://127.0.0.1/debian
00:00:00.586 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.622 E: I: finding correct signed-by value...
00:00:00.724 E: I: automatically chosen format: squashfs
00:00:00.728 E: I: using /tmp/mmdebstrap.g_5yN4WNfd as tempdir
00:00:00.815 E: W: tar2sqfs does not support extended attributes from the 'system' namespace
00:00:00.846 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.860 E: I: running apt-get update...
00:00:04.409 E: I: downloading packages with apt...
00:00:06.861 E: I: extracting archives...
00:00:08.957 E: I: installing essential packages...
00:00:16.081 E: I: cleaning package lists and apt cache...
00:00:16.168 E: I: creating tarball...
00:00:23.616 E: I: done
00:00:24.616 E: I: removing tempdir /tmp/mmdebstrap.g_5yN4WNfd...
00:00:24.818 E: I: success in 24.4144 seconds
00:00:24.826 E: + cmp ./cache/mmdebstrap-unstable-essential.squashfs /tmp/debian-chroot-unshare.squashfs
00:00:25.412 E: + rm -f /tmp/debian-chroot-unshare.squashfs
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:36
result: SUCCESS
------------------------------------------------------------------------------
(69/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: essential
format: ext2
time left: 3:39:06
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + trap rm -f /tmp/debian-chroot-unshare.ext2 EXIT INT TERM
00:00:00.024 E: + :
00:00:00.029 E: + prefix=
00:00:00.034 E: + id -u
00:00:00.038 E: + [ 0 -eq 0 ]
00:00:00.043 E: + [ unshare != root ]
00:00:00.047 E: + [ unshare != auto ]
00:00:00.053 E: + id user
00:00:00.057 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.062 E: + useradd --home-dir /home/user --create-home user
00:00:00.066 E: + prefix=runuser -u user --
00:00:00.071 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=essential unstable /tmp/debian-chroot-unshare.ext2 http://127.0.0.1/debian
00:00:00.993 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.026 E: I: finding correct signed-by value...
00:00:01.132 E: copying from tar archive -
00:00:01.136 E: I: automatically chosen format: ext2
00:00:01.142 E: I: using /tmp/mmdebstrap.Qv18GwEd4b as tempdir
00:00:01.293 E: W: genext2fs does not support extended attributes
00:00:01.297 E: W: ext2 does not support sub-second precision timestamps
00:00:01.301 E: W: ext2 does not support timestamps beyond 2038 January 18
00:00:01.305 E: W: ext2 inode size of 128 prevents removing these limitations
00:00:01.321 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:01.334 E: I: running apt-get update...
00:00:06.443 E: I: downloading packages with apt...
00:00:08.533 E: I: extracting archives...
00:00:11.165 E: I: installing essential packages...
00:00:17.462 E: I: cleaning package lists and apt cache...
00:00:17.553 E: I: approximating disk usage...
00:00:17.625 E: I: creating tarball...
00:00:17.633 E: copying from tar archive -
00:00:18.622 E: I: done
00:00:18.711 E: I: removing tempdir /tmp/mmdebstrap.Qv18GwEd4b...
00:00:18.954 E: I: success in 18.5495 seconds
00:00:18.962 E: + cmp ./cache/mmdebstrap-unstable-essential.ext2 /tmp/debian-chroot-unshare.ext2
00:00:21.556 E: + rm -f /tmp/debian-chroot-unshare.ext2
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:33
result: SUCCESS
------------------------------------------------------------------------------
(70/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: essential
format: ext4
time left: 3:36:36
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.018 E: + trap rm -f /tmp/debian-chroot-unshare.ext4 EXIT INT TERM
00:00:00.023 E: + :
00:00:00.026 E: + prefix=
00:00:00.030 E: + id -u
00:00:00.034 E: + [ 0 -eq 0 ]
00:00:00.038 E: + [ unshare != root ]
00:00:00.041 E: + [ unshare != auto ]
00:00:00.045 E: + id user
00:00:00.048 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.052 E: + useradd --home-dir /home/user --create-home user
00:00:00.056 E: + prefix=runuser -u user --
00:00:00.060 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=essential unstable /tmp/debian-chroot-unshare.ext4 http://127.0.0.1/debian
00:00:00.869 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.922 E: I: finding correct signed-by value...
00:00:01.073 E: I: automatically chosen format: ext4
00:00:01.086 E: I: using /tmp/mmdebstrap.eJRaVDuvi2 as tempdir
00:00:01.221 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:01.235 E: I: running apt-get update...
00:00:05.027 E: I: downloading packages with apt...
00:00:07.315 E: I: extracting archives...
00:00:09.124 E: I: installing essential packages...
00:00:14.852 E: I: cleaning package lists and apt cache...
00:00:14.944 E: I: approximating disk usage...
00:00:15.013 E: I: creating tarball...
00:00:15.783 E: I: done
00:00:15.886 E: I: removing tempdir /tmp/mmdebstrap.eJRaVDuvi2...
00:00:16.085 E: I: success in 15.5290 seconds
00:00:16.093 E: + cmp ./cache/mmdebstrap-unstable-essential.ext4 /tmp/debian-chroot-unshare.ext4
00:00:18.517 E: + rm -f /tmp/debian-chroot-unshare.ext4
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:29
result: SUCCESS
------------------------------------------------------------------------------
(71/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: apt
format: tar
time left: 3:33:58
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + trap rm -f /tmp/debian-chroot-unshare.tar EXIT INT TERM
00:00:00.023 E: + :
00:00:00.027 E: + prefix=
00:00:00.032 E: + id -u
00:00:00.036 E: + [ 0 -eq 0 ]
00:00:00.040 E: + [ unshare != root ]
00:00:00.044 E: + [ unshare != auto ]
00:00:00.048 E: + id user
00:00:00.053 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.057 E: + useradd --home-dir /home/user --create-home user
00:00:00.062 E: + prefix=runuser -u user --
00:00:00.066 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=apt unstable /tmp/debian-chroot-unshare.tar http://127.0.0.1/debian
00:00:00.605 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.643 E: I: finding correct signed-by value...
00:00:00.744 E: I: automatically chosen format: tar
00:00:00.749 E: I: using /tmp/mmdebstrap.9igW4NcCva as tempdir
00:00:00.868 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.883 E: I: running apt-get update...
00:00:03.953 E: I: downloading packages with apt...
00:00:06.164 E: I: extracting archives...
00:00:08.165 E: I: installing essential packages...
00:00:14.276 E: I: installing remaining packages inside the chroot...
00:00:18.114 E: I: cleaning package lists and apt cache...
00:00:18.215 E: I: creating tarball...
00:00:19.085 E: I: done
00:00:19.177 E: I: removing tempdir /tmp/mmdebstrap.9igW4NcCva...
00:00:19.400 E: I: success in 18.9861 seconds
00:00:19.410 E: + cmp ./cache/mmdebstrap-unstable-apt.tar /tmp/debian-chroot-unshare.tar
00:00:22.057 E: + rm -f /tmp/debian-chroot-unshare.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:34
result: SUCCESS
------------------------------------------------------------------------------
(72/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: apt
format: squashfs
time left: 3:31:37
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.023 E: + trap rm -f /tmp/debian-chroot-unshare.squashfs EXIT INT TERM
00:00:00.028 E: + :
00:00:00.033 E: + prefix=
00:00:00.037 E: + id -u
00:00:00.042 E: + [ 0 -eq 0 ]
00:00:00.046 E: + [ unshare != root ]
00:00:00.050 E: + [ unshare != auto ]
00:00:00.054 E: + id user
00:00:00.058 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.062 E: + useradd --home-dir /home/user --create-home user
00:00:00.066 E: + prefix=runuser -u user --
00:00:00.071 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=apt unstable /tmp/debian-chroot-unshare.squashfs http://127.0.0.1/debian
00:00:00.595 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.633 E: I: finding correct signed-by value...
00:00:00.739 E: I: automatically chosen format: squashfs
00:00:00.744 E: I: using /tmp/mmdebstrap.hMAy3U3s0O as tempdir
00:00:00.831 E: W: tar2sqfs does not support extended attributes from the 'system' namespace
00:00:00.861 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.879 E: I: running apt-get update...
00:00:03.800 E: I: downloading packages with apt...
00:00:06.003 E: I: extracting archives...
00:00:07.853 E: I: installing essential packages...
00:00:13.918 E: I: installing remaining packages inside the chroot...
00:00:17.564 E: I: cleaning package lists and apt cache...
00:00:17.660 E: I: creating tarball...
00:00:26.392 E: I: done
00:00:26.996 E: I: removing tempdir /tmp/mmdebstrap.hMAy3U3s0O...
00:00:27.225 E: I: success in 26.8240 seconds
00:00:27.233 E: + cmp ./cache/mmdebstrap-unstable-apt.squashfs /tmp/debian-chroot-unshare.squashfs
00:00:28.007 E: + rm -f /tmp/debian-chroot-unshare.squashfs
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:38
result: SUCCESS
------------------------------------------------------------------------------
(73/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: apt
format: ext2
time left: 3:29:34
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.017 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.022 E: + trap rm -f /tmp/debian-chroot-unshare.ext2 EXIT INT TERM
00:00:00.027 E: + :
00:00:00.032 E: + prefix=
00:00:00.037 E: + id -u
00:00:00.042 E: + [ 0 -eq 0 ]
00:00:00.047 E: + [ unshare != root ]
00:00:00.051 E: + [ unshare != auto ]
00:00:00.055 E: + id user
00:00:00.060 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.064 E: + useradd --home-dir /home/user --create-home user
00:00:00.070 E: + prefix=runuser -u user --
00:00:00.075 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=apt unstable /tmp/debian-chroot-unshare.ext2 http://127.0.0.1/debian
00:00:00.600 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.639 E: I: finding correct signed-by value...
00:00:00.764 E: copying from tar archive -
00:00:00.768 E: I: automatically chosen format: ext2
00:00:00.774 E: I: using /tmp/mmdebstrap.5ewkDBPLCh as tempdir
00:00:00.868 E: W: genext2fs does not support extended attributes
00:00:00.873 E: W: ext2 does not support sub-second precision timestamps
00:00:00.877 E: W: ext2 does not support timestamps beyond 2038 January 18
00:00:00.882 E: W: ext2 inode size of 128 prevents removing these limitations
00:00:00.900 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.916 E: I: running apt-get update...
00:00:04.082 E: I: downloading packages with apt...
00:00:06.708 E: I: extracting archives...
00:00:08.796 E: I: installing essential packages...
00:00:15.567 E: I: installing remaining packages inside the chroot...
00:00:19.584 E: I: cleaning package lists and apt cache...
00:00:19.679 E: I: approximating disk usage...
00:00:19.775 E: I: creating tarball...
00:00:19.785 E: copying from tar archive -
00:00:21.028 E: I: done
00:00:21.145 E: I: removing tempdir /tmp/mmdebstrap.5ewkDBPLCh...
00:00:21.427 E: I: success in 21.0246 seconds
00:00:21.437 E: + cmp ./cache/mmdebstrap-unstable-apt.ext2 /tmp/debian-chroot-unshare.ext2
00:00:24.512 E: + rm -f /tmp/debian-chroot-unshare.ext2
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:35
result: SUCCESS
------------------------------------------------------------------------------
(74/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: apt
format: ext4
time left: 3:27:23
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.018 E: + trap rm -f /tmp/debian-chroot-unshare.ext4 EXIT INT TERM
00:00:00.022 E: + :
00:00:00.026 E: + prefix=
00:00:00.030 E: + id -u
00:00:00.035 E: + [ 0 -eq 0 ]
00:00:00.039 E: + [ unshare != root ]
00:00:00.044 E: + [ unshare != auto ]
00:00:00.048 E: + id user
00:00:00.052 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.057 E: + useradd --home-dir /home/user --create-home user
00:00:00.061 E: + prefix=runuser -u user --
00:00:00.065 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=apt unstable /tmp/debian-chroot-unshare.ext4 http://127.0.0.1/debian
00:00:00.600 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.634 E: I: finding correct signed-by value...
00:00:00.755 E: I: automatically chosen format: ext4
00:00:00.767 E: I: using /tmp/mmdebstrap.QvTlzEw5rU as tempdir
00:00:00.893 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.907 E: I: running apt-get update...
00:00:03.914 E: I: downloading packages with apt...
00:00:06.235 E: I: extracting archives...
00:00:08.085 E: I: installing essential packages...
00:00:14.000 E: I: installing remaining packages inside the chroot...
00:00:17.839 E: I: cleaning package lists and apt cache...
00:00:17.963 E: I: approximating disk usage...
00:00:18.059 E: I: creating tarball...
00:00:19.003 E: I: done
00:00:19.151 E: I: removing tempdir /tmp/mmdebstrap.QvTlzEw5rU...
00:00:19.402 E: I: success in 18.9932 seconds
00:00:19.414 E: + cmp ./cache/mmdebstrap-unstable-apt.ext4 /tmp/debian-chroot-unshare.ext4
00:00:22.648 E: + rm -f /tmp/debian-chroot-unshare.ext4
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:33
result: SUCCESS
------------------------------------------------------------------------------
(75/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: minbase
format: tar
time left: 3:25:09
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.018 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.025 E: + trap rm -f /tmp/debian-chroot-unshare.tar EXIT INT TERM
00:00:00.029 E: + :
00:00:00.033 E: + prefix=
00:00:00.037 E: + id -u
00:00:00.041 E: + [ 0 -eq 0 ]
00:00:00.047 E: + [ unshare != root ]
00:00:00.051 E: + [ unshare != auto ]
00:00:00.055 E: + id user
00:00:00.059 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.064 E: + useradd --home-dir /home/user --create-home user
00:00:00.069 E: + prefix=runuser -u user --
00:00:00.073 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=minbase unstable /tmp/debian-chroot-unshare.tar http://127.0.0.1/debian
00:00:00.627 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.665 E: I: finding correct signed-by value...
00:00:00.772 E: I: automatically chosen format: tar
00:00:00.777 E: I: using /tmp/mmdebstrap.fOEmc9nMWa as tempdir
00:00:00.910 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.923 E: I: running apt-get update...
00:00:03.871 E: I: downloading packages with apt...
00:00:06.449 E: I: extracting archives...
00:00:08.359 E: I: installing essential packages...
00:00:14.043 E: I: installing remaining packages inside the chroot...
00:00:19.258 E: I: cleaning package lists and apt cache...
00:00:19.353 E: I: creating tarball...
00:00:20.204 E: I: done
00:00:20.298 E: I: removing tempdir /tmp/mmdebstrap.fOEmc9nMWa...
00:00:20.570 E: I: success in 20.1590 seconds
00:00:20.579 E: + cmp ./cache/mmdebstrap-unstable-minbase.tar /tmp/debian-chroot-unshare.tar
00:00:23.212 E: + rm -f /tmp/debian-chroot-unshare.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:34
result: SUCCESS
------------------------------------------------------------------------------
(76/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: minbase
format: squashfs
time left: 3:23:01
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.018 E: + trap rm -f /tmp/debian-chroot-unshare.squashfs EXIT INT TERM
00:00:00.022 E: + :
00:00:00.027 E: + prefix=
00:00:00.030 E: + id -u
00:00:00.034 E: + [ 0 -eq 0 ]
00:00:00.039 E: + [ unshare != root ]
00:00:00.043 E: + [ unshare != auto ]
00:00:00.047 E: + id user
00:00:00.051 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.055 E: + useradd --home-dir /home/user --create-home user
00:00:00.059 E: + prefix=runuser -u user --
00:00:00.063 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=minbase unstable /tmp/debian-chroot-unshare.squashfs http://127.0.0.1/debian
00:00:00.606 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.642 E: I: finding correct signed-by value...
00:00:00.748 E: I: automatically chosen format: squashfs
00:00:00.752 E: I: using /tmp/mmdebstrap.FD2ydiR6We as tempdir
00:00:00.887 E: W: tar2sqfs does not support extended attributes from the 'system' namespace
00:00:00.915 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.930 E: I: running apt-get update...
00:00:04.437 E: I: downloading packages with apt...
00:00:06.608 E: I: extracting archives...
00:00:08.443 E: I: installing essential packages...
00:00:14.416 E: I: installing remaining packages inside the chroot...
00:00:19.813 E: I: cleaning package lists and apt cache...
00:00:19.903 E: I: creating tarball...
00:00:29.060 E: I: done
00:00:29.739 E: I: removing tempdir /tmp/mmdebstrap.FD2ydiR6We...
00:00:29.997 E: I: success in 29.6266 seconds
00:00:30.006 E: + cmp ./cache/mmdebstrap-unstable-minbase.squashfs /tmp/debian-chroot-unshare.squashfs
00:00:30.765 E: + rm -f /tmp/debian-chroot-unshare.squashfs
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:41
result: SUCCESS
------------------------------------------------------------------------------
(77/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: minbase
format: ext2
time left: 3:21:14
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.020 E: + trap rm -f /tmp/debian-chroot-unshare.ext2 EXIT INT TERM
00:00:00.025 E: + :
00:00:00.030 E: + prefix=
00:00:00.034 E: + id -u
00:00:00.038 E: + [ 0 -eq 0 ]
00:00:00.042 E: + [ unshare != root ]
00:00:00.046 E: + [ unshare != auto ]
00:00:00.051 E: + id user
00:00:00.055 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.060 E: + useradd --home-dir /home/user --create-home user
00:00:00.065 E: + prefix=runuser -u user --
00:00:00.070 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=minbase unstable /tmp/debian-chroot-unshare.ext2 http://127.0.0.1/debian
00:00:00.643 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.683 E: I: finding correct signed-by value...
00:00:00.796 E: copying from tar archive -
00:00:00.801 E: I: automatically chosen format: ext2
00:00:00.807 E: I: using /tmp/mmdebstrap.ren6UW7AAa as tempdir
00:00:00.895 E: W: genext2fs does not support extended attributes
00:00:00.900 E: W: ext2 does not support sub-second precision timestamps
00:00:00.905 E: W: ext2 does not support timestamps beyond 2038 January 18
00:00:00.911 E: W: ext2 inode size of 128 prevents removing these limitations
00:00:00.928 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.942 E: I: running apt-get update...
00:00:03.886 E: I: downloading packages with apt...
00:00:06.449 E: I: extracting archives...
00:00:08.325 E: I: installing essential packages...
00:00:13.962 E: I: installing remaining packages inside the chroot...
00:00:19.422 E: I: cleaning package lists and apt cache...
00:00:19.512 E: I: approximating disk usage...
00:00:19.616 E: I: creating tarball...
00:00:19.625 E: copying from tar archive -
00:00:20.915 E: I: done
00:00:20.976 E: I: removing tempdir /tmp/mmdebstrap.ren6UW7AAa...
00:00:21.251 E: I: success in 20.8215 seconds
00:00:21.260 E: + cmp ./cache/mmdebstrap-unstable-minbase.ext2 /tmp/debian-chroot-unshare.ext2
00:00:24.257 E: + rm -f /tmp/debian-chroot-unshare.ext2
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:35
result: SUCCESS
------------------------------------------------------------------------------
(78/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: minbase
format: ext4
time left: 3:19:13
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + trap rm -f /tmp/debian-chroot-unshare.ext4 EXIT INT TERM
00:00:00.022 E: + :
00:00:00.026 E: + prefix=
00:00:00.030 E: + id -u
00:00:00.035 E: + [ 0 -eq 0 ]
00:00:00.040 E: + [ unshare != root ]
00:00:00.044 E: + [ unshare != auto ]
00:00:00.048 E: + id user
00:00:00.052 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.056 E: + useradd --home-dir /home/user --create-home user
00:00:00.060 E: + prefix=runuser -u user --
00:00:00.064 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=minbase unstable /tmp/debian-chroot-unshare.ext4 http://127.0.0.1/debian
00:00:00.590 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.620 E: I: finding correct signed-by value...
00:00:00.735 E: I: automatically chosen format: ext4
00:00:00.747 E: I: using /tmp/mmdebstrap.ZtkwCHdRFh as tempdir
00:00:00.866 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.880 E: I: running apt-get update...
00:00:03.785 E: I: downloading packages with apt...
00:00:06.103 E: I: extracting archives...
00:00:07.986 E: I: installing essential packages...
00:00:13.834 E: I: installing remaining packages inside the chroot...
00:00:19.095 E: I: cleaning package lists and apt cache...
00:00:19.187 E: I: approximating disk usage...
00:00:19.289 E: I: creating tarball...
00:00:20.370 E: I: done
00:00:20.506 E: I: removing tempdir /tmp/mmdebstrap.ZtkwCHdRFh...
00:00:20.794 E: I: success in 20.4185 seconds
00:00:20.802 E: + cmp ./cache/mmdebstrap-unstable-minbase.ext4 /tmp/debian-chroot-unshare.ext4
00:00:24.267 E: + rm -f /tmp/debian-chroot-unshare.ext4
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:34
result: SUCCESS
------------------------------------------------------------------------------
(79/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: buildd
format: tar
time left: 3:17:12
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.018 E: + trap rm -f /tmp/debian-chroot-unshare.tar EXIT INT TERM
00:00:00.022 E: + :
00:00:00.026 E: + prefix=
00:00:00.030 E: + id -u
00:00:00.033 E: + [ 0 -eq 0 ]
00:00:00.038 E: + [ unshare != root ]
00:00:00.041 E: + [ unshare != auto ]
00:00:00.045 E: + id user
00:00:00.049 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.053 E: + useradd --home-dir /home/user --create-home user
00:00:00.057 E: + prefix=runuser -u user --
00:00:00.061 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=buildd unstable /tmp/debian-chroot-unshare.tar http://127.0.0.1/debian
00:00:00.558 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.590 E: I: finding correct signed-by value...
00:00:00.687 E: I: automatically chosen format: tar
00:00:00.691 E: I: using /tmp/mmdebstrap.0Cldt7zEmd as tempdir
00:00:00.797 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.809 E: I: running apt-get update...
00:00:03.585 E: I: downloading packages with apt...
00:00:05.707 E: I: extracting archives...
00:00:07.523 E: I: installing essential packages...
00:00:13.298 E: I: installing remaining packages inside the chroot...
00:00:27.419 E: I: cleaning package lists and apt cache...
00:00:27.538 E: I: creating tarball...
00:00:30.521 E: I: done
00:00:30.810 E: I: removing tempdir /tmp/mmdebstrap.0Cldt7zEmd...
00:00:31.393 E: I: success in 31.0167 seconds
00:00:31.401 E: + cmp ./cache/mmdebstrap-unstable-buildd.tar /tmp/debian-chroot-unshare.tar
00:00:40.689 E: + rm -f /tmp/debian-chroot-unshare.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:52
result: SUCCESS
------------------------------------------------------------------------------
(80/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: buildd
format: squashfs
time left: 3:15:56
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.017 E: + trap rm -f /tmp/debian-chroot-unshare.squashfs EXIT INT TERM
00:00:00.021 E: + :
00:00:00.024 E: + prefix=
00:00:00.028 E: + id -u
00:00:00.032 E: + [ 0 -eq 0 ]
00:00:00.036 E: + [ unshare != root ]
00:00:00.040 E: + [ unshare != auto ]
00:00:00.043 E: + id user
00:00:00.047 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.050 E: + useradd --home-dir /home/user --create-home user
00:00:00.054 E: + prefix=runuser -u user --
00:00:00.058 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=buildd unstable /tmp/debian-chroot-unshare.squashfs http://127.0.0.1/debian
00:00:00.585 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.617 E: I: finding correct signed-by value...
00:00:00.725 E: I: automatically chosen format: squashfs
00:00:00.730 E: I: using /tmp/mmdebstrap.h4HnRAP3EO as tempdir
00:00:00.812 E: W: tar2sqfs does not support extended attributes from the 'system' namespace
00:00:00.840 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.852 E: I: running apt-get update...
00:00:03.904 E: I: downloading packages with apt...
00:00:06.230 E: I: extracting archives...
00:00:08.002 E: I: installing essential packages...
00:00:13.942 E: I: installing remaining packages inside the chroot...
00:00:27.186 E: I: cleaning package lists and apt cache...
00:00:27.302 E: I: creating tarball...
00:00:56.581 E: I: done
00:00:58.149 E: I: removing tempdir /tmp/mmdebstrap.h4HnRAP3EO...
00:00:58.705 E: I: success in 58.3125 seconds
00:00:58.713 E: + cmp ./cache/mmdebstrap-unstable-buildd.squashfs /tmp/debian-chroot-unshare.squashfs
00:01:01.171 E: + rm -f /tmp/debian-chroot-unshare.squashfs
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:11
result: SUCCESS
------------------------------------------------------------------------------
(81/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: buildd
format: ext2
time left: 3:15:31
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.017 E: + trap rm -f /tmp/debian-chroot-unshare.ext2 EXIT INT TERM
00:00:00.021 E: + :
00:00:00.024 E: + prefix=
00:00:00.028 E: + id -u
00:00:00.032 E: + [ 0 -eq 0 ]
00:00:00.035 E: + [ unshare != root ]
00:00:00.039 E: + [ unshare != auto ]
00:00:00.043 E: + id user
00:00:00.046 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.051 E: + useradd --home-dir /home/user --create-home user
00:00:00.054 E: + prefix=runuser -u user --
00:00:00.058 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=buildd unstable /tmp/debian-chroot-unshare.ext2 http://127.0.0.1/debian
00:00:00.539 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.573 E: I: finding correct signed-by value...
00:00:00.681 E: copying from tar archive -
00:00:00.685 E: I: automatically chosen format: ext2
00:00:00.691 E: I: using /tmp/mmdebstrap.Dlfh8QD_fS as tempdir
00:00:00.781 E: W: genext2fs does not support extended attributes
00:00:00.786 E: W: ext2 does not support sub-second precision timestamps
00:00:00.790 E: W: ext2 does not support timestamps beyond 2038 January 18
00:00:00.794 E: W: ext2 inode size of 128 prevents removing these limitations
00:00:00.809 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.824 E: I: running apt-get update...
00:00:03.722 E: I: downloading packages with apt...
00:00:06.013 E: I: extracting archives...
00:00:07.809 E: I: installing essential packages...
00:00:13.432 E: I: installing remaining packages inside the chroot...
00:00:26.881 E: I: cleaning package lists and apt cache...
00:00:26.992 E: I: approximating disk usage...
00:00:27.207 E: I: creating tarball...
00:00:27.218 E: copying from tar archive -
00:00:36.245 E: I: done
00:00:36.273 E: I: removing tempdir /tmp/mmdebstrap.Dlfh8QD_fS...
00:00:36.826 E: I: success in 36.4635 seconds
00:00:36.833 E: + cmp ./cache/mmdebstrap-unstable-buildd.ext2 /tmp/debian-chroot-unshare.ext2
00:00:47.716 E: + rm -f /tmp/debian-chroot-unshare.ext2
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:58
result: SUCCESS
------------------------------------------------------------------------------
(82/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: buildd
format: ext4
time left: 3:14:32
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.012 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.016 E: + trap rm -f /tmp/debian-chroot-unshare.ext4 EXIT INT TERM
00:00:00.020 E: + :
00:00:00.024 E: + prefix=
00:00:00.028 E: + id -u
00:00:00.031 E: + [ 0 -eq 0 ]
00:00:00.035 E: + [ unshare != root ]
00:00:00.039 E: + [ unshare != auto ]
00:00:00.043 E: + id user
00:00:00.047 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.051 E: + useradd --home-dir /home/user --create-home user
00:00:00.055 E: + prefix=runuser -u user --
00:00:00.058 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=buildd unstable /tmp/debian-chroot-unshare.ext4 http://127.0.0.1/debian
00:00:00.553 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.585 E: I: finding correct signed-by value...
00:00:00.705 E: I: automatically chosen format: ext4
00:00:00.717 E: I: using /tmp/mmdebstrap.Y4Ex5qCEpe as tempdir
00:00:00.841 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.855 E: I: running apt-get update...
00:00:03.717 E: I: downloading packages with apt...
00:00:05.891 E: I: extracting archives...
00:00:07.767 E: I: installing essential packages...
00:00:13.421 E: I: installing remaining packages inside the chroot...
00:00:26.811 E: I: cleaning package lists and apt cache...
00:00:26.924 E: I: approximating disk usage...
00:00:27.144 E: I: creating tarball...
00:00:30.405 E: I: done
00:00:30.433 E: I: removing tempdir /tmp/mmdebstrap.Y4Ex5qCEpe...
00:00:31.034 E: I: success in 30.6726 seconds
00:00:31.042 E: + cmp ./cache/mmdebstrap-unstable-buildd.ext4 /tmp/debian-chroot-unshare.ext4
00:00:42.566 E: + rm -f /tmp/debian-chroot-unshare.ext4
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:53
result: SUCCESS
------------------------------------------------------------------------------
(83/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: -
format: tar
time left: 3:13:20
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.012 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.016 E: + trap rm -f /tmp/debian-chroot-unshare.tar EXIT INT TERM
00:00:00.020 E: + :
00:00:00.024 E: + prefix=
00:00:00.027 E: + id -u
00:00:00.031 E: + [ 0 -eq 0 ]
00:00:00.034 E: + [ unshare != root ]
00:00:00.038 E: + [ unshare != auto ]
00:00:00.048 E: + id user
00:00:00.052 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.056 E: + useradd --home-dir /home/user --create-home user
00:00:00.060 E: + prefix=runuser -u user --
00:00:00.064 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=- unstable /tmp/debian-chroot-unshare.tar http://127.0.0.1/debian
00:00:00.564 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.598 E: I: finding correct signed-by value...
00:00:00.693 E: I: automatically chosen format: tar
00:00:00.698 E: I: using /tmp/mmdebstrap.nXXqodaP2p as tempdir
00:00:00.799 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.810 E: I: running apt-get update...
00:00:03.648 E: I: downloading packages with apt...
00:00:05.955 E: I: extracting archives...
00:00:07.772 E: I: installing essential packages...
00:00:13.212 E: I: installing remaining packages inside the chroot...
00:00:25.633 E: I: cleaning package lists and apt cache...
00:00:25.775 E: I: creating tarball...
00:00:27.237 E: I: done
00:00:27.402 E: I: removing tempdir /tmp/mmdebstrap.nXXqodaP2p...
00:00:27.857 E: I: success in 27.4951 seconds
00:00:27.868 E: + cmp ./cache/mmdebstrap-unstable--.tar /tmp/debian-chroot-unshare.tar
00:00:32.007 E: + rm -f /tmp/debian-chroot-unshare.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:42
result: SUCCESS
------------------------------------------------------------------------------
(84/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: -
format: squashfs
time left: 3:11:43
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.017 E: + trap rm -f /tmp/debian-chroot-unshare.squashfs EXIT INT TERM
00:00:00.020 E: + :
00:00:00.024 E: + prefix=
00:00:00.027 E: + id -u
00:00:00.031 E: + [ 0 -eq 0 ]
00:00:00.035 E: + [ unshare != root ]
00:00:00.039 E: + [ unshare != auto ]
00:00:00.043 E: + id user
00:00:00.047 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.051 E: + useradd --home-dir /home/user --create-home user
00:00:00.055 E: + prefix=runuser -u user --
00:00:00.059 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=- unstable /tmp/debian-chroot-unshare.squashfs http://127.0.0.1/debian
00:00:00.580 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.611 E: I: finding correct signed-by value...
00:00:00.715 E: I: automatically chosen format: squashfs
00:00:00.720 E: I: using /tmp/mmdebstrap.yQMkS9Vgs2 as tempdir
00:00:00.805 E: W: tar2sqfs does not support extended attributes from the 'system' namespace
00:00:00.836 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.850 E: I: running apt-get update...
00:00:03.838 E: I: downloading packages with apt...
00:00:05.903 E: I: extracting archives...
00:00:07.772 E: I: installing essential packages...
00:00:13.471 E: I: installing remaining packages inside the chroot...
00:00:25.914 E: I: cleaning package lists and apt cache...
00:00:26.039 E: I: creating tarball...
00:00:42.994 E: I: done
00:00:44.162 E: I: removing tempdir /tmp/mmdebstrap.yQMkS9Vgs2...
00:00:44.577 E: I: success in 44.2033 seconds
00:00:44.585 E: + cmp ./cache/mmdebstrap-unstable--.squashfs /tmp/debian-chroot-unshare.squashfs
00:00:45.741 E: + rm -f /tmp/debian-chroot-unshare.squashfs
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:56
result: SUCCESS
------------------------------------------------------------------------------
(85/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: -
format: ext2
time left: 3:10:40
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.016 E: + trap rm -f /tmp/debian-chroot-unshare.ext2 EXIT INT TERM
00:00:00.021 E: + :
00:00:00.024 E: + prefix=
00:00:00.028 E: + id -u
00:00:00.032 E: + [ 0 -eq 0 ]
00:00:00.036 E: + [ unshare != root ]
00:00:00.040 E: + [ unshare != auto ]
00:00:00.044 E: + id user
00:00:00.048 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.052 E: + useradd --home-dir /home/user --create-home user
00:00:00.056 E: + prefix=runuser -u user --
00:00:00.060 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=- unstable /tmp/debian-chroot-unshare.ext2 http://127.0.0.1/debian
00:00:00.565 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.598 E: I: finding correct signed-by value...
00:00:00.716 E: copying from tar archive -
00:00:00.720 E: I: automatically chosen format: ext2
00:00:00.727 E: I: using /tmp/mmdebstrap.S6MdFqtszF as tempdir
00:00:00.812 E: W: genext2fs does not support extended attributes
00:00:00.816 E: W: ext2 does not support sub-second precision timestamps
00:00:00.820 E: W: ext2 does not support timestamps beyond 2038 January 18
00:00:00.824 E: W: ext2 inode size of 128 prevents removing these limitations
00:00:00.840 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.853 E: I: running apt-get update...
00:00:03.849 E: I: downloading packages with apt...
00:00:06.252 E: I: extracting archives...
00:00:08.081 E: I: installing essential packages...
00:00:13.800 E: I: installing remaining packages inside the chroot...
00:00:26.157 E: I: cleaning package lists and apt cache...
00:00:26.275 E: I: approximating disk usage...
00:00:26.426 E: I: creating tarball...
00:00:26.435 E: copying from tar archive -
00:00:28.686 E: I: done
00:00:28.882 E: I: removing tempdir /tmp/mmdebstrap.S6MdFqtszF...
00:00:29.284 E: I: success in 28.9070 seconds
00:00:29.294 E: + cmp ./cache/mmdebstrap-unstable--.ext2 /tmp/debian-chroot-unshare.ext2
00:00:34.194 E: + rm -f /tmp/debian-chroot-unshare.ext2
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:45
result: SUCCESS
------------------------------------------------------------------------------
(86/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: -
format: ext4
time left: 3:09:11
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.018 E: + trap rm -f /tmp/debian-chroot-unshare.ext4 EXIT INT TERM
00:00:00.022 E: + :
00:00:00.026 E: + prefix=
00:00:00.030 E: + id -u
00:00:00.034 E: + [ 0 -eq 0 ]
00:00:00.038 E: + [ unshare != root ]
00:00:00.041 E: + [ unshare != auto ]
00:00:00.045 E: + id user
00:00:00.049 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.052 E: + useradd --home-dir /home/user --create-home user
00:00:00.056 E: + prefix=runuser -u user --
00:00:00.060 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=- unstable /tmp/debian-chroot-unshare.ext4 http://127.0.0.1/debian
00:00:00.567 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.604 E: I: finding correct signed-by value...
00:00:00.729 E: I: automatically chosen format: ext4
00:00:00.741 E: I: using /tmp/mmdebstrap.KxlN7D4CZK as tempdir
00:00:00.864 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.877 E: I: running apt-get update...
00:00:03.836 E: I: downloading packages with apt...
00:00:06.271 E: I: extracting archives...
00:00:08.122 E: I: installing essential packages...
00:00:13.959 E: I: installing remaining packages inside the chroot...
00:00:26.573 E: I: cleaning package lists and apt cache...
00:00:26.726 E: I: approximating disk usage...
00:00:26.929 E: I: creating tarball...
00:00:28.943 E: I: done
00:00:29.181 E: I: removing tempdir /tmp/mmdebstrap.KxlN7D4CZK...
00:00:29.567 E: I: success in 29.2050 seconds
00:00:29.576 E: + cmp ./cache/mmdebstrap-unstable--.ext4 /tmp/debian-chroot-unshare.ext4
00:00:35.071 E: + rm -f /tmp/debian-chroot-unshare.ext4
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:45
result: SUCCESS
------------------------------------------------------------------------------
(87/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: standard
format: tar
time left: 3:07:44
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + trap rm -f /tmp/debian-chroot-unshare.tar EXIT INT TERM
00:00:00.025 E: + :
00:00:00.029 E: + prefix=
00:00:00.033 E: + id -u
00:00:00.038 E: + [ 0 -eq 0 ]
00:00:00.042 E: + [ unshare != root ]
00:00:00.046 E: + [ unshare != auto ]
00:00:00.050 E: + id user
00:00:00.054 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.058 E: + useradd --home-dir /home/user --create-home user
00:00:00.062 E: + prefix=runuser -u user --
00:00:00.066 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=standard unstable /tmp/debian-chroot-unshare.tar http://127.0.0.1/debian
00:00:00.555 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.588 E: I: finding correct signed-by value...
00:00:00.691 E: I: automatically chosen format: tar
00:00:00.695 E: I: using /tmp/mmdebstrap.hGl5YhXyWi as tempdir
00:00:00.803 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.816 E: I: running apt-get update...
00:00:03.623 E: I: downloading packages with apt...
00:00:05.658 E: I: extracting archives...
00:00:07.499 E: I: installing essential packages...
00:00:13.189 E: I: installing remaining packages inside the chroot...
00:00:52.543 E: I: cleaning package lists and apt cache...
00:00:52.683 E: I: creating tarball...
00:00:55.666 E: I: done
00:00:55.858 E: I: removing tempdir /tmp/mmdebstrap.hGl5YhXyWi...
00:00:56.689 E: I: success in 56.3129 seconds
00:00:56.696 E: + cmp ./cache/mmdebstrap-unstable-standard.tar /tmp/debian-chroot-unshare.tar
00:01:05.379 E: + rm -f /tmp/debian-chroot-unshare.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:16
result: SUCCESS
------------------------------------------------------------------------------
(88/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: standard
format: squashfs
time left: 3:07:27
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.017 E: + trap rm -f /tmp/debian-chroot-unshare.squashfs EXIT INT TERM
00:00:00.020 E: + :
00:00:00.024 E: + prefix=
00:00:00.028 E: + id -u
00:00:00.031 E: + [ 0 -eq 0 ]
00:00:00.035 E: + [ unshare != root ]
00:00:00.038 E: + [ unshare != auto ]
00:00:00.042 E: + id user
00:00:00.045 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.049 E: + useradd --home-dir /home/user --create-home user
00:00:00.052 E: + prefix=runuser -u user --
00:00:00.056 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=standard unstable /tmp/debian-chroot-unshare.squashfs http://127.0.0.1/debian
00:00:00.558 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.589 E: I: finding correct signed-by value...
00:00:00.686 E: I: automatically chosen format: squashfs
00:00:00.691 E: I: using /tmp/mmdebstrap.3JcA7oHCOz as tempdir
00:00:00.776 E: W: tar2sqfs does not support extended attributes from the 'system' namespace
00:00:00.803 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.819 E: I: running apt-get update...
00:00:03.749 E: I: downloading packages with apt...
00:00:05.884 E: I: extracting archives...
00:00:07.655 E: I: installing essential packages...
00:00:13.269 E: I: installing remaining packages inside the chroot...
00:00:52.200 E: I: cleaning package lists and apt cache...
00:00:52.340 E: I: creating tarball...
00:01:27.809 E: I: done
00:01:28.964 E: I: removing tempdir /tmp/mmdebstrap.3JcA7oHCOz...
00:01:29.786 E: I: success in 89.4123 seconds
00:01:29.795 E: + cmp ./cache/mmdebstrap-unstable-standard.squashfs /tmp/debian-chroot-unshare.squashfs
00:01:31.949 E: + rm -f /tmp/debian-chroot-unshare.squashfs
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:42
result: SUCCESS
------------------------------------------------------------------------------
(89/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: standard
format: ext2
time left: 3:08:05
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.017 E: + trap rm -f /tmp/debian-chroot-unshare.ext2 EXIT INT TERM
00:00:00.021 E: + :
00:00:00.025 E: + prefix=
00:00:00.028 E: + id -u
00:00:00.032 E: + [ 0 -eq 0 ]
00:00:00.036 E: + [ unshare != root ]
00:00:00.040 E: + [ unshare != auto ]
00:00:00.043 E: + id user
00:00:00.047 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.051 E: + useradd --home-dir /home/user --create-home user
00:00:00.056 E: + prefix=runuser -u user --
00:00:00.059 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=standard unstable /tmp/debian-chroot-unshare.ext2 http://127.0.0.1/debian
00:00:00.546 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.581 E: I: finding correct signed-by value...
00:00:00.691 E: copying from tar archive -
00:00:00.695 E: I: automatically chosen format: ext2
00:00:00.702 E: I: using /tmp/mmdebstrap.utkCZ1r5c1 as tempdir
00:00:00.793 E: W: genext2fs does not support extended attributes
00:00:00.797 E: W: ext2 does not support sub-second precision timestamps
00:00:00.801 E: W: ext2 does not support timestamps beyond 2038 January 18
00:00:00.805 E: W: ext2 inode size of 128 prevents removing these limitations
00:00:00.821 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.834 E: I: running apt-get update...
00:00:03.765 E: I: downloading packages with apt...
00:00:06.029 E: I: extracting archives...
00:00:07.884 E: I: installing essential packages...
00:00:13.641 E: I: installing remaining packages inside the chroot...
00:00:52.504 E: I: cleaning package lists and apt cache...
00:00:52.642 E: I: approximating disk usage...
00:00:52.992 E: I: creating tarball...
00:00:53.002 E: copying from tar archive -
00:00:59.374 E: I: done
00:00:59.709 E: I: removing tempdir /tmp/mmdebstrap.utkCZ1r5c1...
00:01:00.525 E: I: success in 60.1568 seconds
00:01:00.535 E: + cmp ./cache/mmdebstrap-unstable-standard.ext2 /tmp/debian-chroot-unshare.ext2
00:01:10.794 E: + rm -f /tmp/debian-chroot-unshare.ext2
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:21
result: SUCCESS
------------------------------------------------------------------------------
(90/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: unshare
variant: standard
format: ext4
time left: 3:07:55
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.018 E: + trap rm -f /tmp/debian-chroot-unshare.ext4 EXIT INT TERM
00:00:00.023 E: + :
00:00:00.027 E: + prefix=
00:00:00.030 E: + id -u
00:00:00.035 E: + [ 0 -eq 0 ]
00:00:00.039 E: + [ unshare != root ]
00:00:00.044 E: + [ unshare != auto ]
00:00:00.047 E: + id user
00:00:00.051 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.055 E: + useradd --home-dir /home/user --create-home user
00:00:00.059 E: + prefix=runuser -u user --
00:00:00.062 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=standard unstable /tmp/debian-chroot-unshare.ext4 http://127.0.0.1/debian
00:00:00.559 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.594 E: I: finding correct signed-by value...
00:00:00.719 E: I: automatically chosen format: ext4
00:00:00.730 E: I: using /tmp/mmdebstrap.gGx2xpN9QU as tempdir
00:00:00.852 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.865 E: I: running apt-get update...
00:00:03.702 E: I: downloading packages with apt...
00:00:05.726 E: I: extracting archives...
00:00:07.543 E: I: installing essential packages...
00:00:13.126 E: I: installing remaining packages inside the chroot...
00:00:51.062 E: I: cleaning package lists and apt cache...
00:00:51.217 E: I: approximating disk usage...
00:00:51.556 E: I: creating tarball...
00:00:56.012 E: I: done
00:00:56.050 E: I: removing tempdir /tmp/mmdebstrap.gGx2xpN9QU...
00:00:56.890 E: I: success in 56.5131 seconds
00:00:56.899 E: + cmp ./cache/mmdebstrap-unstable-standard.ext4 /tmp/debian-chroot-unshare.ext4
00:01:08.772 E: + rm -f /tmp/debian-chroot-unshare.ext4
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:19
result: SUCCESS
------------------------------------------------------------------------------
(91/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: essential
format: tar
time left: 3:07:38
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.016 E: + trap rm -f /tmp/debian-chroot-fakechroot.tar EXIT INT TERM
00:00:00.020 E: + :
00:00:00.024 E: + prefix=
00:00:00.027 E: + id -u
00:00:00.031 E: + [ 0 -eq 0 ]
00:00:00.035 E: + [ fakechroot != root ]
00:00:00.039 E: + [ fakechroot != auto ]
00:00:00.042 E: + id user
00:00:00.046 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.049 E: + useradd --home-dir /home/user --create-home user
00:00:00.053 E: + prefix=runuser -u user --
00:00:00.060 E: + runuser -u user -- mmdebstrap --mode=fakechroot --variant=essential unstable /tmp/debian-chroot-fakechroot.tar http://127.0.0.1/debian
00:00:00.976 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.021 E: I: finding correct signed-by value...
00:00:01.141 E: I: automatically chosen format: tar
00:00:01.144 E: I: using /tmp/mmdebstrap.SlRJnQhwje as tempdir
00:00:01.196 E: I: running apt-get update...
00:00:04.163 E: I: downloading packages with apt...
00:00:06.258 E: I: extracting archives...
00:00:12.942 E: I: installing essential packages...
00:00:20.777 E: I: cleaning package lists and apt cache...
00:00:20.880 E: I: creating tarball...
00:00:22.145 E: I: done
00:00:22.196 E: I: removing tempdir /tmp/mmdebstrap.SlRJnQhwje...
00:00:25.790 E: I: success in 24.9429 seconds
00:00:25.799 E: + cmp ./cache/mmdebstrap-unstable-essential.tar /tmp/debian-chroot-fakechroot.tar
00:00:28.000 E: + rm -f /tmp/debian-chroot-fakechroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:38
result: SUCCESS
------------------------------------------------------------------------------
(92/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: essential
format: squashfs
time left: 3:05:56
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.020 E: + trap rm -f /tmp/debian-chroot-fakechroot.squashfs EXIT INT TERM
00:00:00.025 E: + :
00:00:00.029 E: + prefix=
00:00:00.033 E: + id -u
00:00:00.038 E: + [ 0 -eq 0 ]
00:00:00.042 E: + [ fakechroot != root ]
00:00:00.046 E: + [ fakechroot != auto ]
00:00:00.050 E: + id user
00:00:00.053 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.057 E: + useradd --home-dir /home/user --create-home user
00:00:00.061 E: + prefix=runuser -u user --
00:00:00.065 E: + runuser -u user -- mmdebstrap --mode=fakechroot --variant=essential unstable /tmp/debian-chroot-fakechroot.squashfs http://127.0.0.1/debian
00:00:01.023 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.068 E: I: finding correct signed-by value...
00:00:01.201 E: I: automatically chosen format: squashfs
00:00:01.206 E: I: using /tmp/mmdebstrap.LpICeFtYJh as tempdir
00:00:01.212 E: W: tar2sqfs does not support extended attributes from the 'system' namespace
00:00:01.269 E: I: running apt-get update...
00:00:04.380 E: I: downloading packages with apt...
00:00:06.605 E: I: extracting archives...
00:00:14.031 E: I: installing essential packages...
00:00:22.222 E: I: cleaning package lists and apt cache...
00:00:22.324 E: I: creating tarball...
00:00:29.342 E: I: done
00:00:30.263 E: I: removing tempdir /tmp/mmdebstrap.LpICeFtYJh...
00:00:33.397 E: I: success in 32.5146 seconds
00:00:33.406 E: + cmp ./cache/mmdebstrap-unstable-essential.squashfs /tmp/debian-chroot-fakechroot.squashfs
00:00:33.954 E: + rm -f /tmp/debian-chroot-fakechroot.squashfs
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:45
result: SUCCESS
------------------------------------------------------------------------------
(93/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: essential
format: ext2
time left: 3:04:30
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + trap rm -f /tmp/debian-chroot-fakechroot.ext2 EXIT INT TERM
00:00:00.023 E: + :
00:00:00.027 E: + prefix=
00:00:00.030 E: + id -u
00:00:00.035 E: + [ 0 -eq 0 ]
00:00:00.039 E: + [ fakechroot != root ]
00:00:00.043 E: + [ fakechroot != auto ]
00:00:00.048 E: + id user
00:00:00.052 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.056 E: + useradd --home-dir /home/user --create-home user
00:00:00.060 E: + prefix=runuser -u user --
00:00:00.064 E: + runuser -u user -- mmdebstrap --mode=fakechroot --variant=essential unstable /tmp/debian-chroot-fakechroot.ext2 http://127.0.0.1/debian
00:00:00.985 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.032 E: I: finding correct signed-by value...
00:00:01.166 E: copying from tar archive -
00:00:01.170 E: I: automatically chosen format: ext2
00:00:01.178 E: I: using /tmp/mmdebstrap.hJA_RT68np as tempdir
00:00:01.185 E: W: genext2fs does not support extended attributes
00:00:01.189 E: W: ext2 does not support sub-second precision timestamps
00:00:01.193 E: W: ext2 does not support timestamps beyond 2038 January 18
00:00:01.197 E: W: ext2 inode size of 128 prevents removing these limitations
00:00:01.235 E: I: running apt-get update...
00:00:04.182 E: I: downloading packages with apt...
00:00:06.716 E: I: extracting archives...
00:00:13.635 E: I: installing essential packages...
00:00:21.298 E: I: cleaning package lists and apt cache...
00:00:21.400 E: I: approximating disk usage...
00:00:21.771 E: I: creating tarball...
00:00:21.780 E: copying from tar archive -
00:00:23.140 E: I: done
00:00:23.231 E: I: removing tempdir /tmp/mmdebstrap.hJA_RT68np...
00:00:26.448 E: I: success in 25.6062 seconds
00:00:26.458 E: + cmp ./cache/mmdebstrap-unstable-essential.ext2 /tmp/debian-chroot-fakechroot.ext2
00:00:28.811 E: + rm -f /tmp/debian-chroot-fakechroot.ext2
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:39
result: SUCCESS
------------------------------------------------------------------------------
(94/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: essential
format: ext4
time left: 3:02:52
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.018 E: + trap rm -f /tmp/debian-chroot-fakechroot.ext4 EXIT INT TERM
00:00:00.022 E: + :
00:00:00.027 E: + prefix=
00:00:00.031 E: + id -u
00:00:00.035 E: + [ 0 -eq 0 ]
00:00:00.039 E: + [ fakechroot != root ]
00:00:00.043 E: + [ fakechroot != auto ]
00:00:00.047 E: + id user
00:00:00.051 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.055 E: + useradd --home-dir /home/user --create-home user
00:00:00.058 E: + prefix=runuser -u user --
00:00:00.062 E: + runuser -u user -- mmdebstrap --mode=fakechroot --variant=essential unstable /tmp/debian-chroot-fakechroot.ext4 http://127.0.0.1/debian
00:00:01.006 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.051 E: I: finding correct signed-by value...
00:00:01.187 E: I: automatically chosen format: ext4
00:00:01.201 E: I: using /tmp/mmdebstrap.esOU5HVbOk as tempdir
00:00:01.257 E: I: running apt-get update...
00:00:04.319 E: I: downloading packages with apt...
00:00:06.867 E: I: extracting archives...
00:00:13.675 E: I: installing essential packages...
00:00:21.187 E: I: cleaning package lists and apt cache...
00:00:21.287 E: I: approximating disk usage...
00:00:21.677 E: I: creating tarball...
00:00:22.839 E: I: done
00:00:22.955 E: I: removing tempdir /tmp/mmdebstrap.esOU5HVbOk...
00:00:26.035 E: I: success in 25.1570 seconds
00:00:26.044 E: + cmp ./cache/mmdebstrap-unstable-essential.ext4 /tmp/debian-chroot-fakechroot.ext4
00:00:28.588 E: + rm -f /tmp/debian-chroot-fakechroot.ext4
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:39
result: SUCCESS
------------------------------------------------------------------------------
(95/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: apt
format: tar
time left: 3:01:15
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + trap rm -f /tmp/debian-chroot-fakechroot.tar EXIT INT TERM
00:00:00.023 E: + :
00:00:00.028 E: + prefix=
00:00:00.032 E: + id -u
00:00:00.037 E: + [ 0 -eq 0 ]
00:00:00.041 E: + [ fakechroot != root ]
00:00:00.045 E: + [ fakechroot != auto ]
00:00:00.049 E: + id user
00:00:00.053 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.056 E: + useradd --home-dir /home/user --create-home user
00:00:00.061 E: + prefix=runuser -u user --
00:00:00.064 E: + runuser -u user -- mmdebstrap --mode=fakechroot --variant=apt unstable /tmp/debian-chroot-fakechroot.tar http://127.0.0.1/debian
00:00:01.029 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.073 E: I: finding correct signed-by value...
00:00:01.196 E: I: automatically chosen format: tar
00:00:01.200 E: I: using /tmp/mmdebstrap.ZpoBbe4f_W as tempdir
00:00:01.256 E: I: running apt-get update...
00:00:04.386 E: I: downloading packages with apt...
00:00:06.558 E: I: extracting archives...
00:00:13.064 E: I: installing essential packages...
00:00:20.519 E: I: installing remaining packages inside the chroot...
00:00:24.806 E: I: cleaning package lists and apt cache...
00:00:24.906 E: I: creating tarball...
00:00:26.311 E: I: done
00:00:26.399 E: I: removing tempdir /tmp/mmdebstrap.ZpoBbe4f_W...
00:00:29.971 E: I: success in 29.0731 seconds
00:00:29.976 E: + cmp ./cache/mmdebstrap-unstable-apt.tar /tmp/debian-chroot-fakechroot.tar
00:00:32.508 E: + rm -f /tmp/debian-chroot-fakechroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:43
result: SUCCESS
------------------------------------------------------------------------------
(96/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: apt
format: squashfs
time left: 2:59:47
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.017 E: + trap rm -f /tmp/debian-chroot-fakechroot.squashfs EXIT INT TERM
00:00:00.021 E: + :
00:00:00.024 E: + prefix=
00:00:00.028 E: + id -u
00:00:00.032 E: + [ 0 -eq 0 ]
00:00:00.036 E: + [ fakechroot != root ]
00:00:00.040 E: + [ fakechroot != auto ]
00:00:00.044 E: + id user
00:00:00.048 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.052 E: + useradd --home-dir /home/user --create-home user
00:00:00.056 E: + prefix=runuser -u user --
00:00:00.059 E: + runuser -u user -- mmdebstrap --mode=fakechroot --variant=apt unstable /tmp/debian-chroot-fakechroot.squashfs http://127.0.0.1/debian
00:00:00.993 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.036 E: I: finding correct signed-by value...
00:00:01.159 E: I: automatically chosen format: squashfs
00:00:01.163 E: I: using /tmp/mmdebstrap.ZNEyC7JvWh as tempdir
00:00:01.169 E: W: tar2sqfs does not support extended attributes from the 'system' namespace
00:00:01.218 E: I: running apt-get update...
00:00:04.255 E: I: downloading packages with apt...
00:00:06.438 E: I: extracting archives...
00:00:12.941 E: I: installing essential packages...
00:00:20.132 E: I: installing remaining packages inside the chroot...
00:00:23.848 E: I: cleaning package lists and apt cache...
00:00:23.947 E: I: creating tarball...
00:00:32.342 E: I: done
00:00:32.959 E: I: removing tempdir /tmp/mmdebstrap.ZNEyC7JvWh...
00:00:36.453 E: I: success in 35.5957 seconds
00:00:36.462 E: + cmp ./cache/mmdebstrap-unstable-apt.squashfs /tmp/debian-chroot-fakechroot.squashfs
00:00:37.185 E: + rm -f /tmp/debian-chroot-fakechroot.squashfs
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:47
result: SUCCESS
------------------------------------------------------------------------------
(97/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: apt
format: ext2
time left: 2:58:29
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.017 E: + trap rm -f /tmp/debian-chroot-fakechroot.ext2 EXIT INT TERM
00:00:00.021 E: + :
00:00:00.024 E: + prefix=
00:00:00.028 E: + id -u
00:00:00.031 E: + [ 0 -eq 0 ]
00:00:00.035 E: + [ fakechroot != root ]
00:00:00.039 E: + [ fakechroot != auto ]
00:00:00.042 E: + id user
00:00:00.046 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.050 E: + useradd --home-dir /home/user --create-home user
00:00:00.053 E: + prefix=runuser -u user --
00:00:00.057 E: + runuser -u user -- mmdebstrap --mode=fakechroot --variant=apt unstable /tmp/debian-chroot-fakechroot.ext2 http://127.0.0.1/debian
00:00:00.915 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.958 E: I: finding correct signed-by value...
00:00:01.076 E: copying from tar archive -
00:00:01.080 E: I: automatically chosen format: ext2
00:00:01.086 E: I: using /tmp/mmdebstrap.gQl35Wu9_s as tempdir
00:00:01.092 E: W: genext2fs does not support extended attributes
00:00:01.096 E: W: ext2 does not support sub-second precision timestamps
00:00:01.100 E: W: ext2 does not support timestamps beyond 2038 January 18
00:00:01.104 E: W: ext2 inode size of 128 prevents removing these limitations
00:00:01.139 E: I: running apt-get update...
00:00:04.010 E: I: downloading packages with apt...
00:00:06.001 E: I: extracting archives...
00:00:12.129 E: I: installing essential packages...
00:00:19.426 E: I: installing remaining packages inside the chroot...
00:00:23.329 E: I: cleaning package lists and apt cache...
00:00:23.434 E: I: approximating disk usage...
00:00:23.933 E: I: creating tarball...
00:00:23.943 E: copying from tar archive -
00:00:25.741 E: I: done
00:00:25.862 E: I: removing tempdir /tmp/mmdebstrap.gQl35Wu9_s...
00:00:29.677 E: I: success in 28.8831 seconds
00:00:29.686 E: + cmp ./cache/mmdebstrap-unstable-apt.ext2 /tmp/debian-chroot-fakechroot.ext2
00:00:32.758 E: + rm -f /tmp/debian-chroot-fakechroot.ext2
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:42
result: SUCCESS
------------------------------------------------------------------------------
(98/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: apt
format: ext4
time left: 2:57:02
------------------------------------------------------------------------------
00:00:00.010 E: + set -eu
00:00:00.018 E: + export LC_ALL=C.UTF-8
00:00:00.025 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.033 E: + trap rm -f /tmp/debian-chroot-fakechroot.ext4 EXIT INT TERM
00:00:00.039 E: + :
00:00:00.048 E: + prefix=
00:00:00.054 E: + id -u
00:00:00.061 E: + [ 0 -eq 0 ]
00:00:00.067 E: + [ fakechroot != root ]
00:00:00.071 E: + [ fakechroot != auto ]
00:00:00.075 E: + id user
00:00:00.080 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.085 E: + useradd --home-dir /home/user --create-home user
00:00:00.090 E: + prefix=runuser -u user --
00:00:00.094 E: + runuser -u user -- mmdebstrap --mode=fakechroot --variant=apt unstable /tmp/debian-chroot-fakechroot.ext4 http://127.0.0.1/debian
00:00:01.113 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.157 E: I: finding correct signed-by value...
00:00:01.315 E: I: automatically chosen format: ext4
00:00:01.330 E: I: using /tmp/mmdebstrap.ia2wjdafZq as tempdir
00:00:01.398 E: I: running apt-get update...
00:00:04.555 E: I: downloading packages with apt...
00:00:06.795 E: I: extracting archives...
00:00:14.032 E: I: installing essential packages...
00:00:21.847 E: I: installing remaining packages inside the chroot...
00:00:25.835 E: I: cleaning package lists and apt cache...
00:00:25.937 E: I: approximating disk usage...
00:00:26.402 E: I: creating tarball...
00:00:27.815 E: I: done
00:00:27.951 E: I: removing tempdir /tmp/mmdebstrap.ia2wjdafZq...
00:00:31.408 E: I: success in 30.4467 seconds
00:00:31.417 E: + cmp ./cache/mmdebstrap-unstable-apt.ext4 /tmp/debian-chroot-fakechroot.ext4
00:00:34.439 E: + rm -f /tmp/debian-chroot-fakechroot.ext4
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:46
result: SUCCESS
------------------------------------------------------------------------------
(99/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: minbase
format: tar
time left: 2:55:43
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.020 E: + trap rm -f /tmp/debian-chroot-fakechroot.tar EXIT INT TERM
00:00:00.024 E: + :
00:00:00.028 E: + prefix=
00:00:00.032 E: + id -u
00:00:00.036 E: + [ 0 -eq 0 ]
00:00:00.041 E: + [ fakechroot != root ]
00:00:00.045 E: + [ fakechroot != auto ]
00:00:00.049 E: + id user
00:00:00.054 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.058 E: + useradd --home-dir /home/user --create-home user
00:00:00.063 E: + prefix=runuser -u user --
00:00:00.067 E: + runuser -u user -- mmdebstrap --mode=fakechroot --variant=minbase unstable /tmp/debian-chroot-fakechroot.tar http://127.0.0.1/debian
00:00:00.967 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.014 E: I: finding correct signed-by value...
00:00:01.136 E: I: automatically chosen format: tar
00:00:01.140 E: I: using /tmp/mmdebstrap.LQNhExHkmR as tempdir
00:00:01.194 E: I: running apt-get update...
00:00:04.194 E: I: downloading packages with apt...
00:00:06.372 E: I: extracting archives...
00:00:13.079 E: I: installing essential packages...
00:00:20.588 E: I: installing remaining packages inside the chroot...
00:00:26.741 E: I: cleaning package lists and apt cache...
00:00:26.842 E: I: creating tarball...
00:00:28.526 E: I: done
00:00:28.640 E: I: removing tempdir /tmp/mmdebstrap.LQNhExHkmR...
00:00:33.064 E: I: success in 32.2286 seconds
00:00:33.077 E: + cmp ./cache/mmdebstrap-unstable-minbase.tar /tmp/debian-chroot-fakechroot.tar
00:00:35.735 E: + rm -f /tmp/debian-chroot-fakechroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:46
result: SUCCESS
------------------------------------------------------------------------------
(100/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: minbase
format: squashfs
time left: 2:54:24
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.017 E: + trap rm -f /tmp/debian-chroot-fakechroot.squashfs EXIT INT TERM
00:00:00.022 E: + :
00:00:00.026 E: + prefix=
00:00:00.030 E: + id -u
00:00:00.034 E: + [ 0 -eq 0 ]
00:00:00.039 E: + [ fakechroot != root ]
00:00:00.043 E: + [ fakechroot != auto ]
00:00:00.047 E: + id user
00:00:00.052 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.057 E: + useradd --home-dir /home/user --create-home user
00:00:00.061 E: + prefix=runuser -u user --
00:00:00.065 E: + runuser -u user -- mmdebstrap --mode=fakechroot --variant=minbase unstable /tmp/debian-chroot-fakechroot.squashfs http://127.0.0.1/debian
00:00:00.971 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.017 E: I: finding correct signed-by value...
00:00:01.139 E: I: automatically chosen format: squashfs
00:00:01.144 E: I: using /tmp/mmdebstrap.WM9o35aZTz as tempdir
00:00:01.149 E: W: tar2sqfs does not support extended attributes from the 'system' namespace
00:00:01.196 E: I: running apt-get update...
00:00:04.141 E: I: downloading packages with apt...
00:00:06.737 E: I: extracting archives...
00:00:14.490 E: I: installing essential packages...
00:00:21.924 E: I: installing remaining packages inside the chroot...
00:00:27.950 E: I: cleaning package lists and apt cache...
00:00:28.057 E: I: creating tarball...
00:00:38.568 E: I: done
00:00:39.275 E: I: removing tempdir /tmp/mmdebstrap.WM9o35aZTz...
00:00:43.601 E: I: success in 42.7584 seconds
00:00:43.611 E: + cmp ./cache/mmdebstrap-unstable-minbase.squashfs /tmp/debian-chroot-fakechroot.squashfs
00:00:44.390 E: + rm -f /tmp/debian-chroot-fakechroot.squashfs
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:55
result: SUCCESS
------------------------------------------------------------------------------
(101/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: minbase
format: ext2
time left: 2:53:22
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.020 E: + trap rm -f /tmp/debian-chroot-fakechroot.ext2 EXIT INT TERM
00:00:00.024 E: + :
00:00:00.029 E: + prefix=
00:00:00.033 E: + id -u
00:00:00.037 E: + [ 0 -eq 0 ]
00:00:00.043 E: + [ fakechroot != root ]
00:00:00.047 E: + [ fakechroot != auto ]
00:00:00.052 E: + id user
00:00:00.056 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.061 E: + useradd --home-dir /home/user --create-home user
00:00:00.066 E: + prefix=runuser -u user --
00:00:00.071 E: + runuser -u user -- mmdebstrap --mode=fakechroot --variant=minbase unstable /tmp/debian-chroot-fakechroot.ext2 http://127.0.0.1/debian
00:00:00.972 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.014 E: I: finding correct signed-by value...
00:00:01.142 E: copying from tar archive -
00:00:01.146 E: I: automatically chosen format: ext2
00:00:01.153 E: I: using /tmp/mmdebstrap.Ct3SP2Sqbt as tempdir
00:00:01.159 E: W: genext2fs does not support extended attributes
00:00:01.163 E: W: ext2 does not support sub-second precision timestamps
00:00:01.167 E: W: ext2 does not support timestamps beyond 2038 January 18
00:00:01.171 E: W: ext2 inode size of 128 prevents removing these limitations
00:00:01.210 E: I: running apt-get update...
00:00:04.138 E: I: downloading packages with apt...
00:00:06.279 E: I: extracting archives...
00:00:13.217 E: I: installing essential packages...
00:00:20.827 E: I: installing remaining packages inside the chroot...
00:00:28.943 E: I: cleaning package lists and apt cache...
00:00:29.043 E: I: approximating disk usage...
00:00:29.673 E: I: creating tarball...
00:00:29.683 E: copying from tar archive -
00:00:31.659 E: I: done
00:00:31.776 E: I: removing tempdir /tmp/mmdebstrap.Ct3SP2Sqbt...
00:00:37.960 E: I: success in 37.1184 seconds
00:00:37.969 E: + cmp ./cache/mmdebstrap-unstable-minbase.ext2 /tmp/debian-chroot-fakechroot.ext2
00:00:41.141 E: + rm -f /tmp/debian-chroot-fakechroot.ext2
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:52
result: SUCCESS
------------------------------------------------------------------------------
(102/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: minbase
format: ext4
time left: 2:52:15
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + trap rm -f /tmp/debian-chroot-fakechroot.ext4 EXIT INT TERM
00:00:00.027 E: + :
00:00:00.031 E: + prefix=
00:00:00.036 E: + id -u
00:00:00.040 E: + [ 0 -eq 0 ]
00:00:00.044 E: + [ fakechroot != root ]
00:00:00.049 E: + [ fakechroot != auto ]
00:00:00.053 E: + id user
00:00:00.058 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.062 E: + useradd --home-dir /home/user --create-home user
00:00:00.067 E: + prefix=runuser -u user --
00:00:00.072 E: + runuser -u user -- mmdebstrap --mode=fakechroot --variant=minbase unstable /tmp/debian-chroot-fakechroot.ext4 http://127.0.0.1/debian
00:00:01.068 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.110 E: I: finding correct signed-by value...
00:00:01.252 E: I: automatically chosen format: ext4
00:00:01.265 E: I: using /tmp/mmdebstrap.smSu1eNzXa as tempdir
00:00:01.323 E: I: running apt-get update...
00:00:04.400 E: I: downloading packages with apt...
00:00:07.273 E: I: extracting archives...
00:00:14.488 E: I: installing essential packages...
00:00:22.901 E: I: installing remaining packages inside the chroot...
00:00:29.721 E: I: cleaning package lists and apt cache...
00:00:29.857 E: I: approximating disk usage...
00:00:30.503 E: I: creating tarball...
00:00:32.361 E: I: done
00:00:32.510 E: I: removing tempdir /tmp/mmdebstrap.smSu1eNzXa...
00:00:37.721 E: I: success in 36.7918 seconds
00:00:37.731 E: + cmp ./cache/mmdebstrap-unstable-minbase.ext4 /tmp/debian-chroot-fakechroot.ext4
00:00:41.667 E: + rm -f /tmp/debian-chroot-fakechroot.ext4
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:53
result: SUCCESS
------------------------------------------------------------------------------
(103/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: buildd
format: tar
time left: 2:51:10
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.020 E: + trap rm -f /tmp/debian-chroot-fakechroot.tar EXIT INT TERM
00:00:00.024 E: + :
00:00:00.028 E: + prefix=
00:00:00.032 E: + id -u
00:00:00.036 E: + [ 0 -eq 0 ]
00:00:00.040 E: + [ fakechroot != root ]
00:00:00.044 E: + [ fakechroot != auto ]
00:00:00.048 E: + id user
00:00:00.051 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.055 E: + useradd --home-dir /home/user --create-home user
00:00:00.059 E: + prefix=runuser -u user --
00:00:00.064 E: + runuser -u user -- mmdebstrap --mode=fakechroot --variant=buildd unstable /tmp/debian-chroot-fakechroot.tar http://127.0.0.1/debian
00:00:01.015 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.070 E: I: finding correct signed-by value...
00:00:01.195 E: I: automatically chosen format: tar
00:00:01.200 E: I: using /tmp/mmdebstrap.fp4K3aW4Ht as tempdir
00:00:01.259 E: I: running apt-get update...
00:00:04.308 E: I: downloading packages with apt...
00:00:06.671 E: I: extracting archives...
00:00:13.393 E: I: installing essential packages...
00:00:21.361 E: I: installing remaining packages inside the chroot...
00:00:38.620 E: I: cleaning package lists and apt cache...
00:00:38.750 E: I: creating tarball...
00:00:44.122 E: I: done
00:00:44.464 E: I: removing tempdir /tmp/mmdebstrap.fp4K3aW4Ht...
00:00:55.402 E: I: success in 54.5178 seconds
00:00:55.409 E: + cmp ./cache/mmdebstrap-unstable-buildd.tar /tmp/debian-chroot-fakechroot.tar
00:01:05.621 E: + rm -f /tmp/debian-chroot-fakechroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:16
result: SUCCESS
------------------------------------------------------------------------------
(104/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: buildd
format: squashfs
time left: 2:50:46
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.018 E: + trap rm -f /tmp/debian-chroot-fakechroot.squashfs EXIT INT TERM
00:00:00.023 E: + :
00:00:00.027 E: + prefix=
00:00:00.032 E: + id -u
00:00:00.037 E: + [ 0 -eq 0 ]
00:00:00.042 E: + [ fakechroot != root ]
00:00:00.048 E: + [ fakechroot != auto ]
00:00:00.052 E: + id user
00:00:00.057 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.061 E: + useradd --home-dir /home/user --create-home user
00:00:00.065 E: + prefix=runuser -u user --
00:00:00.069 E: + runuser -u user -- mmdebstrap --mode=fakechroot --variant=buildd unstable /tmp/debian-chroot-fakechroot.squashfs http://127.0.0.1/debian
00:00:01.014 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.067 E: I: finding correct signed-by value...
00:00:01.225 E: I: automatically chosen format: squashfs
00:00:01.235 E: I: using /tmp/mmdebstrap.CBpyF3ISJk as tempdir
00:00:01.239 E: W: tar2sqfs does not support extended attributes from the 'system' namespace
00:00:01.283 E: I: running apt-get update...
00:00:04.419 E: I: downloading packages with apt...
00:00:07.167 E: I: extracting archives...
00:00:14.786 E: I: installing essential packages...
00:00:22.917 E: I: installing remaining packages inside the chroot...
00:00:41.075 E: I: cleaning package lists and apt cache...
00:00:41.250 E: I: creating tarball...
00:01:27.116 E: I: done
00:01:28.718 E: I: removing tempdir /tmp/mmdebstrap.CBpyF3ISJk...
00:01:45.784 E: I: success in 104.9043 seconds
00:01:45.809 E: + cmp ./cache/mmdebstrap-unstable-buildd.squashfs /tmp/debian-chroot-fakechroot.squashfs
00:01:51.424 E: + rm -f /tmp/debian-chroot-fakechroot.squashfs
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:02:03
result: SUCCESS
------------------------------------------------------------------------------
(105/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: buildd
format: ext2
time left: 2:51:38
------------------------------------------------------------------------------
00:00:00.022 E: + set -eu
00:00:00.042 E: + export LC_ALL=C.UTF-8
00:00:00.053 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.065 E: + trap rm -f /tmp/debian-chroot-fakechroot.ext2 EXIT INT TERM
00:00:00.072 E: + :
00:00:00.082 E: + prefix=
00:00:00.090 E: + id -u
00:00:00.104 E: + [ 0 -eq 0 ]
00:00:00.115 E: + [ fakechroot != root ]
00:00:00.124 E: + [ fakechroot != auto ]
00:00:00.133 E: + id user
00:00:00.142 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.147 E: + useradd --home-dir /home/user --create-home user
00:00:00.167 E: + prefix=runuser -u user --
00:00:00.181 E: + runuser -u user -- mmdebstrap --mode=fakechroot --variant=buildd unstable /tmp/debian-chroot-fakechroot.ext2 http://127.0.0.1/debian
00:00:02.154 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:02.310 E: I: finding correct signed-by value...
00:00:02.530 E: copying from tar archive -
00:00:02.546 E: I: automatically chosen format: ext2
00:00:02.566 E: I: using /tmp/mmdebstrap.CjNe4y8hac as tempdir
00:00:02.581 E: W: genext2fs does not support extended attributes
00:00:02.601 E: W: ext2 does not support sub-second precision timestamps
00:00:02.613 E: W: ext2 does not support timestamps beyond 2038 January 18
00:00:02.622 E: W: ext2 inode size of 128 prevents removing these limitations
00:00:02.684 E: I: running apt-get update...
00:00:07.261 E: I: downloading packages with apt...
00:00:20.190 E: I: extracting archives...
00:01:01.376 E: I: installing essential packages...
00:01:31.558 E: I: installing remaining packages inside the chroot...
00:02:20.725 E: I: cleaning package lists and apt cache...
00:02:20.936 E: I: approximating disk usage...
00:02:25.895 E: I: creating tarball...
00:02:25.922 E: copying from tar archive -
00:02:50.125 E: I: done
00:02:50.205 E: I: removing tempdir /tmp/mmdebstrap.CjNe4y8hac...
00:03:29.098 E: I: success in 207.2385 seconds
00:03:29.114 E: + cmp ./cache/mmdebstrap-unstable-buildd.ext2 /tmp/debian-chroot-fakechroot.ext2
00:03:57.268 E: + rm -f /tmp/debian-chroot-fakechroot.ext2
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:04:15
result: SUCCESS
------------------------------------------------------------------------------
(106/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: buildd
format: ext4
time left: 2:56:09
------------------------------------------------------------------------------
00:00:00.014 E: + set -eu
00:00:00.031 E: + export LC_ALL=C.UTF-8
00:00:00.057 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.068 E: + trap rm -f /tmp/debian-chroot-fakechroot.ext4 EXIT INT TERM
00:00:00.083 E: + :
00:00:00.095 E: + prefix=
00:00:00.105 E: + id -u
00:00:00.120 E: + [ 0 -eq 0 ]
00:00:00.136 E: + [ fakechroot != root ]
00:00:00.151 E: + [ fakechroot != auto ]
00:00:00.169 E: + id user
00:00:00.180 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.195 E: + useradd --home-dir /home/user --create-home user
00:00:00.276 E: + prefix=runuser -u user --
00:00:00.308 E: + runuser -u user -- mmdebstrap --mode=fakechroot --variant=buildd unstable /tmp/debian-chroot-fakechroot.ext4 http://127.0.0.1/debian
00:00:02.606 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:02.845 E: I: finding correct signed-by value...
00:00:03.308 E: I: automatically chosen format: ext4
00:00:03.351 E: I: using /tmp/mmdebstrap.VujC4txdH3 as tempdir
00:00:03.596 E: I: running apt-get update...
00:00:09.611 E: I: downloading packages with apt...
00:00:13.403 E: I: extracting archives...
00:00:40.627 E: I: installing essential packages...
00:01:07.372 E: I: installing remaining packages inside the chroot...
00:01:53.756 E: I: cleaning package lists and apt cache...
00:01:53.933 E: I: approximating disk usage...
00:01:56.788 E: I: creating tarball...
00:02:06.297 E: I: done
00:02:06.630 E: I: removing tempdir /tmp/mmdebstrap.VujC4txdH3...
00:02:22.133 E: I: success in 139.9545 seconds
00:02:22.151 E: + cmp ./cache/mmdebstrap-unstable-buildd.ext4 /tmp/debian-chroot-fakechroot.ext4
00:02:35.385 E: + rm -f /tmp/debian-chroot-fakechroot.ext4
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:03:08
result: SUCCESS
------------------------------------------------------------------------------
(107/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: -
format: tar
time left: 2:58:39
skipped because of mode == "fakechroot" and variant in ["-", "standard"] # no extended attributes
------------------------------------------------------------------------------
(108/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: -
format: squashfs
time left: 2:55:58
skipped because of mode == "fakechroot" and variant in ["-", "standard"] # no extended attributes
------------------------------------------------------------------------------
(109/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: -
format: ext2
time left: 2:53:19
skipped because of mode == "fakechroot" and variant in ["-", "standard"] # no extended attributes
------------------------------------------------------------------------------
(110/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: -
format: ext4
time left: 2:50:44
skipped because of mode == "fakechroot" and variant in ["-", "standard"] # no extended attributes
------------------------------------------------------------------------------
(111/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: standard
format: tar
time left: 2:48:12
skipped because of mode == "fakechroot" and variant in ["-", "standard"] # no extended attributes
------------------------------------------------------------------------------
(112/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: standard
format: squashfs
time left: 2:45:42
skipped because of mode == "fakechroot" and variant in ["-", "standard"] # no extended attributes
------------------------------------------------------------------------------
(113/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: standard
format: ext2
time left: 2:43:15
skipped because of mode == "fakechroot" and variant in ["-", "standard"] # no extended attributes
------------------------------------------------------------------------------
(114/280) check-for-bit-by-bit-identical-format-output
dist: unstable
mode: fakechroot
variant: standard
format: ext4
time left: 2:40:51
skipped because of mode == "fakechroot" and variant in ["-", "standard"] # no extended attributes
------------------------------------------------------------------------------
(115/280) tarfilter-idshift
dist: unstable
mode: auto
variant: apt
format: auto
time left: 2:38:29
------------------------------------------------------------------------------
00:00:00.008 E: + set -eu
00:00:00.013 E: + export LC_ALL=C.UTF-8
00:00:00.018 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.022 E: + trap rm -f /tmp/debian-chroot.tar /tmp/debian-chroot-shifted.tar /tmp/debian-chroot.txt /tmp/debian-chroot-shiftedback.tar /tmp/expected; rm -rf /tmp/debian-chroot EXIT INT TERM
00:00:00.027 E: + useradd --home-dir /home/user --create-home user
00:00:00.037 E: + echo user:100000:65536
00:00:00.042 E: + cmp /etc/subuid -
00:00:00.046 E: + echo user:100000:65536
00:00:00.051 E: + cmp /etc/subgid -
00:00:00.056 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=apt --include=iputils-ping unstable - http://127.0.0.1/debian
00:00:00.061 E: + ./tarfilter --idshift 0
00:00:00.580 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.614 E: I: finding correct signed-by value...
00:00:00.719 E: I: automatically chosen format: tar
00:00:00.723 E: I: using /tmp/mmdebstrap.mruX8w_vRc as tempdir
00:00:00.841 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.854 E: I: running apt-get update...
00:00:03.766 E: I: downloading packages with apt...
00:00:06.236 E: I: extracting archives...
00:00:08.241 E: I: installing essential packages...
00:00:14.051 E: I: installing remaining packages inside the chroot...
00:00:17.719 E: I: cleaning package lists and apt cache...
00:00:17.806 E: I: creating tarball...
00:00:19.127 E: I: done
00:00:19.142 E: I: removing tempdir /tmp/mmdebstrap.mruX8w_vRc...
00:00:19.383 E: I: success in 18.9896 seconds
00:00:19.409 E: + mkdir /tmp/debian-chroot
00:00:19.413 E: + tar --xattrs --xattrs-include=* --directory /tmp/debian-chroot -xf /tmp/debian-chroot.tar ./usr/bin/ping
00:00:19.427 E: + echo /tmp/debian-chroot/usr/bin/ping cap_net_raw=ep
00:00:19.431 E: + getcap /tmp/debian-chroot/usr/bin/ping
00:00:19.435 E: + diff -u /tmp/expected -
00:00:19.439 E: + rm /tmp/debian-chroot/usr/bin/ping
00:00:19.443 E: + rmdir /tmp/debian-chroot/usr/bin
00:00:19.447 E: + rmdir /tmp/debian-chroot/usr
00:00:19.451 E: + rmdir /tmp/debian-chroot
00:00:19.455 E: + ./tarfilter --idshift 100000
00:00:20.676 E: + ./tarfilter --idshift -100000
00:00:21.875 E: + cmp /tmp/debian-chroot.tar /tmp/debian-chroot-shiftedback.tar
00:00:22.008 E: + tar --numeric-owner -tvf /tmp/debian-chroot.tar
00:00:22.018 E: + + sed s# 0/0 # 100000/100000 #
00:00:22.027 E: sed s# 42/0 # 100042/100000 #
00:00:22.034 E: + sed s# 0/5 # 100000/100005 #
00:00:22.038 E: + sed s# 0/8 # 100000/100008 #
00:00:22.043 E: + sed s# 0/42 # 100000/100042 #
00:00:22.049 E: + sed s# 0/43 # 100000/100043 #
00:00:22.053 E: + sed s# 0/50 # 100000/100050 #
00:00:22.058 E: + sed s/ \+/ /g
00:00:22.085 E: + tar --numeric-owner -tvf /tmp/debian-chroot-shifted.tar
00:00:22.089 E: + sed s/ \+/ /g
00:00:22.094 E: + diff -u /tmp/debian-chroot.txt -
00:00:22.149 E: + mkdir /tmp/debian-chroot
00:00:22.153 E: + tar --xattrs --xattrs-include=* --directory /tmp/debian-chroot -xf /tmp/debian-chroot-shifted.tar
00:00:22.601 E: + echo 100000 100000
00:00:22.605 E: + + diff -u /tmp/expected -
00:00:22.609 E: stat --format=%u %g /tmp/debian-chroot/usr/bin/ping
00:00:22.614 E: + echo /tmp/debian-chroot/usr/bin/ping cap_net_raw=ep
00:00:22.618 E: + getcap /tmp/debian-chroot/usr/bin/ping
00:00:22.622 E: + diff -u /tmp/expected -
00:00:22.625 E: + echo 0 0
00:00:22.630 E: + runuser+  -u user -- mmdebstrap --unshare-helper /usr/sbin/chroot /tmp/debian-chroot stat --format=%u %g /usr/bin/ping
00:00:22.633 E: diff -u /tmp/expected -
00:00:23.026 E: + echo /usr/bin/ping cap_net_raw=ep
00:00:23.030 E: + runuser -u user -- mmdebstrap --unshare-helper /usr/sbin/chroot /tmp/debian-chroot getcap /usr/bin/ping
00:00:23.034 E: + diff -u /tmp/expected -
00:00:23.429 E: + rm -f /tmp/debian-chroot.tar /tmp/debian-chroot-shifted.tar /tmp/debian-chroot.txt /tmp/debian-chroot-shiftedback.tar /tmp/expected
00:00:23.516 E: + rm -rf /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:35
result: SUCCESS
------------------------------------------------------------------------------
(116/280) progress-bars-on-fake-tty
dist: unstable
mode: auto
variant: apt
format: auto
time left: 2:37:00
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + trap rm -f /tmp/debian-chroot.tar EXIT INT TERM
00:00:00.018 E: + script -qfec mmdebstrap --mode=auto --variant=apt unstable /tmp/debian-chroot.tar http://127.0.0.1/debian /dev/null
00:00:00.449 O: I: automatically chosen mode: root
00:00:00.458 O: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.492 O: I: finding correct signed-by value...
00:00:00.596 O: I: automatically chosen format: tar
00:00:00.600 O: I: using /tmp/mmdebstrap.RfrLZqtVvc as tempdir
00:00:00.654 O: I: running apt-get update...
00:00:03.554 O: I: downloading packages with apt...
00:00:05.743 O: I: extracting archives...
00:00:07.579 O: I: installing essential packages...
00:00:13.462 O: I: installing remaining packages inside the chroot...
00:00:16.908 O: I: cleaning package lists and apt cache...
00:00:16.996 O: I: creating tarball...
00:00:17.759 O: I: done
00:00:17.802 O: I: removing tempdir /tmp/mmdebstrap.RfrLZqtVvc...
00:00:17.983 O: I: success in 17.6510 seconds
00:00:18.001 E: + tar -tf /tmp/debian-chroot.tar
00:00:18.007 E: + sort
00:00:18.011 E: + diff -u tar1.txt -
00:00:18.047 E: + rm -f /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:29
result: SUCCESS
------------------------------------------------------------------------------
(117/280) debug-output-on-fake-tty
dist: unstable
mode: auto
variant: apt
format: auto
time left: 2:35:24
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + trap rm -f /tmp/debian-chroot.tar EXIT INT TERM
00:00:00.018 E: + script -qfc mmdebstrap --mode=auto --debug --variant=apt unstable /tmp/debian-chroot.tar http://127.0.0.1/debian /dev/null
00:00:00.533 O: I: 560 4938 automatically chosen mode: root
00:00:00.542 O: D: 560 5077 Native architecture (outside): amd64
00:00:00.546 O: D: 560 5078 Native architecture (inside): amd64
00:00:00.551 O: D: 560 5080 Foreign architectures (inside): 
00:00:00.555 O: I: 560 5241 chroot architecture amd64 is equal to the host's architecture
00:00:00.559 O: D: 560 4222 suite aequorea with keyring /usr/share/keyrings/tanglu-archive-keyring.gpg
00:00:00.565 O: D: 560 4222 suite chromodoris with keyring /usr/share/keyrings/tanglu-archive-keyring.gpg
00:00:00.569 O: D: 560 4222 suite dasyatis with keyring /usr/share/keyrings/tanglu-archive-keyring.gpg
00:00:00.574 O: D: 560 4222 suite bartholomea with keyring /usr/share/keyrings/tanglu-archive-keyring.gpg
00:00:00.578 O: D: 560 4222 suite kali-dev with keyring /usr/share/keyrings/kali-archive-keyring.gpg
00:00:00.583 O: D: 560 4222 suite kali-last-snapshot with keyring /usr/share/keyrings/kali-archive-keyring.gpg
00:00:00.587 O: D: 560 4222 suite kali-rolling with keyring /usr/share/keyrings/kali-archive-keyring.gpg
00:00:00.591 O: D: 560 4222 suite kali-bleeding-edge with keyring /usr/share/keyrings/kali-archive-keyring.gpg
00:00:00.596 O: D: 560 4222 suite maverick with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.600 O: D: 560 4222 suite quantal with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.605 O: D: 560 4222 suite artful with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.608 O: D: 560 4222 suite noble with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.612 O: D: 560 4222 suite lucid with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.616 O: D: 560 4222 suite impish with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.620 O: D: 560 4222 suite wily with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.624 O: D: 560 4222 suite breezy with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.628 O: D: 560 4222 suite karmic with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.631 O: D: 560 4222 suite mantic with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.635 O: D: 560 4222 suite focal with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.640 O: D: 560 4222 suite feisty with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.645 O: D: 560 4222 suite precise with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.649 O: D: 560 4222 suite natty with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.653 O: D: 560 4222 suite xenial with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.658 O: D: 560 4222 suite jammy with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.662 O: D: 560 4222 suite saucy with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.665 O: D: 560 4222 suite lunar with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.669 O: D: 560 4222 suite intrepid with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.673 O: D: 560 4222 suite hardy with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.678 O: D: 560 4222 suite edgy with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.682 O: D: 560 4222 suite kinetic with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.687 O: D: 560 4222 suite utopic with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.692 O: D: 560 4222 suite jaunty with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.696 O: D: 560 4222 suite zesty with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.701 O: D: 560 4222 suite oneiric with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.705 O: D: 560 4222 suite vivid with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.709 O: D: 560 4222 suite trusty with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.713 O: D: 560 4222 suite cosmic with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.716 O: D: 560 4222 suite groovy with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.720 O: D: 560 4222 suite gutsy with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.723 O: D: 560 4222 suite eoan with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.727 O: D: 560 4222 suite disco with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.731 O: D: 560 4222 suite oracular with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.734 O: D: 560 4222 suite warty with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.740 O: D: 560 4222 suite hoary with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.744 O: D: 560 4222 suite bionic with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.749 O: D: 560 4222 suite dapper with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.753 O: D: 560 4222 suite raring with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.758 O: D: 560 4222 suite hirsute with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.763 O: D: 560 4222 suite yakkety with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.768 O: D: 560 4222 suite lenny with keyring /usr/share/keyrings/debian-archive-removed-keys.gpg
00:00:00.773 O: D: 560 4222 suite sarge with keyring /usr/share/keyrings/debian-archive-removed-keys.gpg
00:00:00.777 O: D: 560 4222 suite sid with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.782 O: D: 560 4222 suite slink with keyring /usr/share/keyrings/debian-archive-removed-keys.gpg
00:00:00.786 O: D: 560 4222 suite stable with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.792 O: D: 560 4222 suite buzz with keyring /usr/share/keyrings/debian-archive-removed-keys.gpg
00:00:00.797 O: D: 560 4222 suite bullseye with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.802 O: D: 560 4222 suite forky with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.808 O: D: 560 4222 suite ascii with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.812 O: D: 560 4222 suite bookworm with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.817 O: D: 560 4222 suite squeeze with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.822 O: D: 560 4222 suite potato with keyring /usr/share/keyrings/debian-archive-removed-keys.gpg
00:00:00.828 O: D: 560 4222 suite oldoldstable with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.832 O: D: 560 4222 suite ceres with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.837 O: D: 560 4222 suite woody with keyring /usr/share/keyrings/debian-archive-removed-keys.gpg
00:00:00.842 O: D: 560 4222 suite jessie-kfreebsd with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.847 O: D: 560 4222 suite bo with keyring /usr/share/keyrings/debian-archive-removed-keys.gpg
00:00:00.852 O: D: 560 4222 suite hamm with keyring /usr/share/keyrings/debian-archive-removed-keys.gpg
00:00:00.856 O: D: 560 4222 suite experimental with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.861 O: D: 560 4222 suite oldstable with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.865 O: D: 560 4222 suite wheezy with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.870 O: D: 560 4222 suite testing with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.874 O: D: 560 4222 suite jessie with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.879 O: D: 560 4222 suite beowulf with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.882 O: D: 560 4222 suite stretch with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.886 O: D: 560 4222 suite rex with keyring /usr/share/keyrings/debian-archive-removed-keys.gpg
00:00:00.890 O: D: 560 4222 suite trixie with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.894 O: D: 560 4222 suite etch with keyring /usr/share/keyrings/debian-archive-removed-keys.gpg
00:00:00.898 O: D: 560 4222 suite unstable with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.902 O: D: 560 4222 suite buster with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.906 O: I: 560 5394 finding correct signed-by value...
00:00:00.910 O: D: 560 5572 sources list entries:
00:00:00.914 O: D: 560 5577 type: one-line
00:00:00.918 O: D: 560 5578 content:
00:00:00.921 O: D: 560 5580   deb http://127.0.0.1/debian unstable main
00:00:00.925 O: I: 560 5716 automatically chosen format: tar
00:00:00.929 O: I: 560 5781 using /tmp/mmdebstrap.MotEpcmsLH as tempdir
00:00:00.933 O: D: 560 6171 starting to listen for hooks
00:00:00.937 O: D: 682 1856 aptopts: 
00:00:00.942 O: D: 682 1856 apttrusted: /etc/apt/trusted.gpg
00:00:00.946 O: D: 682 1856 apttrustedparts: /etc/apt/trusted.gpg.d/
00:00:00.950 O: D: 682 1856 architectures: [amd64]
00:00:00.954 O: D: 682 1856 canmount: 1
00:00:00.958 O: D: 682 1856 components: [main]
00:00:00.961 O: D: 682 1856 customize_hook: []
00:00:00.965 O: D: 682 1856 dpkgopts: 
00:00:00.969 O: D: 682 1856 dryrun: 0
00:00:00.973 O: D: 682 1856 essential_hook: []
00:00:00.977 O: D: 682 1856 extract_hook: []
00:00:00.981 O: D: 682 1856 foreignarchs: []
00:00:00.985 O: D: 682 1856 format: tar
00:00:00.989 O: D: 682 1856 havemknod: 1
00:00:00.993 O: D: 682 1856 hooksock: GLOB
00:00:00.997 O: D: 682 1856 include: []
00:00:01.002 O: D: 682 1856 mode: root
00:00:01.006 O: D: 682 1856 nativearch: amd64
00:00:01.010 O: D: 682 1856 noop: []
00:00:01.014 O: D: 682 1856 root: /tmp/mmdebstrap.MotEpcmsLH
00:00:01.018 O: D: 682 1856 setup_hook: []
00:00:01.021 O: D: 682 1856 skip: []
00:00:01.026 O: D: 682 1856 sourceslists: [HASH(0x55f43c7769e8)]
00:00:01.030 O: D: 682 1856 suite: unstable
00:00:01.035 O: D: 682 1856 target: /tmp/debian-chroot.tar
00:00:01.039 O: D: 682 1856 variant: apt
00:00:01.043 O: D: 683 3715 listener: reading next command
00:00:01.048 O: apt 2.9.7 (amd64)
00:00:01.052 O: Supported modules:
00:00:01.056 O: *Ver: Standard .deb
00:00:01.060 O: *Pkg:  Debian dpkg interface (Priority 30)
00:00:01.064 O:  Pkg:  Debian APT solver interface (Priority -1000)
00:00:01.071 O:  Pkg:  Debian APT planner interface (Priority -1000)
00:00:01.075 O:  S.L: 'deb' Debian binary tree
00:00:01.080 O:  S.L: 'deb-src' Debian source tree
00:00:01.084 O:  Idx: Debian Source Index
00:00:01.089 O:  Idx: Debian Package Index
00:00:01.093 O:  Idx: Debian Translation Index
00:00:01.097 O:  Idx: Debian dpkg status file
00:00:01.102 O:  Idx: Debian deb file
00:00:01.107 O:  Idx: Debian dsc file
00:00:01.111 O:  Idx: Debian control file
00:00:01.116 O:  Idx: EDSP scenario file
00:00:01.120 O:  Idx: EIPP scenario file
00:00:01.124 O: APT "";
00:00:01.130 O: APT::Architecture "amd64";
00:00:01.134 O: APT::Build-Essential "";
00:00:01.138 O: APT::Build-Essential:: "build-essential";
00:00:01.142 O: APT::Install-Recommends "false";
00:00:01.146 O: APT::Install-Suggests "0";
00:00:01.150 O: APT::Key "";
00:00:01.154 O: APT::Key::Assert-Pubkey-Algo ">=rsa2048,ed25519,ed448,nistp256,nistp384,nistp512,brainpoolP256r1,brainpoolP320r1,brainpoolP384r1,brainpoolP512r1,secp256k1";
00:00:01.158 O: APT::Key::Assert-Pubkey-Algo::Next ">=rsa2048,ed25519,ed448,nistp256,nistp384,nistp512";
00:00:01.162 O: APT::Key::Assert-Pubkey-Algo::Future ">=rsa3072,ed25519,ed448";
00:00:01.166 O: APT::Sandbox "";
00:00:01.172 O: APT::Sandbox::User "_apt";
00:00:01.176 O: APT::Architectures "";
00:00:01.181 O: APT::Architectures:: "amd64";
00:00:01.187 O: APT::Compressor "";
00:00:01.192 O: APT::Compressor::. "";
00:00:01.197 O: APT::Compressor::.::Name ".";
00:00:01.201 O: APT::Compressor::.::Extension "";
00:00:01.205 O: APT::Compressor::.::Binary "";
00:00:01.210 O: APT::Compressor::.::Cost "0";
00:00:01.213 O: APT::Compressor::zstd "";
00:00:01.217 O: APT::Compressor::zstd::Name "zstd";
00:00:01.221 O: APT::Compressor::zstd::Extension ".zst";
00:00:01.226 O: APT::Compressor::zstd::Binary "false";
00:00:01.230 O: APT::Compressor::zstd::Cost "60";
00:00:01.234 O: APT::Compressor::lz4 "";
00:00:01.238 O: APT::Compressor::lz4::Name "lz4";
00:00:01.243 O: APT::Compressor::lz4::Extension ".lz4";
00:00:01.248 O: APT::Compressor::lz4::Binary "false";
00:00:01.252 O: APT::Compressor::lz4::Cost "50";
00:00:01.256 O: APT::Compressor::gzip "";
00:00:01.261 O: APT::Compressor::gzip::Name "gzip";
00:00:01.265 O: APT::Compressor::gzip::Extension ".gz";
00:00:01.269 O: APT::Compressor::gzip::Binary "gzip";
00:00:01.274 O: APT::Compressor::gzip::Cost "100";
00:00:01.279 O: APT::Compressor::gzip::CompressArg "";
00:00:01.283 O: APT::Compressor::gzip::CompressArg:: "-6n";
00:00:01.288 O: APT::Compressor::gzip::UncompressArg "";
00:00:01.292 O: APT::Compressor::gzip::UncompressArg:: "-d";
00:00:01.296 O: APT::Compressor::xz "";
00:00:01.300 O: APT::Compressor::xz::Name "xz";
00:00:01.306 O: APT::Compressor::xz::Extension ".xz";
00:00:01.312 O: APT::Compressor::xz::Binary "xz";
00:00:01.316 O: APT::Compressor::xz::Cost "200";
00:00:01.321 O: APT::Compressor::xz::CompressArg "";
00:00:01.328 O: APT::Compressor::xz::CompressArg:: "-6";
00:00:01.333 O: APT::Compressor::xz::UncompressArg "";
00:00:01.337 O: APT::Compressor::xz::UncompressArg:: "-d";
00:00:01.342 O: APT::Compressor::bzip2 "";
00:00:01.346 O: APT::Compressor::bzip2::Name "bzip2";
00:00:01.350 O: APT::Compressor::bzip2::Extension ".bz2";
00:00:01.354 O: APT::Compressor::bzip2::Binary "bzip2";
00:00:01.358 O: APT::Compressor::bzip2::Cost "300";
00:00:01.362 O: APT::Compressor::bzip2::CompressArg "";
00:00:01.366 O: APT::Compressor::bzip2::CompressArg:: "-6";
00:00:01.370 O: APT::Compressor::bzip2::UncompressArg "";
00:00:01.374 O: APT::Compressor::bzip2::UncompressArg:: "-d";
00:00:01.378 O: APT::Compressor::lzma "";
00:00:01.383 O: APT::Compressor::lzma::Name "lzma";
00:00:01.388 O: APT::Compressor::lzma::Extension ".lzma";
00:00:01.393 O: APT::Compressor::lzma::Binary "xz";
00:00:01.397 O: APT::Compressor::lzma::Cost "400";
00:00:01.401 O: APT::Compressor::lzma::CompressArg "";
00:00:01.404 O: APT::Compressor::lzma::CompressArg:: "--format=lzma";
00:00:01.408 O: APT::Compressor::lzma::CompressArg:: "-6";
00:00:01.412 O: APT::Compressor::lzma::UncompressArg "";
00:00:01.416 O: APT::Compressor::lzma::UncompressArg:: "--format=lzma";
00:00:01.420 O: APT::Compressor::lzma::UncompressArg:: "-d";
00:00:01.424 O: Dir "/tmp/mmdebstrap.MotEpcmsLH";
00:00:01.428 O: Dir::State "var/lib/apt";
00:00:01.432 O: Dir::State::lists "lists/";
00:00:01.436 O: Dir::State::cdroms "cdroms.list";
00:00:01.440 O: Dir::State::Status "/tmp/mmdebstrap.MotEpcmsLH/var/lib/dpkg/status";
00:00:01.444 O: Dir::State::extended_states "extended_states";
00:00:01.448 O: Dir::Cache "var/cache/apt";
00:00:01.452 O: Dir::Cache::archives "archives/";
00:00:01.456 O: Dir::Cache::srcpkgcache "srcpkgcache.bin";
00:00:01.460 O: Dir::Cache::pkgcache "pkgcache.bin";
00:00:01.464 O: Dir::Etc "etc/apt";
00:00:01.468 O: Dir::Etc::sourcelist "sources.list";
00:00:01.472 O: Dir::Etc::sourceparts "sources.list.d";
00:00:01.476 O: Dir::Etc::main "apt.conf";
00:00:01.480 O: Dir::Etc::netrc "auth.conf";
00:00:01.484 O: Dir::Etc::netrcparts "auth.conf.d";
00:00:01.488 O: Dir::Etc::parts "apt.conf.d";
00:00:01.492 O: Dir::Etc::preferences "preferences";
00:00:01.496 O: Dir::Etc::preferencesparts "preferences.d";
00:00:01.500 O: Dir::Etc::trusted "/etc/apt/trusted.gpg";
00:00:01.504 O: Dir::Etc::trustedparts "/etc/apt/trusted.gpg.d/";
00:00:01.508 O: Dir::Boot "boot";
00:00:01.511 O: Dir::Usr "usr";
00:00:01.515 O: Dir::Bin "";
00:00:01.519 O: Dir::Bin::methods "/usr/lib/apt/methods";
00:00:01.523 O: Dir::Bin::solvers "";
00:00:01.528 O: Dir::Bin::solvers:: "/usr/lib/apt/solvers";
00:00:01.532 O: Dir::Bin::planners "";
00:00:01.536 O: Dir::Bin::planners:: "/usr/lib/apt/planners";
00:00:01.540 O: Dir::Bin::dpkg "/usr/bin/dpkg";
00:00:01.544 O: Dir::Bin::gzip "/bin/gzip";
00:00:01.549 O: Dir::Bin::bzip2 "/bin/bzip2";
00:00:01.553 O: Dir::Bin::xz "/usr/bin/xz";
00:00:01.558 O: Dir::Bin::lz4 "/usr/bin/lz4";
00:00:01.562 O: Dir::Bin::zstd "/usr/bin/zstd";
00:00:01.566 O: Dir::Bin::lzma "/usr/bin/xz";
00:00:01.570 O: Dir::Media "";
00:00:01.574 O: Dir::Media::MountPath "/media/apt";
00:00:01.578 O: Dir::Log "var/log/apt";
00:00:01.583 O: Dir::Log::Terminal "term.log";
00:00:01.587 O: Dir::Log::History "history.log";
00:00:01.591 O: Dir::Log::Planner "eipp.log.xz";
00:00:01.596 O: Dir::Ignore-Files-Silently "";
00:00:01.600 O: Dir::Ignore-Files-Silently:: "~$";
00:00:01.605 O: Dir::Ignore-Files-Silently:: "\.disabled$";
00:00:01.610 O: Dir::Ignore-Files-Silently:: "\.bak$";
00:00:01.614 O: Dir::Ignore-Files-Silently:: "\.dpkg-[a-z]+$";
00:00:01.618 O: Dir::Ignore-Files-Silently:: "\.ucf-[a-z]+$";
00:00:01.622 O: Dir::Ignore-Files-Silently:: "\.save$";
00:00:01.627 O: Dir::Ignore-Files-Silently:: "\.orig$";
00:00:01.631 O: Dir::Ignore-Files-Silently:: "\.distUpgrade$";
00:00:01.636 O: Acquire "";
00:00:01.641 O: Acquire::AllowInsecureRepositories "0";
00:00:01.646 O: Acquire::AllowWeakRepositories "0";
00:00:01.650 O: Acquire::AllowDowngradeToInsecureRepositories "0";
00:00:01.655 O: Acquire::cdrom "";
00:00:01.659 O: Acquire::cdrom::mount "/media/cdrom/";
00:00:01.662 O: Acquire::IndexTargets "";
00:00:01.666 O: Acquire::IndexTargets::deb "";
00:00:01.671 O: Acquire::IndexTargets::deb::Packages "";
00:00:01.675 O: Acquire::IndexTargets::deb::Packages::MetaKey "$(COMPONENT)/binary-$(ARCHITECTURE)/Packages";
00:00:01.679 O: Acquire::IndexTargets::deb::Packages::flatMetaKey "Packages";
00:00:01.683 O: Acquire::IndexTargets::deb::Packages::ShortDescription "Packages";
00:00:01.687 O: Acquire::IndexTargets::deb::Packages::Description "$(RELEASE)/$(COMPONENT) $(ARCHITECTURE) Packages";
00:00:01.692 O: Acquire::IndexTargets::deb::Packages::flatDescription "$(RELEASE) Packages";
00:00:01.696 O: Acquire::IndexTargets::deb::Packages::Optional "0";
00:00:01.701 O: Acquire::IndexTargets::deb::Translations "";
00:00:01.705 O: Acquire::IndexTargets::deb::Translations::MetaKey "$(COMPONENT)/i18n/Translation-$(LANGUAGE)";
00:00:01.709 O: Acquire::IndexTargets::deb::Translations::flatMetaKey "$(LANGUAGE)";
00:00:01.714 O: Acquire::IndexTargets::deb::Translations::ShortDescription "Translation-$(LANGUAGE)";
00:00:01.718 O: Acquire::IndexTargets::deb::Translations::Description "$(RELEASE)/$(COMPONENT) Translation-$(LANGUAGE)";
00:00:01.722 O: Acquire::IndexTargets::deb::Translations::flatDescription "$(RELEASE) Translation-$(LANGUAGE)";
00:00:01.726 O: Acquire::IndexTargets::deb-src "";
00:00:01.730 O: Acquire::IndexTargets::deb-src::Sources "";
00:00:01.735 O: Acquire::IndexTargets::deb-src::Sources::MetaKey "$(COMPONENT)/source/Sources";
00:00:01.738 O: Acquire::IndexTargets::deb-src::Sources::flatMetaKey "Sources";
00:00:01.743 O: Acquire::IndexTargets::deb-src::Sources::ShortDescription "Sources";
00:00:01.747 O: Acquire::IndexTargets::deb-src::Sources::Description "$(RELEASE)/$(COMPONENT) Sources";
00:00:01.751 O: Acquire::IndexTargets::deb-src::Sources::flatDescription "$(RELEASE) Sources";
00:00:01.756 O: Acquire::IndexTargets::deb-src::Sources::Optional "0";
00:00:01.760 O: Acquire::Changelogs "";
00:00:01.764 O: Acquire::Changelogs::URI "";
00:00:01.768 O: Acquire::Changelogs::URI::Origin "";
00:00:01.772 O: Acquire::Changelogs::URI::Origin::Debian "https://metadata.ftp-master.debian.org/changelogs/@CHANGEPATH@_changelog";
00:00:01.776 O: Acquire::Changelogs::URI::Origin::Ubuntu "https://changelogs.ubuntu.com/changelogs/pool/@CHANGEPATH@/changelog";
00:00:01.780 O: Acquire::Changelogs::AlwaysOnline "";
00:00:01.784 O: Acquire::Changelogs::AlwaysOnline::Origin "";
00:00:01.788 O: Acquire::Changelogs::AlwaysOnline::Origin::Ubuntu "1";
00:00:01.792 O: Acquire::Snapshots "";
00:00:01.797 O: Acquire::Snapshots::URI "";
00:00:01.801 O: Acquire::Snapshots::URI::Origin "";
00:00:01.805 O: Acquire::Snapshots::URI::Origin::Debian "https://snapshot.debian.org/archive/debian/@SNAPSHOTID@/";
00:00:01.809 O: Acquire::Snapshots::URI::Origin::Ubuntu "https://snapshot.ubuntu.com/ubuntu/@SNAPSHOTID@/";
00:00:01.813 O: Acquire::Snapshots::URI::Override "";
00:00:01.818 O: Acquire::Snapshots::URI::Override::Label "";
00:00:01.822 O: Acquire::Snapshots::URI::Override::Label::Debian-Security "https://snapshot.debian.org/archive/debian-security/@SNAPSHOTID@/";
00:00:01.827 O: Acquire::Snapshots::URI::Host "";
00:00:01.831 O: Acquire::Snapshots::URI::Host::archive.ubuntu.com "https://snapshot.ubuntu.com/@PATH@/@SNAPSHOTID@/";
00:00:01.835 O: Acquire::Snapshots::URI::Host::deb.debian.org "https://snapshot.debian.org/archive/@PATH@/@SNAPSHOTID@/";
00:00:01.840 O: Acquire::Snapshots::URI::Host::.archive.ubuntu.com "https://snapshot.ubuntu.com/@PATH@/@SNAPSHOTID@/";
00:00:01.844 O: Acquire::Snapshots::URI::Host::security.ubuntu.com "https://snapshot.ubuntu.com/@PATH@/@SNAPSHOTID@/";
00:00:01.848 O: Acquire::Snapshots::URI::Host::ppa.launchpadcontent.net "https://snapshot.ppa.launchpadcontent.net/@PATH@/@SNAPSHOTID@/";
00:00:01.852 O: Acquire::Snapshots::URI::Host::ppa.launchpad.net "https://snapshot.ppa.launchpadcontent.net/@PATH@/@SNAPSHOTID@/";
00:00:01.856 O: Acquire::Languages "";
00:00:01.860 O: Acquire::Languages:: "none";
00:00:01.864 O: Acquire::CompressionTypes "";
00:00:01.868 O: Acquire::CompressionTypes::xz "xz";
00:00:01.872 O: Acquire::CompressionTypes::bz2 "bzip2";
00:00:01.876 O: Acquire::CompressionTypes::lzma "lzma";
00:00:01.880 O: Acquire::CompressionTypes::gz "gzip";
00:00:01.884 O: Acquire::CompressionTypes::lz4 "lz4";
00:00:01.889 O: Acquire::CompressionTypes::zst "zstd";
00:00:01.893 O: DPkg "";
00:00:01.897 O: DPkg::Path "/usr/sbin:/usr/bin:/sbin:/bin";
00:00:01.901 O: DPkg::Chroot-Directory "/tmp/mmdebstrap.MotEpcmsLH";
00:00:01.906 O: pkgCacheGen "";
00:00:01.910 O: pkgCacheGen::ForceEssential ",";
00:00:01.914 O: Binary "apt-config";
00:00:01.918 O: Binary::apt-cdrom "";
00:00:01.922 O: Binary::apt-cdrom::APT "";
00:00:01.926 O: Binary::apt-cdrom::APT::Internal "";
00:00:01.931 O: Binary::apt-cdrom::APT::Internal::OpProgress "";
00:00:01.935 O: Binary::apt-cdrom::APT::Internal::OpProgress::EraseLines "0";
00:00:01.939 O: Binary::apt "";
00:00:01.943 O: Binary::apt::APT "";
00:00:01.947 O: Binary::apt::APT::Color "1";
00:00:01.951 O: Binary::apt::APT::Output-Version "30";
00:00:01.955 O: Binary::apt::APT::Cache "";
00:00:01.959 O: Binary::apt::APT::Cache::Show "";
00:00:01.963 O: Binary::apt::APT::Cache::Show::Version "2";
00:00:01.967 O: Binary::apt::APT::Cache::AllVersions "0";
00:00:01.971 O: Binary::apt::APT::Cache::ShowVirtuals "1";
00:00:01.976 O: Binary::apt::APT::Cache::Search "";
00:00:01.980 O: Binary::apt::APT::Cache::Search::Version "2";
00:00:01.984 O: Binary::apt::APT::Cache::ShowDependencyType "1";
00:00:01.988 O: Binary::apt::APT::Cache::ShowVersion "1";
00:00:01.991 O: Binary::apt::APT::Get "";
00:00:01.995 O: Binary::apt::APT::Get::Upgrade-Allow-New "1";
00:00:01.999 O: Binary::apt::APT::Get::Update "";
00:00:02.003 O: Binary::apt::APT::Get::Update::InteractiveReleaseInfoChanges "1";
00:00:02.008 O: Binary::apt::APT::Cmd "";
00:00:02.011 O: Binary::apt::APT::Cmd::Show-Update-Stats "1";
00:00:02.015 O: Binary::apt::APT::Cmd::Pattern-Only "1";
00:00:02.019 O: Binary::apt::APT::Keep-Downloaded-Packages "0";
00:00:02.024 O: Binary::apt::DPkg "";
00:00:02.028 O: Binary::apt::DPkg::Progress-Fancy "1";
00:00:02.032 O: Binary::apt::DPkg::Lock "";
00:00:02.036 O: Binary::apt::DPkg::Lock::Timeout "-1";
00:00:02.040 O: CommandLine "";
00:00:02.045 O: CommandLine::AsString "apt-config dump";
00:00:02.049 O: D: 682 2324 content of /tmp/mmdebstrap.MotEpcmsLH/tmp/mmdebstrap.apt.conf.PD0bRNKbxhhf:
00:00:02.054 O: Apt::Architecture "amd64";
00:00:02.059 O: Apt::Architectures "amd64";
00:00:02.063 O: Dir "/tmp/mmdebstrap.MotEpcmsLH";
00:00:02.068 O: DPkg::Chroot-Directory "/tmp/mmdebstrap.MotEpcmsLH";
00:00:02.072 O: Dir::State::Status "/tmp/mmdebstrap.MotEpcmsLH/var/lib/dpkg/status";
00:00:02.076 O: Dir::Etc::Trusted "/etc/apt/trusted.gpg";
00:00:02.082 O: Dir::Etc::TrustedParts "/etc/apt/trusted.gpg.d/";
00:00:02.089 O: pkgCacheGen::ForceEssential ",";
00:00:02.093 O: I: 682 2387 running apt-get update...
00:00:02.098 O: D: 682 846 run_progress: exec apt-get update --error-on=any -oDebug::pkgProblemResolver=true -oDebug::pkgDepCache::Marker=1 -oDebug::pkgDepCache::AutoInstall=1 -oAPT::Status-Fd=${FD} -oDpkg::Use-Pty=false
00:00:02.103 O: Get:1 http://127.0.0.1/debian unstable InRelease [198 kB]
00:00:02.108 O: Get:2 http://127.0.0.1/debian unstable/main amd64 Packages [9905 kB]
00:00:02.616 O: Fetched 10.1 MB in 2s (5602 kB/s)
00:00:03.709 O: Reading package lists...
00:00:03.765 O: I: 682 1093 downloading packages with apt...
00:00:03.769 O: D: 682 846 run_progress: exec apt-get --yes -oDebug::pkgDpkgPm=1 -oDir::Log=/dev/null -oAPT::Keep-Fds::=8 -oDPkg::Tools::options::'cat >&8'::InfoFD=8 -oDpkg::Pre-Install-Pkgs::=cat >&8 -oDebug::NoLocking=1 -oDpkg::Use-Pty=0 -oDPkg::Chroot-Directory= install ?narrow(?or(?archive(^unstable$),?codename(^unstable$)),?architecture(amd64),?essential) -oDebug::pkgProblemResolver=true -oDebug::pkgDepCache::Marker=1 -oDebug::pkgDepCache::AutoInstall=1 -oAPT::Status-Fd=${FD} -oDpkg::Use-Pty=false
00:00:03.794 O: Reading package lists...
00:00:04.064 O: Building dependency tree...
00:00:04.222 O:   MarkInstall dpkg:amd64 < none -> 1.22.11 @un puN Ib > FU=1
00:00:04.226 O:   Installing libbz2-1.0:amd64 as PreDepends of dpkg:amd64
00:00:04.231 O:     MarkInstall libbz2-1.0:amd64 < none -> 1.0.8-5.1 @un puN Ib > FU=0
00:00:04.236 O:     Installing libc6:amd64 as Depends of libbz2-1.0:amd64
00:00:04.245 O:       MarkInstall libc6:amd64 < none -> 2.39-6 @un puN Ib > FU=0
00:00:04.249 O:       Installing libgcc-s1:amd64 as Depends of libc6:amd64
00:00:04.253 O:         MarkInstall libgcc-s1:amd64 < none -> 14.2.0-1 @un puN Ib > FU=0
00:00:04.257 O:         Installing gcc-14-base:amd64 as Depends of libgcc-s1:amd64
00:00:04.262 O:           MarkInstall gcc-14-base:amd64 < none -> 14.2.0-1 @un puN > FU=0
00:00:04.266 O:   Installing liblzma5:amd64 as PreDepends of dpkg:amd64
00:00:04.271 O:     MarkInstall liblzma5:amd64 < none -> 5.6.2-2 @un puN > FU=0
00:00:04.275 O:   Installing libmd0:amd64 as PreDepends of dpkg:amd64
00:00:04.279 O:     MarkInstall libmd0:amd64 < none -> 1.1.0-2 @un puN > FU=0
00:00:04.283 O:   Installing libselinux1:amd64 as PreDepends of dpkg:amd64
00:00:04.288 O:     MarkInstall libselinux1:amd64 < none -> 3.5-2+b3 @un puN Ib > FU=0
00:00:04.293 O:     Installing libpcre2-8-0:amd64 as Depends of libselinux1:amd64
00:00:04.297 O:       MarkInstall libpcre2-8-0:amd64 < none -> 10.42-4+b1 @un puN > FU=0
00:00:04.302 O:   Installing libzstd1:amd64 as PreDepends of dpkg:amd64
00:00:04.306 O:     MarkInstall libzstd1:amd64 < none -> 1.5.6+dfsg-1 @un puN > FU=0
00:00:04.310 O:   Installing zlib1g:amd64 as PreDepends of dpkg:amd64
00:00:04.314 O:     MarkInstall zlib1g:amd64 < none -> 1:1.3.dfsg+really1.3.1-1 @un puN > FU=0
00:00:04.318 O:   MarkInstall debianutils:amd64 < none -> 5.20 @un puN > FU=1
00:00:04.322 O:   MarkInstall init-system-helpers:amd64 < none -> 1.66 @un puN > FU=1
00:00:04.326 O:   MarkInstall sysvinit-utils:amd64 < none -> 3.09-2 @un puN > FU=1
00:00:04.330 O:   MarkInstall base-passwd:amd64 < none -> 3.6.4 @un puN Ib > FU=1
00:00:04.334 O:   Installing libdebconfclient0:amd64 as Depends of base-passwd:amd64
00:00:04.338 O:     MarkInstall libdebconfclient0:amd64 < none -> 0.272 @un puN > FU=0
00:00:04.341 O:   MarkInstall dash:amd64 < none -> 0.5.12-9 @un puN > FU=1
00:00:04.346 O:   MarkInstall gzip:amd64 < none -> 1.12-1.1 @un puN > FU=1
00:00:04.350 O:   MarkInstall bash:amd64 < none -> 5.2.21-2.1 @un puN Ib > FU=1
00:00:04.354 O:   Installing libtinfo6:amd64 as PreDepends of bash:amd64
00:00:04.358 O:     MarkInstall libtinfo6:amd64 < none -> 6.5-2 @un puN > FU=0
00:00:04.362 O:   MarkInstall util-linux:amd64 < none -> 2.40.2-2 @un puN Ib > FU=1
00:00:04.366 O:   Installing libpam-modules:amd64 as PreDepends of util-linux:amd64
00:00:04.370 O:     MarkInstall libpam-modules:amd64 < none -> 1.5.3-7 @un puN Ib > FU=0
00:00:04.374 O:     Installing libaudit1:amd64 as PreDepends of libpam-modules:amd64
00:00:04.378 O:       MarkInstall libaudit1:amd64 < none -> 1:3.1.2-4+b1 @un puN Ib > FU=0
00:00:04.383 O:       Installing libaudit-common:amd64 as Depends of libaudit1:amd64
00:00:04.387 O:         MarkInstall libaudit-common:amd64 < none -> 1:3.1.2-4 @un puN > FU=0
00:00:04.391 O:       Installing libcap-ng0:amd64 as Depends of libaudit1:amd64
00:00:04.395 O:         MarkInstall libcap-ng0:amd64 < none -> 0.8.5-1+b1 @un puN > FU=0
00:00:04.399 O:     Installing libcrypt1:amd64 as PreDepends of libpam-modules:amd64
00:00:04.403 O:       MarkInstall libcrypt1:amd64 < none -> 1:4.4.36-4 @un puN > FU=0
00:00:04.407 O:     Installing libdb5.3t64:amd64 as PreDepends of libpam-modules:amd64
00:00:04.412 O:       MarkInstall libdb5.3t64:amd64 < none -> 5.3.28+dfsg2-7 @un puN > FU=0
00:00:04.416 O:     Installing libpam0g:amd64 as PreDepends of libpam-modules:amd64
00:00:04.420 O:       MarkInstall libpam0g:amd64 < none -> 1.5.3-7 @un puN Ib > FU=0
00:00:04.425 O:       Installing debconf:amd64 as Depends of libpam0g:amd64
00:00:04.429 O:         MarkInstall debconf:amd64 < none -> 1.5.87 @un uN > FU=0
00:00:04.433 O:     Installing libsystemd0:amd64 as PreDepends of libpam-modules:amd64
00:00:04.437 O:       MarkInstall libsystemd0:amd64 < none -> 256.4-2 @un uN Ib > FU=0
00:00:04.441 O:       Installing libcap2:amd64 as Depends of libsystemd0:amd64
00:00:04.445 O:         MarkInstall libcap2:amd64 < none -> 1:2.66-5 @un uN > FU=0
00:00:04.449 O:     Installing libpam-modules-bin:amd64 as PreDepends of libpam-modules:amd64
00:00:04.453 O:       MarkInstall libpam-modules-bin:amd64 < none -> 1.5.3-7 @un puN > FU=0
00:00:04.458 O:   Installing libpam-runtime:amd64 as PreDepends of util-linux:amd64
00:00:04.462 O:     MarkInstall libpam-runtime:amd64 < none -> 1.5.3-7 @un puN > FU=0
00:00:04.467 O:   Installing libblkid1:amd64 as PreDepends of util-linux:amd64
00:00:04.470 O:     MarkInstall libblkid1:amd64 < none -> 2.40.2-2 @un puN > FU=0
00:00:04.474 O:   Installing libmount1:amd64 as PreDepends of util-linux:amd64
00:00:04.478 O:     MarkInstall libmount1:amd64 < none -> 2.40.2-2 @un puN > FU=0
00:00:04.483 O:   Installing libsmartcols1:amd64 as PreDepends of util-linux:amd64
00:00:04.487 O:     MarkInstall libsmartcols1:amd64 < none -> 2.40.2-2 @un puN > FU=0
00:00:04.491 O:   Installing libudev1:amd64 as PreDepends of util-linux:amd64
00:00:04.495 O:     MarkInstall libudev1:amd64 < none -> 256.4-2 @un puN > FU=0
00:00:04.499 O:       MarkInstall libcap2:amd64 < none -> 1:2.66-5 @un puN > FU=0
00:00:04.504 O:   Installing libuuid1:amd64 as PreDepends of util-linux:amd64
00:00:04.508 O:     MarkInstall libuuid1:amd64 < none -> 2.40.2-2 @un puN > FU=0
00:00:04.512 O:   MarkInstall tar:amd64 < none -> 1.35+dfsg-3 @un puN Ib > FU=1
00:00:04.517 O:   Installing libacl1:amd64 as PreDepends of tar:amd64
00:00:04.521 O:     MarkInstall libacl1:amd64 < none -> 2.3.2-2 @un puN > FU=0
00:00:04.526 O:   MarkInstall base-files:amd64 < none -> 13.5 @un puN Ib > FU=1
00:00:04.530 O:   Installing mawk:amd64 as PreDepends of base-files:amd64
00:00:04.534 O:     MarkInstall mawk:amd64 < none -> 1.3.4.20240622-2 @un uN > FU=0
00:00:04.539 O:   MarkInstall sed:amd64 < none -> 4.9-2 @un puN > FU=1
00:00:04.543 O:   MarkInstall bsdutils:amd64 < none -> 1:2.40.2-2 @un puN > FU=1
00:00:04.546 O:   MarkInstall coreutils:amd64 < none -> 9.4-3.1 @un puN Ib > FU=1
00:00:04.550 O:   Installing libattr1:amd64 as PreDepends of coreutils:amd64
00:00:04.555 O:     MarkInstall libattr1:amd64 < none -> 1:2.5.2-1 @un puN > FU=0
00:00:04.559 O:   Installing libgmp10:amd64 as PreDepends of coreutils:amd64
00:00:04.563 O:     MarkInstall libgmp10:amd64 < none -> 2:6.3.0+dfsg-2+b1 @un puN > FU=0
00:00:04.567 O:   Installing libssl3t64:amd64 as PreDepends of coreutils:amd64
00:00:04.571 O:     MarkInstall libssl3t64:amd64 < none -> 3.3.1-2 @un puN > FU=0
00:00:04.575 O:   MarkInstall findutils:amd64 < none -> 4.10.0-2 @un puN > FU=1
00:00:04.580 O:   MarkInstall grep:amd64 < none -> 3.11-4 @un puN > FU=1
00:00:04.584 O:   MarkInstall perl-base:amd64 < none -> 5.38.2-5 @un puN > FU=1
00:00:04.588 O:   MarkInstall diffutils:amd64 < none -> 1:3.10-1 @un puN > FU=1
00:00:04.592 O:   MarkInstall libc-bin:amd64 < none -> 2.39-6 @un puN > FU=1
00:00:04.597 O:   MarkInstall hostname:amd64 < none -> 3.23+nmu2 @un puN > FU=1
00:00:04.601 O:   MarkInstall ncurses-base:amd64 < none -> 6.5-2 @un puN > FU=1
00:00:04.606 O:   MarkInstall ncurses-bin:amd64 < none -> 6.5-2 @un puN > FU=1
00:00:04.611 O: Starting pkgProblemResolver with broken count: 0
00:00:04.702 O: Starting 2 pkgProblemResolver with broken count: 0
00:00:04.712 O: Done
00:00:04.979 O:   Ignore MarkGarbage of libsmartcols1:amd64 < none -> 2.40.2-2 @un puN > as its mode (Install) is protected
00:00:04.984 O:   Ignore MarkGarbage of libpam-runtime:amd64 < none -> 1.5.3-7 @un puN > as its mode (Install) is protected
00:00:04.988 O:   Ignore MarkGarbage of libtinfo6:amd64 < none -> 6.5-2 @un puN > as its mode (Install) is protected
00:00:04.992 O:   Ignore MarkGarbage of libmount1:amd64 < none -> 2.40.2-2 @un puN > as its mode (Install) is protected
00:00:05.293 O: The following additional packages will be installed:
00:00:05.301 O:   debconf gcc-14-base libacl1 libattr1 libaudit-common libaudit1 libblkid1
00:00:05.305 O:   libbz2-1.0 libc6 libcap-ng0 libcap2 libcrypt1 libdb5.3t64 libdebconfclient0
00:00:05.309 O:   libgcc-s1 libgmp10 liblzma5 libmd0 libmount1 libpam-modules
00:00:05.313 O:   libpam-modules-bin libpam-runtime libpam0g libpcre2-8-0 libselinux1
00:00:05.317 O:   libsmartcols1 libssl3t64 libsystemd0 libtinfo6 libudev1 libuuid1 libzstd1
00:00:05.322 O:   mawk zlib1g
00:00:05.326 O: Suggested packages:
00:00:05.331 O:   bash-doc debconf-doc debconf-kde-helper debconf-utils libgtk3-perl
00:00:05.335 O:   libnet-ldap-perl libterm-readline-gnu-perl perl whiptail | dialog
00:00:05.338 O:   diffutils-doc wdiff apt debsig-verify less glibc-doc libc-l10n locales
00:00:05.343 O:   libnss-nis libnss-nisplus cryptsetup-bin libpam-doc libgcrypt20 liblz4-1
00:00:05.347 O:   libidn2-0 uuid-runtime sensible-utils bzip2 ncompress xz-utils tar-scripts
00:00:05.351 O:   tar-doc dosfstools kbd util-linux-extra util-linux-locales wtmpdb
00:00:05.355 O: Recommended packages:
00:00:05.360 O:   bash-completion bsdextrautils apt-utils debconf-i18n manpages libidn2-0
00:00:05.364 O:   sensible-utils
00:00:05.368 O: The following NEW packages will be installed:
00:00:05.372 O:   base-files base-passwd bash bsdutils coreutils dash debconf debianutils
00:00:05.377 O:   diffutils dpkg findutils gcc-14-base grep gzip hostname init-system-helpers
00:00:05.381 O:   libacl1 libattr1 libaudit-common libaudit1 libblkid1 libbz2-1.0 libc-bin
00:00:05.385 O:   libc6 libcap-ng0 libcap2 libcrypt1 libdb5.3t64 libdebconfclient0 libgcc-s1
00:00:05.389 O:   libgmp10 liblzma5 libmd0 libmount1 libpam-modules libpam-modules-bin
00:00:05.393 O:   libpam-runtime libpam0g libpcre2-8-0 libselinux1 libsmartcols1 libssl3t64
00:00:05.397 O:   libsystemd0 libtinfo6 libudev1 libuuid1 libzstd1 mawk ncurses-base
00:00:05.400 O:   ncurses-bin perl-base sed sysvinit-utils tar util-linux zlib1g
00:00:05.415 O: 0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
00:00:05.419 O: Need to get 23.4 MB of archives.
00:00:05.423 O: After this operation, 93.9 MB of additional disk space will be used.
00:00:05.429 O: Get:1 http://127.0.0.1/debian unstable/main amd64 gcc-14-base amd64 14.2.0-1 [45.7 kB]
00:00:05.433 O: Get:2 http://127.0.0.1/debian unstable/main amd64 libc6 amd64 2.39-6 [2781 kB]
00:00:05.499 O: Get:3 http://127.0.0.1/debian unstable/main amd64 libgcc-s1 amd64 14.2.0-1 [72.8 kB]
00:00:05.509 O: Get:4 http://127.0.0.1/debian unstable/main amd64 mawk amd64 1.3.4.20240622-2 [136 kB]
00:00:05.521 O: Get:5 http://127.0.0.1/debian unstable/main amd64 base-files amd64 13.5 [72.8 kB]
00:00:05.532 O: Get:6 http://127.0.0.1/debian unstable/main amd64 libtinfo6 amd64 6.5-2 [344 kB]
00:00:05.550 O: Get:7 http://127.0.0.1/debian unstable/main amd64 debianutils amd64 5.20 [89.5 kB]
00:00:05.562 O: Get:8 http://127.0.0.1/debian unstable/main amd64 bash amd64 5.2.21-2.1 [1492 kB]
00:00:05.605 O: Get:9 http://127.0.0.1/debian unstable/main amd64 libcap2 amd64 1:2.66-5 [27.4 kB]
00:00:05.616 O: Get:10 http://127.0.0.1/debian unstable/main amd64 libsystemd0 amd64 256.4-2 [380 kB]
00:00:05.632 O: Get:11 http://127.0.0.1/debian unstable/main amd64 bsdutils amd64 1:2.40.2-2 [104 kB]
00:00:05.644 O: Get:12 http://127.0.0.1/debian unstable/main amd64 libacl1 amd64 2.3.2-2 [32.4 kB]
00:00:05.653 O: Get:13 http://127.0.0.1/debian unstable/main amd64 libattr1 amd64 1:2.5.2-1 [22.5 kB]
00:00:05.662 O: Get:14 http://127.0.0.1/debian unstable/main amd64 libgmp10 amd64 2:6.3.0+dfsg-2+b1 [559 kB]
00:00:05.684 O: Get:15 http://127.0.0.1/debian unstable/main amd64 libpcre2-8-0 amd64 10.42-4+b1 [262 kB]
00:00:05.698 O: Get:16 http://127.0.0.1/debian unstable/main amd64 libselinux1 amd64 3.5-2+b3 [74.9 kB]
00:00:05.708 O: Get:17 http://127.0.0.1/debian unstable/main amd64 libzstd1 amd64 1.5.6+dfsg-1 [303 kB]
00:00:05.724 O: Get:18 http://127.0.0.1/debian unstable/main amd64 zlib1g amd64 1:1.3.dfsg+really1.3.1-1 [87.9 kB]
00:00:05.735 O: Get:19 http://127.0.0.1/debian unstable/main amd64 libssl3t64 amd64 3.3.1-2 [2285 kB]
00:00:05.804 O: Get:20 http://127.0.0.1/debian unstable/main amd64 coreutils amd64 9.4-3.1 [2950 kB]
00:00:05.876 O: Get:21 http://127.0.0.1/debian unstable/main amd64 dash amd64 0.5.12-9 [93.2 kB]
00:00:05.885 O: Get:22 http://127.0.0.1/debian unstable/main amd64 diffutils amd64 1:3.10-1 [375 kB]
00:00:05.901 O: Get:23 http://127.0.0.1/debian unstable/main amd64 libbz2-1.0 amd64 1.0.8-5.1 [38.0 kB]
00:00:05.911 O: Get:24 http://127.0.0.1/debian unstable/main amd64 liblzma5 amd64 5.6.2-2 [254 kB]
00:00:05.925 O: Get:25 http://127.0.0.1/debian unstable/main amd64 libmd0 amd64 1.1.0-2 [35.8 kB]
00:00:05.934 O: Get:26 http://127.0.0.1/debian unstable/main amd64 tar amd64 1.35+dfsg-3 [813 kB]
00:00:05.960 O: Get:27 http://127.0.0.1/debian unstable/main amd64 dpkg amd64 1.22.11 [1531 kB]
00:00:06.000 O: Get:28 http://127.0.0.1/debian unstable/main amd64 findutils amd64 4.10.0-2 [699 kB]
00:00:06.022 O: Get:29 http://127.0.0.1/debian unstable/main amd64 grep amd64 3.11-4 [431 kB]
00:00:06.039 O: Get:30 http://127.0.0.1/debian unstable/main amd64 gzip amd64 1.12-1.1 [133 kB]
00:00:06.050 O: Get:31 http://127.0.0.1/debian unstable/main amd64 hostname amd64 3.23+nmu2 [10.6 kB]
00:00:06.060 O: Get:32 http://127.0.0.1/debian unstable/main amd64 ncurses-bin amd64 6.5-2 [433 kB]
00:00:06.077 O: Get:33 http://127.0.0.1/debian unstable/main amd64 libcrypt1 amd64 1:4.4.36-4 [89.8 kB]
00:00:06.088 O: Get:34 http://127.0.0.1/debian unstable/main amd64 perl-base amd64 5.38.2-5 [1643 kB]
00:00:06.133 O: Get:35 http://127.0.0.1/debian unstable/main amd64 sed amd64 4.9-2 [329 kB]
00:00:06.149 O: Get:36 http://127.0.0.1/debian unstable/main amd64 libaudit-common all 1:3.1.2-4 [11.5 kB]
00:00:06.159 O: Get:37 http://127.0.0.1/debian unstable/main amd64 libcap-ng0 amd64 0.8.5-1+b1 [17.4 kB]
00:00:06.169 O: Get:38 http://127.0.0.1/debian unstable/main amd64 libaudit1 amd64 1:3.1.2-4+b1 [49.0 kB]
00:00:06.180 O: Get:39 http://127.0.0.1/debian unstable/main amd64 libdb5.3t64 amd64 5.3.28+dfsg2-7 [697 kB]
00:00:06.206 O: Get:40 http://127.0.0.1/debian unstable/main amd64 debconf all 1.5.87 [119 kB]
00:00:06.218 O: Get:41 http://127.0.0.1/debian unstable/main amd64 libpam0g amd64 1.5.3-7 [67.7 kB]
00:00:06.228 O: Get:42 http://127.0.0.1/debian unstable/main amd64 libpam-modules-bin amd64 1.5.3-7 [54.4 kB]
00:00:06.239 O: Get:43 http://127.0.0.1/debian unstable/main amd64 libpam-modules amd64 1.5.3-7 [265 kB]
00:00:06.252 O: Get:44 http://127.0.0.1/debian unstable/main amd64 libpam-runtime all 1.5.3-7 [140 kB]
00:00:06.263 O: Get:45 http://127.0.0.1/debian unstable/main amd64 libblkid1 amd64 2.40.2-2 [167 kB]
00:00:06.276 O: Get:46 http://127.0.0.1/debian unstable/main amd64 libmount1 amd64 2.40.2-2 [199 kB]
00:00:06.288 O: Get:47 http://127.0.0.1/debian unstable/main amd64 libsmartcols1 amd64 2.40.2-2 [138 kB]
00:00:06.298 O: Get:48 http://127.0.0.1/debian unstable/main amd64 libudev1 amd64 256.4-2 [144 kB]
00:00:06.309 O: Get:49 http://127.0.0.1/debian unstable/main amd64 libuuid1 amd64 2.40.2-2 [35.0 kB]
00:00:06.318 O: Get:50 http://127.0.0.1/debian unstable/main amd64 util-linux amd64 2.40.2-2 [1216 kB]
00:00:06.352 O: Get:51 http://127.0.0.1/debian unstable/main amd64 libdebconfclient0 amd64 0.272 [10.0 kB]
00:00:06.361 O: Get:52 http://127.0.0.1/debian unstable/main amd64 base-passwd amd64 3.6.4 [50.9 kB]
00:00:06.369 O: Get:53 http://127.0.0.1/debian unstable/main amd64 init-system-helpers all 1.66 [39.0 kB]
00:00:06.379 O: Get:54 http://127.0.0.1/debian unstable/main amd64 libc-bin amd64 2.39-6 [610 kB]
00:00:06.401 O: Get:55 http://127.0.0.1/debian unstable/main amd64 ncurses-base all 6.5-2 [270 kB]
00:00:06.413 O: Get:56 http://127.0.0.1/debian unstable/main amd64 sysvinit-utils amd64 3.09-2 [32.5 kB]
00:00:06.562 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/gcc-14-base_14.2.0-1_amd64.deb 
00:00:06.566 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure gcc-14-base:amd64 
00:00:06.570 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libc6_2.39-6_amd64.deb /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libgcc-s1_14.2.0-1_amd64.deb 
00:00:06.574 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libgcc-s1:amd64 libc6:amd64 
00:00:06.577 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/mawk_1.3.4.20240622-2_amd64.deb 
00:00:06.581 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure mawk:amd64 
00:00:06.585 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/base-files_13.5_amd64.deb 
00:00:06.590 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure base-files:amd64 
00:00:06.594 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libtinfo6_6.5-2_amd64.deb 
00:00:06.598 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libtinfo6:amd64 
00:00:06.603 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/debianutils_5.20_amd64.deb 
00:00:06.607 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure debianutils:amd64 
00:00:06.611 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/bash_5.2.21-2.1_amd64.deb 
00:00:06.615 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure bash:amd64 
00:00:06.619 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libcap2_1%3a2.66-5_amd64.deb 
00:00:06.623 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libcap2:amd64 
00:00:06.627 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libsystemd0_256.4-2_amd64.deb 
00:00:06.631 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libsystemd0:amd64 
00:00:06.634 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/bsdutils_1%3a2.40.2-2_amd64.deb 
00:00:06.638 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure bsdutils:amd64 
00:00:06.642 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libacl1_2.3.2-2_amd64.deb 
00:00:06.646 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libacl1:amd64 
00:00:06.650 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libattr1_1%3a2.5.2-1_amd64.deb 
00:00:06.654 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libattr1:amd64 
00:00:06.658 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb 
00:00:06.662 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libgmp10:amd64 
00:00:06.666 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libpcre2-8-0_10.42-4+b1_amd64.deb 
00:00:06.670 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libpcre2-8-0:amd64 
00:00:06.674 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libselinux1_3.5-2+b3_amd64.deb 
00:00:06.679 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libselinux1:amd64 
00:00:06.683 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libzstd1_1.5.6+dfsg-1_amd64.deb 
00:00:06.687 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libzstd1:amd64 
00:00:06.690 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb 
00:00:06.694 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure zlib1g:amd64 
00:00:06.698 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libssl3t64_3.3.1-2_amd64.deb 
00:00:06.701 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libssl3t64:amd64 
00:00:06.705 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/coreutils_9.4-3.1_amd64.deb 
00:00:06.709 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure coreutils:amd64 
00:00:06.713 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/dash_0.5.12-9_amd64.deb 
00:00:06.717 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure dash:amd64 
00:00:06.721 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/diffutils_1%3a3.10-1_amd64.deb 
00:00:06.725 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure diffutils:amd64 
00:00:06.729 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libbz2-1.0_1.0.8-5.1_amd64.deb 
00:00:06.733 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libbz2-1.0:amd64 
00:00:06.737 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/liblzma5_5.6.2-2_amd64.deb 
00:00:06.741 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure liblzma5:amd64 
00:00:06.744 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libmd0_1.1.0-2_amd64.deb 
00:00:06.748 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libmd0:amd64 
00:00:06.753 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/tar_1.35+dfsg-3_amd64.deb 
00:00:06.757 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure tar:amd64 
00:00:06.761 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/dpkg_1.22.11_amd64.deb 
00:00:06.765 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure dpkg:amd64 
00:00:06.770 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/findutils_4.10.0-2_amd64.deb 
00:00:06.774 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure findutils:amd64 
00:00:06.779 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/grep_3.11-4_amd64.deb 
00:00:06.782 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure grep:amd64 
00:00:06.786 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/gzip_1.12-1.1_amd64.deb 
00:00:06.790 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure gzip:amd64 
00:00:06.794 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/hostname_3.23+nmu2_amd64.deb 
00:00:06.799 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure hostname:amd64 
00:00:06.803 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/ncurses-bin_6.5-2_amd64.deb 
00:00:06.807 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure ncurses-bin:amd64 
00:00:06.811 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libcrypt1_1%3a4.4.36-4_amd64.deb 
00:00:06.815 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libcrypt1:amd64 
00:00:06.819 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/perl-base_5.38.2-5_amd64.deb 
00:00:06.824 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure perl-base:amd64 
00:00:06.827 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/sed_4.9-2_amd64.deb 
00:00:06.831 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure sed:amd64 
00:00:06.835 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libaudit-common_1%3a3.1.2-4_all.deb 
00:00:06.839 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libaudit-common:all 
00:00:06.844 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libcap-ng0_0.8.5-1+b1_amd64.deb 
00:00:06.849 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libcap-ng0:amd64 
00:00:06.853 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libaudit1_1%3a3.1.2-4+b1_amd64.deb 
00:00:06.858 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libaudit1:amd64 
00:00:06.862 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libdb5.3t64_5.3.28+dfsg2-7_amd64.deb 
00:00:06.866 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libdb5.3t64:amd64 
00:00:06.870 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/debconf_1.5.87_all.deb 
00:00:06.875 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure debconf:all 
00:00:06.879 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libpam0g_1.5.3-7_amd64.deb 
00:00:06.882 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libpam0g:amd64 
00:00:06.886 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libpam-modules-bin_1.5.3-7_amd64.deb 
00:00:06.891 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libpam-modules-bin:amd64 
00:00:06.895 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libpam-modules_1.5.3-7_amd64.deb 
00:00:06.899 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libpam-modules:amd64 
00:00:06.903 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libpam-runtime_1.5.3-7_all.deb 
00:00:06.907 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libpam-runtime:all 
00:00:06.911 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libblkid1_2.40.2-2_amd64.deb 
00:00:06.915 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libblkid1:amd64 
00:00:06.919 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libmount1_2.40.2-2_amd64.deb 
00:00:06.923 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libmount1:amd64 
00:00:06.928 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libsmartcols1_2.40.2-2_amd64.deb 
00:00:06.932 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libsmartcols1:amd64 
00:00:06.935 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libudev1_256.4-2_amd64.deb 
00:00:06.939 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libudev1:amd64 
00:00:06.943 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libuuid1_2.40.2-2_amd64.deb 
00:00:06.947 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libuuid1:amd64 
00:00:06.951 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/util-linux_2.40.2-2_amd64.deb 
00:00:06.955 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure util-linux:amd64 
00:00:06.959 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libdebconfclient0_0.272_amd64.deb 
00:00:06.964 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libdebconfclient0:amd64 
00:00:06.968 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/base-passwd_3.6.4_amd64.deb 
00:00:06.972 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure base-passwd:amd64 
00:00:06.976 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/init-system-helpers_1.66_all.deb 
00:00:06.981 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure init-system-helpers:all 
00:00:06.985 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/libc-bin_2.39-6_amd64.deb 
00:00:06.989 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libc-bin:amd64 
00:00:06.993 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/ncurses-base_6.5-2_all.deb 
00:00:06.997 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure ncurses-base:all 
00:00:07.000 O: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.MotEpcmsLH/var/cache/apt/archives/sysvinit-utils_3.09-2_amd64.deb 
00:00:07.004 O: /usr/bin/dpkg --status-fd 7 --no-triggers --configure sysvinit-utils:amd64 
00:00:07.008 O: /usr/bin/dpkg --status-fd 7 --configure --pending 
00:00:07.011 O: Fetched 23.4 MB in 1s (22.8 MB/s)
00:00:07.015 O: I: 682 2559 extracting archives...
00:00:07.020 O: D: 1915 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/gcc-14-base_14.2.0-1_amd64.deb
00:00:07.025 O: D: 1916 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.029 O: D: 1924 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libc6_2.39-6_amd64.deb
00:00:07.033 O: D: 1925 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.037 O: D: 2026 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libgcc-s1_14.2.0-1_amd64.deb
00:00:07.041 O: D: 2028 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.046 O: D: 2036 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/mawk_1.3.4.20240622-2_amd64.deb
00:00:07.050 O: D: 2039 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.055 O: D: 2049 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/base-files_13.5_amd64.deb
00:00:07.059 O: D: 2050 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.063 O: D: 2060 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libtinfo6_6.5-2_amd64.deb
00:00:07.067 O: D: 2062 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.071 O: D: 2073 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/debianutils_5.20_amd64.deb
00:00:07.075 O: D: 2075 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.079 O: D: 2084 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/bash_5.2.21-2.1_amd64.deb
00:00:07.083 O: D: 2087 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.087 O: D: 2141 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libcap2_1%3a2.66-5_amd64.deb
00:00:07.091 O: D: 2142 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.095 O: D: 2150 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libsystemd0_256.4-2_amd64.deb
00:00:07.100 O: D: 2153 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.104 O: D: 2173 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/bsdutils_1%3a2.40.2-2_amd64.deb
00:00:07.108 O: D: 2174 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.112 O: D: 2184 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libacl1_2.3.2-2_amd64.deb
00:00:07.116 O: D: 2185 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.120 O: D: 2193 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libattr1_1%3a2.5.2-1_amd64.deb
00:00:07.125 O: D: 2194 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.129 O: D: 2202 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb
00:00:07.133 O: D: 2203 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.137 O: D: 2219 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libpcre2-8-0_10.42-4+b1_amd64.deb
00:00:07.142 O: D: 2220 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.146 O: D: 2235 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libselinux1_3.5-2+b3_amd64.deb
00:00:07.150 O: D: 2237 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.155 O: D: 2245 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libzstd1_1.5.6+dfsg-1_amd64.deb
00:00:07.159 O: D: 2248 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.164 O: D: 2264 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb
00:00:07.168 O: D: 2265 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.172 O: D: 2275 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libssl3t64_3.3.1-2_amd64.deb
00:00:07.176 O: D: 2276 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.298 O: D: 2294 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/coreutils_9.4-3.1_amd64.deb
00:00:07.303 O: D: 2295 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.491 O: D: 2303 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/dash_0.5.12-9_amd64.deb
00:00:07.496 O: D: 2304 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.503 O: D: 2312 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/diffutils_1%3a3.10-1_amd64.deb
00:00:07.508 O: D: 2313 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.535 O: D: 2321 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libbz2-1.0_1.0.8-5.1_amd64.deb
00:00:07.540 O: D: 2322 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.545 O: D: 2330 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/liblzma5_5.6.2-2_amd64.deb
00:00:07.550 O: D: 2331 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.561 O: D: 2339 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libmd0_1.1.0-2_amd64.deb
00:00:07.566 O: D: 2340 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.571 O: D: 2348 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/tar_1.35+dfsg-3_amd64.deb
00:00:07.575 O: D: 2349 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.622 O: D: 2357 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/dpkg_1.22.11_amd64.deb
00:00:07.627 O: D: 2358 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.717 O: D: 2366 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/findutils_4.10.0-2_amd64.deb
00:00:07.722 O: D: 2367 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.756 O: D: 2375 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/grep_3.11-4_amd64.deb
00:00:07.762 O: D: 2376 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.783 O: D: 2384 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/gzip_1.12-1.1_amd64.deb
00:00:07.787 O: D: 2385 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.798 O: D: 2393 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/hostname_3.23+nmu2_amd64.deb
00:00:07.802 O: D: 2394 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.806 O: D: 2402 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/ncurses-bin_6.5-2_amd64.deb
00:00:07.812 O: D: 2403 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.827 O: D: 2411 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libcrypt1_1%3a4.4.36-4_amd64.deb
00:00:07.832 O: D: 2412 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.840 O: D: 2420 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/perl-base_5.38.2-5_amd64.deb
00:00:07.844 O: D: 2421 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:07.984 O: D: 2429 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/sed_4.9-2_amd64.deb
00:00:07.988 O: D: 2430 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:08.010 O: D: 2438 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libaudit-common_1%3a3.1.2-4_all.deb
00:00:08.016 O: D: 2439 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:08.019 O: D: 2447 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libcap-ng0_0.8.5-1+b1_amd64.deb
00:00:08.023 O: D: 2448 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:08.027 O: D: 2456 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libaudit1_1%3a3.1.2-4+b1_amd64.deb
00:00:08.032 O: D: 2457 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:08.037 O: D: 2465 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libdb5.3t64_5.3.28+dfsg2-7_amd64.deb
00:00:08.041 O: D: 2466 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:08.089 O: D: 2474 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/debconf_1.5.87_all.deb
00:00:08.093 O: D: 2475 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:08.106 O: D: 2483 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libpam0g_1.5.3-7_amd64.deb
00:00:08.111 O: D: 2484 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:08.117 O: D: 2492 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libpam-modules-bin_1.5.3-7_amd64.deb
00:00:08.121 O: D: 2493 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:08.127 O: D: 2501 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libpam-modules_1.5.3-7_amd64.deb
00:00:08.131 O: D: 2502 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:08.150 O: D: 2510 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libpam-runtime_1.5.3-7_all.deb
00:00:08.155 O: D: 2511 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:08.176 O: D: 2519 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libblkid1_2.40.2-2_amd64.deb
00:00:08.181 O: D: 2520 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:08.195 O: D: 2528 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libmount1_2.40.2-2_amd64.deb
00:00:08.199 O: D: 2529 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:08.216 O: D: 2537 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libsmartcols1_2.40.2-2_amd64.deb
00:00:08.220 O: D: 2538 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:08.232 O: D: 2546 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libudev1_256.4-2_amd64.deb
00:00:08.236 O: D: 2547 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:08.248 O: D: 2555 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libuuid1_2.40.2-2_amd64.deb
00:00:08.252 O: D: 2556 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:08.258 O: D: 2564 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/util-linux_2.40.2-2_amd64.deb
00:00:08.262 O: D: 2565 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:08.337 O: D: 2573 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libdebconfclient0_0.272_amd64.deb
00:00:08.341 O: D: 2574 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:08.345 O: D: 2582 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/base-passwd_3.6.4_amd64.deb
00:00:08.349 O: D: 2583 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:08.354 O: D: 2591 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/init-system-helpers_1.66_all.deb
00:00:08.358 O: D: 2592 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:08.364 O: D: 2600 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/libc-bin_2.39-6_amd64.deb
00:00:08.368 O: D: 2601 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:08.413 O: D: 2609 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/ncurses-base_6.5-2_all.deb
00:00:08.417 O: D: 2610 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:08.427 O: D: 2618 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.MotEpcmsLH//var/cache/apt/archives/sysvinit-utils_3.09-2_amd64.deb
00:00:08.432 O: D: 2619 2643 running tar -C /tmp/mmdebstrap.MotEpcmsLH --keep-directory-symlink --extract --file -
00:00:08.456 O: I: 682 2928 installing essential packages...
00:00:08.461 O: D: 682 846 run_progress: exec env --unset=APT_CONFIG --unset=TMPDIR chroot /tmp/mmdebstrap.MotEpcmsLH dpkg --install --force-depends --status-fd=${FD} /var/cache/apt/archives/gcc-14-base_14.2.0-1_amd64.deb /var/cache/apt/archives/libc6_2.39-6_amd64.deb /var/cache/apt/archives/libgcc-s1_14.2.0-1_amd64.deb /var/cache/apt/archives/mawk_1.3.4.20240622-2_amd64.deb /var/cache/apt/archives/base-files_13.5_amd64.deb /var/cache/apt/archives/libtinfo6_6.5-2_amd64.deb /var/cache/apt/archives/debianutils_5.20_amd64.deb /var/cache/apt/archives/bash_5.2.21-2.1_amd64.deb /var/cache/apt/archives/libcap2_1%3a2.66-5_amd64.deb /var/cache/apt/archives/libsystemd0_256.4-2_amd64.deb /var/cache/apt/archives/bsdutils_1%3a2.40.2-2_amd64.deb /var/cache/apt/archives/libacl1_2.3.2-2_amd64.deb /var/cache/apt/archives/libattr1_1%3a2.5.2-1_amd64.deb /var/cache/apt/archives/libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb /var/cache/apt/archives/libpcre2-8-0_10.42-4+b1_amd64.deb /var/cache/apt/archives/libselinux1_3.5-2+b3_amd64.deb /var/cache/apt/archives/libzstd1_1.5.6+dfsg-1_amd64.deb /var/cache/apt/archives/zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb /var/cache/apt/archives/libssl3t64_3.3.1-2_amd64.deb /var/cache/apt/archives/coreutils_9.4-3.1_amd64.deb /var/cache/apt/archives/dash_0.5.12-9_amd64.deb /var/cache/apt/archives/diffutils_1%3a3.10-1_amd64.deb /var/cache/apt/archives/libbz2-1.0_1.0.8-5.1_amd64.deb /var/cache/apt/archives/liblzma5_5.6.2-2_amd64.deb /var/cache/apt/archives/libmd0_1.1.0-2_amd64.deb /var/cache/apt/archives/tar_1.35+dfsg-3_amd64.deb /var/cache/apt/archives/dpkg_1.22.11_amd64.deb /var/cache/apt/archives/findutils_4.10.0-2_amd64.deb /var/cache/apt/archives/grep_3.11-4_amd64.deb /var/cache/apt/archives/gzip_1.12-1.1_amd64.deb /var/cache/apt/archives/hostname_3.23+nmu2_amd64.deb /var/cache/apt/archives/ncurses-bin_6.5-2_amd64.deb /var/cache/apt/archives/libcrypt1_1%3a4.4.36-4_amd64.deb /var/cache/apt/archives/perl-base_5.38.2-5_amd64.deb /var/cache/apt/archives/sed_4.9-2_amd64.deb /var/cache/apt/archives/libaudit-common_1%3a3.1.2-4_all.deb /var/cache/apt/archives/libcap-ng0_0.8.5-1+b1_amd64.deb /var/cache/apt/archives/libaudit1_1%3a3.1.2-4+b1_amd64.deb /var/cache/apt/archives/libdb5.3t64_5.3.28+dfsg2-7_amd64.deb /var/cache/apt/archives/debconf_1.5.87_all.deb /var/cache/apt/archives/libpam0g_1.5.3-7_amd64.deb /var/cache/apt/archives/libpam-modules-bin_1.5.3-7_amd64.deb /var/cache/apt/archives/libpam-modules_1.5.3-7_amd64.deb /var/cache/apt/archives/libpam-runtime_1.5.3-7_all.deb /var/cache/apt/archives/libblkid1_2.40.2-2_amd64.deb /var/cache/apt/archives/libmount1_2.40.2-2_amd64.deb /var/cache/apt/archives/libsmartcols1_2.40.2-2_amd64.deb /var/cache/apt/archives/libudev1_256.4-2_amd64.deb /var/cache/apt/archives/libuuid1_2.40.2-2_amd64.deb /var/cache/apt/archives/util-linux_2.40.2-2_amd64.deb /var/cache/apt/archives/libdebconfclient0_0.272_amd64.deb /var/cache/apt/archives/base-passwd_3.6.4_amd64.deb /var/cache/apt/archives/init-system-helpers_1.66_all.deb /var/cache/apt/archives/libc-bin_2.39-6_amd64.deb /var/cache/apt/archives/ncurses-base_6.5-2_all.deb /var/cache/apt/archives/sysvinit-utils_3.09-2_amd64.deb
00:00:08.489 O: Selecting previously unselected package gcc-14-base:amd64.
00:00:08.496 O: (Reading database ... 0 files and directories currently installed.)
00:00:08.501 O: Preparing to unpack .../gcc-14-base_14.2.0-1_amd64.deb ...
00:00:08.505 O: Unpacking gcc-14-base:amd64 (14.2.0-1) ...
00:00:08.534 O: Selecting previously unselected package libc6:amd64.
00:00:08.538 O: Preparing to unpack .../libc6_2.39-6_amd64.deb ...
00:00:08.589 O: Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 23.
00:00:08.658 O: dpkg-query: no packages found matching base-files
00:00:08.678 O: Unpacking libc6:amd64 (2.39-6) ...
00:00:08.937 O: Selecting previously unselected package libgcc-s1:amd64.
00:00:08.942 O: Preparing to unpack .../libgcc-s1_14.2.0-1_amd64.deb ...
00:00:08.946 O: Unpacking libgcc-s1:amd64 (14.2.0-1) ...
00:00:08.974 O: Selecting previously unselected package mawk.
00:00:08.980 O: Preparing to unpack .../mawk_1.3.4.20240622-2_amd64.deb ...
00:00:08.983 O: Unpacking mawk (1.3.4.20240622-2) ...
00:00:09.020 O: Selecting previously unselected package base-files.
00:00:09.025 O: dpkg: regarding .../base-files_13.5_amd64.deb containing base-files, pre-dependency problem:
00:00:09.029 O:  base-files pre-depends on awk
00:00:09.034 O:   mawk provides awk but is unpacked but not configured.
00:00:09.038 O: 
00:00:09.043 O: dpkg: warning: ignoring pre-dependency problem!
00:00:09.048 O: Preparing to unpack .../base-files_13.5_amd64.deb ...
00:00:09.053 O: Unpacking base-files (13.5) ...
00:00:09.101 O: Selecting previously unselected package libtinfo6:amd64.
00:00:09.106 O: Preparing to unpack .../libtinfo6_6.5-2_amd64.deb ...
00:00:09.111 O: Unpacking libtinfo6:amd64 (6.5-2) ...
00:00:09.145 O: Selecting previously unselected package debianutils.
00:00:09.149 O: dpkg: regarding .../debianutils_5.20_amd64.deb containing debianutils, pre-dependency problem:
00:00:09.154 O:  debianutils pre-depends on libc6 (>= 2.38)
00:00:09.159 O:   libc6:amd64 is unpacked, but has never been configured.
00:00:09.164 O: 
00:00:09.168 O: dpkg: warning: ignoring pre-dependency problem!
00:00:09.172 O: Preparing to unpack .../debianutils_5.20_amd64.deb ...
00:00:09.177 O: Unpacking debianutils (5.20) ...
00:00:09.210 O: Selecting previously unselected package bash.
00:00:09.220 O: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:09.227 O:  bash pre-depends on libc6 (>= 2.38)
00:00:09.231 O:   libc6:amd64 is unpacked, but has never been configured.
00:00:09.239 O: 
00:00:09.243 O: dpkg: warning: ignoring pre-dependency problem!
00:00:09.248 O: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:09.253 O:  bash pre-depends on libtinfo6 (>= 6)
00:00:09.258 O:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:09.263 O: 
00:00:09.271 O: dpkg: warning: ignoring pre-dependency problem!
00:00:09.293 O: Preparing to unpack .../bash_5.2.21-2.1_amd64.deb ...
00:00:09.302 O: Unpacking bash (5.2.21-2.1) ...
00:00:09.388 O: Selecting previously unselected package libcap2:amd64.
00:00:09.393 O: Preparing to unpack .../libcap2_1%3a2.66-5_amd64.deb ...
00:00:09.396 O: Unpacking libcap2:amd64 (1:2.66-5) ...
00:00:09.422 O: Selecting previously unselected package libsystemd0:amd64.
00:00:09.427 O: Preparing to unpack .../libsystemd0_256.4-2_amd64.deb ...
00:00:09.432 O: Unpacking libsystemd0:amd64 (256.4-2) ...
00:00:09.479 O: Selecting previously unselected package bsdutils.
00:00:09.484 O: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:09.489 O:  bsdutils pre-depends on libc6 (>= 2.38)
00:00:09.493 O:   libc6:amd64 is unpacked, but has never been configured.
00:00:09.497 O: 
00:00:09.501 O: dpkg: warning: ignoring pre-dependency problem!
00:00:09.506 O: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:09.510 O:  bsdutils pre-depends on libsystemd0 (>= 254)
00:00:09.515 O:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:09.520 O: 
00:00:09.524 O: dpkg: warning: ignoring pre-dependency problem!
00:00:09.528 O: Preparing to unpack .../bsdutils_1%3a2.40.2-2_amd64.deb ...
00:00:09.533 O: Unpacking bsdutils (1:2.40.2-2) ...
00:00:09.537 O: Selecting previously unselected package libacl1:amd64.
00:00:09.541 O: Preparing to unpack .../libacl1_2.3.2-2_amd64.deb ...
00:00:09.545 O: Unpacking libacl1:amd64 (2.3.2-2) ...
00:00:09.563 O: Selecting previously unselected package libattr1:amd64.
00:00:09.566 O: Preparing to unpack .../libattr1_1%3a2.5.2-1_amd64.deb ...
00:00:09.572 O: Unpacking libattr1:amd64 (1:2.5.2-1) ...
00:00:09.596 O: Selecting previously unselected package libgmp10:amd64.
00:00:09.601 O: Preparing to unpack .../libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb ...
00:00:09.605 O: Unpacking libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:09.645 O: Selecting previously unselected package libpcre2-8-0:amd64.
00:00:09.649 O: Preparing to unpack .../libpcre2-8-0_10.42-4+b1_amd64.deb ...
00:00:09.653 O: Unpacking libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:09.695 O: Selecting previously unselected package libselinux1:amd64.
00:00:09.700 O: Preparing to unpack .../libselinux1_3.5-2+b3_amd64.deb ...
00:00:09.705 O: Unpacking libselinux1:amd64 (3.5-2+b3) ...
00:00:09.733 O: Selecting previously unselected package libzstd1:amd64.
00:00:09.737 O: Preparing to unpack .../libzstd1_1.5.6+dfsg-1_amd64.deb ...
00:00:09.741 O: Unpacking libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:09.787 O: Selecting previously unselected package zlib1g:amd64.
00:00:09.791 O: Preparing to unpack .../zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb ...
00:00:09.795 O: Unpacking zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:09.826 O: Selecting previously unselected package libssl3t64:amd64.
00:00:09.830 O: Preparing to unpack .../libssl3t64_3.3.1-2_amd64.deb ...
00:00:09.836 O: Unpacking libssl3t64:amd64 (3.3.1-2) ...
00:00:09.997 O: Selecting previously unselected package coreutils.
00:00:10.003 O: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:10.008 O:  coreutils pre-depends on libacl1 (>= 2.2.23)
00:00:10.012 O:   libacl1:amd64 is unpacked, but has never been configured.
00:00:10.017 O: 
00:00:10.022 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.026 O: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:10.031 O:  coreutils pre-depends on libattr1 (>= 1:2.4.48)
00:00:10.035 O:   libattr1:amd64 is unpacked, but has never been configured.
00:00:10.039 O: 
00:00:10.044 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.050 O: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:10.055 O:  coreutils pre-depends on libc6 (>= 2.34)
00:00:10.059 O:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.063 O: 
00:00:10.068 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.073 O: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:10.077 O:  coreutils pre-depends on libgmp10 (>= 2:6.3.0+dfsg)
00:00:10.081 O:   libgmp10:amd64 is unpacked, but has never been configured.
00:00:10.085 O: 
00:00:10.093 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.099 O: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:10.103 O:  coreutils pre-depends on libselinux1 (>= 3.1~)
00:00:10.107 O:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:10.111 O: 
00:00:10.116 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.121 O: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:10.126 O:  coreutils pre-depends on libssl3t64 (>= 3.0.0)
00:00:10.130 O:   libssl3t64:amd64 is unpacked, but has never been configured.
00:00:10.136 O: 
00:00:10.139 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.144 O: Preparing to unpack .../coreutils_9.4-3.1_amd64.deb ...
00:00:10.147 O: Unpacking coreutils (9.4-3.1) ...
00:00:10.298 O: Selecting previously unselected package dash.
00:00:10.303 O: dpkg: regarding .../dash_0.5.12-9_amd64.deb containing dash, pre-dependency problem:
00:00:10.307 O:  dash pre-depends on libc6 (>= 2.38)
00:00:10.311 O:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.315 O: 
00:00:10.319 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.323 O: Preparing to unpack .../dash_0.5.12-9_amd64.deb ...
00:00:10.327 O: Unpacking dash (0.5.12-9) ...
00:00:10.336 O: Selecting previously unselected package diffutils.
00:00:10.341 O: dpkg: regarding .../diffutils_1%3a3.10-1_amd64.deb containing diffutils, pre-dependency problem:
00:00:10.345 O:  diffutils pre-depends on libc6 (>= 2.34)
00:00:10.349 O:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.353 O: 
00:00:10.357 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.361 O: Preparing to unpack .../diffutils_1%3a3.10-1_amd64.deb ...
00:00:10.365 O: Unpacking diffutils (1:3.10-1) ...
00:00:10.404 O: Selecting previously unselected package libbz2-1.0:amd64.
00:00:10.408 O: Preparing to unpack .../libbz2-1.0_1.0.8-5.1_amd64.deb ...
00:00:10.413 O: Unpacking libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:10.436 O: Selecting previously unselected package liblzma5:amd64.
00:00:10.440 O: Preparing to unpack .../liblzma5_5.6.2-2_amd64.deb ...
00:00:10.444 O: Unpacking liblzma5:amd64 (5.6.2-2) ...
00:00:10.479 O: Selecting previously unselected package libmd0:amd64.
00:00:10.483 O: Preparing to unpack .../libmd0_1.1.0-2_amd64.deb ...
00:00:10.487 O: Unpacking libmd0:amd64 (1.1.0-2) ...
00:00:10.512 O: Selecting previously unselected package tar.
00:00:10.516 O: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:10.520 O:  tar pre-depends on libacl1 (>= 2.2.23)
00:00:10.524 O:   libacl1:amd64 is unpacked, but has never been configured.
00:00:10.528 O: 
00:00:10.532 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.536 O: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:10.540 O:  tar pre-depends on libc6 (>= 2.34)
00:00:10.544 O:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.548 O: 
00:00:10.551 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.555 O: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:10.559 O:  tar pre-depends on libselinux1 (>= 3.1~)
00:00:10.564 O:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:10.568 O: 
00:00:10.572 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.575 O: Preparing to unpack .../tar_1.35+dfsg-3_amd64.deb ...
00:00:10.579 O: Unpacking tar (1.35+dfsg-3) ...
00:00:10.601 O: Selecting previously unselected package dpkg.
00:00:10.606 O: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:10.611 O:  dpkg pre-depends on libbz2-1.0
00:00:10.615 O:   libbz2-1.0:amd64 is unpacked, but has never been configured.
00:00:10.619 O: 
00:00:10.623 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.627 O: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:10.632 O:  dpkg pre-depends on libc6 (>= 2.38)
00:00:10.637 O:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.641 O: 
00:00:10.645 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.650 O: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:10.654 O:  dpkg pre-depends on liblzma5 (>= 5.4.0)
00:00:10.658 O:   liblzma5:amd64 is unpacked, but has never been configured.
00:00:10.663 O: 
00:00:10.667 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.672 O: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:10.676 O:  dpkg pre-depends on libmd0 (>= 0.0.0)
00:00:10.680 O:   libmd0:amd64 is unpacked, but has never been configured.
00:00:10.684 O: 
00:00:10.689 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.694 O: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:10.699 O:  dpkg pre-depends on libselinux1 (>= 3.1~)
00:00:10.703 O:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:10.706 O: 
00:00:10.710 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.715 O: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:10.719 O:  dpkg pre-depends on libzstd1 (>= 1.5.5)
00:00:10.723 O:   libzstd1:amd64 is unpacked, but has never been configured.
00:00:10.727 O: 
00:00:10.732 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.736 O: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:10.741 O:  dpkg pre-depends on zlib1g (>= 1:1.1.4)
00:00:10.745 O:   zlib1g:amd64 is unpacked, but has never been configured.
00:00:10.749 O: 
00:00:10.754 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.758 O: Preparing to unpack .../dpkg_1.22.11_amd64.deb ...
00:00:10.762 O: Unpacking dpkg (1.22.11) ...
00:00:10.767 O: Selecting previously unselected package findutils.
00:00:10.771 O: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:10.775 O:  findutils pre-depends on libc6 (>= 2.38)
00:00:10.780 O:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.785 O: 
00:00:10.789 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.793 O: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:10.797 O:  findutils pre-depends on libselinux1 (>= 3.1~)
00:00:10.801 O:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:10.805 O: 
00:00:10.809 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.813 O: Preparing to unpack .../findutils_4.10.0-2_amd64.deb ...
00:00:10.817 O: Unpacking findutils (4.10.0-2) ...
00:00:10.821 O: Selecting previously unselected package grep.
00:00:10.825 O: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:10.829 O:  grep pre-depends on libc6 (>= 2.34)
00:00:10.834 O:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.838 O: 
00:00:10.843 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.847 O: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:10.851 O:  grep pre-depends on libpcre2-8-0 (>= 10.32)
00:00:10.856 O:   libpcre2-8-0:amd64 is unpacked, but has never been configured.
00:00:10.860 O: 
00:00:10.864 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.869 O: Preparing to unpack .../archives/grep_3.11-4_amd64.deb ...
00:00:10.874 O: Unpacking grep (3.11-4) ...
00:00:10.889 O: Selecting previously unselected package gzip.
00:00:10.893 O: dpkg: regarding .../gzip_1.12-1.1_amd64.deb containing gzip, pre-dependency problem:
00:00:10.897 O:  gzip pre-depends on libc6 (>= 2.34)
00:00:10.902 O:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.907 O: 
00:00:10.911 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.915 O: Preparing to unpack .../gzip_1.12-1.1_amd64.deb ...
00:00:10.924 O: Unpacking gzip (1.12-1.1) ...
00:00:10.967 O: Selecting previously unselected package hostname.
00:00:10.972 O: dpkg: regarding .../hostname_3.23+nmu2_amd64.deb containing hostname, pre-dependency problem:
00:00:10.976 O:  hostname pre-depends on libc6 (>= 2.34)
00:00:10.980 O:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.984 O: 
00:00:10.988 O: dpkg: warning: ignoring pre-dependency problem!
00:00:10.992 O: Preparing to unpack .../hostname_3.23+nmu2_amd64.deb ...
00:00:10.996 O: Unpacking hostname (3.23+nmu2) ...
00:00:11.000 O: Selecting previously unselected package ncurses-bin.
00:00:11.004 O: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:11.007 O:  ncurses-bin pre-depends on libc6 (>= 2.34)
00:00:11.011 O:   libc6:amd64 is unpacked, but has never been configured.
00:00:11.016 O: 
00:00:11.019 O: dpkg: warning: ignoring pre-dependency problem!
00:00:11.024 O: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:11.028 O:  ncurses-bin pre-depends on libtinfo6 (>= 6.4+20230603)
00:00:11.033 O:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:11.038 O: 
00:00:11.042 O: dpkg: warning: ignoring pre-dependency problem!
00:00:11.047 O: Preparing to unpack .../ncurses-bin_6.5-2_amd64.deb ...
00:00:11.052 O: Unpacking ncurses-bin (6.5-2) ...
00:00:11.056 O: Selecting previously unselected package libcrypt1:amd64.
00:00:11.061 O: Preparing to unpack .../libcrypt1_1%3a4.4.36-4_amd64.deb ...
00:00:11.065 O: Unpacking libcrypt1:amd64 (1:4.4.36-4) ...
00:00:11.096 O: Selecting previously unselected package perl-base.
00:00:11.100 O: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:11.105 O:  perl-base pre-depends on libc6 (>= 2.38)
00:00:11.110 O:   libc6:amd64 is unpacked, but has never been configured.
00:00:11.114 O: 
00:00:11.118 O: dpkg: warning: ignoring pre-dependency problem!
00:00:11.122 O: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:11.126 O:  perl-base pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:11.130 O:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:11.133 O: 
00:00:11.137 O: dpkg: warning: ignoring pre-dependency problem!
00:00:11.141 O: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:11.145 O:  perl-base pre-depends on dpkg (>= 1.17.17)
00:00:11.149 O:   dpkg is unpacked, but has never been configured.
00:00:11.153 O: 
00:00:11.157 O: dpkg: warning: ignoring pre-dependency problem!
00:00:11.161 O: Preparing to unpack .../perl-base_5.38.2-5_amd64.deb ...
00:00:11.165 O: Unpacking perl-base (5.38.2-5) ...
00:00:11.426 O: Selecting previously unselected package sed.
00:00:11.431 O: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:11.436 O:  sed pre-depends on libacl1 (>= 2.2.23)
00:00:11.440 O:   libacl1:amd64 is unpacked, but has never been configured.
00:00:11.445 O: 
00:00:11.449 O: dpkg: warning: ignoring pre-dependency problem!
00:00:11.453 O: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:11.457 O:  sed pre-depends on libc6 (>= 2.34)
00:00:11.461 O:   libc6:amd64 is unpacked, but has never been configured.
00:00:11.465 O: 
00:00:11.469 O: dpkg: warning: ignoring pre-dependency problem!
00:00:11.473 O: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:11.477 O:  sed pre-depends on libselinux1 (>= 3.1~)
00:00:11.482 O:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:11.486 O: 
00:00:11.490 O: dpkg: warning: ignoring pre-dependency problem!
00:00:11.494 O: Preparing to unpack .../archives/sed_4.9-2_amd64.deb ...
00:00:11.499 O: Unpacking sed (4.9-2) ...
00:00:11.503 O: Selecting previously unselected package libaudit-common.
00:00:11.507 O: Preparing to unpack .../libaudit-common_1%3a3.1.2-4_all.deb ...
00:00:11.511 O: Unpacking libaudit-common (1:3.1.2-4) ...
00:00:11.525 O: Selecting previously unselected package libcap-ng0:amd64.
00:00:11.530 O: Preparing to unpack .../libcap-ng0_0.8.5-1+b1_amd64.deb ...
00:00:11.534 O: Unpacking libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:11.563 O: Selecting previously unselected package libaudit1:amd64.
00:00:11.568 O: Preparing to unpack .../libaudit1_1%3a3.1.2-4+b1_amd64.deb ...
00:00:11.572 O: Unpacking libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:11.601 O: Selecting previously unselected package libdb5.3t64:amd64.
00:00:11.605 O: Preparing to unpack .../libdb5.3t64_5.3.28+dfsg2-7_amd64.deb ...
00:00:11.609 O: Unpacking libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:11.686 O: Selecting previously unselected package debconf.
00:00:11.691 O: Preparing to unpack .../debconf_1.5.87_all.deb ...
00:00:11.695 O: Unpacking debconf (1.5.87) ...
00:00:11.769 O: Selecting previously unselected package libpam0g:amd64.
00:00:11.773 O: Preparing to unpack .../libpam0g_1.5.3-7_amd64.deb ...
00:00:11.779 O: Unpacking libpam0g:amd64 (1.5.3-7) ...
00:00:11.810 O: Selecting previously unselected package libpam-modules-bin.
00:00:11.814 O: Preparing to unpack .../libpam-modules-bin_1.5.3-7_amd64.deb ...
00:00:11.818 O: Unpacking libpam-modules-bin (1.5.3-7) ...
00:00:11.854 O: Selecting previously unselected package libpam-modules:amd64.
00:00:11.859 O: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.863 O:  libpam-modules pre-depends on libaudit1 (>= 1:2.2.1)
00:00:11.867 O:   libaudit1:amd64 is unpacked, but has never been configured.
00:00:11.872 O: 
00:00:11.876 O: dpkg: warning: ignoring pre-dependency problem!
00:00:11.880 O: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.884 O:  libpam-modules pre-depends on libc6 (>= 2.34)
00:00:11.888 O:   libc6:amd64 is unpacked, but has never been configured.
00:00:11.892 O: 
00:00:11.896 O: dpkg: warning: ignoring pre-dependency problem!
00:00:11.900 O: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.904 O:  libpam-modules pre-depends on libcrypt1 (>= 1:4.3.0)
00:00:11.908 O:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:11.911 O: 
00:00:11.915 O: dpkg: warning: ignoring pre-dependency problem!
00:00:11.920 O: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.924 O:  libpam-modules pre-depends on libdb5.3t64
00:00:11.928 O:   libdb5.3t64:amd64 is unpacked, but has never been configured.
00:00:11.931 O: 
00:00:11.935 O: dpkg: warning: ignoring pre-dependency problem!
00:00:11.939 O: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.943 O:  libpam-modules pre-depends on libpam0g (>= 1.4.1)
00:00:11.948 O:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:11.952 O: 
00:00:11.956 O: dpkg: warning: ignoring pre-dependency problem!
00:00:11.961 O: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.965 O:  libpam-modules pre-depends on libselinux1 (>= 3.1~)
00:00:11.969 O:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:11.974 O: 
00:00:11.978 O: dpkg: warning: ignoring pre-dependency problem!
00:00:11.982 O: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.986 O:  libpam-modules pre-depends on libsystemd0
00:00:11.990 O:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:11.993 O: 
00:00:11.997 O: dpkg: warning: ignoring pre-dependency problem!
00:00:12.002 O: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:12.006 O:  libpam-modules pre-depends on debconf (>= 0.5) | debconf-2.0
00:00:12.010 O:   debconf is unpacked, but has never been configured.
00:00:12.014 O:   debconf provides debconf-2.0 but is unpacked but not configured.
00:00:12.018 O: 
00:00:12.021 O: dpkg: warning: ignoring pre-dependency problem!
00:00:12.025 O: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:12.030 O:  libpam-modules pre-depends on libpam-modules-bin (= 1.5.3-7)
00:00:12.034 O:   libpam-modules-bin is unpacked, but has never been configured.
00:00:12.038 O: 
00:00:12.042 O: dpkg: warning: ignoring pre-dependency problem!
00:00:12.046 O: Preparing to unpack .../libpam-modules_1.5.3-7_amd64.deb ...
00:00:12.051 O: Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 23.
00:00:12.055 O: Unpacking libpam-modules:amd64 (1.5.3-7) ...
00:00:12.060 O: Selecting previously unselected package libpam-runtime.
00:00:12.065 O: Preparing to unpack .../libpam-runtime_1.5.3-7_all.deb ...
00:00:12.069 O: Unpacking libpam-runtime (1.5.3-7) ...
00:00:12.107 O: Selecting previously unselected package libblkid1:amd64.
00:00:12.111 O: Preparing to unpack .../libblkid1_2.40.2-2_amd64.deb ...
00:00:12.115 O: Unpacking libblkid1:amd64 (2.40.2-2) ...
00:00:12.148 O: Selecting previously unselected package libmount1:amd64.
00:00:12.152 O: Preparing to unpack .../libmount1_2.40.2-2_amd64.deb ...
00:00:12.156 O: Unpacking libmount1:amd64 (2.40.2-2) ...
00:00:12.198 O: Selecting previously unselected package libsmartcols1:amd64.
00:00:12.203 O: Preparing to unpack .../libsmartcols1_2.40.2-2_amd64.deb ...
00:00:12.208 O: Unpacking libsmartcols1:amd64 (2.40.2-2) ...
00:00:12.241 O: Selecting previously unselected package libudev1:amd64.
00:00:12.245 O: Preparing to unpack .../libudev1_256.4-2_amd64.deb ...
00:00:12.250 O: Unpacking libudev1:amd64 (256.4-2) ...
00:00:12.283 O: Selecting previously unselected package libuuid1:amd64.
00:00:12.288 O: Preparing to unpack .../libuuid1_2.40.2-2_amd64.deb ...
00:00:12.293 O: Unpacking libuuid1:amd64 (2.40.2-2) ...
00:00:12.319 O: Selecting previously unselected package util-linux.
00:00:12.323 O: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:12.327 O:  util-linux pre-depends on libpam-modules
00:00:12.331 O:   libpam-modules:amd64 is unpacked, but has never been configured.
00:00:12.335 O: 
00:00:12.339 O: dpkg: warning: ignoring pre-dependency problem!
00:00:12.343 O: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:12.347 O:  util-linux pre-depends on libpam-runtime
00:00:12.351 O:   libpam-runtime is unpacked, but has never been configured.
00:00:12.355 O: 
00:00:12.359 O: dpkg: warning: ignoring pre-dependency problem!
00:00:12.363 O: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:12.367 O:  util-linux pre-depends on libblkid1 (= 2.40.2-2)
00:00:12.371 O:   libblkid1:amd64 is unpacked, but has never been configured.
00:00:12.375 O: 
00:00:12.379 O: dpkg: warning: ignoring pre-dependency problem!
00:00:12.383 O: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:12.387 O:  util-linux pre-depends on libc6 (>= 2.38)
00:00:12.391 O:   libc6:amd64 is unpacked, but has never been configured.
00:00:12.397 O: 
00:00:12.401 O: dpkg: warning: ignoring pre-dependency problem!
00:00:12.405 O: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:12.409 O:  util-linux pre-depends on libcap-ng0 (>= 0.7.9)
00:00:12.414 O:   libcap-ng0:amd64 is unpacked, but has never been configured.
00:00:12.417 O: 
00:00:12.421 O: dpkg: warning: ignoring pre-dependency problem!
00:00:12.425 O: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:12.429 O:  util-linux pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:12.433 O:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:12.436 O: 
00:00:12.440 O: dpkg: warning: ignoring pre-dependency problem!
00:00:12.444 O: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:12.448 O:  util-linux pre-depends on libmount1 (= 2.40.2-2)
00:00:12.453 O:   libmount1:amd64 is unpacked, but has never been configured.
00:00:12.457 O: 
00:00:12.461 O: dpkg: warning: ignoring pre-dependency problem!
00:00:12.464 O: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:12.468 O:  util-linux pre-depends on libpam0g (>= 0.99.7.1)
00:00:12.472 O:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:12.475 O: 
00:00:12.479 O: dpkg: warning: ignoring pre-dependency problem!
00:00:12.483 O: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:12.487 O:  util-linux pre-depends on libselinux1 (>= 3.1~)
00:00:12.491 O:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:12.495 O: 
00:00:12.499 O: dpkg: warning: ignoring pre-dependency problem!
00:00:12.503 O: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:12.507 O:  util-linux pre-depends on libsmartcols1 (= 2.40.2-2)
00:00:12.511 O:   libsmartcols1:amd64 is unpacked, but has never been configured.
00:00:12.515 O: 
00:00:12.518 O: dpkg: warning: ignoring pre-dependency problem!
00:00:12.522 O: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:12.526 O:  util-linux pre-depends on libsystemd0
00:00:12.530 O:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:12.534 O: 
00:00:12.538 O: dpkg: warning: ignoring pre-dependency problem!
00:00:12.542 O: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:12.546 O:  util-linux pre-depends on libtinfo6 (>= 6)
00:00:12.550 O:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:12.554 O: 
00:00:12.558 O: dpkg: warning: ignoring pre-dependency problem!
00:00:12.563 O: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:12.567 O:  util-linux pre-depends on libudev1 (>= 183)
00:00:12.572 O:   libudev1:amd64 is unpacked, but has never been configured.
00:00:12.576 O: 
00:00:12.580 O: dpkg: warning: ignoring pre-dependency problem!
00:00:12.584 O: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:12.588 O:  util-linux pre-depends on libuuid1 (= 2.40.2-2)
00:00:12.592 O:   libuuid1:amd64 is unpacked, but has never been configured.
00:00:12.595 O: 
00:00:12.599 O: dpkg: warning: ignoring pre-dependency problem!
00:00:12.603 O: Preparing to unpack .../util-linux_2.40.2-2_amd64.deb ...
00:00:12.607 O: Unpacking util-linux (2.40.2-2) ...
00:00:12.611 O: Selecting previously unselected package libdebconfclient0:amd64.
00:00:12.615 O: Preparing to unpack .../libdebconfclient0_0.272_amd64.deb ...
00:00:12.627 O: Unpacking libdebconfclient0:amd64 (0.272) ...
00:00:12.632 O: Selecting previously unselected package base-passwd.
00:00:12.641 O: Preparing to unpack .../base-passwd_3.6.4_amd64.deb ...
00:00:12.646 O: Unpacking base-passwd (3.6.4) ...
00:00:12.655 O: Selecting previously unselected package init-system-helpers.
00:00:12.660 O: Preparing to unpack .../init-system-helpers_1.66_all.deb ...
00:00:12.665 O: Unpacking init-system-helpers (1.66) ...
00:00:12.669 O: Selecting previously unselected package libc-bin.
00:00:12.674 O: Preparing to unpack .../libc-bin_2.39-6_amd64.deb ...
00:00:12.678 O: Unpacking libc-bin (2.39-6) ...
00:00:12.704 O: Selecting previously unselected package ncurses-base.
00:00:12.709 O: Preparing to unpack .../ncurses-base_6.5-2_all.deb ...
00:00:12.714 O: Unpacking ncurses-base (6.5-2) ...
00:00:12.757 O: Selecting previously unselected package sysvinit-utils.
00:00:12.762 O: Preparing to unpack .../sysvinit-utils_3.09-2_amd64.deb ...
00:00:12.766 O: Unpacking sysvinit-utils (3.09-2) ...
00:00:12.782 O: Setting up gcc-14-base:amd64 (14.2.0-1) ...
00:00:12.787 O: Setting up libaudit-common (1:3.1.2-4) ...
00:00:12.794 O: Setting up debconf (1.5.87) ...
00:00:12.966 O: Setting up ncurses-base (6.5-2) ...
00:00:12.974 O: Setting up libgcc-s1:amd64 (14.2.0-1) ...
00:00:12.997 O: Setting up libc6:amd64 (2.39-6) ...
00:00:13.120 O: Setting up mawk (1.3.4.20240622-2) ...
00:00:13.128 O: update-alternatives: using /usr/bin/mawk to provide /usr/bin/awk (awk) in auto mode
00:00:13.134 O: Setting up base-files (13.5) ...
00:00:13.253 O: Setting up libtinfo6:amd64 (6.5-2) ...
00:00:13.258 O: Setting up debianutils (5.20) ...
00:00:13.330 O: update-alternatives: using /usr/bin/which.debianutils to provide /usr/bin/which (which) in auto mode
00:00:13.336 O: Setting up bash (5.2.21-2.1) ...
00:00:13.354 O: update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
00:00:13.360 O: Setting up libcap2:amd64 (1:2.66-5) ...
00:00:13.367 O: Setting up libsystemd0:amd64 (256.4-2) ...
00:00:13.372 O: Setting up bsdutils (1:2.40.2-2) ...
00:00:13.379 O: Setting up libacl1:amd64 (2.3.2-2) ...
00:00:13.384 O: Setting up libattr1:amd64 (1:2.5.2-1) ...
00:00:13.391 O: Setting up libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:13.396 O: Setting up libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:13.403 O: Setting up libselinux1:amd64 (3.5-2+b3) ...
00:00:13.412 O: Setting up libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:13.419 O: Setting up zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:13.425 O: Setting up libssl3t64:amd64 (3.3.1-2) ...
00:00:13.430 O: Setting up coreutils (9.4-3.1) ...
00:00:13.449 O: Setting up dash (0.5.12-9) ...
00:00:13.511 O: Setting up diffutils (1:3.10-1) ...
00:00:13.515 O: Setting up libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:13.520 O: Setting up liblzma5:amd64 (5.6.2-2) ...
00:00:13.526 O: Setting up libmd0:amd64 (1.1.0-2) ...
00:00:13.532 O: Setting up tar (1.35+dfsg-3) ...
00:00:13.539 O: update-alternatives: using /usr/sbin/rmt-tar to provide /usr/sbin/rmt (rmt) in auto mode
00:00:13.544 O: Setting up dpkg (1.22.11) ...
00:00:13.778 O: Setting up findutils (4.10.0-2) ...
00:00:13.782 O: Setting up grep (3.11-4) ...
00:00:13.788 O: Setting up gzip (1.12-1.1) ...
00:00:13.826 O: Setting up hostname (3.23+nmu2) ...
00:00:13.832 O: Setting up ncurses-bin (6.5-2) ...
00:00:13.838 O: Setting up libcrypt1:amd64 (1:4.4.36-4) ...
00:00:13.842 O: Setting up perl-base (5.38.2-5) ...
00:00:13.856 O: Setting up sed (4.9-2) ...
00:00:13.862 O: Setting up libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:13.868 O: Setting up libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:13.873 O: Setting up libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:13.879 O: Setting up libpam0g:amd64 (1.5.3-7) ...
00:00:13.990 O: Setting up libpam-modules-bin (1.5.3-7) ...
00:00:13.998 O: Setting up libpam-modules:amd64 (1.5.3-7) ...
00:00:14.027 O: Setting up libpam-runtime (1.5.3-7) ...
00:00:14.212 O: Setting up libblkid1:amd64 (2.40.2-2) ...
00:00:14.218 O: Setting up libmount1:amd64 (2.40.2-2) ...
00:00:14.225 O: Setting up libsmartcols1:amd64 (2.40.2-2) ...
00:00:14.233 O: Setting up libudev1:amd64 (256.4-2) ...
00:00:14.241 O: Setting up libuuid1:amd64 (2.40.2-2) ...
00:00:14.250 O: Setting up util-linux (2.40.2-2) ...
00:00:14.266 O: update-alternatives: using /bin/more to provide /usr/bin/pager (pager) in auto mode
00:00:14.468 O: Setting up libdebconfclient0:amd64 (0.272) ...
00:00:14.474 O: Setting up base-passwd (3.6.4) ...
00:00:14.615 O: Setting up init-system-helpers (1.66) ...
00:00:14.620 O: Setting up libc-bin (2.39-6) ...
00:00:14.644 O: Setting up sysvinit-utils (3.09-2) ...
00:00:14.691 O: I: 682 3047 installing remaining packages inside the chroot...
00:00:14.696 O: D: 682 846 run_progress: exec apt-get -o Dir::Bin::dpkg=env -o DPkg::Options::=--unset=TMPDIR -o DPkg::Options::=dpkg --yes install -oDebug::pkgProblemResolver=true -oDebug::pkgDepCache::Marker=1 -oDebug::pkgDepCache::AutoInstall=1 -oAPT::Status-Fd=${FD} -oDpkg::Use-Pty=false apt
00:00:14.873 O: Reading package lists...
00:00:15.103 O: Building dependency tree...
00:00:15.152 O:   MarkInstall apt:amd64 < none -> 2.9.7 @un pumN Ib > FU=1
00:00:15.158 O:   Installing gpgv:amd64 as Depends of apt:amd64
00:00:15.164 O:     MarkInstall gpgv:amd64 < none -> 2.2.43-8 @un uN Ib > FU=0
00:00:15.168 O:     Installing libgcrypt20:amd64 as Depends of gpgv:amd64
00:00:15.173 O:       MarkInstall libgcrypt20:amd64 < none -> 1.11.0-5 @un umN Ib > FU=0
00:00:15.182 O:       Installing libgpg-error0:amd64 as Depends of libgcrypt20:amd64
00:00:15.190 O:         MarkInstall libgpg-error0:amd64 < none -> 1.50-2 @un uN > FU=0
00:00:15.195 O:   Installing libapt-pkg6.0t64:amd64 as Depends of apt:amd64
00:00:15.199 O:     MarkInstall libapt-pkg6.0t64:amd64 < none -> 2.9.7 @un puN Ib > FU=0
00:00:15.205 O:       MarkInstall libbz2-1.0:amd64 < 1.0.8-5.1 @ii pmK > FU=0
00:00:15.213 O:         MarkInstall libc6:amd64 < 2.39-6 @ii pmK > FU=0
00:00:15.220 O:           MarkInstall libgcc-s1:amd64 < 14.2.0-1 @ii pmK > FU=0
00:00:15.225 O:             MarkInstall gcc-14-base:amd64 < 14.2.0-1 @ii pmK > FU=0
00:00:15.230 O:       MarkInstall libgcrypt20:amd64 < none -> 1.11.0-5 @un pumN > FU=0
00:00:15.235 O:         MarkInstall libgpg-error0:amd64 < none -> 1.50-2 @un puN > FU=0
00:00:15.240 O:     Installing liblz4-1:amd64 as Depends of libapt-pkg6.0t64:amd64
00:00:15.248 O:       MarkInstall liblz4-1:amd64 < none -> 1.9.4-3 @un pumN Ib > FU=0
00:00:15.256 O:       Installing libxxhash0:amd64 as Depends of liblz4-1:amd64
00:00:15.276 O:         MarkInstall libxxhash0:amd64 < none -> 0.8.2-2+b1 @un puN > FU=0
00:00:15.281 O:       MarkInstall liblzma5:amd64 < 5.6.2-2 @ii pmK > FU=0
00:00:15.286 O:     Installing libstdc++6:amd64 as Depends of libapt-pkg6.0t64:amd64
00:00:15.291 O:       MarkInstall libstdc++6:amd64 < none -> 14.2.0-1 @un puN > FU=0
00:00:15.296 O:       MarkInstall libudev1:amd64 < 256.4-2 @ii pmK > FU=0
00:00:15.300 O:         MarkInstall libcap2:amd64 < 1:2.66-5 @ii pmK > FU=0
00:00:15.305 O:       MarkInstall libzstd1:amd64 < 1.5.6+dfsg-1 @ii pmK > FU=0
00:00:15.310 O:       MarkInstall zlib1g:amd64 < 1:1.3.dfsg+really1.3.1-1 @ii pmK > FU=0
00:00:15.314 O:   Installing debian-archive-keyring:amd64 as Depends of apt:amd64
00:00:15.318 O:     MarkInstall debian-archive-keyring:amd64 < none -> 2023.4 @un puN > FU=0
00:00:15.323 O:   Installing libgnutls30t64:amd64 as Depends of apt:amd64
00:00:15.327 O:     MarkInstall libgnutls30t64:amd64 < none -> 3.8.6-2 @un puN Ib > FU=0
00:00:15.332 O:       MarkInstall libgmp10:amd64 < 2:6.3.0+dfsg-2+b1 @ii pmK > FU=0
00:00:15.337 O:     Installing libhogweed6t64:amd64 as Depends of libgnutls30t64:amd64
00:00:15.341 O:       MarkInstall libhogweed6t64:amd64 < none -> 3.10-1 @un puN Ib > FU=0
00:00:15.345 O:       Installing libnettle8t64:amd64 as Depends of libhogweed6t64:amd64
00:00:15.350 O:         MarkInstall libnettle8t64:amd64 < none -> 3.10-1 @un puN > FU=0
00:00:15.354 O:     Installing libidn2-0:amd64 as Depends of libgnutls30t64:amd64
00:00:15.358 O:       MarkInstall libidn2-0:amd64 < none -> 2.3.7-2 @un pumN Ib > FU=0
00:00:15.364 O:       Installing libunistring5:amd64 as Depends of libidn2-0:amd64
00:00:15.368 O:         MarkInstall libunistring5:amd64 < none -> 1.2-1 @un puN > FU=0
00:00:15.373 O:     Installing libp11-kit0:amd64 as Depends of libgnutls30t64:amd64
00:00:15.377 O:       MarkInstall libp11-kit0:amd64 < none -> 0.25.5-2 @un puN Ib > FU=0
00:00:15.381 O:       Installing libffi8:amd64 as Depends of libp11-kit0:amd64
00:00:15.385 O:         MarkInstall libffi8:amd64 < none -> 3.4.6-1 @un puN > FU=0
00:00:15.389 O:     Installing libtasn1-6:amd64 as Depends of libgnutls30t64:amd64
00:00:15.393 O:       MarkInstall libtasn1-6:amd64 < none -> 4.19.0-3+b2 @un puN > FU=0
00:00:15.398 O:   Installing libseccomp2:amd64 as Depends of apt:amd64
00:00:15.402 O:     MarkInstall libseccomp2:amd64 < none -> 2.5.5-1+b1 @un puN > FU=0
00:00:15.493 O: Starting pkgProblemResolver with broken count: 0
00:00:15.563 O: Starting 2 pkgProblemResolver with broken count: 0
00:00:15.570 O: Done
00:00:16.081 O: The following additional packages will be installed:
00:00:16.087 O:   debian-archive-keyring gpgv libapt-pkg6.0t64 libffi8 libgcrypt20
00:00:16.091 O:   libgnutls30t64 libgpg-error0 libhogweed6t64 libidn2-0 liblz4-1 libnettle8t64
00:00:16.095 O:   libp11-kit0 libseccomp2 libstdc++6 libtasn1-6 libunistring5 libxxhash0
00:00:16.099 O: Suggested packages:
00:00:16.104 O:   apt-doc aptitude | synaptic | wajig dpkg-dev gnupg | gnupg2 | gnupg1
00:00:16.109 O:   powermgmt-base gnupg rng-tools gnutls-bin
00:00:16.113 O: Recommended packages:
00:00:16.119 O:   ca-certificates libgpg-error-l10n
00:00:16.123 O: The following NEW packages will be installed:
00:00:16.128 O:   apt debian-archive-keyring gpgv libapt-pkg6.0t64 libffi8 libgcrypt20
00:00:16.132 O:   libgnutls30t64 libgpg-error0 libhogweed6t64 libidn2-0 liblz4-1 libnettle8t64
00:00:16.136 O:   libp11-kit0 libseccomp2 libstdc++6 libtasn1-6 libunistring5 libxxhash0
00:00:16.183 O: 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded.
00:00:16.188 O: Need to get 7733 kB of archives.
00:00:16.192 O: After this operation, 23.9 MB of additional disk space will be used.
00:00:16.196 O: Get:1 http://127.0.0.1/debian unstable/main amd64 libgpg-error0 amd64 1.50-2 [81.5 kB]
00:00:16.201 O: Get:2 http://127.0.0.1/debian unstable/main amd64 libgcrypt20 amd64 1.11.0-5 [842 kB]
00:00:16.223 O: Get:3 http://127.0.0.1/debian unstable/main amd64 gpgv amd64 2.2.43-8 [216 kB]
00:00:16.244 O: Get:4 http://127.0.0.1/debian unstable/main amd64 libxxhash0 amd64 0.8.2-2+b1 [26.6 kB]
00:00:16.256 O: Get:5 http://127.0.0.1/debian unstable/main amd64 liblz4-1 amd64 1.9.4-3 [59.4 kB]
00:00:16.266 O: Get:6 http://127.0.0.1/debian unstable/main amd64 libstdc++6 amd64 14.2.0-1 [713 kB]
00:00:16.304 O: Get:7 http://127.0.0.1/debian unstable/main amd64 libapt-pkg6.0t64 amd64 2.9.7 [1044 kB]
00:00:16.343 O: Get:8 http://127.0.0.1/debian unstable/main amd64 debian-archive-keyring all 2023.4 [161 kB]
00:00:16.357 O: Get:9 http://127.0.0.1/debian unstable/main amd64 libnettle8t64 amd64 3.10-1 [303 kB]
00:00:16.376 O: Get:10 http://127.0.0.1/debian unstable/main amd64 libhogweed6t64 amd64 3.10-1 [334 kB]
00:00:16.396 O: Get:11 http://127.0.0.1/debian unstable/main amd64 libunistring5 amd64 1.2-1 [425 kB]
00:00:16.419 O: Get:12 http://127.0.0.1/debian unstable/main amd64 libidn2-0 amd64 2.3.7-2 [128 kB]
00:00:16.437 O: Get:13 http://127.0.0.1/debian unstable/main amd64 libffi8 amd64 3.4.6-1 [23.6 kB]
00:00:16.447 O: Get:14 http://127.0.0.1/debian unstable/main amd64 libp11-kit0 amd64 0.25.5-2 [424 kB]
00:00:16.466 O: Get:15 http://127.0.0.1/debian unstable/main amd64 libtasn1-6 amd64 4.19.0-3+b2 [48.9 kB]
00:00:16.478 O: Get:16 http://127.0.0.1/debian unstable/main amd64 libgnutls30t64 amd64 3.8.6-2 [1444 kB]
00:00:16.521 O: Get:17 http://127.0.0.1/debian unstable/main amd64 libseccomp2 amd64 2.5.5-1+b1 [47.3 kB]
00:00:16.531 O: Get:18 http://127.0.0.1/debian unstable/main amd64 apt amd64 2.9.7 [1410 kB]
00:00:16.640 O: Fetched 7733 kB in 0s (19.1 MB/s)
00:00:16.647 O: Chrooting into /tmp/mmdebstrap.MotEpcmsLH/
00:00:16.749 O: debconf: delaying package configuration, since apt-utils is not installed
00:00:16.802 O: Fetched 7733 kB in 0s (19.1 MB/s)
00:00:16.807 O: Chrooting into /tmp/mmdebstrap.MotEpcmsLH/
00:00:16.824 O: Selecting previously unselected package libgpg-error0:amd64.
00:00:16.829 O: (Reading database ... 3522 files and directories currently installed.)
00:00:16.834 O: Preparing to unpack .../00-libgpg-error0_1.50-2_amd64.deb ...
00:00:16.839 O: Unpacking libgpg-error0:amd64 (1.50-2) ...
00:00:16.868 O: Selecting previously unselected package libgcrypt20:amd64.
00:00:16.873 O: Preparing to unpack .../01-libgcrypt20_1.11.0-5_amd64.deb ...
00:00:16.877 O: Unpacking libgcrypt20:amd64 (1.11.0-5) ...
00:00:16.937 O: Selecting previously unselected package gpgv.
00:00:16.941 O: Preparing to unpack .../02-gpgv_2.2.43-8_amd64.deb ...
00:00:16.944 O: Unpacking gpgv (2.2.43-8) ...
00:00:16.982 O: Selecting previously unselected package libxxhash0:amd64.
00:00:16.987 O: Preparing to unpack .../03-libxxhash0_0.8.2-2+b1_amd64.deb ...
00:00:16.991 O: Unpacking libxxhash0:amd64 (0.8.2-2+b1) ...
00:00:17.015 O: Selecting previously unselected package liblz4-1:amd64.
00:00:17.020 O: Preparing to unpack .../04-liblz4-1_1.9.4-3_amd64.deb ...
00:00:17.024 O: Unpacking liblz4-1:amd64 (1.9.4-3) ...
00:00:17.053 O: Selecting previously unselected package libstdc++6:amd64.
00:00:17.058 O: Preparing to unpack .../05-libstdc++6_14.2.0-1_amd64.deb ...
00:00:17.062 O: Unpacking libstdc++6:amd64 (14.2.0-1) ...
00:00:17.132 O: Selecting previously unselected package libapt-pkg6.0t64:amd64.
00:00:17.136 O: Preparing to unpack .../06-libapt-pkg6.0t64_2.9.7_amd64.deb ...
00:00:17.140 O: Unpacking libapt-pkg6.0t64:amd64 (2.9.7) ...
00:00:17.246 O: Selecting previously unselected package debian-archive-keyring.
00:00:17.251 O: Preparing to unpack .../07-debian-archive-keyring_2023.4_all.deb ...
00:00:17.370 O: Unpacking debian-archive-keyring (2023.4) ...
00:00:17.407 O: Selecting previously unselected package libnettle8t64:amd64.
00:00:17.411 O: Preparing to unpack .../08-libnettle8t64_3.10-1_amd64.deb ...
00:00:17.415 O: Unpacking libnettle8t64:amd64 (3.10-1) ...
00:00:17.452 O: Selecting previously unselected package libhogweed6t64:amd64.
00:00:17.457 O: Preparing to unpack .../09-libhogweed6t64_3.10-1_amd64.deb ...
00:00:17.461 O: Unpacking libhogweed6t64:amd64 (3.10-1) ...
00:00:17.496 O: Selecting previously unselected package libunistring5:amd64.
00:00:17.500 O: Preparing to unpack .../10-libunistring5_1.2-1_amd64.deb ...
00:00:17.504 O: Unpacking libunistring5:amd64 (1.2-1) ...
00:00:17.561 O: Selecting previously unselected package libidn2-0:amd64.
00:00:17.565 O: Preparing to unpack .../11-libidn2-0_2.3.7-2_amd64.deb ...
00:00:17.569 O: Unpacking libidn2-0:amd64 (2.3.7-2) ...
00:00:17.612 O: Selecting previously unselected package libffi8:amd64.
00:00:17.616 O: Preparing to unpack .../12-libffi8_3.4.6-1_amd64.deb ...
00:00:17.620 O: Unpacking libffi8:amd64 (3.4.6-1) ...
00:00:17.644 O: Selecting previously unselected package libp11-kit0:amd64.
00:00:17.648 O: Preparing to unpack .../13-libp11-kit0_0.25.5-2_amd64.deb ...
00:00:17.651 O: Unpacking libp11-kit0:amd64 (0.25.5-2) ...
00:00:17.699 O: Selecting previously unselected package libtasn1-6:amd64.
00:00:17.704 O: Preparing to unpack .../14-libtasn1-6_4.19.0-3+b2_amd64.deb ...
00:00:17.708 O: Unpacking libtasn1-6:amd64 (4.19.0-3+b2) ...
00:00:17.733 O: Selecting previously unselected package libgnutls30t64:amd64.
00:00:17.737 O: Preparing to unpack .../15-libgnutls30t64_3.8.6-2_amd64.deb ...
00:00:17.743 O: Unpacking libgnutls30t64:amd64 (3.8.6-2) ...
00:00:17.838 O: Selecting previously unselected package libseccomp2:amd64.
00:00:17.844 O: Preparing to unpack .../16-libseccomp2_2.5.5-1+b1_amd64.deb ...
00:00:17.849 O: Unpacking libseccomp2:amd64 (2.5.5-1+b1) ...
00:00:17.878 O: Selecting previously unselected package apt.
00:00:17.883 O: Preparing to unpack .../17-apt_2.9.7_amd64.deb ...
00:00:17.903 O: Unpacking apt (2.9.7) ...
00:00:18.044 O: Chrooting into /tmp/mmdebstrap.MotEpcmsLH/
00:00:18.049 O: Setting up libgpg-error0:amd64 (1.50-2) ...
00:00:18.054 O: Setting up debian-archive-keyring (2023.4) ...
00:00:18.189 O: Setting up libgcrypt20:amd64 (1.11.0-5) ...
00:00:18.196 O: Setting up libseccomp2:amd64 (2.5.5-1+b1) ...
00:00:18.202 O: Setting up libnettle8t64:amd64 (3.10-1) ...
00:00:18.207 O: Setting up libunistring5:amd64 (1.2-1) ...
00:00:18.212 O: Setting up libffi8:amd64 (3.4.6-1) ...
00:00:18.216 O: Setting up libhogweed6t64:amd64 (3.10-1) ...
00:00:18.221 O: Setting up gpgv (2.2.43-8) ...
00:00:18.225 O: Setting up libxxhash0:amd64 (0.8.2-2+b1) ...
00:00:18.231 O: Setting up libtasn1-6:amd64 (4.19.0-3+b2) ...
00:00:18.238 O: Setting up libstdc++6:amd64 (14.2.0-1) ...
00:00:18.243 O: Setting up liblz4-1:amd64 (1.9.4-3) ...
00:00:18.247 O: Setting up libidn2-0:amd64 (2.3.7-2) ...
00:00:18.256 O: Setting up libp11-kit0:amd64 (0.25.5-2) ...
00:00:18.263 O: Setting up libapt-pkg6.0t64:amd64 (2.9.7) ...
00:00:18.269 O: Setting up libgnutls30t64:amd64 (3.8.6-2) ...
00:00:18.273 O: Setting up apt (2.9.7) ...
00:00:18.715 O: Processing triggers for libc-bin (2.39-6) ...
00:00:18.906 O: I: 682 3090 cleaning package lists and apt cache...
00:00:18.911 O: D: 682 846 run_progress: exec apt-get --option Dir::Etc::SourceList=/dev/null --option Dir::Etc::SourceParts=/dev/null update -oDebug::pkgProblemResolver=true -oDebug::pkgDepCache::Marker=1 -oDebug::pkgDepCache::AutoInstall=1 -oAPT::Status-Fd=${FD} -oDpkg::Use-Pty=false
00:00:18.968 O: Reading package lists...
00:00:18.980 O: D: 682 846 run_progress: exec apt-get clean -oDebug::pkgProblemResolver=true -oDebug::pkgDepCache::Marker=1 -oDebug::pkgDepCache::AutoInstall=1 -oAPT::Status-Fd=${FD} -oDpkg::Use-Pty=false
00:00:19.009 O: I: 682 6079 creating tarball...
00:00:19.014 O: D: 683 3718 listener: finished reading command
00:00:19.019 O: D: 683 3725 listener: received message: adios
00:00:19.026 O: D: 560 6193 finish to listen for hooks
00:00:19.824 O: I: 682 6127 done
00:00:19.857 O: I: 560 6376 removing tempdir /tmp/mmdebstrap.MotEpcmsLH...
00:00:20.032 O: I: 560 6429 success in 19.6334 seconds
00:00:20.096 E: + tar -tf /tmp/debian-chroot.tar
00:00:20.114 E: + sort
00:00:20.119 E: + diff -u tar1.txt -
00:00:20.125 E: + rm -f /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:31
result: SUCCESS
------------------------------------------------------------------------------
(118/280) existing-empty-directory
dist: unstable
mode: auto
variant: apt
format: auto
time left: 2:33:51
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.017 E: + trap rm -rf /tmp/debian-chroot EXIT INT TERM
00:00:00.022 E: + mkdir /tmp/debian-chroot
00:00:00.026 E: + mmdebstrap --mode=root --variant=apt unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.550 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.595 E: I: finding correct signed-by value...
00:00:00.705 E: I: automatically chosen format: directory
00:00:00.761 E: I: running apt-get update...
00:00:03.712 E: I: downloading packages with apt...
00:00:05.832 E: I: extracting archives...
00:00:07.707 E: I: installing essential packages...
00:00:13.710 E: I: installing remaining packages inside the chroot...
00:00:17.433 E: I: cleaning package lists and apt cache...
00:00:17.535 E: I: success in 17.1308 seconds
00:00:17.544 E: + tar -C /tmp/debian-chroot --one-file-system -c .
00:00:17.552 E: + tar -t
00:00:17.556 E: + sort
00:00:17.563 E: + diff -u tar1.txt -
00:00:17.745 E: + rm -rf /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:29
result: SUCCESS
------------------------------------------------------------------------------
(119/280) existing-directory-with-lost-found
dist: unstable
mode: auto
variant: apt
format: auto
time left: 2:32:18
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.017 E: + trap rm -rf /tmp/debian-chroot EXIT INT TERM
00:00:00.021 E: + mkdir /tmp/debian-chroot
00:00:00.025 E: + mkdir /tmp/debian-chroot/lost+found
00:00:00.030 E: + mmdebstrap --mode=root --variant=apt unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.501 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.545 E: I: finding correct signed-by value...
00:00:00.649 E: I: automatically chosen format: directory
00:00:00.705 E: I: running apt-get update...
00:00:03.809 E: I: downloading packages with apt...
00:00:06.167 E: I: extracting archives...
00:00:08.109 E: I: installing essential packages...
00:00:14.026 E: I: installing remaining packages inside the chroot...
00:00:17.511 E: I: cleaning package lists and apt cache...
00:00:17.615 E: I: success in 17.2543 seconds
00:00:17.621 E: + rmdir /tmp/debian-chroot/lost+found
00:00:17.625 E: + tar -C /tmp/debian-chroot --one-file-system -c .
00:00:17.629 E: + tar -t
00:00:17.633 E: + sort
00:00:17.637 E: + diff -u tar1.txt -
00:00:17.847 E: + rm -rf /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:29
result: SUCCESS
------------------------------------------------------------------------------
(120/280) fail-installing-to-non-empty-lost-found
dist: unstable
mode: auto
variant: apt
format: auto
time left: 2:30:45
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + trap rm /tmp/debian-chroot/lost+found/exists; rmdir /tmp/debian-chroot/lost+found /tmp/debian-chroot EXIT INT TERM
00:00:00.021 E: + mkdir /tmp/debian-chroot
00:00:00.026 E: + mkdir /tmp/debian-chroot/lost+found
00:00:00.031 E: + touch /tmp/debian-chroot/lost+found/exists
00:00:00.037 E: + ret=0
00:00:00.041 E: + mmdebstrap --mode=auto --variant=apt unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.471 E: I: automatically chosen mode: root
00:00:00.480 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.516 E: I: finding correct signed-by value...
00:00:00.627 E: I: automatically chosen format: directory
00:00:00.631 E: E: /tmp/debian-chroot contains a non-empty lost+found directory
00:00:00.635 E: + ret=25
00:00:00.639 E: + [ 25 = 0 ]
00:00:00.643 E: + rm /tmp/debian-chroot/lost+found/exists
00:00:00.647 E: + rmdir /tmp/debian-chroot/lost+found /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:11
result: SUCCESS
------------------------------------------------------------------------------
(121/280) fail-installing-to-non-empty-target-directory
dist: unstable
mode: auto
variant: apt
format: auto
time left: 2:28:50
------------------------------------------------------------------------------
00:00:00.009 E: + set -eu
00:00:00.013 E: + export LC_ALL=C.UTF-8
00:00:00.021 E: + trap rmdir /tmp/debian-chroot/lost+found; rm /tmp/debian-chroot/exists; rmdir /tmp/debian-chroot EXIT INT TERM
00:00:00.031 E: + mkdir /tmp/debian-chroot
00:00:00.037 E: + mkdir /tmp/debian-chroot/lost+found
00:00:00.042 E: + touch /tmp/debian-chroot/exists
00:00:00.047 E: + ret=0
00:00:00.059 E: + mmdebstrap --mode=auto --variant=apt unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.526 E: I: automatically chosen mode: root
00:00:00.536 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.571 E: I: finding correct signed-by value...
00:00:00.690 E: I: automatically chosen format: directory
00:00:00.704 E: E: /tmp/debian-chroot is not empty
00:00:00.717 E: + ret=25
00:00:00.721 E: + [ 25 = 0 ]
00:00:00.731 E: + rmdir /tmp/debian-chroot/lost+found
00:00:00.737 E: + rm /tmp/debian-chroot/exists
00:00:00.744 E: + rmdir /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:13
result: SUCCESS
------------------------------------------------------------------------------
(122/280) missing-device-nodes-outside-the-chroot
dist: unstable
mode: auto
variant: apt
format: auto
time left: 2:26:58
------------------------------------------------------------------------------
00:00:00.012 E: + set -eu
00:00:00.026 E: + export LC_ALL=C.UTF-8
00:00:00.032 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.039 E: + rm /dev/console
00:00:00.046 E: + useradd --home-dir /home/user --create-home user
00:00:00.079 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=apt unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.620 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.652 E: I: finding correct signed-by value...
00:00:00.758 E: I: automatically chosen format: tar
00:00:00.762 E: I: using /tmp/mmdebstrap.TUbrWq8nWl as tempdir
00:00:00.876 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.892 E: I: running apt-get update...
00:00:04.058 E: I: downloading packages with apt...
00:00:06.474 E: I: extracting archives...
00:00:08.352 E: W: skipping creation of ./dev/console because /dev/console does not exist on the outside
00:00:08.401 E: I: installing essential packages...
00:00:14.483 E: I: installing remaining packages inside the chroot...
00:00:18.257 E: I: cleaning package lists and apt cache...
00:00:18.360 E: I: creating tarball...
00:00:19.279 E: I: done
00:00:19.334 E: I: removing tempdir /tmp/mmdebstrap.TUbrWq8nWl...
00:00:19.581 E: I: success in 19.1616 seconds
00:00:19.590 E: + tar -tf /tmp/debian-chroot.tar
00:00:19.595 E: + sort
00:00:19.601 E: + diff -u tar1.txt -
00:00:19.629 E: + rm /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:31
result: SUCCESS
------------------------------------------------------------------------------
(123/280) missing-dev-sys-proc-inside-the-chroot
dist: unstable
mode: unshare
variant: custom
format: auto
time left: 2:25:31
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + [ unshare = unshare ]
00:00:00.019 E: + [ custom = custom ]
00:00:00.024 E: + prefix=
00:00:00.029 E: + id -u
00:00:00.033 E: + [ 0 -eq 0 ]
00:00:00.039 E: + [ unshare != root ]
00:00:00.044 E: + [ unshare != auto ]
00:00:00.049 E: + id user
00:00:00.053 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.059 E: + useradd --home-dir /home/user --create-home user
00:00:00.064 E: + prefix=runuser -u user --
00:00:00.071 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=custom --setup-hook=for dir in bin lib lib32 lib64 libo32 libx32 sbin; do ln -s "usr/$dir" "$1/$dir"; done --include=dpkg,dash,diffutils,coreutils,libc-bin,sed unstable /dev/null http://127.0.0.1/debian
00:00:00.595 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.630 E: I: finding correct signed-by value...
00:00:00.736 E: I: automatically chosen format: null
00:00:00.741 E: I: using /tmp/mmdebstrap.jczhXTud6O as tempdir
00:00:00.851 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.866 E: I: running --setup-hook in shell: sh -c 'for dir in bin lib lib32 lib64 libo32 libx32 sbin; do ln -s "usr/$dir" "$1/$dir"; done' exec /tmp/mmdebstrap.jczhXTud6O
00:00:00.882 E: I: running apt-get update...
00:00:03.942 E: I: downloading packages with apt...
00:00:05.549 E: I: extracting archives...
00:00:06.618 E: W: skipping creation of ./dev/console because the /dev directory is missing in the target
00:00:06.622 E: W: skipping creation of ./dev/fd because the /dev directory is missing in the target
00:00:06.626 E: W: skipping creation of ./dev/full because the /dev directory is missing in the target
00:00:06.630 E: W: skipping creation of ./dev/null because the /dev directory is missing in the target
00:00:06.634 E: W: skipping creation of ./dev/ptmx because the /dev directory is missing in the target
00:00:06.639 E: W: skipping creation of ./dev/pts/ because the /dev directory is missing in the target
00:00:06.643 E: W: skipping creation of ./dev/random because the /dev directory is missing in the target
00:00:06.647 E: W: skipping creation of ./dev/shm/ because the /dev directory is missing in the target
00:00:06.652 E: W: skipping creation of ./dev/stderr because the /dev directory is missing in the target
00:00:06.657 E: W: skipping creation of ./dev/stdin because the /dev directory is missing in the target
00:00:06.661 E: W: skipping creation of ./dev/stdout because the /dev directory is missing in the target
00:00:06.665 E: W: skipping creation of ./dev/tty because the /dev directory is missing in the target
00:00:06.669 E: W: skipping creation of ./dev/urandom because the /dev directory is missing in the target
00:00:06.674 E: W: skipping creation of ./dev/zero because the /dev directory is missing in the target
00:00:06.679 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:06.683 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:06.687 E: I: installing essential packages...
00:00:08.870 E: I: cleaning package lists and apt cache...
00:00:08.977 E: I: removing tempdir /tmp/mmdebstrap.jczhXTud6O...
00:00:09.113 E: I: success in 8.7216 seconds
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:20
result: SUCCESS
------------------------------------------------------------------------------
(124/280) chroot-directory-not-accessible-by-apt-user
dist: unstable
mode: auto
variant: apt
format: auto
time left: 2:23:52
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + trap rm -rf /tmp/debian-chroot EXIT INT TERM
00:00:00.021 E: + mkdir /tmp/debian-chroot
00:00:00.026 E: + chmod 700 /tmp/debian-chroot
00:00:00.031 E: + mmdebstrap --mode=root --variant=apt unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.492 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.533 E: I: finding correct signed-by value...
00:00:00.654 E: I: automatically chosen format: directory
00:00:00.712 E: W: Download is performed unsandboxed as root as file /tmp/debian-chroot/var/lib/apt/lists/partial couldn't be accessed by user _apt
00:00:00.716 E: I: running apt-get update...
00:00:03.864 E: I: downloading packages with apt...
00:00:06.306 E: I: extracting archives...
00:00:08.169 E: I: installing essential packages...
00:00:14.329 E: I: installing remaining packages inside the chroot...
00:00:18.087 E: I: cleaning package lists and apt cache...
00:00:18.195 E: I: success in 17.8402 seconds
00:00:18.203 E: + tar -C /tmp/debian-chroot --one-file-system -c .
00:00:18.208 E: + tar -t
00:00:18.213 E: + sort
00:00:18.217 E: + diff -u tar1.txt -
00:00:18.413 E: + rm -rf /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:30
result: SUCCESS
------------------------------------------------------------------------------
(125/280) cwd-directory-not-accessible-by-unshared-user
dist: unstable
mode: unshare
variant: apt
format: auto
time left: 2:22:26
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + id -u
00:00:00.019 E: + [ 0 -eq 0 ]
00:00:00.023 E: + [ unshare = unshare ]
00:00:00.027 E: + id user
00:00:00.031 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.035 E: + useradd --home-dir /home/user --create-home user
00:00:00.039 E: + prefix=runuser -u user --
00:00:00.042 E: + mkdir /tmp/debian-chroot
00:00:00.046 E: + chmod 700 /tmp/debian-chroot
00:00:00.051 E: + chown user:user /tmp/debian-chroot
00:00:00.055 E: + set -- env --chdir=/tmp/debian-chroot
00:00:00.060 E: + [ mmdebstrap = ./mmdebstrap ]
00:00:00.064 E: + [ mmdebstrap = perl -MDevel::Cover=-silent,-nogcov ./mmdebstrap ]
00:00:00.067 E: + set -- env --chdir=/tmp/debian-chroot mmdebstrap
00:00:00.071 E: + runuser -u user -- env --chdir=/tmp/debian-chroot mmdebstrap --mode=unshare --variant=apt unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.567 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.601 E: I: finding correct signed-by value...
00:00:00.705 E: I: automatically chosen format: tar
00:00:00.710 E: I: using /tmp/mmdebstrap.S2fz7MGvG9 as tempdir
00:00:00.838 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.854 E: I: running apt-get update...
00:00:03.730 E: I: downloading packages with apt...
00:00:05.982 E: I: extracting archives...
00:00:07.855 E: I: installing essential packages...
00:00:13.905 E: I: installing remaining packages inside the chroot...
00:00:17.565 E: I: cleaning package lists and apt cache...
00:00:17.658 E: I: creating tarball...
00:00:18.654 E: I: done
00:00:18.778 E: I: removing tempdir /tmp/mmdebstrap.S2fz7MGvG9...
00:00:19.034 E: I: success in 18.6481 seconds
00:00:19.040 E: + tar -tf /tmp/debian-chroot.tar
00:00:19.044 E: + sort
00:00:19.049 E: + diff -u tar1.txt -
00:00:19.081 E: + rm /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:30
result: SUCCESS
------------------------------------------------------------------------------
(126/280) create-gzip-compressed-tarball
dist: unstable
mode: auto
variant: apt
format: auto
time left: 2:21:02
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + prefix=
00:00:00.020 E: + id -u
00:00:00.024 E: + [ 0 -eq 0 ]
00:00:00.028 E: + [ auto != root ]
00:00:00.032 E: + [ auto != auto ]
00:00:00.036 E: + mmdebstrap --mode=auto --variant=apt unstable /tmp/debian-chroot.tar.gz http://127.0.0.1/debian
00:00:00.475 E: I: automatically chosen mode: root
00:00:00.484 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.520 E: I: finding correct signed-by value...
00:00:00.625 E: I: automatically chosen format: tar
00:00:00.630 E: I: using /tmp/mmdebstrap.suPhsr6FXe as tempdir
00:00:00.688 E: I: running apt-get update...
00:00:03.745 E: I: downloading packages with apt...
00:00:05.870 E: I: extracting archives...
00:00:07.675 E: I: installing essential packages...
00:00:14.702 E: I: installing remaining packages inside the chroot...
00:00:18.411 E: I: cleaning package lists and apt cache...
00:00:18.509 E: I: creating tarball...
00:00:27.319 E: I: done
00:00:27.372 E: I: removing tempdir /tmp/mmdebstrap.suPhsr6FXe...
00:00:27.582 E: I: success in 27.2337 seconds
00:00:27.590 E: + printf \037\213\010
00:00:27.595 E: + cmp --bytes=3 /tmp/debian-chroot.tar.gz -
00:00:27.602 E: + tar -tf /tmp/debian-chroot.tar.gz
00:00:27.606 E: + sort
00:00:27.610 E: + diff -u tar1.txt -
00:00:28.656 E: + rm /tmp/debian-chroot.tar.gz
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:39
result: SUCCESS
------------------------------------------------------------------------------
(127/280) custom-tmpdir
dist: unstable
mode: unshare
variant: apt
format: auto
time left: 2:19:50
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + id -u
00:00:00.021 E: + [ 0 -eq 0 ]
00:00:00.026 E: + [ unshare = unshare ]
00:00:00.030 E: + id user
00:00:00.035 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.039 E: + useradd --home-dir /home/user --create-home user
00:00:00.048 E: + prefix=runuser -u user --
00:00:00.052 E: + runuser -u user -- sh -c cd && pwd
00:00:00.058 E: + homedir=/home/user
00:00:00.063 E: + TMPDIR_ADD=This is fü$$ing cràzy, $(apt -v)$!
00:00:00.067 E: + runuser -u user -- mkdir /home/user/This is fü$$ing cràzy, $(apt -v)$!
00:00:00.070 E: + chmod 711 /home/user
00:00:00.075 E: + chmod 1777 /home/user/This is fü$$ing cràzy, $(apt -v)$!
00:00:00.079 E: + quote /home/user/This is fü$$ing cràzy, $(apt -v)$!/mmdebstrap.
00:00:00.083 E: + printf %s\n /home/user/This is fü$$ing cràzy, $(apt -v)$!/mmdebstrap.
00:00:00.087 E: + sed s/'/'\\''/g;1s/^/'/;$s/$/'/
00:00:00.091 E: + runuser -u user -- env TMPDIR=/home/user/This is fü$$ing cràzy, $(apt -v)$! mmdebstrap --mode=unshare --variant=apt --setup-hook=case "$1" in '/home/user/This is fü$$ing cràzy, $(apt -v)$!/mmdebstrap.'??????????) exit 0;; *) echo "$1"; exit 1;; esac unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.620 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.658 E: I: finding correct signed-by value...
00:00:00.769 E: I: automatically chosen format: tar
00:00:00.776 E: I: using /home/user/This is fü$$ing cràzy, $(apt -v)$!/mmdebstrap.AfnAaom3E0 as tempdir
00:00:00.896 E: I: running --setup-hook in shell: sh -c 'case "$1" in '/home/user/This is fü$$ing cràzy, $(apt -v)$!/mmdebstrap.'??????????) exit 0;; *) echo "$1"; exit 1;; esac' exec /home/user/This is fü$$ing cràzy, $(apt -v)$!/mmdebstrap.AfnAaom3E0
00:00:00.901 E: I: running apt-get update...
00:00:03.919 E: I: downloading packages with apt...
00:00:06.425 E: I: extracting archives...
00:00:08.289 E: I: installing essential packages...
00:00:14.415 E: I: installing remaining packages inside the chroot...
00:00:18.151 E: I: cleaning package lists and apt cache...
00:00:18.254 E: I: creating tarball...
00:00:19.116 E: I: done
00:00:19.181 E: I: removing tempdir /home/user/This is fü$$ing cràzy, $(apt -v)$!/mmdebstrap.AfnAaom3E0...
00:00:19.431 E: I: success in 19.0153 seconds
00:00:19.441 E: + tar -tf /tmp/debian-chroot.tar
00:00:19.445 E: + sort
00:00:19.451 E: + diff -u tar1.txt -
00:00:19.482 E: + runuser -u user -- rmdir /home/user/This is fü$$ing cràzy, $(apt -v)$!
00:00:19.489 E: + rm /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:31
result: SUCCESS
------------------------------------------------------------------------------
(128/280) xz-compressed-tarball
dist: unstable
mode: auto
variant: apt
format: auto
time left: 2:18:27
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + trap rm -f /tmp/debian-chroot.tar.xz EXIT INT TERM
00:00:00.017 E: + mmdebstrap --mode=auto --variant=apt unstable /tmp/debian-chroot.tar.xz http://127.0.0.1/debian
00:00:00.484 E: I: automatically chosen mode: root
00:00:00.494 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.528 E: I: finding correct signed-by value...
00:00:00.642 E: I: automatically chosen format: tar
00:00:00.647 E: I: using /tmp/mmdebstrap.FgwCcKcoHc as tempdir
00:00:00.702 E: I: running apt-get update...
00:00:03.774 E: I: downloading packages with apt...
00:00:05.896 E: I: extracting archives...
00:00:07.741 E: I: installing essential packages...
00:00:13.799 E: I: installing remaining packages inside the chroot...
00:00:17.316 E: I: cleaning package lists and apt cache...
00:00:17.408 E: I: creating tarball...
00:00:17.775 E: I: done
00:00:32.186 E: I: removing tempdir /tmp/mmdebstrap.FgwCcKcoHc...
00:00:32.382 E: I: success in 32.0163 seconds
00:00:32.390 E: + printf \3757zXZ\0
00:00:32.398 E: + cmp --bytes=6 /tmp/debian-chroot.tar.xz -
00:00:32.403 E: + tar -tf /tmp/debian-chroot.tar.xz
00:00:32.410 E: + sort
00:00:32.415 E: + diff -u tar1.txt -
00:00:32.999 E: + rm -f /tmp/debian-chroot.tar.xz
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:44
result: SUCCESS
------------------------------------------------------------------------------
(129/280) directory-ending-in-tar
dist: unstable
mode: root
variant: apt
format: auto
time left: 2:17:21
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.018 E: + whoami
00:00:00.023 E: + [ root = root ]
00:00:00.028 E: + trap rm -rf /tmp/debian-chroot.tar EXIT INT TERM
00:00:00.032 E: + mmdebstrap --mode=root --variant=apt --format=directory unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.501 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.536 E: I: finding correct signed-by value...
00:00:00.705 E: I: running apt-get update...
00:00:03.733 E: I: downloading packages with apt...
00:00:06.385 E: I: extracting archives...
00:00:08.329 E: I: installing essential packages...
00:00:14.580 E: I: installing remaining packages inside the chroot...
00:00:18.311 E: I: cleaning package lists and apt cache...
00:00:18.427 E: I: success in 18.0533 seconds
00:00:18.435 E: + stat -c %F /tmp/debian-chroot.tar
00:00:18.439 E: + ftype=directory
00:00:18.444 E: + [ directory != directory ]
00:00:18.449 E: + tar -C /tmp/debian-chroot.tar --one-file-system -c .
00:00:18.454 E: + tar -t
00:00:18.458 E: + sort
00:00:18.462 E: + diff -u tar1.txt -
00:00:18.692 E: + rm -rf /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:30
result: SUCCESS
------------------------------------------------------------------------------
(130/280) auto-mode-without-unshare-capabilities
dist: unstable
mode: auto
variant: apt
format: auto
time left: 2:15:58
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.018 E: + useradd --home-dir /home/user --create-home user
00:00:00.036 E: + [ -e /proc/sys/kernel/unprivileged_userns_clone ]
00:00:00.040 O: kernel.unprivileged_userns_clone = 0
00:00:00.041 E: + sysctl -n kernel.unprivileged_userns_clone
00:00:00.046 E: + [ 1 = 1 ]
00:00:00.050 E: + sysctl -w kernel.unprivileged_userns_clone=0
00:00:00.055 E: + runuser -u user -- mmdebstrap --mode=auto --variant=apt unstable /tmp/debian-chroot.tar.gz http://127.0.0.1/debian
00:00:01.057 E: I: automatically chosen mode: fakechroot
00:00:01.073 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.113 E: I: finding correct signed-by value...
00:00:01.308 E: I: automatically chosen format: tar
00:00:01.338 E: I: using /tmp/mmdebstrap.Z6kELQoCQU as tempdir
00:00:01.470 E: I: running apt-get update...
00:00:04.989 E: I: downloading packages with apt...
00:00:07.246 E: I: extracting archives...
00:00:15.003 E: I: installing essential packages...
00:00:22.873 E: I: installing remaining packages inside the chroot...
00:00:27.042 E: I: cleaning package lists and apt cache...
00:00:27.149 E: I: creating tarball...
00:00:36.640 E: I: done
00:00:36.693 E: I: removing tempdir /tmp/mmdebstrap.Z6kELQoCQU...
00:00:40.700 E: I: success in 39.8001 seconds
00:00:40.711 E: + tar -tf /tmp/debian-chroot.tar.gz
00:00:40.716 E: + diff -u tar1.txt -
00:00:40.721 E: + sort
00:00:41.780 E: + rm /tmp/debian-chroot.tar.gz
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:53
result: SUCCESS
------------------------------------------------------------------------------
(131/280) fail-with-missing-lz4
dist: unstable
mode: auto
variant: apt
format: auto
time left: 2:15:04
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.014 E: + export LC_ALL=C.UTF-8
00:00:00.019 E: + ret=0
00:00:00.024 E: + mmdebstrap --mode=auto --variant=apt unstable /tmp/debian-chroot.tar.lz4 http://127.0.0.1/debian
00:00:00.516 E: I: automatically chosen mode: root
00:00:00.526 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.561 E: I: finding correct signed-by value...
00:00:00.671 E: Can't exec "lz4": No such file or directory at /usr/bin/mmdebstrap line 5644.
00:00:00.676 E: E: cannot exec lz4: No such file or directory
00:00:00.681 E: E: failed to start lz4
00:00:00.689 E: + ret=25
00:00:00.693 E: + [ 25 = 0 ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:12
result: SUCCESS
------------------------------------------------------------------------------
(132/280) fail-with-path-with-quotes
dist: unstable
mode: auto
variant: apt
format: auto
time left: 2:13:23
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.014 E: + export LC_ALL=C.UTF-8
00:00:00.019 E: + trap rm -rf /tmp/quoted\"path EXIT INT TERM
00:00:00.023 E: + ret=0
00:00:00.028 E: + mmdebstrap --mode=auto --variant=apt unstable /tmp/quoted"path http://127.0.0.1/debian
00:00:00.515 E: I: automatically chosen mode: root
00:00:00.525 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.557 E: I: finding correct signed-by value...
00:00:00.671 E: I: automatically chosen format: directory
00:00:00.675 E: E: apt cannot handle paths with double quotes
00:00:00.679 E: + ret=25
00:00:00.684 E: + [ 25 = 0 ]
00:00:00.688 E: + rm -rf /tmp/quoted"path
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:13
result: SUCCESS
------------------------------------------------------------------------------
(133/280) create-tarball-with-tmp-mounted-nodev
dist: unstable
mode: auto
variant: apt
format: auto
time left: 2:11:44
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.021 E: + mount -t tmpfs -o nodev,nosuid,size=400M tmpfs /tmp
00:00:00.026 E: + mmdebstrap --mode=root --variant=apt --customize-hook=mount | grep /dev/full --customize-hook=test "$(echo foo | tee /dev/full 2>&1 1>/dev/null)" = "tee: /dev/full: No space left on device" unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.466 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.500 E: I: finding correct signed-by value...
00:00:00.600 E: I: automatically chosen format: tar
00:00:00.605 E: I: using /tmp/mmdebstrap.nVLqg53Nae as tempdir
00:00:00.630 E: I: running apt-get update...
00:00:03.639 E: I: downloading packages with apt...
00:00:06.421 E: I: extracting archives...
00:00:08.311 E: I: installing essential packages...
00:00:12.713 E: I: installing remaining packages inside the chroot...
00:00:15.951 E: I: running --customize-hook in shell: sh -c 'mount | grep /dev/full' exec /tmp/mmdebstrap.nVLqg53Nae
00:00:15.956 E: udev on /tmp/mmdebstrap.nVLqg53Nae/dev/full type devtmpfs (rw,nosuid,relatime,size=1983184k,nr_inodes=495796,mode=755,inode64)
00:00:15.961 E: I: running --customize-hook in shell: sh -c 'test "$(echo foo | tee /dev/full 2>&1 1>/dev/null)" = "tee: /dev/full: No space left on device"' exec /tmp/mmdebstrap.nVLqg53Nae
00:00:16.019 E: I: cleaning package lists and apt cache...
00:00:16.109 E: I: creating tarball...
00:00:16.808 E: I: done
00:00:16.816 E: I: removing tempdir /tmp/mmdebstrap.nVLqg53Nae...
00:00:16.880 E: I: success in 16.5415 seconds
00:00:16.888 E: + tar -tf /tmp/debian-chroot.tar
00:00:16.894 E: + sort
00:00:16.899 E: + diff -u tar1.txt -
00:00:16.928 E: + rm /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:28
result: SUCCESS
------------------------------------------------------------------------------
(134/280) read-from-stdin-write-to-stdout
dist: unstable
mode: auto
variant: apt
format: auto
time left: 2:10:23
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + trap rm /tmp/debian-chroot.tar EXIT INT TERM
00:00:00.020 E: + echo deb http://127.0.0.1/debian unstable main
00:00:00.024 E: + mmdebstrap --mode=auto --variant=apt
00:00:00.483 E: I: automatically chosen mode: root
00:00:00.493 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.497 E: I: No SUITE specified, expecting sources.list on standard input
00:00:00.503 E: I: reading sources.list from standard input...
00:00:00.508 E: I: automatically chosen format: tar
00:00:00.512 E: I: using /tmp/mmdebstrap.g5Gg1baDaR as tempdir
00:00:00.555 E: I: running apt-get update...
00:00:03.740 E: I: downloading packages with apt...
00:00:06.210 E: I: extracting archives...
00:00:08.080 E: I: installing essential packages...
00:00:14.306 E: I: installing remaining packages inside the chroot...
00:00:18.037 E: I: cleaning package lists and apt cache...
00:00:18.125 E: I: creating tarball...
00:00:19.093 E: I: done
00:00:19.103 E: I: removing tempdir /tmp/mmdebstrap.g5Gg1baDaR...
00:00:19.294 E: I: success in 18.9380 seconds
00:00:19.300 E: + tar -tf /tmp/debian-chroot.tar
00:00:19.305 E: + sort
00:00:19.310 E: + diff -u tar1.txt -
00:00:19.344 E: + rm /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:31
result: SUCCESS
------------------------------------------------------------------------------
(135/280) supply-components-manually
dist: unstable
mode: root
variant: apt
format: auto
time left: 2:09:06
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + trap rm -rf /tmp/debian-chroot EXIT INT TERM
00:00:00.019 E: + mmdebstrap --mode=root --variant=apt --components=main main --comp=main,main unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.527 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.564 E: I: finding correct signed-by value...
00:00:00.671 E: I: automatically chosen format: directory
00:00:00.730 E: I: running apt-get update...
00:00:03.798 E: I: downloading packages with apt...
00:00:06.436 E: I: extracting archives...
00:00:08.331 E: I: installing essential packages...
00:00:14.529 E: I: installing remaining packages inside the chroot...
00:00:18.116 E: I: cleaning package lists and apt cache...
00:00:18.223 E: I: success in 17.8902 seconds
00:00:18.231 E: + echo deb http://127.0.0.1/debian unstable main
00:00:18.236 E: + cmp /tmp/debian-chroot/etc/apt/sources.list
00:00:18.240 E: + tar -C /tmp/debian-chroot --one-file-system -c .
00:00:18.245 E: + tar -t
00:00:18.249 E: + sort
00:00:18.254 E: + diff -u tar1.txt -
00:00:18.471 E: + rm -rf /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:30
result: SUCCESS
------------------------------------------------------------------------------
(136/280) stable-default-mirror
dist: unstable
mode: auto
variant: apt
format: auto
time left: 2:07:48
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.019 E: + cat
00:00:00.023 E: + apt-cache policy
00:00:01.228 O: Package files:
00:00:01.233 O:  100 /var/lib/dpkg/status
00:00:01.236 O:      release a=now
00:00:01.240 O:  500 http://deb.debian.org/debian unstable/main amd64 Packages
00:00:01.244 O:      release o=Debian,a=unstable,n=sid,l=Debian,c=main,b=amd64
00:00:01.248 O:      origin deb.debian.org
00:00:01.252 O: Pinned packages:
00:00:01.264 E: + cat /etc/apt/sources.list
00:00:01.265 O: deb http://deb.debian.org/debian unstable main
00:00:01.268 E: + mmdebstrap --mode=root --variant=apt stable /tmp/debian-chroot
00:00:01.720 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.752 E: I: finding correct signed-by value...
00:00:01.861 E: I: automatically chosen format: directory
00:00:01.926 E: I: running apt-get update...
00:00:04.818 E: I: downloading packages with apt...
00:00:06.961 E: I: extracting archives...
00:00:09.417 E: I: installing essential packages...
00:00:18.655 E: I: installing remaining packages inside the chroot...
00:00:22.560 E: I: cleaning package lists and apt cache...
00:00:22.661 E: I: success in 21.0710 seconds
00:00:22.669 E: + cat
00:00:22.673 E: + cmp /tmp/debian-chroot/etc/apt/sources.list
00:00:22.677 E: + rm -r /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:34
result: SUCCESS
------------------------------------------------------------------------------
(137/280) pass-distribution-but-implicitly-write-to-stdout
dist: unstable
mode: auto
variant: apt
format: auto
time left: 2:06:36
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.018 E: + cat
00:00:00.022 E: + mmdebstrap --mode=auto --variant=apt unstable
00:00:00.504 E: I: automatically chosen mode: root
00:00:00.515 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.548 E: I: finding correct signed-by value...
00:00:00.656 E: I: automatically chosen format: tar
00:00:00.660 E: I: using /tmp/mmdebstrap.24AD4E4e2J as tempdir
00:00:00.716 E: I: running apt-get update...
00:00:03.629 E: I: downloading packages with apt...
00:00:05.803 E: I: extracting archives...
00:00:07.678 E: I: installing essential packages...
00:00:13.601 E: I: installing remaining packages inside the chroot...
00:00:17.174 E: I: cleaning package lists and apt cache...
00:00:17.280 E: I: creating tarball...
00:00:18.095 E: I: done
00:00:18.107 E: I: removing tempdir /tmp/mmdebstrap.24AD4E4e2J...
00:00:18.287 E: I: success in 17.9155 seconds
00:00:18.296 E: + tar -tf /tmp/debian-chroot.tar
00:00:18.301 E: + sort
00:00:18.305 E: + diff -u tar1.txt -
00:00:18.346 E: + rm /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:29
result: SUCCESS
------------------------------------------------------------------------------
(138/280) aspcud-apt-solver
dist: unstable
mode: auto
variant: apt
format: auto
time left: 2:05:20
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + trap rm -f /tmp/debian-chroot.tar EXIT INT TERM
00:00:00.018 E: + tr \n ,
00:00:00.023 E: + mmdebstrap --mode=auto --variant=custom --include apt,base-files,base-passwd,bash,bsdutils,coreutils,dash,debconf,debian-archive-keyring,debianutils,diffutils,dpkg,findutils,gcc-14-base:amd64,gpgv,grep,gzip,hostname,init-system-helpers,libacl1:amd64,libapt-pkg6.0t64:amd64,libattr1:amd64,libaudit-common,libaudit1:amd64,libblkid1:amd64,libbz2-1.0:amd64,libc-bin,libc6:amd64,libcap-ng0:amd64,libcap2:amd64,libcrypt1:amd64,libdb5.3t64:amd64,libdebconfclient0:amd64,libffi8:amd64,libgcc-s1:amd64,libgcrypt20:amd64,libgmp10:amd64,libgnutls30t64:amd64,libgpg-error0:amd64,libhogweed6t64:amd64,libidn2-0:amd64,liblz4-1:amd64,liblzma5:amd64,libmd0:amd64,libmount1:amd64,libnettle8t64:amd64,libp11-kit0:amd64,libpam-modules:amd64,libpam-modules-bin,libpam-runtime,libpam0g:amd64,libpcre2-8-0:amd64,libseccomp2:amd64,libselinux1:amd64,libsmartcols1:amd64,libssl3t64:amd64,libstdc++6:amd64,libsystemd0:amd64,libtasn1-6:amd64,libtinfo6:amd64,libudev1:amd64,libunistring5:amd64,libuuid1:amd64,libxxhash0:amd64,libzstd1:amd64,mawk,ncurses-base,ncurses-bin,perl-base,sed,sysvinit-utils,tar,util-linux,zlib1g:amd64, --aptopt=APT::Solver "aspcud" unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.526 E: I: automatically chosen mode: root
00:00:00.547 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.630 E: I: finding correct signed-by value...
00:00:00.742 E: I: automatically chosen format: tar
00:00:00.747 E: I: using /tmp/mmdebstrap.i1fZMMpK6q as tempdir
00:00:00.806 E: I: running apt-get update...
00:00:03.818 E: I: downloading packages with apt...
00:00:18.928 E: I: extracting archives...
00:00:21.459 E: I: installing essential packages...
00:00:29.551 E: I: cleaning package lists and apt cache...
00:00:29.663 E: I: creating tarball...
00:00:30.571 E: I: done
00:00:30.635 E: I: removing tempdir /tmp/mmdebstrap.i1fZMMpK6q...
00:00:30.859 E: I: success in 30.5065 seconds
00:00:30.868 E: + tar -tf /tmp/debian-chroot.tar
00:00:30.873 E: + sort
00:00:30.878 E: + grep -v ^./etc/apt/apt.conf.d/99mmdebstrap$
00:00:30.882 E: + diff -u tar1.txt -
00:00:30.907 E: + echo ./var/lib/apt/extended_states
00:00:30.914 E: + rm -f /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:42
result: SUCCESS
------------------------------------------------------------------------------
(139/280) mirror-is-stdin
dist: unstable
mode: auto
variant: apt
format: auto
time left: 2:04:16
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + trap rm -f /tmp/debian-chroot.tar EXIT INT TERM
00:00:00.020 E: + echo deb http://127.0.0.1/debian unstable main
00:00:00.024 E: + mmdebstrap --mode=auto --variant=apt unstable /tmp/debian-chroot.tar -
00:00:00.470 E: I: automatically chosen mode: root
00:00:00.479 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.516 E: I: finding correct signed-by value...
00:00:00.627 E: I: reading sources.list from standard input...
00:00:00.632 E: I: automatically chosen format: tar
00:00:00.637 E: I: using /tmp/mmdebstrap.VF2jaqq5NC as tempdir
00:00:00.685 E: I: running apt-get update...
00:00:03.706 E: I: downloading packages with apt...
00:00:06.374 E: I: extracting archives...
00:00:08.362 E: I: installing essential packages...
00:00:14.750 E: I: installing remaining packages inside the chroot...
00:00:19.136 E: I: cleaning package lists and apt cache...
00:00:19.233 E: I: creating tarball...
00:00:20.149 E: I: done
00:00:20.200 E: I: removing tempdir /tmp/mmdebstrap.VF2jaqq5NC...
00:00:20.395 E: I: success in 20.0679 seconds
00:00:20.402 E: + tar -tf /tmp/debian-chroot.tar
00:00:20.407 E: + sort
00:00:20.411 E: + diff -u tar1.txt -
00:00:20.444 E: + rm -f /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:32
result: SUCCESS
------------------------------------------------------------------------------
(140/280) copy-mirror
dist: unstable
mode: auto
variant: apt
format: auto
time left: 2:03:04
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.019 E: + mmdebstrap --mode=auto --variant=apt unstable /tmp/debian-chroot.tar deb copy:///mnt/cache/debian unstable main
00:00:00.501 E: I: automatically chosen mode: root
00:00:00.511 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.545 E: I: finding correct signed-by value...
00:00:00.654 E: I: automatically chosen format: tar
00:00:00.659 E: I: using /tmp/mmdebstrap.MzVVAtPXMk as tempdir
00:00:00.720 E: I: running apt-get update...
00:00:03.840 E: I: downloading packages with apt...
00:00:06.745 E: I: extracting archives...
00:00:08.618 E: I: installing essential packages...
00:00:14.907 E: I: installing remaining packages inside the chroot...
00:00:18.975 E: I: cleaning package lists and apt cache...
00:00:19.069 E: I: creating tarball...
00:00:19.900 E: I: done
00:00:19.939 E: I: removing tempdir /tmp/mmdebstrap.MzVVAtPXMk...
00:00:20.161 E: I: success in 19.7995 seconds
00:00:20.168 E: + tar -tf /tmp/debian-chroot.tar
00:00:20.175 E: + sort
00:00:20.179 E: + diff -u tar1.txt -
00:00:20.210 E: + rm /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:32
result: SUCCESS
------------------------------------------------------------------------------
(141/280) file-mirror
dist: unstable
mode: auto
variant: apt
format: auto
time left: 2:01:51
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.017 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.022 E: + mmdebstrap --mode=auto --variant=apt --setup-hook=mkdir -p "$1"/mnt/cache/debian; mount -o ro,bind /mnt/cache/debian "$1"/mnt/cache/debian --customize-hook=umount "$1"/mnt/cache/debian; rmdir "$1"/mnt/cache/debian "$1"/mnt/cache unstable /tmp/debian-chroot.tar deb file:///mnt/cache/debian unstable main
00:00:00.496 E: I: automatically chosen mode: root
00:00:00.505 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.542 E: I: finding correct signed-by value...
00:00:00.648 E: I: automatically chosen format: tar
00:00:00.652 E: I: using /tmp/mmdebstrap.XI73vRx0Rl as tempdir
00:00:00.707 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/mnt/cache/debian; mount -o ro,bind /mnt/cache/debian "$1"/mnt/cache/debian' exec /tmp/mmdebstrap.XI73vRx0Rl
00:00:00.718 E: I: running apt-get update...
00:00:04.397 E: I: downloading packages with apt...
00:00:06.997 E: I: extracting archives...
00:00:09.263 E: I: installing essential packages...
00:00:17.144 E: I: installing remaining packages inside the chroot...
00:00:21.515 E: I: running --customize-hook in shell: sh -c 'umount "$1"/mnt/cache/debian; rmdir "$1"/mnt/cache/debian "$1"/mnt/cache' exec /tmp/mmdebstrap.XI73vRx0Rl
00:00:21.546 E: I: cleaning package lists and apt cache...
00:00:21.642 E: I: creating tarball...
00:00:22.503 E: I: done
00:00:22.544 E: I: removing tempdir /tmp/mmdebstrap.XI73vRx0Rl...
00:00:22.753 E: I: success in 22.3956 seconds
00:00:22.764 E: + + sort
00:00:22.772 E: + diff -u tar1.txt -
00:00:22.778 E: tar -tf /tmp/debian-chroot.tar
00:00:22.820 E: + rm /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:34
result: SUCCESS
------------------------------------------------------------------------------
(142/280) file-mirror-automount-hook
dist: unstable
mode: root
variant: apt
format: auto
time left: 2:00:42
------------------------------------------------------------------------------
00:00:00.012 E: + set -eu
00:00:00.020 E: + export LC_ALL=C.UTF-8
00:00:00.025 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.032 E: + id -u
00:00:00.040 E: + [ 0 -eq 0 ]
00:00:00.051 E: + id -u user
00:00:00.061 E: + useradd --home-dir /home/user --create-home user
00:00:00.100 E: + prefix=
00:00:00.109 E: + id -u
00:00:00.116 E: + [ 0 -eq 0 ]
00:00:00.127 E: + [ root != root ]
00:00:00.136 E: + [ root = fakechroot ]
00:00:00.143 E: + mmdebstrap --mode=root --variant=apt --hook-dir=./hooks/file-mirror-automount --customize-hook=[ ! -e "$1"/mnt/cache/debian/ ] || rmdir "$1"/mnt/cache/debian/ --customize-hook=rmdir "$1"/mnt/cache unstable /tmp/debian-chroot.tar deb file:///mnt/cache/debian unstable main
00:00:00.649 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.684 E: I: finding correct signed-by value...
00:00:00.785 E: I: automatically chosen format: tar
00:00:00.789 E: I: using /tmp/mmdebstrap.KCPHijDgYi as tempdir
00:00:00.853 E: I: running --setup-hook directly: ./hooks/file-mirror-automount/setup00.sh /tmp/mmdebstrap.KCPHijDgYi
00:00:00.883 E: bind-mounting /mnt/cache/debian/ into the chroot
00:00:00.891 E: I: running apt-get update...
00:00:04.513 E: I: downloading packages with apt...
00:00:07.167 E: I: extracting archives...
00:00:09.388 E: I: installing essential packages...
00:00:17.273 E: I: installing remaining packages inside the chroot...
00:00:21.302 E: I: running --customize-hook directly: ./hooks/file-mirror-automount/customize00.sh /tmp/mmdebstrap.KCPHijDgYi
00:00:21.310 E: unmounting the following mountpoints:
00:00:21.315 E:     /tmp/mmdebstrap.KCPHijDgYi//mnt/cache/debian/
00:00:21.324 E: I: running --customize-hook in shell: sh -c '[ ! -e "$1"/mnt/cache/debian/ ] || rmdir "$1"/mnt/cache/debian/' exec /tmp/mmdebstrap.KCPHijDgYi
00:00:21.331 E: I: running --customize-hook in shell: sh -c 'rmdir "$1"/mnt/cache' exec /tmp/mmdebstrap.KCPHijDgYi
00:00:21.354 E: I: cleaning package lists and apt cache...
00:00:21.454 E: I: creating tarball...
00:00:22.292 E: I: done
00:00:22.376 E: I: removing tempdir /tmp/mmdebstrap.KCPHijDgYi...
00:00:22.567 E: I: success in 22.0770 seconds
00:00:22.575 E: + tar -tf /tmp/debian-chroot.tar
00:00:22.579 E: + sort
00:00:22.584 E: + diff -u tar1.txt -
00:00:22.615 E: + rm /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:36
result: SUCCESS
------------------------------------------------------------------------------
(143/280) file-mirror-automount-hook
dist: unstable
mode: unshare
variant: apt
format: auto
time left: 1:59:34
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.019 E: + id -u
00:00:00.024 E: + [ 0 -eq 0 ]
00:00:00.028 E: + id -u user
00:00:00.033 E: + useradd --home-dir /home/user --create-home user
00:00:00.052 E: + prefix=
00:00:00.055 E: + id -u
00:00:00.060 E: + [ 0 -eq 0 ]
00:00:00.064 E: + [ unshare != root ]
00:00:00.068 E: + prefix=runuser -u user --
00:00:00.074 E: + [ unshare = fakechroot ]
00:00:00.078 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=apt --hook-dir=./hooks/file-mirror-automount --customize-hook=[ ! -e "$1"/mnt/cache/debian/ ] || rmdir "$1"/mnt/cache/debian/ --customize-hook=rmdir "$1"/mnt/cache unstable /tmp/debian-chroot.tar deb file:///mnt/cache/debian unstable main
00:00:00.611 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.649 E: I: finding correct signed-by value...
00:00:00.755 E: I: automatically chosen format: tar
00:00:00.759 E: I: using /tmp/mmdebstrap.I5Mm7C79m0 as tempdir
00:00:00.875 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.891 E: I: running --setup-hook directly: ./hooks/file-mirror-automount/setup00.sh /tmp/mmdebstrap.I5Mm7C79m0
00:00:00.924 E: bind-mounting /mnt/cache/debian/ into the chroot
00:00:00.932 E: I: running apt-get update...
00:00:04.539 E: I: downloading packages with apt...
00:00:07.177 E: I: extracting archives...
00:00:09.309 E: I: installing essential packages...
00:00:17.323 E: I: installing remaining packages inside the chroot...
00:00:21.477 E: I: running --customize-hook directly: ./hooks/file-mirror-automount/customize00.sh /tmp/mmdebstrap.I5Mm7C79m0
00:00:21.484 E: unmounting the following mountpoints:
00:00:21.489 E:     /tmp/mmdebstrap.I5Mm7C79m0//mnt/cache/debian/
00:00:21.500 E: I: running --customize-hook in shell: sh -c '[ ! -e "$1"/mnt/cache/debian/ ] || rmdir "$1"/mnt/cache/debian/' exec /tmp/mmdebstrap.I5Mm7C79m0
00:00:21.506 E: I: running --customize-hook in shell: sh -c 'rmdir "$1"/mnt/cache' exec /tmp/mmdebstrap.I5Mm7C79m0
00:00:21.565 E: I: cleaning package lists and apt cache...
00:00:21.676 E: I: creating tarball...
00:00:22.464 E: I: done
00:00:22.577 E: I: removing tempdir /tmp/mmdebstrap.I5Mm7C79m0...
00:00:22.811 E: I: success in 22.4141 seconds
00:00:22.822 E: + tar -tf /tmp/debian-chroot.tar
00:00:22.827 E: + sort
00:00:22.832 E: + diff -u tar1.txt -
00:00:22.870 E: + rm /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:34
result: SUCCESS
------------------------------------------------------------------------------
(144/280) file-mirror-automount-hook
dist: unstable
mode: fakechroot
variant: apt
format: auto
time left: 1:58:25
------------------------------------------------------------------------------
00:00:00.008 E: + set -eu
00:00:00.013 E: + export LC_ALL=C.UTF-8
00:00:00.018 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.025 E: + id -u
00:00:00.029 E: + [ 0 -eq 0 ]
00:00:00.035 E: + id -u user
00:00:00.039 E: + useradd --home-dir /home/user --create-home user
00:00:00.050 E: + prefix=
00:00:00.055 E: + id -u
00:00:00.059 E: + [ 0 -eq 0 ]
00:00:00.064 E: + [ fakechroot != root ]
00:00:00.068 E: + prefix=runuser -u user --
00:00:00.072 E: + [ fakechroot = fakechroot ]
00:00:00.077 E: + prefix=runuser -u user -- fakechroot fakeroot
00:00:00.083 E: + runuser -u user -- fakechroot fakeroot mmdebstrap --mode=fakechroot --variant=apt --hook-dir=./hooks/file-mirror-automount --customize-hook=[ ! -e "$1"/mnt/cache/debian/ ] || rmdir "$1"/mnt/cache/debian/ --customize-hook=rmdir "$1"/mnt/cache unstable /tmp/debian-chroot.tar deb file:///mnt/cache/debian unstable main
00:00:00.620 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.668 E: I: finding correct signed-by value...
00:00:00.794 E: I: automatically chosen format: tar
00:00:00.798 E: I: using /tmp/mmdebstrap.NQ9TYJwofT as tempdir
00:00:00.853 E: I: running --setup-hook directly: ./hooks/file-mirror-automount/setup00.sh /tmp/mmdebstrap.NQ9TYJwofT
00:00:00.890 E: copying /mnt/cache/debian/ into the chroot
00:00:36.844 E: I: running apt-get update...
00:00:40.468 E: I: downloading packages with apt...
00:00:43.032 E: I: extracting archives...
00:00:49.802 E: I: installing essential packages...
00:00:57.349 E: I: installing remaining packages inside the chroot...
00:01:01.322 E: I: running --customize-hook directly: ./hooks/file-mirror-automount/customize00.sh /tmp/mmdebstrap.NQ9TYJwofT
00:01:01.331 E: removing the following directories:
00:01:01.335 E:     /tmp/mmdebstrap.NQ9TYJwofT//mnt/cache/debian/
00:01:02.999 E: I: running --customize-hook in shell: sh -c '[ ! -e "$1"/mnt/cache/debian/ ] || rmdir "$1"/mnt/cache/debian/' exec /tmp/mmdebstrap.NQ9TYJwofT
00:01:03.005 E: I: running --customize-hook in shell: sh -c 'rmdir "$1"/mnt/cache' exec /tmp/mmdebstrap.NQ9TYJwofT
00:01:03.013 E: I: cleaning package lists and apt cache...
00:01:03.108 E: I: creating tarball...
00:01:04.483 E: I: done
00:01:04.586 E: I: removing tempdir /tmp/mmdebstrap.NQ9TYJwofT...
00:01:08.399 E: I: success in 67.9416 seconds
00:01:08.411 E: + tar -tf /tmp/debian-chroot.tar
00:01:08.415 E: + + diff -u tar1.txt -
00:01:08.419 E: sort
00:01:08.469 E: + rm /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:20
result: SUCCESS
------------------------------------------------------------------------------
(145/280) mirror-is-deb
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:58:00
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.017 E: + trap rm -f /tmp/debian-chroot.tar EXIT INT TERM
00:00:00.021 E: + mmdebstrap --mode=auto --variant=apt unstable /tmp/debian-chroot.tar deb http://127.0.0.1/debian unstable main
00:00:00.521 E: I: automatically chosen mode: root
00:00:00.531 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.568 E: I: finding correct signed-by value...
00:00:00.681 E: I: automatically chosen format: tar
00:00:00.685 E: I: using /tmp/mmdebstrap.jwAjGM85Yz as tempdir
00:00:00.740 E: I: running apt-get update...
00:00:03.593 E: I: downloading packages with apt...
00:00:06.088 E: I: extracting archives...
00:00:08.005 E: I: installing essential packages...
00:00:14.107 E: I: installing remaining packages inside the chroot...
00:00:17.562 E: I: cleaning package lists and apt cache...
00:00:17.650 E: I: creating tarball...
00:00:18.516 E: I: done
00:00:18.555 E: I: removing tempdir /tmp/mmdebstrap.jwAjGM85Yz...
00:00:18.755 E: I: success in 18.3859 seconds
00:00:18.762 E: + tar -tf /tmp/debian-chroot.tar
00:00:18.766 E: + sort
00:00:18.776 E: + diff -u tar1.txt -
00:00:18.806 E: + rm -f /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:30
result: SUCCESS
------------------------------------------------------------------------------
(146/280) mirror-is-real-file
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:56:48
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.017 E: + trap rm -f /tmp/debian-chroot.tar /tmp/sources.list EXIT INT TERM
00:00:00.021 E: + echo deb http://127.0.0.1/debian unstable main
00:00:00.025 E: + mmdebstrap --mode=auto --variant=apt unstable /tmp/debian-chroot.tar /tmp/sources.list
00:00:00.500 E: I: automatically chosen mode: root
00:00:00.510 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.548 E: I: finding correct signed-by value...
00:00:00.662 E: I: automatically chosen format: tar
00:00:00.667 E: I: using /tmp/mmdebstrap.NRPYEKOI8Z as tempdir
00:00:00.720 E: I: running apt-get update...
00:00:03.738 E: I: downloading packages with apt...
00:00:05.943 E: I: extracting archives...
00:00:07.829 E: I: installing essential packages...
00:00:14.057 E: I: installing remaining packages inside the chroot...
00:00:17.848 E: I: cleaning package lists and apt cache...
00:00:17.953 E: I: creating tarball...
00:00:18.768 E: I: done
00:00:18.861 E: I: removing tempdir /tmp/mmdebstrap.NRPYEKOI8Z...
00:00:19.040 E: I: success in 18.6996 seconds
00:00:19.049 E: + tar -tf /tmp/debian-chroot.tar
00:00:19.054 E: + sed s#^./etc/apt/sources.list.d/0000sources.list$#./etc/apt/sources.list#
00:00:19.058 E: + sort
00:00:19.062 E: + diff -u tar1.txt -
00:00:19.091 E: + rm -f /tmp/debian-chroot.tar /tmp/sources.list
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:31
result: SUCCESS
------------------------------------------------------------------------------
(147/280) deb822-1-2
dist: unstable
mode: root
variant: apt
format: auto
time left: 1:55:37
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + trap rm -rf /tmp/debian-chroot; rm -f /tmp/sources.list /tmp/deb822.sources EXIT INT TERM
00:00:00.018 E: + cat
00:00:00.022 E: + echo deb http://127.0.0.1/debian2 unstable main
00:00:00.025 E: + echo deb http://127.0.0.1/debian3 unstable main
00:00:00.030 E: + mmdebstrap --mode=root --variant=apt unstable /tmp/debian-chroot /tmp/deb822.sources http://127.0.0.1/debian4 - deb http://127.0.0.1/debian5 unstable main http://127.0.0.1/debian6 /tmp/sources.list
00:00:00.496 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.532 E: I: finding correct signed-by value...
00:00:00.638 E: I: reading sources.list from standard input...
00:00:00.643 E: I: automatically chosen format: directory
00:00:00.700 E: I: running apt-get update...
00:00:12.043 E: I: downloading packages with apt...
00:00:14.544 E: I: extracting archives...
00:00:16.386 E: I: installing essential packages...
00:00:22.211 E: I: installing remaining packages inside the chroot...
00:00:26.045 E: I: cleaning package lists and apt cache...
00:00:26.206 E: I: success in 25.8734 seconds
00:00:26.213 E: + test ! -e /tmp/debian-chroot/etc/apt/sources.list
00:00:26.218 E: + cat
00:00:26.224 E: + cmp /tmp/debian-chroot/etc/apt/sources.list.d/0000deb822.sources -
00:00:26.228 E: + cat
00:00:26.232 E: + cmp /tmp/debian-chroot/etc/apt/sources.list.d/0001main.list -
00:00:26.236 E: + echo deb http://127.0.0.1/debian2 unstable main
00:00:26.240 E: + cmp /tmp/debian-chroot/etc/apt/sources.list.d/0002sources.list -
00:00:26.245 E: + tar -C /tmp/debian-chroot --one-file-system -c .
00:00:26.249 E: + diff -u tar1.txt -
00:00:26.254 E: + sort
00:00:26.258 E: + tar -t
00:00:26.263 E: + grep -v ^./etc/apt/sources.list.d/0000deb822.sources$
00:00:26.267 E: + grep -v ^./etc/apt/sources.list.d/0002sources.list
00:00:26.272 E: + grep -v ^./etc/apt/sources.list.d/0001main.list$
00:00:26.434 E: + printf ./etc/apt/sources.list\n
00:00:26.442 E: + rm -rf /tmp/debian-chroot
00:00:26.626 E: + rm -f /tmp/sources.list /tmp/deb822.sources
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:38
result: SUCCESS
------------------------------------------------------------------------------
(148/280) deb822-2-2
dist: unstable
mode: root
variant: apt
format: auto
time left: 1:54:33
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + trap rm -rf /tmp/debian-chroot; rm -f /tmp/sources /tmp/deb822 EXIT INT TERM
00:00:00.019 E: + cat
00:00:00.023 E: + echo deb http://127.0.0.1/debian2 unstable main
00:00:00.027 E: + cat
00:00:00.032 E: + mmdebstrap --mode=root --variant=apt unstable /tmp/debian-chroot /tmp/deb822 - /tmp/sources
00:00:00.461 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.497 E: I: finding correct signed-by value...
00:00:00.597 E: I: reading sources.list from standard input...
00:00:00.601 E: I: automatically chosen format: directory
00:00:00.663 E: I: running apt-get update...
00:00:06.762 E: I: downloading packages with apt...
00:00:09.002 E: I: extracting archives...
00:00:10.866 E: I: installing essential packages...
00:00:17.241 E: I: installing remaining packages inside the chroot...
00:00:20.932 E: I: cleaning package lists and apt cache...
00:00:21.059 E: I: success in 20.7250 seconds
00:00:21.066 E: + test ! -e /tmp/debian-chroot/etc/apt/sources.list
00:00:21.071 O: total 20K
00:00:21.071 E: + ls -lha /tmp/debian-chroot/etc/apt/sources.list.d/
00:00:21.076 O: drwxr-xr-x 2 root root 4.0K Aug  5 17:15 .
00:00:21.076 E: + cat
00:00:21.083 O: drwxr-xr-x 8 root root 4.0K Aug  5 17:15 ..
00:00:21.085 E: + cmp /tmp/debian-chroot/etc/apt/sources.list.d/0000deb822.sources -
00:00:21.091 O: -rw-r--r-- 1 root root   76 Aug  5 17:15 0000deb822.sources
00:00:21.092 E: + + cat
00:00:21.096 O: -rw-r--r-- 1 root root   76 Aug  5 17:15 0001main.sources
00:00:21.097 E: cmp /tmp/debian-chroot/etc/apt/sources.list.d/0001main.sources -
00:00:21.101 O: -rw-r--r-- 1 root root   43 Aug  5 17:15 0002sources.list
00:00:21.103 E: + echo deb http://127.0.0.1/debian2 unstable main
00:00:21.108 E: + cmp /tmp/debian-chroot/etc/apt/sources.list.d/0002sources.list -
00:00:21.114 E: + sort
00:00:21.121 E: + tar -C /tmp/debian-chroot --one-file-system -c .
00:00:21.126 E: + diff -u tar1.txt -
00:00:21.131 E: + tar -t
00:00:21.137 E: + grep -v ^./etc/apt/sources.list.d/0000deb822.sources$
00:00:21.143 E: + grep -v ^./etc/apt/sources.list.d/0002sources.list$
00:00:21.148 E: + grep -v ^./etc/apt/sources.list.d/0001main.sources$
00:00:21.288 E: + printf ./etc/apt/sources.list\n
00:00:21.297 E: + rm -rf /tmp/debian-chroot
00:00:21.490 E: + rm -f /tmp/sources /tmp/deb822
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:32
result: SUCCESS
------------------------------------------------------------------------------
(149/280) automatic-mirror-from-suite
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:53:25
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.019 E: + cat
00:00:00.023 E: + mmdebstrap --mode=auto --variant=apt unstable /tmp/debian-chroot.tar
00:00:00.466 E: I: automatically chosen mode: root
00:00:00.476 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.512 E: I: finding correct signed-by value...
00:00:00.613 E: I: automatically chosen format: tar
00:00:00.617 E: I: using /tmp/mmdebstrap.tS9NQN02XR as tempdir
00:00:00.669 E: I: running apt-get update...
00:00:03.785 E: I: downloading packages with apt...
00:00:06.169 E: I: extracting archives...
00:00:08.075 E: I: installing essential packages...
00:00:14.464 E: I: installing remaining packages inside the chroot...
00:00:18.316 E: I: cleaning package lists and apt cache...
00:00:18.414 E: I: creating tarball...
00:00:19.346 E: I: done
00:00:19.442 E: I: removing tempdir /tmp/mmdebstrap.tS9NQN02XR...
00:00:19.660 E: I: success in 19.3268 seconds
00:00:19.668 E: + tar -tf /tmp/debian-chroot.tar
00:00:19.675 E: + sort
00:00:19.679 E: + diff -u tar1.txt -
00:00:19.708 E: + rm /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:31
result: SUCCESS
------------------------------------------------------------------------------
(150/280) invalid-mirror
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:52:15
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + ret=0
00:00:00.020 E: + mmdebstrap --mode=auto --variant=apt unstable /tmp/debian-chroot.tar http://127.0.0.1/debian/invalid
00:00:00.455 E: I: automatically chosen mode: root
00:00:00.465 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.505 E: I: finding correct signed-by value...
00:00:00.626 E: I: automatically chosen format: tar
00:00:00.631 E: I: using /tmp/mmdebstrap.FgcDrQCGfu as tempdir
00:00:00.685 E: I: running apt-get update...
00:00:00.756 E: Ign:1 http://127.0.0.1/debian/invalid unstable InRelease
00:00:00.759 E: Err:2 http://127.0.0.1/debian/invalid unstable Release
00:00:00.764 E:   404  Not Found [IP: 127.0.0.1 80]
00:00:00.769 E: Reading package lists...
00:00:00.773 E: E: The repository 'http://127.0.0.1/debian/invalid unstable Release' does not have a Release file.
00:00:00.778 E: E: apt-get update --error-on=any -oAPT::Status-Fd=<$fd> -oDpkg::Use-Pty=false failed
00:00:00.782 E: W: hooklistener errored out: E: received eof on socket
00:00:00.787 E: 
00:00:00.791 E: I: main() received signal PIPE: waiting for setup...
00:00:00.796 E: I: removing tempdir /tmp/mmdebstrap.FgcDrQCGfu...
00:00:00.800 E: E: mmdebstrap failed to run
00:00:00.804 E: + ret=25
00:00:00.809 E: + rm /tmp/debian-chroot.tar
00:00:00.813 E: + [ 25 = 0 ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:12
result: SUCCESS
------------------------------------------------------------------------------
(151/280) fail-installing-to-root
dist: unstable
mode: root
variant: apt
format: auto
time left: 1:50:50
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + ret=0
00:00:00.019 E: + mmdebstrap --mode=root --variant=apt unstable / http://127.0.0.1/debian
00:00:00.495 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.530 E: I: finding correct signed-by value...
00:00:00.632 E: E: refusing to use the filesystem root as output directory
00:00:00.640 E: + ret=25
00:00:00.644 E: + [ 25 = 0 ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:12
result: SUCCESS
------------------------------------------------------------------------------
(152/280) fail-installing-to-existing-file
dist: unstable
mode: root
variant: apt
format: auto
time left: 1:49:26
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + trap rm -f /tmp/exists EXIT INT TERM
00:00:00.017 E: + touch /tmp/exists
00:00:00.021 E: + ret=0
00:00:00.025 E: + mmdebstrap --mode=root --variant=apt unstable /tmp/exists http://127.0.0.1/debian
00:00:00.466 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.506 E: I: finding correct signed-by value...
00:00:00.613 E: I: automatically chosen format: directory
00:00:00.618 E: E: /tmp/exists exists and is not a directory
00:00:00.622 E: + ret=25
00:00:00.626 E: + [ 25 = 0 ]
00:00:00.630 E: + rm -f /tmp/exists
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:12
result: SUCCESS
------------------------------------------------------------------------------
(153/280) arm64-without-qemu-support
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:48:02
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.019 E: + apt-get remove --yes qemu-user-static binfmt-support qemu-user
00:00:01.225 O: Reading package lists...
00:00:01.473 O: Building dependency tree...
00:00:01.477 O: Reading state information...
00:00:01.949 O: Package 'binfmt-support' is not installed, so not removed
00:00:01.953 O: The following packages were automatically installed and are no longer required:
00:00:01.958 O:   libatomic1 libcapstone4 libglib2.0-0t64
00:00:01.962 O: Use 'apt autoremove' to remove them.
00:00:01.980 O: The following packages will be REMOVED:
00:00:01.985 O:   qemu-user qemu-user-static
00:00:03.793 O: 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
00:00:03.797 O: After this operation, 542 MB disk space will be freed.
00:00:03.840 O: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19084 files and directories currently installed.)
00:00:03.844 O: Removing qemu-user (1:9.0.2+ds-2) ...
00:00:03.880 O: Removing qemu-user-static (1:9.0.2+ds-2) ...
00:00:03.933 O: Processing triggers for systemd (256.4-2) ...
00:00:04.281 E: + ret=0
00:00:04.284 E: + mmdebstrap --mode=auto --variant=apt --architectures=arm64 unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:04.733 E: I: automatically chosen mode: root
00:00:04.784 E: W: cannot find update-binfmts
00:00:04.789 E: E: arm64 can neither be executed natively nor via qemu user emulation with binfmt_misc
00:00:04.793 E: + ret=25
00:00:04.797 E: + [ 25 = 0 ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:16
result: SUCCESS
------------------------------------------------------------------------------
(154/280) i386-which-can-be-executed-without-qemu
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:46:43
skipped because of not run_ma_same_tests
------------------------------------------------------------------------------
(155/280) include-foreign-libmagic-mgc
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:45:12
skipped because of not run_ma_same_tests
------------------------------------------------------------------------------
(156/280) include-foreign-libmagic-mgc-with-multiple-arch-options
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:43:41
skipped because of not run_ma_same_tests
------------------------------------------------------------------------------
(157/280) aptopt
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:42:12
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.017 E: + trap rm -rf /tmp/debian-chroot; rm -f /tmp/config EXIT INT TERM
00:00:00.021 E: + echo Acquire::Languages "none";
00:00:00.026 E: + mmdebstrap --mode=root --variant=apt --aptopt=Acquire::Check-Valid-Until "false" --aptopt=/tmp/config unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.469 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.529 E: I: finding correct signed-by value...
00:00:00.638 E: I: automatically chosen format: directory
00:00:00.699 E: I: running apt-get update...
00:00:03.790 E: I: downloading packages with apt...
00:00:06.405 E: I: extracting archives...
00:00:08.356 E: I: installing essential packages...
00:00:14.765 E: I: installing remaining packages inside the chroot...
00:00:18.741 E: I: cleaning package lists and apt cache...
00:00:18.846 E: I: success in 18.5079 seconds
00:00:18.854 E: + printf Acquire::Check-Valid-Until "false";\nAcquire::Languages "none";\n
00:00:18.858 E: + cmp /tmp/debian-chroot/etc/apt/apt.conf.d/99mmdebstrap -
00:00:18.863 E: + rm /tmp/debian-chroot/etc/apt/apt.conf.d/99mmdebstrap
00:00:18.867 E: + tar -C /tmp/debian-chroot --one-file-system -c .
00:00:18.872 E: + tar -t
00:00:18.876 E: + sort
00:00:18.880 E: + diff -u tar1.txt -
00:00:19.084 E: + rm -rf /tmp/debian-chroot
00:00:19.264 E: + rm -f /tmp/config
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:31
result: SUCCESS
------------------------------------------------------------------------------
(158/280) keyring
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:41:08
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.019 E: + [ -e /etc/apt/trusted.gpg.d/*.gpg ]
00:00:00.024 E: + continue
00:00:00.028 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-bookworm-automatic.asc ]
00:00:00.032 E: + rm /etc/apt/trusted.gpg.d/debian-archive-bookworm-automatic.asc
00:00:00.036 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-bookworm-security-automatic.asc ]
00:00:00.040 E: + rm /etc/apt/trusted.gpg.d/debian-archive-bookworm-security-automatic.asc
00:00:00.044 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-bookworm-stable.asc ]
00:00:00.047 E: + rm /etc/apt/trusted.gpg.d/debian-archive-bookworm-stable.asc
00:00:00.051 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-bullseye-automatic.asc ]
00:00:00.055 E: + rm /etc/apt/trusted.gpg.d/debian-archive-bullseye-automatic.asc
00:00:00.059 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-bullseye-security-automatic.asc ]
00:00:00.062 E: + rm /etc/apt/trusted.gpg.d/debian-archive-bullseye-security-automatic.asc
00:00:00.066 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-bullseye-stable.asc ]
00:00:00.070 E: + rm /etc/apt/trusted.gpg.d/debian-archive-bullseye-stable.asc
00:00:00.074 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-buster-automatic.asc ]
00:00:00.078 E: + rm /etc/apt/trusted.gpg.d/debian-archive-buster-automatic.asc
00:00:00.082 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-buster-security-automatic.asc ]
00:00:00.085 E: + rm /etc/apt/trusted.gpg.d/debian-archive-buster-security-automatic.asc
00:00:00.089 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-buster-stable.asc ]
00:00:00.093 E: + rm /etc/apt/trusted.gpg.d/debian-archive-buster-stable.asc
00:00:00.097 E: + rmdir /etc/apt/trusted.gpg.d
00:00:00.100 E: + mkdir /etc/apt/trusted.gpg.d
00:00:00.104 E: + mmdebstrap --mode=root --variant=apt --keyring=/usr/share/keyrings/debian-archive-keyring.gpg --keyring=/usr/share/keyrings/ unstable /tmp/debian-chroot deb http://127.0.0.1/debian unstable main
00:00:00.475 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.510 E: I: finding correct signed-by value...
00:00:00.748 E: I: automatically chosen format: directory
00:00:00.808 E: I: running apt-get update...
00:00:03.966 E: I: downloading packages with apt...
00:00:06.168 E: I: extracting archives...
00:00:07.968 E: I: installing essential packages...
00:00:13.799 E: I: installing remaining packages inside the chroot...
00:00:17.590 E: I: cleaning package lists and apt cache...
00:00:17.696 E: I: success in 17.3528 seconds
00:00:17.705 E: + echo deb http://127.0.0.1/debian unstable main
00:00:17.710 E: + cmp /tmp/debian-chroot/etc/apt/sources.list -
00:00:17.716 E: + tar -C /tmp/debian-chroot --one-file-system -c .
00:00:17.722 E: + tar -t
00:00:17.727 E: + sort
00:00:17.731 E: + diff -u tar1.txt -
00:00:17.931 E: + rm -r /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:30
result: SUCCESS
------------------------------------------------------------------------------
(159/280) keyring-overwrites
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:40:04
------------------------------------------------------------------------------
00:00:00.008 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.018 E: + trap rm -rf /tmp/debian-chroot; rmdir /tmp/emptydir; rm -f /tmp/emptyfile EXIT INT TERM
00:00:00.023 E: + mkdir -p /tmp/emptydir
00:00:00.027 E: + touch /tmp/emptyfile
00:00:00.031 E: + ret=0
00:00:00.036 E: + mmdebstrap --mode=root --variant=apt --keyring=/tmp/emptydir --keyring=/tmp/emptyfile unstable /tmp/debian-chroot deb http://127.0.0.1/debian unstable main
00:00:00.484 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.521 E: I: automatically chosen format: directory
00:00:00.584 E: I: running apt-get update...
00:00:00.876 E: Get:1 http://127.0.0.1/debian unstable InRelease [198 kB]
00:00:00.881 E: Err:1 http://127.0.0.1/debian unstable InRelease
00:00:00.886 E:   The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131
00:00:00.891 E: Reading package lists...
00:00:00.895 E: W: GPG error: http://127.0.0.1/debian unstable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131
00:00:00.899 E: E: The repository 'http://127.0.0.1/debian unstable InRelease' is not signed.
00:00:00.903 E: E: apt-get update --error-on=any -oAPT::Status-Fd=<$fd> -oDpkg::Use-Pty=false failed
00:00:00.907 E: W: hooklistener errored out: E: received eof on socket
00:00:00.911 E: 
00:00:00.915 E: I: main() received signal PIPE: waiting for setup...
00:00:00.919 E: E: mmdebstrap failed to run
00:00:00.922 E: + ret=25
00:00:00.926 E: + echo deb http://127.0.0.1/debian unstable main
00:00:00.930 E: + cmp /tmp/debian-chroot/etc/apt/sources.list -
00:00:00.934 E: + [ 25 = 0 ]
00:00:00.937 E: + rm -rf /tmp/debian-chroot
00:00:00.941 E: + rmdir /tmp/emptydir
00:00:00.945 E: + rm -f /tmp/emptyfile
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:11
result: SUCCESS
------------------------------------------------------------------------------
(160/280) signed-by-without-host-keys
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:38:47
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.019 E: + [ -e /etc/apt/trusted.gpg.d/*.gpg ]
00:00:00.023 E: + continue
00:00:00.027 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-bookworm-automatic.asc ]
00:00:00.032 E: + rm /etc/apt/trusted.gpg.d/debian-archive-bookworm-automatic.asc
00:00:00.036 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-bookworm-security-automatic.asc ]
00:00:00.040 E: + rm /etc/apt/trusted.gpg.d/debian-archive-bookworm-security-automatic.asc
00:00:00.044 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-bookworm-stable.asc ]
00:00:00.048 E: + rm /etc/apt/trusted.gpg.d/debian-archive-bookworm-stable.asc
00:00:00.052 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-bullseye-automatic.asc ]
00:00:00.056 E: + rm /etc/apt/trusted.gpg.d/debian-archive-bullseye-automatic.asc
00:00:00.060 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-bullseye-security-automatic.asc ]
00:00:00.064 E: + rm /etc/apt/trusted.gpg.d/debian-archive-bullseye-security-automatic.asc
00:00:00.068 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-bullseye-stable.asc ]
00:00:00.072 E: + rm /etc/apt/trusted.gpg.d/debian-archive-bullseye-stable.asc
00:00:00.076 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-buster-automatic.asc ]
00:00:00.080 E: + rm /etc/apt/trusted.gpg.d/debian-archive-buster-automatic.asc
00:00:00.092 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-buster-security-automatic.asc ]
00:00:00.096 E: + rm /etc/apt/trusted.gpg.d/debian-archive-buster-security-automatic.asc
00:00:00.101 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-buster-stable.asc ]
00:00:00.105 E: + rm /etc/apt/trusted.gpg.d/debian-archive-buster-stable.asc
00:00:00.110 E: + rmdir /etc/apt/trusted.gpg.d
00:00:00.114 E: + mkdir /etc/apt/trusted.gpg.d
00:00:00.118 E: + mmdebstrap --mode=root --variant=apt unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.524 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.599 E: I: automatically chosen format: directory
00:00:00.674 E: I: running apt-get update...
00:00:03.637 E: I: downloading packages with apt...
00:00:05.897 E: I: extracting archives...
00:00:07.790 E: I: installing essential packages...
00:00:13.955 E: I: installing remaining packages inside the chroot...
00:00:17.552 E: I: cleaning package lists and apt cache...
00:00:17.674 E: I: success in 17.2898 seconds
00:00:17.682 E: + printf deb [signed-by="/usr/share/keyrings/debian-archive-keyring.gpg"] http://127.0.0.1/debian unstable main\n
00:00:17.687 E: + cmp /tmp/debian-chroot/etc/apt/sources.list -
00:00:17.693 E: + tar -C /tmp/debian-chroot --one-file-system -c .
00:00:17.698 E: + tar -t
00:00:17.703 E: + sort
00:00:17.708 E: + diff -u tar1.txt -
00:00:17.917 E: + rm -r /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:29
result: SUCCESS
------------------------------------------------------------------------------
(161/280) ascii-armored-keys
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:37:43
------------------------------------------------------------------------------
00:00:00.010 E: + set -eu
00:00:00.018 E: + export LC_ALL=C.UTF-8
00:00:00.024 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.030 E: + [ -e /etc/apt/trusted.gpg.d/*.gpg ]
00:00:00.037 E: + continue
00:00:00.043 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-bookworm-automatic.asc ]
00:00:00.048 E: + rm /etc/apt/trusted.gpg.d/debian-archive-bookworm-automatic.asc
00:00:00.055 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-bookworm-security-automatic.asc ]
00:00:00.059 E: + rm /etc/apt/trusted.gpg.d/debian-archive-bookworm-security-automatic.asc
00:00:00.067 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-bookworm-stable.asc ]
00:00:00.073 E: + rm /etc/apt/trusted.gpg.d/debian-archive-bookworm-stable.asc
00:00:00.078 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-bullseye-automatic.asc ]
00:00:00.084 E: + rm /etc/apt/trusted.gpg.d/debian-archive-bullseye-automatic.asc
00:00:00.088 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-bullseye-security-automatic.asc ]
00:00:00.093 E: + rm /etc/apt/trusted.gpg.d/debian-archive-bullseye-security-automatic.asc
00:00:00.097 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-bullseye-stable.asc ]
00:00:00.102 E: + rm /etc/apt/trusted.gpg.d/debian-archive-bullseye-stable.asc
00:00:00.107 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-buster-automatic.asc ]
00:00:00.112 E: + rm /etc/apt/trusted.gpg.d/debian-archive-buster-automatic.asc
00:00:00.117 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-buster-security-automatic.asc ]
00:00:00.121 E: + rm /etc/apt/trusted.gpg.d/debian-archive-buster-security-automatic.asc
00:00:00.126 E: + [ -e /etc/apt/trusted.gpg.d/debian-archive-buster-stable.asc ]
00:00:00.130 E: + rm /etc/apt/trusted.gpg.d/debian-archive-buster-stable.asc
00:00:00.135 E: + rmdir /etc/apt/trusted.gpg.d
00:00:00.139 E: + mkdir /etc/apt/trusted.gpg.d
00:00:00.144 E: + basename /usr/share/keyrings/debian-archive-bookworm-automatic.gpg .gpg
00:00:00.148 E: + name=debian-archive-bookworm-automatic
00:00:00.153 E: + gpg --no-default-keyring --keyring=/usr/share/keyrings/debian-archive-bookworm-automatic.gpg --armor --output=/etc/apt/trusted.gpg.d/debian-archive-bookworm-automatic.asc --export
00:00:00.157 E: + rm /usr/share/keyrings/debian-archive-bookworm-automatic.gpg
00:00:00.162 E: + basename /usr/share/keyrings/debian-archive-bookworm-security-automatic.gpg .gpg
00:00:00.167 E: + name=debian-archive-bookworm-security-automatic
00:00:00.171 E: + gpg --no-default-keyring --keyring=/usr/share/keyrings/debian-archive-bookworm-security-automatic.gpg --armor --output=/etc/apt/trusted.gpg.d/debian-archive-bookworm-security-automatic.asc --export
00:00:00.176 E: + rm /usr/share/keyrings/debian-archive-bookworm-security-automatic.gpg
00:00:00.180 E: + basename /usr/share/keyrings/debian-archive-bookworm-stable.gpg .gpg
00:00:00.184 E: + name=debian-archive-bookworm-stable
00:00:00.189 E: + gpg --no-default-keyring --keyring=/usr/share/keyrings/debian-archive-bookworm-stable.gpg --armor --output=/etc/apt/trusted.gpg.d/debian-archive-bookworm-stable.asc --export
00:00:00.193 E: + rm /usr/share/keyrings/debian-archive-bookworm-stable.gpg
00:00:00.197 E: + basename /usr/share/keyrings/debian-archive-bullseye-automatic.gpg .gpg
00:00:00.202 E: + name=debian-archive-bullseye-automatic
00:00:00.206 E: + gpg --no-default-keyring --keyring=/usr/share/keyrings/debian-archive-bullseye-automatic.gpg --armor --output=/etc/apt/trusted.gpg.d/debian-archive-bullseye-automatic.asc --export
00:00:00.210 E: + rm /usr/share/keyrings/debian-archive-bullseye-automatic.gpg
00:00:00.214 E: + basename /usr/share/keyrings/debian-archive-bullseye-security-automatic.gpg .gpg
00:00:00.217 E: + name=debian-archive-bullseye-security-automatic
00:00:00.222 E: + gpg --no-default-keyring --keyring=/usr/share/keyrings/debian-archive-bullseye-security-automatic.gpg --armor --output=/etc/apt/trusted.gpg.d/debian-archive-bullseye-security-automatic.asc --export
00:00:00.226 E: + rm /usr/share/keyrings/debian-archive-bullseye-security-automatic.gpg
00:00:00.230 E: + basename /usr/share/keyrings/debian-archive-bullseye-stable.gpg .gpg
00:00:00.234 E: + name=debian-archive-bullseye-stable
00:00:00.238 E: + gpg --no-default-keyring --keyring=/usr/share/keyrings/debian-archive-bullseye-stable.gpg --armor --output=/etc/apt/trusted.gpg.d/debian-archive-bullseye-stable.asc --export
00:00:00.242 E: + rm /usr/share/keyrings/debian-archive-bullseye-stable.gpg
00:00:00.246 E: + basename /usr/share/keyrings/debian-archive-buster-automatic.gpg .gpg
00:00:00.251 E: + name=debian-archive-buster-automatic
00:00:00.254 E: + gpg --no-default-keyring --keyring=/usr/share/keyrings/debian-archive-buster-automatic.gpg --armor --output=/etc/apt/trusted.gpg.d/debian-archive-buster-automatic.asc --export
00:00:00.259 E: + rm /usr/share/keyrings/debian-archive-buster-automatic.gpg
00:00:00.263 E: + basename /usr/share/keyrings/debian-archive-buster-security-automatic.gpg .gpg
00:00:00.267 E: + name=debian-archive-buster-security-automatic
00:00:00.271 E: + gpg --no-default-keyring --keyring=/usr/share/keyrings/debian-archive-buster-security-automatic.gpg --armor --output=/etc/apt/trusted.gpg.d/debian-archive-buster-security-automatic.asc --export
00:00:00.274 E: + rm /usr/share/keyrings/debian-archive-buster-security-automatic.gpg
00:00:00.279 E: + basename /usr/share/keyrings/debian-archive-buster-stable.gpg .gpg
00:00:00.282 E: + name=debian-archive-buster-stable
00:00:00.287 E: + gpg --no-default-keyring --keyring=/usr/share/keyrings/debian-archive-buster-stable.gpg --armor --output=/etc/apt/trusted.gpg.d/debian-archive-buster-stable.asc --export
00:00:00.291 E: + rm /usr/share/keyrings/debian-archive-buster-stable.gpg
00:00:00.295 E: + basename /usr/share/keyrings/debian-archive-keyring.gpg .gpg
00:00:00.299 E: + name=debian-archive-keyring
00:00:00.303 E: + gpg --no-default-keyring --keyring=/usr/share/keyrings/debian-archive-keyring.gpg --armor --output=/etc/apt/trusted.gpg.d/debian-archive-keyring.asc --export
00:00:00.308 E: + rm /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.312 E: + basename /usr/share/keyrings/debian-archive-removed-keys.gpg .gpg
00:00:00.316 E: + name=debian-archive-removed-keys
00:00:00.320 E: + gpg --no-default-keyring --keyring=/usr/share/keyrings/debian-archive-removed-keys.gpg --armor --output=/etc/apt/trusted.gpg.d/debian-archive-removed-keys.asc --export
00:00:00.324 E: + rm /usr/share/keyrings/debian-archive-removed-keys.gpg
00:00:00.328 E: + basename /usr/share/keyrings/ubuntu-archive-keyring.gpg .gpg
00:00:00.333 E: + name=ubuntu-archive-keyring
00:00:00.337 E: + gpg --no-default-keyring --keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg --armor --output=/etc/apt/trusted.gpg.d/ubuntu-archive-keyring.asc --export
00:00:00.341 E: + rm /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.345 E: + basename /usr/share/keyrings/ubuntu-cloud-keyring.gpg .gpg
00:00:00.350 E: + name=ubuntu-cloud-keyring
00:00:00.354 E: + gpg --no-default-keyring --keyring=/usr/share/keyrings/ubuntu-cloud-keyring.gpg --armor --output=/etc/apt/trusted.gpg.d/ubuntu-cloud-keyring.asc --export
00:00:00.358 E: + rm /usr/share/keyrings/ubuntu-cloud-keyring.gpg
00:00:00.363 E: + basename /usr/share/keyrings/ubuntu-cloudimage-keyring.gpg .gpg
00:00:00.368 E: + name=ubuntu-cloudimage-keyring
00:00:00.372 E: + gpg --no-default-keyring --keyring=/usr/share/keyrings/ubuntu-cloudimage-keyring.gpg --armor --output=/etc/apt/trusted.gpg.d/ubuntu-cloudimage-keyring.asc --export
00:00:00.376 E: + rm /usr/share/keyrings/ubuntu-cloudimage-keyring.gpg
00:00:00.379 E: + basename /usr/share/keyrings/ubuntu-dbgsym-keyring.gpg .gpg
00:00:00.384 E: + name=ubuntu-dbgsym-keyring
00:00:00.387 E: + gpg --no-default-keyring --keyring=/usr/share/keyrings/ubuntu-dbgsym-keyring.gpg --armor --output=/etc/apt/trusted.gpg.d/ubuntu-dbgsym-keyring.asc --export
00:00:00.391 E: + rm /usr/share/keyrings/ubuntu-dbgsym-keyring.gpg
00:00:00.395 E: + basename /usr/share/keyrings/ubuntu-master-keyring.gpg .gpg
00:00:00.399 E: + name=ubuntu-master-keyring
00:00:00.403 E: + gpg --no-default-keyring --keyring=/usr/share/keyrings/ubuntu-master-keyring.gpg --armor --output=/etc/apt/trusted.gpg.d/ubuntu-master-keyring.asc --export
00:00:00.408 E: + rm /usr/share/keyrings/ubuntu-master-keyring.gpg
00:00:00.412 E: + basename /usr/share/keyrings/ubuntu-oem-keyring.gpg .gpg
00:00:00.416 E: + name=ubuntu-oem-keyring
00:00:00.420 E: + gpg --no-default-keyring --keyring=/usr/share/keyrings/ubuntu-oem-keyring.gpg --armor --output=/etc/apt/trusted.gpg.d/ubuntu-oem-keyring.asc --export
00:00:00.425 E: + rm /usr/share/keyrings/ubuntu-oem-keyring.gpg
00:00:00.429 E: + mmdebstrap --mode=root --variant=apt unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.692 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.711 E: I: automatically chosen format: tar
00:00:00.715 E: I: using /tmp/mmdebstrap.QdKXwCce04 as tempdir
00:00:00.771 E: I: running apt-get update...
00:00:04.108 E: I: downloading packages with apt...
00:00:06.884 E: I: extracting archives...
00:00:08.862 E: I: installing essential packages...
00:00:15.011 E: I: installing remaining packages inside the chroot...
00:00:18.997 E: I: cleaning package lists and apt cache...
00:00:19.090 E: I: creating tarball...
00:00:19.903 E: I: done
00:00:20.021 E: I: removing tempdir /tmp/mmdebstrap.QdKXwCce04...
00:00:20.212 E: I: success in 19.6603 seconds
00:00:20.219 E: + tar -tf /tmp/debian-chroot.tar
00:00:20.224 E: + sort
00:00:20.230 E: + diff -u tar1.txt -
00:00:20.258 E: + rm -r /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:34
result: SUCCESS
------------------------------------------------------------------------------
(162/280) signed-by-with-host-keys
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:36:43
------------------------------------------------------------------------------
00:00:00.013 E: + set -eu
00:00:00.018 E: + export LC_ALL=C.UTF-8
00:00:00.024 E: + trap rm -rf /tmp/debian-chroot EXIT INT TERM
00:00:00.029 E: + mmdebstrap --mode=root --variant=apt unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.634 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.670 E: I: finding correct signed-by value...
00:00:00.775 E: I: automatically chosen format: directory
00:00:00.832 E: I: running apt-get update...
00:00:03.994 E: I: downloading packages with apt...
00:00:06.450 E: I: extracting archives...
00:00:08.512 E: I: installing essential packages...
00:00:15.256 E: I: installing remaining packages inside the chroot...
00:00:19.203 E: I: cleaning package lists and apt cache...
00:00:19.324 E: I: success in 18.8449 seconds
00:00:19.331 E: + printf deb http://127.0.0.1/debian unstable main\n
00:00:19.336 E: + cmp /tmp/debian-chroot/etc/apt/sources.list -
00:00:19.341 E: + tar -C /tmp/debian-chroot --one-file-system -c .
00:00:19.345 E: + tar -t
00:00:19.350 E: + sort
00:00:19.354 E: + diff -u tar1.txt -
00:00:19.589 E: + rm -rf /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:31
result: SUCCESS
------------------------------------------------------------------------------
(163/280) dpkgopt
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:35:42
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + trap rm -rf /tmp/debian-chroot; rm -f /tmp/config EXIT INT TERM
00:00:00.018 E: + echo no-pager
00:00:00.022 E: + mmdebstrap --mode=root --variant=apt --dpkgopt=path-exclude=/usr/share/doc/* --dpkgopt=/tmp/config --dpkgopt=path-include=/usr/share/doc/dpkg/copyright unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.483 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.519 E: I: finding correct signed-by value...
00:00:00.633 E: I: automatically chosen format: directory
00:00:00.692 E: I: running apt-get update...
00:00:03.637 E: I: downloading packages with apt...
00:00:05.933 E: I: extracting archives...
00:00:11.889 E: I: installing essential packages...
00:00:17.837 E: I: installing remaining packages inside the chroot...
00:00:21.435 E: I: cleaning package lists and apt cache...
00:00:21.540 E: I: success in 21.1903 seconds
00:00:21.549 E: + printf path-exclude=/usr/share/doc/*\nno-pager\npath-include=/usr/share/doc/dpkg/copyright\n
00:00:21.554 E: + cmp /tmp/debian-chroot/etc/dpkg/dpkg.cfg.d/99mmdebstrap -
00:00:21.559 E: + rm /tmp/debian-chroot/etc/dpkg/dpkg.cfg.d/99mmdebstrap
00:00:21.563 E: + + tar -C /tmp/debian-chroot --one-file-system -c .
00:00:21.567 E: tar -t
00:00:21.571 E: + sort
00:00:21.792 E: + + sort
00:00:21.799 E: + diff -u - tar2.txt
00:00:21.806 E: grep -v ^./usr/share/doc/. tar1.txt
00:00:21.821 E: + echo ./usr/share/doc/dpkg/
00:00:21.828 E: + echo ./usr/share/doc/dpkg/copyright
00:00:21.848 E: + rm -rf /tmp/debian-chroot
00:00:22.006 E: + rm -f /tmp/config
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:34
result: SUCCESS
------------------------------------------------------------------------------
(164/280) include
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:34:43
------------------------------------------------------------------------------
00:00:00.014 E: + set -eu
00:00:00.026 E: + export LC_ALL=C.UTF-8
00:00:00.040 E: + trap rm -rf /tmp/debian-chroot EXIT INT TERM
00:00:00.048 E: + mmdebstrap --mode=root --variant=apt --include=doc-debian unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.616 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.657 E: I: finding correct signed-by value...
00:00:00.770 E: I: automatically chosen format: directory
00:00:00.832 E: I: running apt-get update...
00:00:03.999 E: I: downloading packages with apt...
00:00:06.624 E: I: extracting archives...
00:00:08.586 E: I: installing essential packages...
00:00:14.861 E: I: installing remaining packages inside the chroot...
00:00:18.659 E: I: cleaning package lists and apt cache...
00:00:18.760 E: I: success in 18.2956 seconds
00:00:18.767 E: + rm /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-constitution-text /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-mailing-lists /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-manifesto /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-reporting-bugs /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-social-contract
00:00:18.771 E: + rm -r /tmp/debian-chroot/usr/share/doc/debian
00:00:18.776 E: + rm -r /tmp/debian-chroot/usr/share/doc/doc-debian
00:00:18.780 E: + rm /tmp/debian-chroot/var/lib/dpkg/info/doc-debian.list
00:00:18.784 E: + rm /tmp/debian-chroot/var/lib/dpkg/info/doc-debian.md5sums
00:00:18.788 E: + tar -C /tmp/debian-chroot --one-file-system -c .
00:00:18.792 E: + tar -t
00:00:18.796 E: + sort
00:00:18.800 E: + diff -u tar1.txt -
00:00:18.997 E: + rm -rf /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:31
result: SUCCESS
------------------------------------------------------------------------------
(165/280) multiple-include
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:33:42
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + trap rm -rf /tmp/debian-chroot EXIT INT TERM
00:00:00.019 E: + mmdebstrap --mode=root --variant=apt --include=doc-debian --include=tzdata unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.485 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.521 E: I: finding correct signed-by value...
00:00:00.638 E: I: automatically chosen format: directory
00:00:00.698 E: I: running apt-get update...
00:00:04.032 E: I: downloading packages with apt...
00:00:06.783 E: I: extracting archives...
00:00:08.800 E: I: installing essential packages...
00:00:15.139 E: I: installing remaining packages inside the chroot...
00:00:19.473 E: I: cleaning package lists and apt cache...
00:00:19.580 E: I: success in 19.2379 seconds
00:00:19.588 E: + rm /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-constitution-text /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-mailing-lists /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-manifesto /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-reporting-bugs /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-social-contract
00:00:19.594 E: + rm -r /tmp/debian-chroot/usr/share/doc/debian
00:00:19.598 E: + rm -r /tmp/debian-chroot/usr/share/doc/doc-debian
00:00:19.603 E: + rm /tmp/debian-chroot/usr/share/lintian/overrides/tzdata
00:00:19.608 E: + rm /tmp/debian-chroot/etc/localtime
00:00:19.612 E: + rm /tmp/debian-chroot/etc/timezone
00:00:19.617 E: + rm -r /tmp/debian-chroot/usr/share/doc/tzdata
00:00:19.622 E: + rm -r /tmp/debian-chroot/usr/share/zoneinfo
00:00:19.627 E: + [ -e /tmp/debian-chroot/var/lib/dpkg/info/doc-debian.list ]
00:00:19.632 E: + rm /tmp/debian-chroot/var/lib/dpkg/info/doc-debian.list
00:00:19.637 E: + [ -e /tmp/debian-chroot/var/lib/dpkg/info/doc-debian.md5sums ]
00:00:19.641 E: + rm /tmp/debian-chroot/var/lib/dpkg/info/doc-debian.md5sums
00:00:19.646 E: + [ -e /tmp/debian-chroot/var/lib/dpkg/info/doc-debian.config ]
00:00:19.650 E: + continue
00:00:19.655 E: + [ -e /tmp/debian-chroot/var/lib/dpkg/info/doc-debian.postinst ]
00:00:19.659 E: + continue
00:00:19.665 E: + [ -e /tmp/debian-chroot/var/lib/dpkg/info/doc-debian.postrm ]
00:00:19.670 E: + continue
00:00:19.675 E: + [ -e /tmp/debian-chroot/var/lib/dpkg/info/doc-debian.templates ]
00:00:19.679 E: + continue
00:00:19.685 E: + [ -e /tmp/debian-chroot/var/lib/dpkg/info/doc-debian.preinst ]
00:00:19.690 E: + continue
00:00:19.695 E: + [ -e /tmp/debian-chroot/var/lib/dpkg/info/doc-debian.prerm ]
00:00:19.700 E: + continue
00:00:19.705 E: + [ -e /tmp/debian-chroot/var/lib/dpkg/info/tzdata.list ]
00:00:19.710 E: + rm /tmp/debian-chroot/var/lib/dpkg/info/tzdata.list
00:00:19.715 E: + [ -e /tmp/debian-chroot/var/lib/dpkg/info/tzdata.md5sums ]
00:00:19.721 E: + rm /tmp/debian-chroot/var/lib/dpkg/info/tzdata.md5sums
00:00:19.727 E: + [ -e /tmp/debian-chroot/var/lib/dpkg/info/tzdata.config ]
00:00:19.733 E: + rm /tmp/debian-chroot/var/lib/dpkg/info/tzdata.config
00:00:19.738 E: + [ -e /tmp/debian-chroot/var/lib/dpkg/info/tzdata.postinst ]
00:00:19.743 E: + rm /tmp/debian-chroot/var/lib/dpkg/info/tzdata.postinst
00:00:19.749 E: + [ -e /tmp/debian-chroot/var/lib/dpkg/info/tzdata.postrm ]
00:00:19.755 E: + rm /tmp/debian-chroot/var/lib/dpkg/info/tzdata.postrm
00:00:19.761 E: + [ -e /tmp/debian-chroot/var/lib/dpkg/info/tzdata.templates ]
00:00:19.766 E: + rm /tmp/debian-chroot/var/lib/dpkg/info/tzdata.templates
00:00:19.771 E: + [ -e /tmp/debian-chroot/var/lib/dpkg/info/tzdata.preinst ]
00:00:19.780 E: + continue
00:00:19.787 E: + [ -e /tmp/debian-chroot/var/lib/dpkg/info/tzdata.prerm ]
00:00:19.793 E: + continue
00:00:19.799 E: + tar -C /tmp/debian-chroot --one-file-system+  -c .
00:00:19.804 E: tar -t
00:00:19.809 E: + sort
00:00:19.815 E: + diff -u tar1.txt -
00:00:19.894 E: + rm -rf /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:32
result: SUCCESS
------------------------------------------------------------------------------
(166/280) include-with-multiple-apt-sources
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:32:43
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.014 E: + export LC_ALL=C.UTF-8
00:00:00.019 E: + trap rm -rf /tmp/debian-chroot EXIT INT TERM
00:00:00.024 E: + mmdebstrap --mode=root --variant=minbase --include=doc-debian unstable /tmp/debian-chroot deb http://127.0.0.1/debian unstable main deb http://127.0.0.1/debian stable main
00:00:00.503 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.536 E: I: finding correct signed-by value...
00:00:00.640 E: I: automatically chosen format: directory
00:00:00.700 E: I: running apt-get update...
00:00:05.588 E: I: downloading packages with apt...
00:00:08.516 E: I: extracting archives...
00:00:10.379 E: I: installing essential packages...
00:00:16.568 E: I: installing remaining packages inside the chroot...
00:00:22.281 E: I: cleaning package lists and apt cache...
00:00:22.408 E: I: success in 22.0414 seconds
00:00:22.415 E: + chroot /tmp/debian-chroot dpkg-query --show doc-debian
00:00:22.421 O: doc-debian	11.3+nmu1
00:00:22.421 E: + rm -rf /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:34
result: SUCCESS
------------------------------------------------------------------------------
(167/280) essential-hook
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:31:45
------------------------------------------------------------------------------
00:00:00.024 E: + set -eu
00:00:00.034 E: + export LC_ALL=C.UTF-8
00:00:00.041 E: + trap rm -rf /tmp/debian-chroot; rm -f /tmp/essential.sh EXIT INT TERM
00:00:00.049 E: + cat
00:00:00.057 E: + chmod +x /tmp/essential.sh
00:00:00.064 E: + mmdebstrap --mode=root --variant=apt --include=tzdata --essential-hook=echo tzdata tzdata/Areas select Europe | chroot "$1" debconf-set-selections --essential-hook=/tmp/essential.sh unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.665 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.719 E: I: finding correct signed-by value...
00:00:00.867 E: I: automatically chosen format: directory
00:00:00.953 E: I: running apt-get update...
00:00:04.784 E: I: downloading packages with apt...
00:00:09.687 E: I: extracting archives...
00:00:12.075 E: I: installing essential packages...
00:00:21.675 E: I: running --essential-hook in shell: sh -c 'echo tzdata tzdata/Areas select Europe | chroot "$1" debconf-set-selections' exec /tmp/debian-chroot
00:00:21.805 E: I: running --essential-hook directly: /tmp/essential.sh /tmp/debian-chroot
00:00:21.950 E: I: installing remaining packages inside the chroot...
00:00:28.141 E: I: cleaning package lists and apt cache...
00:00:28.257 E: I: success in 27.7669 seconds
00:00:28.270 E: + readlink /tmp/debian-chroot/etc/localtime
00:00:28.279 E: + [ /usr/share/zoneinfo/Europe/Berlin = /usr/share/zoneinfo/Europe/Berlin ]
00:00:28.290 E: + tar -C /tmp/debian-chroot --one-file-system -c .
00:00:28.308 E: + tar -t
00:00:28.334 E: + sort
00:00:28.341 E: + grep -v ^./usr/sbin/tzconfig
00:00:28.350 E: + grep -v ^./usr/share/lintian/overrides/tzdata
00:00:28.357 E: + diff -u tar1.txt -
00:00:28.366 E: + grep -v ^./usr/share/zoneinfo
00:00:28.379 E: + grep -v ^./usr/share/doc/tzdata
00:00:28.387 E: + grep -v ^./var/lib/dpkg/info/tzdata.
00:00:28.393 E: + grep -v ^./etc/timezone
00:00:28.401 E: + grep -v ^./etc/localtime
00:00:28.765 E: + rm -rf /tmp/debian-chroot
00:00:29.018 E: + rm -f /tmp/essential.sh
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:41
result: SUCCESS
------------------------------------------------------------------------------
(168/280) customize-hook
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:30:52
------------------------------------------------------------------------------
00:00:00.016 E: + set -eu
00:00:00.022 E: + export LC_ALL=C.UTF-8
00:00:00.028 E: + trap rm -rf /tmp/debian-chroot; rm -f /tmp/customize.sh EXIT INT TERM
00:00:00.035 E: + cat
00:00:00.043 E: + chmod +x /tmp/customize.sh
00:00:00.051 E: + mmdebstrap --mode=root --variant=apt --customize-hook=chroot "$1" sh -c "whoami; pwd" > "$1/output1" --customize-hook=/tmp/customize.sh unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.826 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.872 E: I: finding correct signed-by value...
00:00:00.992 E: I: automatically chosen format: directory
00:00:01.064 E: I: running apt-get update...
00:00:04.912 E: I: downloading packages with apt...
00:00:08.916 E: I: extracting archives...
00:00:12.992 E: I: installing essential packages...
00:00:33.781 E: I: installing remaining packages inside the chroot...
00:00:43.989 E: I: running --customize-hook in shell: sh -c 'chroot "$1" sh -c "whoami; pwd" > "$1/output1"' exec /tmp/debian-chroot
00:00:44.010 E: I: running --customize-hook directly: /tmp/customize.sh /tmp/debian-chroot
00:00:44.096 E: I: cleaning package lists and apt cache...
00:00:44.277 E: I: success in 43.6632 seconds
00:00:44.332 E: + cmp /tmp/debian-chroot/output1
00:00:44.365 E: + printf root\n/\n
00:00:44.396 E: + printf root\n/\n
00:00:44.425 E: + cmp /tmp/debian-chroot/output2
00:00:44.457 E: + rm /tmp/debian-chroot/output1
00:00:44.488 E: + rm /tmp/debian-chroot/output2
00:00:44.517 E: + diff -u tar1.txt -
00:00:44.557 E: + sort
00:00:44.588 E: + tar -t
00:00:44.625 E: + tar -C /tmp/debian-chroot --one-file-system -c .
00:00:45.046 E: + rm -rf /tmp/debian-chroot
00:00:45.293 E: + rm -f /tmp/customize.sh
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:02
result: SUCCESS
------------------------------------------------------------------------------
(169/280) failing-customize-hook
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:30:13
------------------------------------------------------------------------------
00:00:00.037 E: + set -eu
00:00:00.049 E: + export LC_ALL=C.UTF-8
00:00:00.059 E: + ret=0
00:00:00.070 E: + mmdebstrap --mode=root --variant=apt --customize-hook=chroot "$1" sh -c "exit 1" unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:01.022 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.144 E: I: finding correct signed-by value...
00:00:01.486 E: I: automatically chosen format: directory
00:00:01.621 E: I: running apt-get update...
00:00:06.629 E: I: downloading packages with apt...
00:00:12.205 E: I: extracting archives...
00:00:15.510 E: I: installing essential packages...
00:00:33.076 E: I: installing remaining packages inside the chroot...
00:00:42.248 E: I: running --customize-hook in shell: sh -c 'chroot "$1" sh -c "exit 1"' exec /tmp/debian-chroot
00:00:42.316 E: E: setup failed: E: command failed: chroot "$1" sh -c "exit 1"
00:00:42.348 E: W: hooklistener errored out: E: received eof on socket
00:00:42.362 E: 
00:00:42.412 E: I: main() received signal PIPE: waiting for setup...
00:00:42.426 E: E: mmdebstrap failed to run
00:00:42.454 E: + ret=25
00:00:42.467 E: + rm -r /tmp/debian-chroot
00:00:42.667 E: + [ 25 = 0 ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:04
result: SUCCESS
------------------------------------------------------------------------------
(170/280) sigint-during-customize-hook
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:29:35
------------------------------------------------------------------------------
00:00:00.038 E: + set -eu
00:00:00.053 E: + export LC_ALL=C.UTF-8
00:00:00.074 E: + pid=566
00:00:00.097 E: + sleep 1
00:00:00.117 E: + setsid --wait mmdebstrap --mode=root --variant=apt --customize-hook=touch hookstarted && sleep 10 && touch fail unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:01.006 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.052 E: + [ -e hookstarted ]
00:00:01.071 E: + sleep 1
00:00:01.093 E: I: finding correct signed-by value...
00:00:01.308 E: I: automatically chosen format: directory
00:00:01.415 E: I: running apt-get update...
00:00:02.062 E: + [ -e hookstarted ]
00:00:02.078 E: + sleep 1
00:00:03.071 E: + [ -e hookstarted ]
00:00:03.092 E: + sleep 1
00:00:04.093 E: + [ -e hookstarted ]
00:00:04.116 E: + sleep 1
00:00:05.101 E: + [ -e hookstarted ]
00:00:05.124 E: + sleep 1
00:00:06.120 E: + [ -e hookstarted ]
00:00:06.129 E: + sleep 1
00:00:06.980 E: I: downloading packages with apt...
00:00:07.122 E: + [ -e hookstarted ]
00:00:07.131 E: + sleep 1
00:00:08.139 E: + [ -e hookstarted ]
00:00:08.156 E: + sleep 1
00:00:09.144 E: + [ -e hookstarted ]
00:00:09.159 E: + sleep 1
00:00:10.192 E: + [ -e hookstarted ]
00:00:10.216 E: + sleep 1
00:00:11.202 E: + [ -e hookstarted ]
00:00:11.212 E: + sleep 1
00:00:12.210 E: + [ -e hookstarted ]
00:00:12.224 E: + sleep 1
00:00:12.864 E: I: extracting archives...
00:00:13.228 E: + [ -e hookstarted ]
00:00:13.284 E: + sleep 1
00:00:14.241 E: + [ -e hookstarted ]
00:00:14.258 E: + sleep 1
00:00:15.248 E: + [ -e hookstarted ]
00:00:15.293 E: + sleep 1
00:00:16.271 E: + [ -e hookstarted ]
00:00:16.283 E: + sleep 1
00:00:16.828 E: I: installing essential packages...
00:00:17.273 E: + [ -e hookstarted ]
00:00:17.292 E: + sleep 1
00:00:18.292 E: + [ -e hookstarted ]
00:00:18.307 E: + sleep 1
00:00:19.312 E: + [ -e hookstarted ]
00:00:19.328 E: + sleep 1
00:00:20.323 E: + [ -e hookstarted ]
00:00:20.333 E: + sleep 1
00:00:21.331 E: + [ -e hookstarted ]
00:00:21.343 E: + sleep 1
00:00:22.334 E: + [ -e hookstarted ]
00:00:22.348 E: + sleep 1
00:00:23.359 E: + [ -e hookstarted ]
00:00:23.388 E: + sleep 1
00:00:24.351 E: + [ -e hookstarted ]
00:00:24.388 E: + sleep 1
00:00:25.363 E: + [ -e hookstarted ]
00:00:25.380 E: + sleep 1
00:00:26.374 E: + [ -e hookstarted ]
00:00:26.390 E: + sleep 1
00:00:27.372 E: + [ -e hookstarted ]
00:00:27.390 E: + sleep 1
00:00:28.381 E: + [ -e hookstarted ]
00:00:28.416 E: + sleep 1
00:00:29.401 E: + [ -e hookstarted ]
00:00:29.416 E: + sleep 1
00:00:30.397 E: + [ -e hookstarted ]
00:00:30.425 E: + sleep 1
00:00:31.428 E: + [ -e hookstarted ]
00:00:31.464 E: + sleep 1
00:00:32.448 E: + [ -e hookstarted ]
00:00:32.459 E: + sleep 1
00:00:33.466 E: + [ -e hookstarted ]
00:00:33.486 E: + sleep 1
00:00:34.462 E: I: installing remaining packages inside the chroot...
00:00:34.487 E: + [ -e hookstarted ]
00:00:34.499 E: + sleep 1
00:00:35.501 E: + [ -e hookstarted ]
00:00:35.533 E: + sleep 1
00:00:36.516 E: + [ -e hookstarted ]
00:00:36.548 E: + sleep 1
00:00:37.532 E: + [ -e hookstarted ]
00:00:37.569 E: + sleep 1
00:00:38.540 E: + [ -e hookstarted ]
00:00:38.557 E: + sleep 1
00:00:39.559 E: + [ -e hookstarted ]
00:00:39.587 E: + sleep 1
00:00:40.568 E: + [ -e hookstarted ]
00:00:40.576 E: + sleep 1
00:00:41.576 E: + [ -e hookstarted ]
00:00:41.611 E: + sleep 1
00:00:42.592 E: + [ -e hookstarted ]
00:00:42.618 E: + sleep 1
00:00:43.611 E: + [ -e hookstarted ]
00:00:43.641 E: + sleep 1
00:00:44.560 E: I: running --customize-hook in shell: sh -c 'touch hookstarted && sleep 10 && touch fail' exec /tmp/debian-chroot
00:00:44.616 E: + [ -e hookstarted ]
00:00:44.624 E: + break
00:00:44.641 E: + rm hookstarted
00:00:44.655 E: + ps -p 566 -o pgid=
00:00:44.668 E: + pgid=-566
00:00:44.705 E: + /bin/kill --signal INT -- -566
00:00:44.732 E: I: main() received signal INT: waiting for setup...
00:00:44.776 E: I: main() received signal INT: waiting for setup...
00:00:44.803 E: + ret=0
00:00:44.840 E: + wait 566
00:00:44.846 E: E: setup failed: E: command failed: touch hookstarted && sleep 10 && touch fail
00:00:44.862 E: W: hooklistener errored out: E: received eof on socket
00:00:44.867 E: 
00:00:44.873 E: I: main() received signal PIPE: waiting for setup...
00:00:44.880 E: E: mmdebstrap failed to run
00:00:44.896 E: + ret=25
00:00:44.904 E: + rm -r /tmp/debian-chroot
00:00:45.103 E: + [ -e fail ]
00:00:45.111 E: + [ 25 = 0 ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:14
result: SUCCESS
------------------------------------------------------------------------------
(171/280) hook-directory
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:29:04
------------------------------------------------------------------------------
00:00:00.053 E: + set -eu
00:00:00.075 E: + export LC_ALL=C.UTF-8
00:00:00.082 E: + mkdir /tmp/hookA
00:00:00.091 E: + cat
00:00:00.107 E: + chmod +x /tmp/hookA/setup00.sh
00:00:00.117 E: + cat
00:00:00.127 E: + chmod +x /tmp/hookA/setup01.sh
00:00:00.136 E: + cat
00:00:00.143 E: + chmod +x /tmp/hookA/extract00.sh
00:00:00.152 E: + cat
00:00:00.158 E: + chmod +x /tmp/hookA/extract01.sh
00:00:00.167 E: + cat
00:00:00.177 E: + chmod +x /tmp/hookA/essential00.sh
00:00:00.185 E: + cat
00:00:00.195 E: + chmod +x /tmp/hookA/essential01.sh
00:00:00.210 E: + cat
00:00:00.222 E: + chmod +x /tmp/hookA/customize00.sh
00:00:00.235 E: + cat
00:00:00.245 E: + chmod +x /tmp/hookA/customize01.sh
00:00:00.266 E: + mkdir /tmp/hookB
00:00:00.284 E: + cat
00:00:00.296 E: + chmod +x /tmp/hookB/setup00.sh
00:00:00.307 E: + cat
00:00:00.316 E: + chmod +x /tmp/hookB/setup01.sh
00:00:00.330 E: + cat
00:00:00.339 E: + chmod +x /tmp/hookB/extract00.sh
00:00:00.360 E: + cat
00:00:00.368 E: + chmod +x /tmp/hookB/extract01.sh
00:00:00.374 E: + cat
00:00:00.395 E: + chmod +x /tmp/hookB/essential00.sh
00:00:00.407 E: + cat
00:00:00.417 E: + chmod +x /tmp/hookB/essential01.sh
00:00:00.430 E: + cat
00:00:00.450 E: + chmod +x /tmp/hookB/customize00.sh
00:00:00.462 E: + cat
00:00:00.478 E: + chmod +x /tmp/hookB/customize01.sh
00:00:00.488 E: + mmdebstrap --mode=root --variant=apt --setup-hook=echo cliA/setup >> "$1"/setup --extract-hook=echo cliA/extract >> "$1"/extract --essential-hook=echo cliA/essential >> "$1"/essential --customize-hook=echo cliA/customize >> "$1"/customize --hook-dir=/tmp/hookA --setup-hook=echo cliB/setup >> "$1"/setup --extract-hook=echo cliB/extract >> "$1"/extract --essential-hook=echo cliB/essential >> "$1"/essential --customize-hook=echo cliB/customize >> "$1"/customize --hook-dir=/tmp/hookB --setup-hook=echo cliC/setup >> "$1"/setup --extract-hook=echo cliC/extract >> "$1"/extract --essential-hook=echo cliC/essential >> "$1"/essential --customize-hook=echo cliC/customize >> "$1"/customize unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:01.570 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.668 E: I: finding correct signed-by value...
00:00:01.993 E: I: automatically chosen format: directory
00:00:02.107 E: I: running --setup-hook in shell: sh -c 'echo cliA/setup >> "$1"/setup' exec /tmp/debian-chroot
00:00:02.133 E: I: running --setup-hook directly: /tmp/hookA/setup00.sh /tmp/debian-chroot
00:00:02.144 E: I: running --setup-hook directly: /tmp/hookA/setup01.sh /tmp/debian-chroot
00:00:02.159 E: I: running --setup-hook in shell: sh -c 'echo cliB/setup >> "$1"/setup' exec /tmp/debian-chroot
00:00:02.189 E: I: running --setup-hook directly: /tmp/hookB/setup00.sh /tmp/debian-chroot
00:00:02.200 E: I: running --setup-hook directly: /tmp/hookB/setup01.sh /tmp/debian-chroot
00:00:02.215 E: I: running --setup-hook in shell: sh -c 'echo cliC/setup >> "$1"/setup' exec /tmp/debian-chroot
00:00:02.226 E: I: running apt-get update...
00:00:07.643 E: I: downloading packages with apt...
00:00:13.465 E: I: extracting archives...
00:00:17.104 E: I: running --extract-hook in shell: sh -c 'echo cliA/extract >> "$1"/extract' exec /tmp/debian-chroot
00:00:17.115 E: I: running --extract-hook directly: /tmp/hookA/extract00.sh /tmp/debian-chroot
00:00:17.125 E: I: running --extract-hook directly: /tmp/hookA/extract01.sh /tmp/debian-chroot
00:00:17.137 E: I: running --extract-hook in shell: sh -c 'echo cliB/extract >> "$1"/extract' exec /tmp/debian-chroot
00:00:17.151 E: I: running --extract-hook directly: /tmp/hookB/extract00.sh /tmp/debian-chroot
00:00:17.165 E: I: running --extract-hook directly: /tmp/hookB/extract01.sh /tmp/debian-chroot
00:00:17.188 E: I: running --extract-hook in shell: sh -c 'echo cliC/extract >> "$1"/extract' exec /tmp/debian-chroot
00:00:17.205 E: I: installing essential packages...
00:00:35.661 E: I: running --essential-hook in shell: sh -c 'echo cliA/essential >> "$1"/essential' exec /tmp/debian-chroot
00:00:35.678 E: I: running --essential-hook directly: /tmp/hookA/essential00.sh /tmp/debian-chroot
00:00:35.686 E: I: running --essential-hook directly: /tmp/hookA/essential01.sh /tmp/debian-chroot
00:00:35.694 E: I: running --essential-hook in shell: sh -c 'echo cliB/essential >> "$1"/essential' exec /tmp/debian-chroot
00:00:35.708 E: I: running --essential-hook directly: /tmp/hookB/essential00.sh /tmp/debian-chroot
00:00:35.714 E: I: running --essential-hook directly: /tmp/hookB/essential01.sh /tmp/debian-chroot
00:00:35.721 E: I: running --essential-hook in shell: sh -c 'echo cliC/essential >> "$1"/essential' exec /tmp/debian-chroot
00:00:35.729 E: I: installing remaining packages inside the chroot...
00:00:44.990 E: I: running --customize-hook in shell: sh -c 'echo cliA/customize >> "$1"/customize' exec /tmp/debian-chroot
00:00:45.016 E: I: running --customize-hook directly: /tmp/hookA/customize00.sh /tmp/debian-chroot
00:00:45.038 E: I: running --customize-hook directly: /tmp/hookA/customize01.sh /tmp/debian-chroot
00:00:45.063 E: I: running --customize-hook in shell: sh -c 'echo cliB/customize >> "$1"/customize' exec /tmp/debian-chroot
00:00:45.087 E: I: running --customize-hook directly: /tmp/hookB/customize00.sh /tmp/debian-chroot
00:00:45.102 E: I: running --customize-hook directly: /tmp/hookB/customize01.sh /tmp/debian-chroot
00:00:45.136 E: I: running --customize-hook in shell: sh -c 'echo cliC/customize >> "$1"/customize' exec /tmp/debian-chroot
00:00:45.156 E: I: cleaning package lists and apt cache...
00:00:45.299 E: I: success in 44.1972 seconds
00:00:45.329 E: + printf cliA/setup\nhookA/setup00\nhookA/setup01\ncliB/setup\nhookB/setup00\nhookB/setup01\ncliC/setup\n
00:00:45.338 E: + diff -u - /tmp/debian-chroot/setup
00:00:45.352 E: + diff -u - /tmp/debian-chroot/extract
00:00:45.370 E: + printf cliA/extract\nhookA/extract00\nhookA/extract01\ncliB/extract\nhookB/extract00\nhookB/extract01\ncliC/extract\n
00:00:45.392 E: + printf cliA/essential\nhookA/essential00\nhookA/essential01\ncliB/essential\nhookB/essential00\nhookB/essential01\ncliC/essential\n
00:00:45.404 E: + diff -u - /tmp/debian-chroot/essential
00:00:45.412 E: + printf cliA/customize\nhookA/customize00\nhookA/customize01\ncliB/customize\nhookB/customize00\nhookB/customize01\ncliC/customize\n
00:00:45.423 E: + diff -u - /tmp/debian-chroot/customize
00:00:45.433 E: + rm /tmp/debian-chroot/setup
00:00:45.444 E: + rm /tmp/debian-chroot/extract
00:00:45.456 E: + rm /tmp/debian-chroot/essential
00:00:45.469 E: + rm /tmp/debian-chroot/customize
00:00:45.478 E: + tar -t
00:00:45.487 E: + tar -C /tmp/debian-chroot --one-file-system -c .
00:00:45.500 E: + sort
00:00:45.509 E: + diff -u tar1.txt -
00:00:46.359 E: + rm /tmp/hookA/setup00.sh
00:00:46.370 E: + rm /tmp/hookA/setup01.sh
00:00:46.381 E: + rm /tmp/hookA/extract00.sh
00:00:46.403 E: + rm /tmp/hookA/extract01.sh
00:00:46.411 E: + rm /tmp/hookA/essential00.sh
00:00:46.434 E: + rm /tmp/hookA/essential01.sh
00:00:46.441 E: + rm /tmp/hookA/customize00.sh
00:00:46.451 E: + rm /tmp/hookA/customize01.sh
00:00:46.460 E: + rmdir /tmp/hookA
00:00:46.477 E: + rm /tmp/hookB/setup00.sh
00:00:46.503 E: + rm /tmp/hookB/setup01.sh
00:00:46.516 E: + rm /tmp/hookB/extract00.sh
00:00:46.529 E: + rm /tmp/hookB/extract01.sh
00:00:46.540 E: + rm /tmp/hookB/essential00.sh
00:00:46.550 E: + rm /tmp/hookB/essential01.sh
00:00:46.556 E: + rm /tmp/hookB/customize00.sh
00:00:46.561 E: + rm /tmp/hookB/customize01.sh
00:00:46.567 E: + rmdir /tmp/hookB
00:00:46.575 E: + rm -r /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:09
result: SUCCESS
------------------------------------------------------------------------------
(172/280) eatmydata-via-hook-dir
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:28:29
------------------------------------------------------------------------------
00:00:00.052 E: + set -eu
00:00:00.073 E: + export LC_ALL=C.UTF-8
00:00:00.097 E: + cat
00:00:00.110 E: + chmod +x /tmp/checkeatmydata.sh
00:00:00.118 E: + elfheader=\177ELF
00:00:00.133 E: + dpkg-architecture -qDEB_HOST_ARCH_BITS
00:00:00.257 E: dpkg-architecture: warning: cannot determine CC system type, falling back to default (native compilation)
00:00:00.328 E: + elfheader=\177ELF\002
00:00:00.351 E: + dpkg-architecture -qDEB_HOST_ARCH_ENDIAN
00:00:00.376 E: dpkg-architecture: warning: cannot determine CC system type, falling back to default (native compilation)
00:00:00.389 E: + elfheader=\177ELF\002\001
00:00:00.407 E: + elfheader=\177ELF\002\001\001\000
00:00:00.422 E: + mmdebstrap --mode=root --variant=apt --customize-hook=/tmp/checkeatmydata.sh --essential-hook=/tmp/checkeatmydata.sh --extract-hook=printf "\177ELF\002\001\001\000" | cmp --bytes=8 - "$1"/usr/bin/dpkg --hook-dir=./hooks/eatmydata --customize-hook=printf "\177ELF\002\001\001\000" | cmp --bytes=8 - "$1"/usr/bin/dpkg unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:02.260 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:02.409 E: I: finding correct signed-by value...
00:00:02.728 E: I: automatically chosen format: directory
00:00:02.876 E: I: running apt-get update...
00:00:08.445 E: I: downloading packages with apt...
00:00:14.296 E: I: extracting archives...
00:00:18.389 E: I: running --extract-hook in shell: sh -c 'printf "\177ELF\002\001\001\000" | cmp --bytes=8 - "$1"/usr/bin/dpkg' exec /tmp/debian-chroot
00:00:18.439 E: I: running --extract-hook directly: ./hooks/eatmydata/extract.sh /tmp/debian-chroot
00:00:18.904 E: processing eatmydata_131-2_all.deb
00:00:19.044 E: Get:1 http://127.0.0.1/debian/pool/main/libe/libeatmydata/eatmydata_131-2_all.deb [7532 B]
00:00:19.049 E: Fetched 7532 B in 0s (61.4 kB/s)
00:00:19.056 E: W: Download is performed unsandboxed as root as file 'eatmydata_131-2_all.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
00:00:19.070 E: ./usr/bin/eatmydata
00:00:19.078 E: processing libeatmydata1_131-2_amd64.deb
00:00:19.143 E: Get:1 http://127.0.0.1/debian/pool/main/libe/libeatmydata/libeatmydata1_131-2_amd64.deb [7032 B]
00:00:19.154 E: Fetched 7032 B in 0s (154 kB/s)
00:00:19.167 E: W: Download is performed unsandboxed as root as file 'libeatmydata1_131-2_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
00:00:19.235 E: ./usr/lib/x86_64-linux-gnu/libeatmydata.so.1.3.0
00:00:19.253 E: ./usr/lib/x86_64-linux-gnu/libeatmydata.so
00:00:19.275 E: ./usr/lib/x86_64-linux-gnu/libeatmydata.so.1
00:00:19.281 E: I: installing essential packages...
00:00:29.231 E: I: running --essential-hook directly: /tmp/checkeatmydata.sh /tmp/debian-chroot
00:00:29.240 E: + diff - /tmp/debian-chroot/usr/bin/dpkg
00:00:29.258 E: + cat
00:00:29.270 E: + [ -e /tmp/debian-chroot/usr/bin/eatmydata ]
00:00:29.280 E: I: installing remaining packages inside the chroot...
00:00:35.131 E: I: running --customize-hook directly: /tmp/checkeatmydata.sh /tmp/debian-chroot
00:00:35.140 E: + cat
00:00:35.159 E: + diff - /tmp/debian-chroot/usr/bin/dpkg
00:00:35.169 E: + [ -e /tmp/debian-chroot/usr/bin/eatmydata ]
00:00:35.192 E: I: running --customize-hook directly: ./hooks/eatmydata/customize.sh /tmp/debian-chroot
00:00:35.316 E: dpkg-query: no packages found matching eatmydata
00:00:35.330 E: dpkg-query: no packages found matching libeatmydata1
00:00:35.356 E: Removing 'local diversion of /usr/bin/dpkg to /usr/bin/dpkg.distrib'
00:00:35.760 E: I: running --customize-hook in shell: sh -c 'printf "\177ELF\002\001\001\000" | cmp --bytes=8 - "$1"/usr/bin/dpkg' exec /tmp/debian-chroot
00:00:35.841 E: I: cleaning package lists and apt cache...
00:00:36.004 E: I: success in 34.5776 seconds
00:00:36.024 E: + sort
00:00:36.033 E: + tar -C /tmp/debian-chroot --one-file-system -c .
00:00:36.042 E: + tar -t
00:00:36.053 E: + diff -u tar1.txt -
00:00:36.899 E: + rm /tmp/checkeatmydata.sh
00:00:36.904 E: + rm -r /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:02
result: SUCCESS
------------------------------------------------------------------------------
(173/280) special-hooks-using-helpers
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:27:49
------------------------------------------------------------------------------
00:00:00.015 E: + set -eu
00:00:00.024 E: + export LC_ALL=C.UTF-8
00:00:00.036 E: + mkfifo /tmp/myfifo
00:00:00.043 E: + mkdir /tmp/root
00:00:00.062 E: + ln -s /real /tmp/root/link
00:00:00.073 E: + mkdir /tmp/root/real
00:00:00.082 E: + run_testA link/foo
00:00:00.093 E: + echo content
00:00:00.102 E: + mmdebstrap --hook-listener 1
00:00:00.113 E: + mmdebstrap --hook-helper /tmp/root root setup  1 upload /tmp/foo link/foo
00:00:00.121 E: + read -r xs1
00:00:00.814 E: + echo 0
00:00:00.821 E: + printf \000\000adios
00:00:00.830 E: + [ 0 -eq 0 ]
00:00:00.844 E: + read -r xs2
00:00:00.858 E: + echo 0
00:00:00.867 E: + [ 0 -eq 0 ]
00:00:00.874 E: + diff -u - /tmp/root/real/foo
00:00:00.882 E: + echo content
00:00:00.892 E: + rm /tmp/foo
00:00:00.903 E: + rm /tmp/root/real/foo
00:00:00.915 E: + run_testA /link/foo
00:00:00.923 E: + echo content
00:00:00.935 E: + read -r xs1
00:00:00.941 E: + mmdebstrap --hook-listener 1
00:00:00.959 E: + mmdebstrap --hook-helper /tmp/root root setup  1 upload /tmp/foo /link/foo
00:00:01.323 E: + echo 0
00:00:01.343 E: + printf \000\000adios
00:00:01.369 E: + [ 0 -eq 0 ]
00:00:01.414 E: + read -r xs2
00:00:01.442 E: + echo 0
00:00:01.449 E: + [ 0 -eq 0 ]
00:00:01.465 E: + echo content
00:00:01.491 E: + diff -u - /tmp/root/real/foo
00:00:01.505 E: + rm /tmp/foo
00:00:01.520 E: + rm /tmp/root/real/foo
00:00:01.529 E: + run_testA ///link///foo///
00:00:01.550 E: + echo content
00:00:01.565 E: + read -r xs1
00:00:01.576 E: + + mmdebstrap --hook-listener 1
00:00:01.584 E: mmdebstrap --hook-helper /tmp/root root setup  1 upload /tmp/foo ///link///foo///
00:00:01.912 E: + echo 0
00:00:01.920 E: + printf \000\000adios
00:00:01.931 E: + [ 0 -eq 0 ]
00:00:01.944 E: + read -r xs2
00:00:01.957 E: + echo 0
00:00:01.992 E: + [ 0 -eq 0 ]
00:00:02.011 E: + + diff -u - /tmp/root/real/foo
00:00:02.025 E: echo content
00:00:02.060 E: + rm /tmp/foo
00:00:02.069 E: + rm /tmp/root/real/foo
00:00:02.089 E: + run_testA /././link/././foo/././
00:00:02.103 E: + echo content
00:00:02.119 E: + read -r xs1
00:00:02.129 E: + + mmdebstrap --hook-listener 1
00:00:02.143 E: mmdebstrap --hook-helper /tmp/root root setup  1 upload /tmp/foo /././link/././foo/././
00:00:02.454 E: + echo 0
00:00:02.468 E: + printf \000\000adios
00:00:02.482 E: + [ 0 -eq 0 ]
00:00:02.490 E: + read -r xs2
00:00:02.499 E: + echo 0
00:00:02.510 E: + [ 0 -eq 0 ]
00:00:02.519 E: + diff -u - /tmp/root/real/foo
00:00:02.530 E: + echo content
00:00:02.543 E: + rm /tmp/foo
00:00:02.552 E: + rm /tmp/root/real/foo
00:00:02.564 E: + run_testA /link/../link/foo
00:00:02.576 E: + echo content
00:00:02.604 E: + read -r xs1
00:00:02.612 E: + + mmdebstrap --hook-listener 1
00:00:02.637 E: mmdebstrap --hook-helper /tmp/root root setup  1 upload /tmp/foo /link/../link/foo
00:00:02.927 E: + echo 0
00:00:02.954 E: + printf \000\000adios
00:00:02.974 E: + [ 0 -eq 0 ]
00:00:02.989 E: + read -r xs2
00:00:03.004 E: + echo 0
00:00:03.013 E: + [ 0 -eq 0 ]
00:00:03.028 E: + echo content
00:00:03.034 E: + diff -u - /tmp/root/real/foo
00:00:03.044 E: + rm /tmp/foo
00:00:03.057 E: + rm /tmp/root/real/foo
00:00:03.066 E: + run_testA /link/../../link/foo
00:00:03.086 E: + echo content
00:00:03.102 E: + mmdebstrap --hook-listener 1
00:00:03.114 E: + mmdebstrap --hook-helper /tmp/root root setup  1 upload /tmp/foo /link/../../link/foo
00:00:03.127 E: + read -r xs1
00:00:03.487 E: + echo 0
00:00:03.498 E: + printf \000\000adios
00:00:03.508 E: + [ 0 -eq 0 ]
00:00:03.530 E: + read -r xs2
00:00:03.548 E: + echo 0
00:00:03.561 E: + [ 0 -eq 0 ]
00:00:03.576 E: + echo content
00:00:03.598 E: + diff -u - /tmp/root/real/foo
00:00:03.610 E: + rm /tmp/foo
00:00:03.624 E: + rm /tmp/root/real/foo
00:00:03.644 E: + run_testA /../../link/foo
00:00:03.653 E: + echo content
00:00:03.686 E: + + read -r xs1
00:00:03.709 E: mmdebstrap --hook-listener 1
00:00:03.723 E: + mmdebstrap --hook-helper /tmp/root root setup  1 upload /tmp/foo /../../link/foo
00:00:04.019 E: + echo 0
00:00:04.035 E: + printf \000\000adios
00:00:04.056 E: + [ 0 -eq 0 ]
00:00:04.078 E: + read -r xs2
00:00:04.090 E: + echo 0
00:00:04.103 E: + [ 0 -eq 0 ]
00:00:04.114 E: + echo content
00:00:04.139 E: + diff -u - /tmp/root/real/foo
00:00:04.151 E: + rm /tmp/foo
00:00:04.157 E: + rm /tmp/root/real/foo
00:00:04.173 E: + rmdir /tmp/root/real
00:00:04.190 E: + rm /tmp/root/link
00:00:04.202 E: + rmdir /tmp/root
00:00:04.213 E: + rm /tmp/myfifo
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:25
result: SUCCESS
------------------------------------------------------------------------------
(174/280) special-hooks-using-helpers-and-env-vars
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:26:46
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + cat
00:00:00.018 E: + chmod +x /tmp/script.sh
00:00:00.022 E: + mmdebstrap --mode=root --variant=apt --setup-hook=/tmp/script.sh --extract-hook=/tmp/script.sh --essential-hook=/tmp/script.sh --customize-hook=/tmp/script.sh unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.461 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.499 E: I: finding correct signed-by value...
00:00:00.604 E: I: automatically chosen format: directory
00:00:00.663 E: I: running --setup-hook directly: /tmp/script.sh /tmp/debian-chroot
00:00:00.668 E: MMDEBSTRAP_APT_CONFIG /tmp/debian-chroot/tmp/mmdebstrap.apt.conf.sLsF030J4IA7
00:00:00.979 E: content inside chroot:
00:00:00.984 E: test-content setup
00:00:01.324 E: content outside chroot:
00:00:01.335 E: test-content setup
00:00:01.349 E: I: running apt-get update...
00:00:04.400 E: I: downloading packages with apt...
00:00:06.696 E: I: extracting archives...
00:00:08.468 E: I: running --extract-hook directly: /tmp/script.sh /tmp/debian-chroot
00:00:08.473 E: MMDEBSTRAP_APT_CONFIG /tmp/debian-chroot/tmp/mmdebstrap.apt.conf.sLsF030J4IA7
00:00:08.788 E: content inside chroot:
00:00:08.792 E: test-content extract
00:00:09.088 E: content outside chroot:
00:00:09.092 E: test-content extract
00:00:09.098 E: I: installing essential packages...
00:00:15.073 E: I: running --essential-hook directly: /tmp/script.sh /tmp/debian-chroot
00:00:15.078 E: MMDEBSTRAP_APT_CONFIG /tmp/debian-chroot/tmp/mmdebstrap.apt.conf.sLsF030J4IA7
00:00:15.371 E: content inside chroot:
00:00:15.375 E: test-content essential
00:00:15.708 E: content outside chroot:
00:00:15.712 E: test-content essential
00:00:15.716 E: I: installing remaining packages inside the chroot...
00:00:19.331 E: I: running --customize-hook directly: /tmp/script.sh /tmp/debian-chroot
00:00:19.336 E: MMDEBSTRAP_APT_CONFIG /tmp/debian-chroot/tmp/mmdebstrap.apt.conf.sLsF030J4IA7
00:00:19.624 E: content inside chroot:
00:00:19.628 E: test-content customize
00:00:19.914 E: content outside chroot:
00:00:19.919 E: test-content customize
00:00:19.943 E: I: cleaning package lists and apt cache...
00:00:20.050 E: I: success in 19.7205 seconds
00:00:20.059 E: + printf setup\nextract\nessential\ncustomize\n
00:00:20.063 E: + diff -u - /tmp/hooks
00:00:20.067 E: + rm /tmp/script.sh /tmp/hooks
00:00:20.070 E: + rm -r /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:33
result: SUCCESS
------------------------------------------------------------------------------
(175/280) special-hooks-with-mode-mode
dist: unstable
mode: root
variant: apt
format: auto
time left: 1:25:48
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + prefix=
00:00:00.019 E: + id -u
00:00:00.023 E: + [ 0 -eq 0 ]
00:00:00.027 E: + [ root != root ]
00:00:00.030 E: + [ root = fakechroot ]
00:00:00.034 E: + symlinktarget=/real
00:00:00.038 E: + [ root = fakechroot ]
00:00:00.042 E: + echo copy-in-setup
00:00:00.046 E: + echo copy-in-essential
00:00:00.049 E: + echo copy-in-customize
00:00:00.053 E: + echo tar-in-setup
00:00:00.056 E: + echo tar-in-essential
00:00:00.060 E: + echo tar-in-customize
00:00:00.064 E: + tar --numeric-owner --format=pax --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime -C /tmp -cf /tmp/tar-in-setup.tar tar-in-setup
00:00:00.067 E: + tar --numeric-owner --format=pax --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime -C /tmp -cf /tmp/tar-in-essential.tar tar-in-essential
00:00:00.071 E: + tar --numeric-owner --format=pax --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime -C /tmp -cf /tmp/tar-in-customize.tar tar-in-customize
00:00:00.074 E: + rm /tmp/tar-in-setup
00:00:00.078 E: + rm /tmp/tar-in-essential
00:00:00.082 E: + rm /tmp/tar-in-customize
00:00:00.086 E: + echo upload-setup
00:00:00.089 E: + echo upload-essential
00:00:00.093 E: + echo upload-customize
00:00:00.097 E: + mkdir /tmp/sync-in-setup
00:00:00.100 E: + mkdir /tmp/sync-in-essential
00:00:00.104 E: + mkdir /tmp/sync-in-customize
00:00:00.108 E: + echo sync-in-setup
00:00:00.112 E: + echo sync-in-essential
00:00:00.115 E: + echo sync-in-customize
00:00:00.120 E: + mmdebstrap --mode=root --variant=apt --setup-hook=mkdir "$1/real" --setup-hook=copy-in /tmp/copy-in-setup /real --setup-hook=echo copy-in-setup | cmp "$1/real/copy-in-setup" - --setup-hook=rm "$1/real/copy-in-setup" --setup-hook=echo copy-out-setup > "$1/real/copy-out-setup" --setup-hook=copy-out /real/copy-out-setup /tmp --setup-hook=rm "$1/real/copy-out-setup" --setup-hook=tar-in /tmp/tar-in-setup.tar /real --setup-hook=echo tar-in-setup | cmp "$1/real/tar-in-setup" - --setup-hook=tar-out /real/tar-in-setup /tmp/tar-out-setup.tar --setup-hook=rm "$1"/real/tar-in-setup --setup-hook=upload /tmp/upload-setup /real/upload --setup-hook=echo upload-setup | cmp "$1/real/upload" - --setup-hook=download /real/upload /tmp/download-setup --setup-hook=rm "$1/real/upload" --setup-hook=sync-in /tmp/sync-in-setup /real --setup-hook=echo sync-in-setup | cmp "$1/real/file" - --setup-hook=sync-out /real /tmp/sync-out-setup --setup-hook=rm "$1/real/file" --essential-hook=ln -s "/real" "$1/symlink" --essential-hook=copy-in /tmp/copy-in-essential /symlink --essential-hook=echo copy-in-essential | cmp "$1/real/copy-in-essential" - --essential-hook=rm "$1/real/copy-in-essential" --essential-hook=echo copy-out-essential > "$1/real/copy-out-essential" --essential-hook=copy-out /symlink/copy-out-essential /tmp --essential-hook=rm "$1/real/copy-out-essential" --essential-hook=tar-in /tmp/tar-in-essential.tar /symlink --essential-hook=echo tar-in-essential | cmp "$1/real/tar-in-essential" - --essential-hook=tar-out /symlink/tar-in-essential /tmp/tar-out-essential.tar --essential-hook=rm "$1"/real/tar-in-essential --essential-hook=upload /tmp/upload-essential /symlink/upload --essential-hook=echo upload-essential | cmp "$1/real/upload" - --essential-hook=download /symlink/upload /tmp/download-essential --essential-hook=rm "$1/real/upload" --essential-hook=sync-in /tmp/sync-in-essential /symlink --essential-hook=echo sync-in-essential | cmp "$1/real/file" - --essential-hook=sync-out /real /tmp/sync-out-essential --essential-hook=rm "$1/real/file" --customize-hook=copy-in /tmp/copy-in-customize /symlink --customize-hook=echo copy-in-customize | cmp "$1/real/copy-in-customize" - --customize-hook=rm "$1/real/copy-in-customize" --customize-hook=echo copy-out-customize > "$1/real/copy-out-customize" --customize-hook=copy-out /symlink/copy-out-customize /tmp --customize-hook=rm "$1/real/copy-out-customize" --customize-hook=tar-in /tmp/tar-in-customize.tar /symlink --customize-hook=echo tar-in-customize | cmp "$1/real/tar-in-customize" - --customize-hook=tar-out /symlink/tar-in-customize /tmp/tar-out-customize.tar --customize-hook=rm "$1"/real/tar-in-customize --customize-hook=upload /tmp/upload-customize /symlink/upload --customize-hook=echo upload-customize | cmp "$1/real/upload" - --customize-hook=download /symlink/upload /tmp/download-customize --customize-hook=rm "$1/real/upload" --customize-hook=sync-in /tmp/sync-in-customize /symlink --customize-hook=echo sync-in-customize | cmp "$1/real/file" - --customize-hook=sync-out /real /tmp/sync-out-customize --customize-hook=rm "$1/real/file" --customize-hook=rmdir "$1/real" --customize-hook=rm "$1/symlink" unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.477 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.510 E: I: finding correct signed-by value...
00:00:00.616 E: I: automatically chosen format: tar
00:00:00.619 E: I: using /tmp/mmdebstrap.rsycQDvXB8 as tempdir
00:00:00.674 E: I: running --setup-hook in shell: sh -c 'mkdir "$1/real"' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:00.681 E: I: running special hook: copy-in /tmp/copy-in-setup /real
00:00:00.701 E: I: running --setup-hook in shell: sh -c 'echo copy-in-setup | cmp "$1/real/copy-in-setup" -' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:00.709 E: I: running --setup-hook in shell: sh -c 'rm "$1/real/copy-in-setup"' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:00.714 E: I: running --setup-hook in shell: sh -c 'echo copy-out-setup > "$1/real/copy-out-setup"' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:00.719 E: I: running special hook: copy-out /real/copy-out-setup /tmp
00:00:00.735 E: I: running --setup-hook in shell: sh -c 'rm "$1/real/copy-out-setup"' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:00.742 E: I: running special hook: tar-in /tmp/tar-in-setup.tar /real
00:00:00.757 E: I: running --setup-hook in shell: sh -c 'echo tar-in-setup | cmp "$1/real/tar-in-setup" -' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:00.764 E: I: running special hook: tar-out /real/tar-in-setup /tmp/tar-out-setup.tar
00:00:00.779 E: I: running --setup-hook in shell: sh -c 'rm "$1"/real/tar-in-setup' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:00.785 E: I: running special hook: upload /tmp/upload-setup /real/upload
00:00:00.801 E: I: running --setup-hook in shell: sh -c 'echo upload-setup | cmp "$1/real/upload" -' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:00.809 E: I: running special hook: download /real/upload /tmp/download-setup
00:00:00.825 E: I: running --setup-hook in shell: sh -c 'rm "$1/real/upload"' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:00.831 E: I: running special hook: sync-in /tmp/sync-in-setup /real
00:00:00.852 E: I: running --setup-hook in shell: sh -c 'echo sync-in-setup | cmp "$1/real/file" -' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:00.858 E: I: running special hook: sync-out /real /tmp/sync-out-setup
00:00:00.876 E: I: running --setup-hook in shell: sh -c 'rm "$1/real/file"' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:00.882 E: I: running apt-get update...
00:00:03.901 E: I: downloading packages with apt...
00:00:06.346 E: I: extracting archives...
00:00:08.126 E: I: installing essential packages...
00:00:14.058 E: I: running --essential-hook in shell: sh -c 'ln -s "/real" "$1/symlink"' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:14.065 E: I: running special hook: copy-in /tmp/copy-in-essential /symlink
00:00:14.086 E: I: running --essential-hook in shell: sh -c 'echo copy-in-essential | cmp "$1/real/copy-in-essential" -' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:14.093 E: I: running --essential-hook in shell: sh -c 'rm "$1/real/copy-in-essential"' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:14.100 E: I: running --essential-hook in shell: sh -c 'echo copy-out-essential > "$1/real/copy-out-essential"' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:14.106 E: I: running special hook: copy-out /symlink/copy-out-essential /tmp
00:00:14.126 E: I: running --essential-hook in shell: sh -c 'rm "$1/real/copy-out-essential"' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:14.132 E: I: running special hook: tar-in /tmp/tar-in-essential.tar /symlink
00:00:14.150 E: I: running --essential-hook in shell: sh -c 'echo tar-in-essential | cmp "$1/real/tar-in-essential" -' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:14.157 E: I: running special hook: tar-out /symlink/tar-in-essential /tmp/tar-out-essential.tar
00:00:14.173 E: I: running --essential-hook in shell: sh -c 'rm "$1"/real/tar-in-essential' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:14.181 E: I: running special hook: upload /tmp/upload-essential /symlink/upload
00:00:14.201 E: I: running --essential-hook in shell: sh -c 'echo upload-essential | cmp "$1/real/upload" -' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:14.207 E: I: running special hook: download /symlink/upload /tmp/download-essential
00:00:14.226 E: I: running --essential-hook in shell: sh -c 'rm "$1/real/upload"' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:14.232 E: I: running special hook: sync-in /tmp/sync-in-essential /symlink
00:00:14.253 E: I: running --essential-hook in shell: sh -c 'echo sync-in-essential | cmp "$1/real/file" -' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:14.260 E: I: running special hook: sync-out /real /tmp/sync-out-essential
00:00:14.277 E: I: running --essential-hook in shell: sh -c 'rm "$1/real/file"' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:14.284 E: I: installing remaining packages inside the chroot...
00:00:18.025 E: I: running special hook: copy-in /tmp/copy-in-customize /symlink
00:00:18.047 E: I: running --customize-hook in shell: sh -c 'echo copy-in-customize | cmp "$1/real/copy-in-customize" -' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:18.055 E: I: running --customize-hook in shell: sh -c 'rm "$1/real/copy-in-customize"' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:18.062 E: I: running --customize-hook in shell: sh -c 'echo copy-out-customize > "$1/real/copy-out-customize"' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:18.068 E: I: running special hook: copy-out /symlink/copy-out-customize /tmp
00:00:18.084 E: I: running --customize-hook in shell: sh -c 'rm "$1/real/copy-out-customize"' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:18.095 E: I: running special hook: tar-in /tmp/tar-in-customize.tar /symlink
00:00:18.113 E: I: running --customize-hook in shell: sh -c 'echo tar-in-customize | cmp "$1/real/tar-in-customize" -' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:18.120 E: I: running special hook: tar-out /symlink/tar-in-customize /tmp/tar-out-customize.tar
00:00:18.136 E: I: running --customize-hook in shell: sh -c 'rm "$1"/real/tar-in-customize' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:18.142 E: I: running special hook: upload /tmp/upload-customize /symlink/upload
00:00:18.158 E: I: running --customize-hook in shell: sh -c 'echo upload-customize | cmp "$1/real/upload" -' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:18.165 E: I: running special hook: download /symlink/upload /tmp/download-customize
00:00:18.181 E: I: running --customize-hook in shell: sh -c 'rm "$1/real/upload"' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:18.187 E: I: running special hook: sync-in /tmp/sync-in-customize /symlink
00:00:18.206 E: I: running --customize-hook in shell: sh -c 'echo sync-in-customize | cmp "$1/real/file" -' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:18.213 E: I: running special hook: sync-out /real /tmp/sync-out-customize
00:00:18.229 E: I: running --customize-hook in shell: sh -c 'rm "$1/real/file"' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:18.235 E: I: running --customize-hook in shell: sh -c 'rmdir "$1/real"' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:18.241 E: I: running --customize-hook in shell: sh -c 'rm "$1/symlink"' exec /tmp/mmdebstrap.rsycQDvXB8
00:00:18.264 E: I: cleaning package lists and apt cache...
00:00:18.355 E: I: creating tarball...
00:00:19.207 E: I: done
00:00:19.290 E: I: removing tempdir /tmp/mmdebstrap.rsycQDvXB8...
00:00:19.472 E: I: success in 19.1252 seconds
00:00:19.479 E: + ret=0
00:00:19.484 E: + cmp /tmp/tar-in-setup.tar /tmp/tar-out-setup.tar
00:00:19.488 E: + [ 0 -ne 0 ]
00:00:19.491 E: + ret=0
00:00:19.495 E: + cmp /tmp/tar-in-essential.tar /tmp/tar-out-essential.tar
00:00:19.499 E: + [ 0 -ne 0 ]
00:00:19.503 E: + ret=0
00:00:19.507 E: + cmp /tmp/tar-in-customize.tar /tmp/tar-out-customize.tar
00:00:19.511 E: + [ 0 -ne 0 ]
00:00:19.515 E: + echo copy-out-setup
00:00:19.519 E: + cmp /tmp/copy-out-setup -
00:00:19.524 E: + echo copy-out-essential
00:00:19.527 E: + cmp /tmp/copy-out-essential -
00:00:19.531 E: + echo copy-out-customize
00:00:19.535 E: + cmp /tmp/copy-out-customize -
00:00:19.538 E: + echo upload-setup
00:00:19.542 E: + cmp /tmp/download-setup -
00:00:19.546 E: + + echo upload-essential
00:00:19.550 E: cmp /tmp/download-essential -
00:00:19.554 E: + echo upload-customize
00:00:19.557 E: + cmp /tmp/download-customize -
00:00:19.561 E: + echo sync-in-setup
00:00:19.565 E: + cmp /tmp/sync-out-setup/file -
00:00:19.568 E: + echo sync-in-essential
00:00:19.572 E: + cmp /tmp/sync-out-essential/file -
00:00:19.575 E: + echo sync-in-customize
00:00:19.579 E: + cmp /tmp/sync-out-customize/file -
00:00:19.583 E: + tar -tf /tmp/debian-chroot.tar
00:00:19.587 E: + sort
00:00:19.591 E: + diff -u tar1.txt -
00:00:19.596 E: + rm /tmp/debian-chroot.tar /tmp/copy-in-setup /tmp/copy-in-essential /tmp/copy-in-customize /tmp/copy-out-setup /tmp/copy-out-essential /tmp/copy-out-customize /tmp/tar-in-setup.tar /tmp/tar-in-essential.tar /tmp/tar-in-customize.tar /tmp/tar-out-setup.tar /tmp/tar-out-essential.tar /tmp/tar-out-customize.tar /tmp/upload-setup /tmp/upload-essential /tmp/upload-customize /tmp/download-setup /tmp/download-essential /tmp/download-customize /tmp/sync-in-setup/file /tmp/sync-in-essential/file /tmp/sync-in-customize/file /tmp/sync-out-setup/file /tmp/sync-out-essential/file /tmp/sync-out-customize/file
00:00:19.600 E: + rmdir /tmp/sync-in-setup /tmp/sync-in-essential /tmp/sync-in-customize /tmp/sync-out-setup /tmp/sync-out-essential /tmp/sync-out-customize
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:30
result: SUCCESS
------------------------------------------------------------------------------
(176/280) special-hooks-with-mode-mode
dist: unstable
mode: unshare
variant: apt
format: auto
time left: 1:24:49
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + prefix=
00:00:00.017 E: + id -u
00:00:00.021 E: + [ 0 -eq 0 ]
00:00:00.040 E: + [ unshare != root ]
00:00:00.046 E: + [ unshare != auto ]
00:00:00.050 E: + id user
00:00:00.055 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.059 E: + useradd --home-dir /home/user --create-home user
00:00:00.063 E: + prefix=runuser -u user --
00:00:00.067 E: + [ unshare = fakechroot ]
00:00:00.071 E: + symlinktarget=/real
00:00:00.075 E: + [ unshare = fakechroot ]
00:00:00.078 E: + echo copy-in-setup
00:00:00.082 E: + echo copy-in-essential
00:00:00.085 E: + echo copy-in-customize
00:00:00.089 E: + echo tar-in-setup
00:00:00.092 E: + echo tar-in-essential
00:00:00.096 E: + echo tar-in-customize
00:00:00.100 E: + tar --numeric-owner --format=pax --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime -C /tmp -cf /tmp/tar-in-setup.tar tar-in-setup
00:00:00.104 E: + tar --numeric-owner --format=pax --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime -C /tmp -cf /tmp/tar-in-essential.tar tar-in-essential
00:00:00.107 E: + tar --numeric-owner --format=pax --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime -C /tmp -cf /tmp/tar-in-customize.tar tar-in-customize
00:00:00.111 E: + rm /tmp/tar-in-setup
00:00:00.115 E: + rm /tmp/tar-in-essential
00:00:00.119 E: + rm /tmp/tar-in-customize
00:00:00.122 E: + echo upload-setup
00:00:00.126 E: + echo upload-essential
00:00:00.129 E: + echo upload-customize
00:00:00.133 E: + mkdir /tmp/sync-in-setup
00:00:00.137 E: + mkdir /tmp/sync-in-essential
00:00:00.141 E: + mkdir /tmp/sync-in-customize
00:00:00.144 E: + echo sync-in-setup
00:00:00.149 E: + echo sync-in-essential
00:00:00.152 E: + echo sync-in-customize
00:00:00.158 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=apt --setup-hook=mkdir "$1/real" --setup-hook=copy-in /tmp/copy-in-setup /real --setup-hook=echo copy-in-setup | cmp "$1/real/copy-in-setup" - --setup-hook=rm "$1/real/copy-in-setup" --setup-hook=echo copy-out-setup > "$1/real/copy-out-setup" --setup-hook=copy-out /real/copy-out-setup /tmp --setup-hook=rm "$1/real/copy-out-setup" --setup-hook=tar-in /tmp/tar-in-setup.tar /real --setup-hook=echo tar-in-setup | cmp "$1/real/tar-in-setup" - --setup-hook=tar-out /real/tar-in-setup /tmp/tar-out-setup.tar --setup-hook=rm "$1"/real/tar-in-setup --setup-hook=upload /tmp/upload-setup /real/upload --setup-hook=echo upload-setup | cmp "$1/real/upload" - --setup-hook=download /real/upload /tmp/download-setup --setup-hook=rm "$1/real/upload" --setup-hook=sync-in /tmp/sync-in-setup /real --setup-hook=echo sync-in-setup | cmp "$1/real/file" - --setup-hook=sync-out /real /tmp/sync-out-setup --setup-hook=rm "$1/real/file" --essential-hook=ln -s "/real" "$1/symlink" --essential-hook=copy-in /tmp/copy-in-essential /symlink --essential-hook=echo copy-in-essential | cmp "$1/real/copy-in-essential" - --essential-hook=rm "$1/real/copy-in-essential" --essential-hook=echo copy-out-essential > "$1/real/copy-out-essential" --essential-hook=copy-out /symlink/copy-out-essential /tmp --essential-hook=rm "$1/real/copy-out-essential" --essential-hook=tar-in /tmp/tar-in-essential.tar /symlink --essential-hook=echo tar-in-essential | cmp "$1/real/tar-in-essential" - --essential-hook=tar-out /symlink/tar-in-essential /tmp/tar-out-essential.tar --essential-hook=rm "$1"/real/tar-in-essential --essential-hook=upload /tmp/upload-essential /symlink/upload --essential-hook=echo upload-essential | cmp "$1/real/upload" - --essential-hook=download /symlink/upload /tmp/download-essential --essential-hook=rm "$1/real/upload" --essential-hook=sync-in /tmp/sync-in-essential /symlink --essential-hook=echo sync-in-essential | cmp "$1/real/file" - --essential-hook=sync-out /real /tmp/sync-out-essential --essential-hook=rm "$1/real/file" --customize-hook=copy-in /tmp/copy-in-customize /symlink --customize-hook=echo copy-in-customize | cmp "$1/real/copy-in-customize" - --customize-hook=rm "$1/real/copy-in-customize" --customize-hook=echo copy-out-customize > "$1/real/copy-out-customize" --customize-hook=copy-out /symlink/copy-out-customize /tmp --customize-hook=rm "$1/real/copy-out-customize" --customize-hook=tar-in /tmp/tar-in-customize.tar /symlink --customize-hook=echo tar-in-customize | cmp "$1/real/tar-in-customize" - --customize-hook=tar-out /symlink/tar-in-customize /tmp/tar-out-customize.tar --customize-hook=rm "$1"/real/tar-in-customize --customize-hook=upload /tmp/upload-customize /symlink/upload --customize-hook=echo upload-customize | cmp "$1/real/upload" - --customize-hook=download /symlink/upload /tmp/download-customize --customize-hook=rm "$1/real/upload" --customize-hook=sync-in /tmp/sync-in-customize /symlink --customize-hook=echo sync-in-customize | cmp "$1/real/file" - --customize-hook=sync-out /real /tmp/sync-out-customize --customize-hook=rm "$1/real/file" --customize-hook=rmdir "$1/real" --customize-hook=rm "$1/symlink" unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.610 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.667 E: I: finding correct signed-by value...
00:00:00.761 E: I: automatically chosen format: tar
00:00:00.766 E: I: using /tmp/mmdebstrap.P8IqFihBJF as tempdir
00:00:00.874 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.887 E: I: running --setup-hook in shell: sh -c 'mkdir "$1/real"' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:00.893 E: I: running special hook: copy-in /tmp/copy-in-setup /real
00:00:00.915 E: I: running --setup-hook in shell: sh -c 'echo copy-in-setup | cmp "$1/real/copy-in-setup" -' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:00.923 E: I: running --setup-hook in shell: sh -c 'rm "$1/real/copy-in-setup"' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:00.929 E: I: running --setup-hook in shell: sh -c 'echo copy-out-setup > "$1/real/copy-out-setup"' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:00.933 E: I: running special hook: copy-out /real/copy-out-setup /tmp
00:00:00.953 E: I: running --setup-hook in shell: sh -c 'rm "$1/real/copy-out-setup"' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:00.959 E: I: running special hook: tar-in /tmp/tar-in-setup.tar /real
00:00:00.975 E: I: running --setup-hook in shell: sh -c 'echo tar-in-setup | cmp "$1/real/tar-in-setup" -' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:00.983 E: I: running special hook: tar-out /real/tar-in-setup /tmp/tar-out-setup.tar
00:00:00.998 E: I: running --setup-hook in shell: sh -c 'rm "$1"/real/tar-in-setup' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:01.004 E: I: running special hook: upload /tmp/upload-setup /real/upload
00:00:01.023 E: I: running --setup-hook in shell: sh -c 'echo upload-setup | cmp "$1/real/upload" -' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:01.029 E: I: running special hook: download /real/upload /tmp/download-setup
00:00:01.047 E: I: running --setup-hook in shell: sh -c 'rm "$1/real/upload"' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:01.052 E: I: running special hook: sync-in /tmp/sync-in-setup /real
00:00:01.072 E: I: running --setup-hook in shell: sh -c 'echo sync-in-setup | cmp "$1/real/file" -' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:01.079 E: I: running special hook: sync-out /real /tmp/sync-out-setup
00:00:01.097 E: I: running --setup-hook in shell: sh -c 'rm "$1/real/file"' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:01.103 E: I: running apt-get update...
00:00:03.939 E: I: downloading packages with apt...
00:00:06.267 E: I: extracting archives...
00:00:08.141 E: I: installing essential packages...
00:00:13.912 E: I: running --essential-hook in shell: sh -c 'ln -s "/real" "$1/symlink"' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:13.917 E: I: running special hook: copy-in /tmp/copy-in-essential /symlink
00:00:13.937 E: I: running --essential-hook in shell: sh -c 'echo copy-in-essential | cmp "$1/real/copy-in-essential" -' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:13.943 E: I: running --essential-hook in shell: sh -c 'rm "$1/real/copy-in-essential"' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:13.950 E: I: running --essential-hook in shell: sh -c 'echo copy-out-essential > "$1/real/copy-out-essential"' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:13.954 E: I: running special hook: copy-out /symlink/copy-out-essential /tmp
00:00:13.971 E: I: running --essential-hook in shell: sh -c 'rm "$1/real/copy-out-essential"' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:13.978 E: I: running special hook: tar-in /tmp/tar-in-essential.tar /symlink
00:00:13.993 E: I: running --essential-hook in shell: sh -c 'echo tar-in-essential | cmp "$1/real/tar-in-essential" -' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:13.999 E: I: running special hook: tar-out /symlink/tar-in-essential /tmp/tar-out-essential.tar
00:00:14.015 E: I: running --essential-hook in shell: sh -c 'rm "$1"/real/tar-in-essential' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:14.029 E: I: running special hook: upload /tmp/upload-essential /symlink/upload
00:00:14.045 E: I: running --essential-hook in shell: sh -c 'echo upload-essential | cmp "$1/real/upload" -' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:14.052 E: I: running special hook: download /symlink/upload /tmp/download-essential
00:00:14.070 E: I: running --essential-hook in shell: sh -c 'rm "$1/real/upload"' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:14.076 E: I: running special hook: sync-in /tmp/sync-in-essential /symlink
00:00:14.096 E: I: running --essential-hook in shell: sh -c 'echo sync-in-essential | cmp "$1/real/file" -' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:14.102 E: I: running special hook: sync-out /real /tmp/sync-out-essential
00:00:14.119 E: I: running --essential-hook in shell: sh -c 'rm "$1/real/file"' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:14.124 E: I: installing remaining packages inside the chroot...
00:00:17.614 E: I: running special hook: copy-in /tmp/copy-in-customize /symlink
00:00:17.632 E: I: running --customize-hook in shell: sh -c 'echo copy-in-customize | cmp "$1/real/copy-in-customize" -' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:17.639 E: I: running --customize-hook in shell: sh -c 'rm "$1/real/copy-in-customize"' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:17.646 E: I: running --customize-hook in shell: sh -c 'echo copy-out-customize > "$1/real/copy-out-customize"' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:17.650 E: I: running special hook: copy-out /symlink/copy-out-customize /tmp
00:00:17.669 E: I: running --customize-hook in shell: sh -c 'rm "$1/real/copy-out-customize"' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:17.675 E: I: running special hook: tar-in /tmp/tar-in-customize.tar /symlink
00:00:17.693 E: I: running --customize-hook in shell: sh -c 'echo tar-in-customize | cmp "$1/real/tar-in-customize" -' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:17.699 E: I: running special hook: tar-out /symlink/tar-in-customize /tmp/tar-out-customize.tar
00:00:17.714 E: I: running --customize-hook in shell: sh -c 'rm "$1"/real/tar-in-customize' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:17.720 E: I: running special hook: upload /tmp/upload-customize /symlink/upload
00:00:17.737 E: I: running --customize-hook in shell: sh -c 'echo upload-customize | cmp "$1/real/upload" -' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:17.744 E: I: running special hook: download /symlink/upload /tmp/download-customize
00:00:17.762 E: I: running --customize-hook in shell: sh -c 'rm "$1/real/upload"' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:17.768 E: I: running special hook: sync-in /tmp/sync-in-customize /symlink
00:00:17.786 E: I: running --customize-hook in shell: sh -c 'echo sync-in-customize | cmp "$1/real/file" -' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:17.792 E: I: running special hook: sync-out /real /tmp/sync-out-customize
00:00:17.811 E: I: running --customize-hook in shell: sh -c 'rm "$1/real/file"' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:17.817 E: I: running --customize-hook in shell: sh -c 'rmdir "$1/real"' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:17.824 E: I: running --customize-hook in shell: sh -c 'rm "$1/symlink"' exec /tmp/mmdebstrap.P8IqFihBJF
00:00:17.880 E: I: cleaning package lists and apt cache...
00:00:17.986 E: I: creating tarball...
00:00:18.777 E: I: done
00:00:18.819 E: I: removing tempdir /tmp/mmdebstrap.P8IqFihBJF...
00:00:19.046 E: I: success in 18.6189 seconds
00:00:19.054 E: + ret=0
00:00:19.058 E: + cmp /tmp/tar-in-setup.tar /tmp/tar-out-setup.tar
00:00:19.062 E: + [ 0 -ne 0 ]
00:00:19.066 E: + ret=0
00:00:19.070 E: + cmp /tmp/tar-in-essential.tar /tmp/tar-out-essential.tar
00:00:19.074 E: + [ 0 -ne 0 ]
00:00:19.078 E: + ret=0
00:00:19.082 E: + cmp /tmp/tar-in-customize.tar /tmp/tar-out-customize.tar
00:00:19.086 E: + [ 0 -ne 0 ]
00:00:19.090 E: + echo copy-out-setup
00:00:19.093 E: + cmp /tmp/copy-out-setup -
00:00:19.098 E: + echo copy-out-essential
00:00:19.103 E: + cmp /tmp/copy-out-essential -
00:00:19.107 E: + echo copy-out-customize
00:00:19.111 E: + cmp /tmp/copy-out-customize -
00:00:19.114 E: + echo upload-setup
00:00:19.118 E: + cmp /tmp/download-setup -
00:00:19.122 E: + echo upload-essential
00:00:19.126 E: + cmp /tmp/download-essential -
00:00:19.130 E: + echo upload-customize
00:00:19.134 E: + cmp /tmp/download-customize -
00:00:19.138 E: + echo sync-in-setup
00:00:19.142 E: + cmp /tmp/sync-out-setup/file -
00:00:19.146 E: + echo sync-in-essential
00:00:19.150 E: + cmp /tmp/sync-out-essential/file -
00:00:19.154 E: + echo sync-in-customize
00:00:19.159 E: + cmp /tmp/sync-out-customize/file -
00:00:19.164 E: + tar -tf /tmp/debian-chroot.tar
00:00:19.168 E: + sort
00:00:19.172 E: + diff -u tar1.txt -
00:00:19.176 E: + rm /tmp/debian-chroot.tar /tmp/copy-in-setup /tmp/copy-in-essential /tmp/copy-in-customize /tmp/copy-out-setup /tmp/copy-out-essential /tmp/copy-out-customize /tmp/tar-in-setup.tar /tmp/tar-in-essential.tar /tmp/tar-in-customize.tar /tmp/tar-out-setup.tar /tmp/tar-out-essential.tar /tmp/tar-out-customize.tar /tmp/upload-setup /tmp/upload-essential /tmp/upload-customize /tmp/download-setup /tmp/download-essential /tmp/download-customize /tmp/sync-in-setup/file /tmp/sync-in-essential/file /tmp/sync-in-customize/file /tmp/sync-out-setup/file /tmp/sync-out-essential/file /tmp/sync-out-customize/file
00:00:19.180 E: + rmdir /tmp/sync-in-setup /tmp/sync-in-essential /tmp/sync-in-customize /tmp/sync-out-setup /tmp/sync-out-essential /tmp/sync-out-customize
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:29
result: SUCCESS
------------------------------------------------------------------------------
(177/280) special-hooks-with-mode-mode
dist: unstable
mode: fakechroot
variant: apt
format: auto
time left: 1:23:50
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + prefix=
00:00:00.019 E: + id -u
00:00:00.023 E: + [ 0 -eq 0 ]
00:00:00.027 E: + [ fakechroot != root ]
00:00:00.032 E: + [ fakechroot != auto ]
00:00:00.036 E: + id user
00:00:00.039 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.044 E: + useradd --home-dir /home/user --create-home user
00:00:00.048 E: + prefix=runuser -u user --
00:00:00.051 E: + [ fakechroot = fakechroot ]
00:00:00.056 E: + prefix=runuser -u user -- fakechroot fakeroot
00:00:00.060 E: + symlinktarget=/real
00:00:00.065 E: + [ fakechroot = fakechroot ]
00:00:00.069 E: + symlinktarget=$1/real
00:00:00.074 E: + echo copy-in-setup
00:00:00.080 E: + echo copy-in-essential
00:00:00.087 E: + echo copy-in-customize
00:00:00.093 E: + echo tar-in-setup
00:00:00.097 E: + echo tar-in-essential
00:00:00.103 E: + echo tar-in-customize
00:00:00.107 E: + tar --numeric-owner --format=pax --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime -C /tmp -cf /tmp/tar-in-setup.tar tar-in-setup
00:00:00.111 E: + tar --numeric-owner --format=pax --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime -C /tmp -cf /tmp/tar-in-essential.tar tar-in-essential
00:00:00.115 E: + tar --numeric-owner --format=pax --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime -C /tmp -cf /tmp/tar-in-customize.tar tar-in-customize
00:00:00.119 E: + rm /tmp/tar-in-setup
00:00:00.123 E: + rm /tmp/tar-in-essential
00:00:00.127 E: + rm /tmp/tar-in-customize
00:00:00.130 E: + echo upload-setup
00:00:00.134 E: + echo upload-essential
00:00:00.138 E: + echo upload-customize
00:00:00.142 E: + mkdir /tmp/sync-in-setup
00:00:00.145 E: + mkdir /tmp/sync-in-essential
00:00:00.149 E: + mkdir /tmp/sync-in-customize
00:00:00.153 E: + echo sync-in-setup
00:00:00.157 E: + echo sync-in-essential
00:00:00.161 E: + echo sync-in-customize
00:00:00.167 E: + runuser -u user -- fakechroot fakeroot mmdebstrap --mode=fakechroot --variant=apt --setup-hook=mkdir "$1/real" --setup-hook=copy-in /tmp/copy-in-setup /real --setup-hook=echo copy-in-setup | cmp "$1/real/copy-in-setup" - --setup-hook=rm "$1/real/copy-in-setup" --setup-hook=echo copy-out-setup > "$1/real/copy-out-setup" --setup-hook=copy-out /real/copy-out-setup /tmp --setup-hook=rm "$1/real/copy-out-setup" --setup-hook=tar-in /tmp/tar-in-setup.tar /real --setup-hook=echo tar-in-setup | cmp "$1/real/tar-in-setup" - --setup-hook=tar-out /real/tar-in-setup /tmp/tar-out-setup.tar --setup-hook=rm "$1"/real/tar-in-setup --setup-hook=upload /tmp/upload-setup /real/upload --setup-hook=echo upload-setup | cmp "$1/real/upload" - --setup-hook=download /real/upload /tmp/download-setup --setup-hook=rm "$1/real/upload" --setup-hook=sync-in /tmp/sync-in-setup /real --setup-hook=echo sync-in-setup | cmp "$1/real/file" - --setup-hook=sync-out /real /tmp/sync-out-setup --setup-hook=rm "$1/real/file" --essential-hook=ln -s "$1/real" "$1/symlink" --essential-hook=copy-in /tmp/copy-in-essential /symlink --essential-hook=echo copy-in-essential | cmp "$1/real/copy-in-essential" - --essential-hook=rm "$1/real/copy-in-essential" --essential-hook=echo copy-out-essential > "$1/real/copy-out-essential" --essential-hook=copy-out /symlink/copy-out-essential /tmp --essential-hook=rm "$1/real/copy-out-essential" --essential-hook=tar-in /tmp/tar-in-essential.tar /symlink --essential-hook=echo tar-in-essential | cmp "$1/real/tar-in-essential" - --essential-hook=tar-out /symlink/tar-in-essential /tmp/tar-out-essential.tar --essential-hook=rm "$1"/real/tar-in-essential --essential-hook=upload /tmp/upload-essential /symlink/upload --essential-hook=echo upload-essential | cmp "$1/real/upload" - --essential-hook=download /symlink/upload /tmp/download-essential --essential-hook=rm "$1/real/upload" --essential-hook=sync-in /tmp/sync-in-essential /symlink --essential-hook=echo sync-in-essential | cmp "$1/real/file" - --essential-hook=sync-out /real /tmp/sync-out-essential --essential-hook=rm "$1/real/file" --customize-hook=copy-in /tmp/copy-in-customize /symlink --customize-hook=echo copy-in-customize | cmp "$1/real/copy-in-customize" - --customize-hook=rm "$1/real/copy-in-customize" --customize-hook=echo copy-out-customize > "$1/real/copy-out-customize" --customize-hook=copy-out /symlink/copy-out-customize /tmp --customize-hook=rm "$1/real/copy-out-customize" --customize-hook=tar-in /tmp/tar-in-customize.tar /symlink --customize-hook=echo tar-in-customize | cmp "$1/real/tar-in-customize" - --customize-hook=tar-out /symlink/tar-in-customize /tmp/tar-out-customize.tar --customize-hook=rm "$1"/real/tar-in-customize --customize-hook=upload /tmp/upload-customize /symlink/upload --customize-hook=echo upload-customize | cmp "$1/real/upload" - --customize-hook=download /symlink/upload /tmp/download-customize --customize-hook=rm "$1/real/upload" --customize-hook=sync-in /tmp/sync-in-customize /symlink --customize-hook=echo sync-in-customize | cmp "$1/real/file" - --customize-hook=sync-out /real /tmp/sync-out-customize --customize-hook=rm "$1/real/file" --customize-hook=rmdir "$1/real" --customize-hook=rm "$1/symlink" unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.585 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.630 E: I: finding correct signed-by value...
00:00:00.742 E: I: automatically chosen format: tar
00:00:00.746 E: I: using /tmp/mmdebstrap.agDdrhVy8g as tempdir
00:00:00.795 E: I: running --setup-hook in shell: sh -c 'mkdir "$1/real"' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:00.802 E: I: running special hook: copy-in /tmp/copy-in-setup /real
00:00:00.827 E: I: running --setup-hook in shell: sh -c 'echo copy-in-setup | cmp "$1/real/copy-in-setup" -' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:00.836 E: I: running --setup-hook in shell: sh -c 'rm "$1/real/copy-in-setup"' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:00.844 E: I: running --setup-hook in shell: sh -c 'echo copy-out-setup > "$1/real/copy-out-setup"' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:00.849 E: I: running special hook: copy-out /real/copy-out-setup /tmp
00:00:00.868 E: I: running --setup-hook in shell: sh -c 'rm "$1/real/copy-out-setup"' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:00.875 E: I: running special hook: tar-in /tmp/tar-in-setup.tar /real
00:00:00.894 E: I: running --setup-hook in shell: sh -c 'echo tar-in-setup | cmp "$1/real/tar-in-setup" -' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:00.902 E: I: running special hook: tar-out /real/tar-in-setup /tmp/tar-out-setup.tar
00:00:00.922 E: I: running --setup-hook in shell: sh -c 'rm "$1"/real/tar-in-setup' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:00.929 E: I: running special hook: upload /tmp/upload-setup /real/upload
00:00:00.949 E: I: running --setup-hook in shell: sh -c 'echo upload-setup | cmp "$1/real/upload" -' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:00.958 E: I: running special hook: download /real/upload /tmp/download-setup
00:00:00.977 E: I: running --setup-hook in shell: sh -c 'rm "$1/real/upload"' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:00.988 E: I: running special hook: sync-in /tmp/sync-in-setup /real
00:00:01.017 E: I: running --setup-hook in shell: sh -c 'echo sync-in-setup | cmp "$1/real/file" -' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:01.026 E: I: running special hook: sync-out /real /tmp/sync-out-setup
00:00:01.046 E: I: running --setup-hook in shell: sh -c 'rm "$1/real/file"' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:01.054 E: I: running apt-get update...
00:00:04.051 E: I: downloading packages with apt...
00:00:06.250 E: I: extracting archives...
00:00:12.859 E: I: installing essential packages...
00:00:20.239 E: I: running --essential-hook in shell: sh -c 'ln -s "$1/real" "$1/symlink"' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:20.247 E: I: running special hook: copy-in /tmp/copy-in-essential /symlink
00:00:20.294 E: I: running --essential-hook in shell: sh -c 'echo copy-in-essential | cmp "$1/real/copy-in-essential" -' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:20.303 E: I: running --essential-hook in shell: sh -c 'rm "$1/real/copy-in-essential"' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:20.312 E: I: running --essential-hook in shell: sh -c 'echo copy-out-essential > "$1/real/copy-out-essential"' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:20.318 E: I: running special hook: copy-out /symlink/copy-out-essential /tmp
00:00:20.364 E: I: running --essential-hook in shell: sh -c 'rm "$1/real/copy-out-essential"' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:20.373 E: I: running special hook: tar-in /tmp/tar-in-essential.tar /symlink
00:00:20.418 E: I: running --essential-hook in shell: sh -c 'echo tar-in-essential | cmp "$1/real/tar-in-essential" -' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:20.427 E: I: running special hook: tar-out /symlink/tar-in-essential /tmp/tar-out-essential.tar
00:00:20.475 E: I: running --essential-hook in shell: sh -c 'rm "$1"/real/tar-in-essential' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:20.483 E: I: running special hook: upload /tmp/upload-essential /symlink/upload
00:00:20.529 E: I: running --essential-hook in shell: sh -c 'echo upload-essential | cmp "$1/real/upload" -' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:20.538 E: I: running special hook: download /symlink/upload /tmp/download-essential
00:00:20.586 E: I: running --essential-hook in shell: sh -c 'rm "$1/real/upload"' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:20.594 E: I: running special hook: sync-in /tmp/sync-in-essential /symlink
00:00:20.640 E: I: running --essential-hook in shell: sh -c 'echo sync-in-essential | cmp "$1/real/file" -' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:20.649 E: I: running special hook: sync-out /real /tmp/sync-out-essential
00:00:20.698 E: I: running --essential-hook in shell: sh -c 'rm "$1/real/file"' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:20.706 E: I: installing remaining packages inside the chroot...
00:00:24.853 E: I: running special hook: copy-in /tmp/copy-in-customize /symlink
00:00:24.902 E: I: running --customize-hook in shell: sh -c 'echo copy-in-customize | cmp "$1/real/copy-in-customize" -' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:24.913 E: I: running --customize-hook in shell: sh -c 'rm "$1/real/copy-in-customize"' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:24.921 E: I: running --customize-hook in shell: sh -c 'echo copy-out-customize > "$1/real/copy-out-customize"' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:24.928 E: I: running special hook: copy-out /symlink/copy-out-customize /tmp
00:00:24.976 E: I: running --customize-hook in shell: sh -c 'rm "$1/real/copy-out-customize"' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:24.985 E: I: running special hook: tar-in /tmp/tar-in-customize.tar /symlink
00:00:25.031 E: I: running --customize-hook in shell: sh -c 'echo tar-in-customize | cmp "$1/real/tar-in-customize" -' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:25.040 E: I: running special hook: tar-out /symlink/tar-in-customize /tmp/tar-out-customize.tar
00:00:25.093 E: I: running --customize-hook in shell: sh -c 'rm "$1"/real/tar-in-customize' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:25.101 E: I: running special hook: upload /tmp/upload-customize /symlink/upload
00:00:25.147 E: I: running --customize-hook in shell: sh -c 'echo upload-customize | cmp "$1/real/upload" -' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:25.159 E: I: running special hook: download /symlink/upload /tmp/download-customize
00:00:25.206 E: I: running --customize-hook in shell: sh -c 'rm "$1/real/upload"' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:25.213 E: I: running special hook: sync-in /tmp/sync-in-customize /symlink
00:00:25.260 E: I: running --customize-hook in shell: sh -c 'echo sync-in-customize | cmp "$1/real/file" -' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:25.269 E: I: running special hook: sync-out /real /tmp/sync-out-customize
00:00:25.316 E: I: running --customize-hook in shell: sh -c 'rm "$1/real/file"' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:25.325 E: I: running --customize-hook in shell: sh -c 'rmdir "$1/real"' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:25.333 E: I: running --customize-hook in shell: sh -c 'rm "$1/symlink"' exec /tmp/mmdebstrap.agDdrhVy8g
00:00:25.343 E: I: cleaning package lists and apt cache...
00:00:25.442 E: I: creating tarball...
00:00:26.853 E: I: done
00:00:26.966 E: I: removing tempdir /tmp/mmdebstrap.agDdrhVy8g...
00:00:30.684 E: I: success in 30.2379 seconds
00:00:30.693 E: + ret=0
00:00:30.697 E: + cmp /tmp/tar-in-setup.tar /tmp/tar-out-setup.tar
00:00:30.701 E: + [ 0 -ne 0 ]
00:00:30.705 E: + ret=0
00:00:30.709 E: + cmp /tmp/tar-in-essential.tar /tmp/tar-out-essential.tar
00:00:30.713 E: + [ 0 -ne 0 ]
00:00:30.718 E: + ret=0
00:00:30.721 E: + cmp /tmp/tar-in-customize.tar /tmp/tar-out-customize.tar
00:00:30.725 E: + [ 0 -ne 0 ]
00:00:30.730 E: + echo copy-out-setup
00:00:30.733 E: + cmp /tmp/copy-out-setup -
00:00:30.737 E: + echo copy-out-essential
00:00:30.741 E: + cmp /tmp/copy-out-essential -
00:00:30.745 E: + echo copy-out-customize
00:00:30.748 E: + cmp /tmp/copy-out-customize -
00:00:30.752 E: + echo upload-setup
00:00:30.756 E: + cmp /tmp/download-setup -
00:00:30.760 E: + echo upload-essential
00:00:30.763 E: + cmp /tmp/download-essential -
00:00:30.767 E: + echo upload-customize
00:00:30.771 E: + cmp /tmp/download-customize -
00:00:30.775 E: + echo sync-in-setup
00:00:30.779 E: + cmp /tmp/sync-out-setup/file -
00:00:30.783 E: + echo sync-in-essential
00:00:30.787 E: + cmp /tmp/sync-out-essential/file -
00:00:30.792 E: + + echo sync-in-customize
00:00:30.796 E: cmp /tmp/sync-out-customize/file -
00:00:30.800 E: + tar -tf /tmp/debian-chroot.tar
00:00:30.804 E: + sort
00:00:30.808 E: + diff -u tar1.txt -
00:00:30.812 E: + rm /tmp/debian-chroot.tar /tmp/copy-in-setup /tmp/copy-in-essential /tmp/copy-in-customize /tmp/copy-out-setup /tmp/copy-out-essential /tmp/copy-out-customize /tmp/tar-in-setup.tar /tmp/tar-in-essential.tar /tmp/tar-in-customize.tar /tmp/tar-out-setup.tar /tmp/tar-out-essential.tar /tmp/tar-out-customize.tar /tmp/upload-setup /tmp/upload-essential /tmp/upload-customize /tmp/download-setup /tmp/download-essential /tmp/download-customize /tmp/sync-in-setup/file /tmp/sync-in-essential/file /tmp/sync-in-customize/file /tmp/sync-out-setup/file /tmp/sync-out-essential/file /tmp/sync-out-customize/file
00:00:30.816 E: + rmdir /tmp/sync-in-setup /tmp/sync-in-essential /tmp/sync-in-customize /tmp/sync-out-setup /tmp/sync-out-essential /tmp/sync-out-customize
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:41
result: SUCCESS
------------------------------------------------------------------------------
(178/280) debootstrap-no-op-options
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:22:57
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + mmdebstrap --mode=root --variant=apt --resolve-deps --merged-usr --no-merged-usr --force-check-gpg unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.366 E: I: the option --resolve-deps is a no-op. It only exists for compatibility with some debootstrap wrappers.
00:00:00.370 E: I: the option --merged-usr is a no-op. It only exists for compatibility with some debootstrap wrappers.
00:00:00.374 E: I: the option --no-merged-usr is a no-op. It only exists for compatibility with some debootstrap wrappers.
00:00:00.378 E: I: the option --force-check-gpg is a no-op. It only exists for compatibility with some debootstrap wrappers.
00:00:00.448 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.482 E: I: finding correct signed-by value...
00:00:00.587 E: I: automatically chosen format: directory
00:00:00.641 E: I: running apt-get update...
00:00:03.485 E: I: downloading packages with apt...
00:00:05.524 E: I: extracting archives...
00:00:07.322 E: I: installing essential packages...
00:00:13.099 E: I: installing remaining packages inside the chroot...
00:00:16.886 E: I: cleaning package lists and apt cache...
00:00:16.983 E: I: success in 16.6575 seconds
00:00:16.991 E: + tar -C /tmp/debian-chroot --one-file-system -c .
00:00:16.995 E: + tar -t
00:00:16.999 E: + sort
00:00:17.003 E: + diff -u tar1.txt -
00:00:17.207 E: + rm -r /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:27
result: SUCCESS
------------------------------------------------------------------------------
(179/280) verbose
dist: unstable
mode: auto
variant: standard
format: auto
time left: 1:21:57
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.018 E: + trap rm -f /tmp/debian-chroot.tar EXIT INT TERM
00:00:00.022 E: + :
00:00:00.026 E: + mmdebstrap --variant=standard --verbose unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.434 E: I: automatically chosen mode: root
00:00:00.443 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.475 E: I: finding correct signed-by value...
00:00:00.573 E: I: automatically chosen format: tar
00:00:00.577 E: I: using /tmp/mmdebstrap.4oLua9dE0n as tempdir
00:00:00.625 E: I: running apt-get update...
00:00:00.669 E: Get:1 http://127.0.0.1/debian unstable InRelease [198 kB]
00:00:00.854 E: Get:2 http://127.0.0.1/debian unstable/main amd64 Packages [9905 kB]
00:00:02.313 E: Fetched 10.1 MB in 2s (6087 kB/s)
00:00:03.440 E: Reading package lists...
00:00:03.490 E: I: downloading packages with apt...
00:00:03.520 E: Reading package lists...
00:00:03.792 E: Building dependency tree...
00:00:04.696 E: The following additional packages will be installed:
00:00:04.701 E:   debconf gcc-14-base libacl1 libattr1 libaudit-common libaudit1 libblkid1
00:00:04.706 E:   libbz2-1.0 libc6 libcap-ng0 libcap2 libcrypt1 libdb5.3t64 libdebconfclient0
00:00:04.710 E:   libgcc-s1 libgmp10 liblzma5 libmd0 libmount1 libpam-modules
00:00:04.714 E:   libpam-modules-bin libpam-runtime libpam0g libpcre2-8-0 libselinux1
00:00:04.718 E:   libsmartcols1 libssl3t64 libsystemd0 libtinfo6 libudev1 libuuid1 libzstd1
00:00:04.722 E:   mawk zlib1g
00:00:04.725 E: Suggested packages:
00:00:04.729 E:   bash-doc debconf-doc debconf-kde-helper debconf-utils libgtk3-perl
00:00:04.733 E:   libnet-ldap-perl libterm-readline-gnu-perl perl whiptail | dialog
00:00:04.737 E:   diffutils-doc wdiff apt debsig-verify less glibc-doc libc-l10n locales
00:00:04.740 E:   libnss-nis libnss-nisplus cryptsetup-bin libpam-doc libgcrypt20 liblz4-1
00:00:04.744 E:   libidn2-0 uuid-runtime sensible-utils bzip2 ncompress xz-utils tar-scripts
00:00:04.747 E:   tar-doc dosfstools kbd util-linux-extra util-linux-locales wtmpdb
00:00:04.752 E: Recommended packages:
00:00:04.756 E:   bash-completion bsdextrautils apt-utils debconf-i18n manpages libidn2-0
00:00:04.759 E:   sensible-utils
00:00:04.768 E: The following NEW packages will be installed:
00:00:04.772 E:   base-files base-passwd bash bsdutils coreutils dash debconf debianutils
00:00:04.776 E:   diffutils dpkg findutils gcc-14-base grep gzip hostname init-system-helpers
00:00:04.780 E:   libacl1 libattr1 libaudit-common libaudit1 libblkid1 libbz2-1.0 libc-bin
00:00:04.784 E:   libc6 libcap-ng0 libcap2 libcrypt1 libdb5.3t64 libdebconfclient0 libgcc-s1
00:00:04.788 E:   libgmp10 liblzma5 libmd0 libmount1 libpam-modules libpam-modules-bin
00:00:04.792 E:   libpam-runtime libpam0g libpcre2-8-0 libselinux1 libsmartcols1 libssl3t64
00:00:04.796 E:   libsystemd0 libtinfo6 libudev1 libuuid1 libzstd1 mawk ncurses-base
00:00:04.800 E:   ncurses-bin perl-base sed sysvinit-utils tar util-linux zlib1g
00:00:04.833 E: 0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
00:00:04.838 E: Need to get 23.4 MB of archives.
00:00:04.842 E: After this operation, 93.9 MB of additional disk space will be used.
00:00:04.846 E: Get:1 http://127.0.0.1/debian unstable/main amd64 gcc-14-base amd64 14.2.0-1 [45.7 kB]
00:00:04.851 E: Get:2 http://127.0.0.1/debian unstable/main amd64 libc6 amd64 2.39-6 [2781 kB]
00:00:04.920 E: Get:3 http://127.0.0.1/debian unstable/main amd64 libgcc-s1 amd64 14.2.0-1 [72.8 kB]
00:00:04.930 E: Get:4 http://127.0.0.1/debian unstable/main amd64 mawk amd64 1.3.4.20240622-2 [136 kB]
00:00:04.941 E: Get:5 http://127.0.0.1/debian unstable/main amd64 base-files amd64 13.5 [72.8 kB]
00:00:04.952 E: Get:6 http://127.0.0.1/debian unstable/main amd64 libtinfo6 amd64 6.5-2 [344 kB]
00:00:04.968 E: Get:7 http://127.0.0.1/debian unstable/main amd64 debianutils amd64 5.20 [89.5 kB]
00:00:04.978 E: Get:8 http://127.0.0.1/debian unstable/main amd64 bash amd64 5.2.21-2.1 [1492 kB]
00:00:05.020 E: Get:9 http://127.0.0.1/debian unstable/main amd64 libcap2 amd64 1:2.66-5 [27.4 kB]
00:00:05.030 E: Get:10 http://127.0.0.1/debian unstable/main amd64 libsystemd0 amd64 256.4-2 [380 kB]
00:00:05.047 E: Get:11 http://127.0.0.1/debian unstable/main amd64 bsdutils amd64 1:2.40.2-2 [104 kB]
00:00:05.057 E: Get:12 http://127.0.0.1/debian unstable/main amd64 libacl1 amd64 2.3.2-2 [32.4 kB]
00:00:05.066 E: Get:13 http://127.0.0.1/debian unstable/main amd64 libattr1 amd64 1:2.5.2-1 [22.5 kB]
00:00:05.076 E: Get:14 http://127.0.0.1/debian unstable/main amd64 libgmp10 amd64 2:6.3.0+dfsg-2+b1 [559 kB]
00:00:05.096 E: Get:15 http://127.0.0.1/debian unstable/main amd64 libpcre2-8-0 amd64 10.42-4+b1 [262 kB]
00:00:05.110 E: Get:16 http://127.0.0.1/debian unstable/main amd64 libselinux1 amd64 3.5-2+b3 [74.9 kB]
00:00:05.122 E: Get:17 http://127.0.0.1/debian unstable/main amd64 libzstd1 amd64 1.5.6+dfsg-1 [303 kB]
00:00:05.138 E: Get:18 http://127.0.0.1/debian unstable/main amd64 zlib1g amd64 1:1.3.dfsg+really1.3.1-1 [87.9 kB]
00:00:05.148 E: Get:19 http://127.0.0.1/debian unstable/main amd64 libssl3t64 amd64 3.3.1-2 [2285 kB]
00:00:05.204 E: Get:20 http://127.0.0.1/debian unstable/main amd64 coreutils amd64 9.4-3.1 [2950 kB]
00:00:05.272 E: Get:21 http://127.0.0.1/debian unstable/main amd64 dash amd64 0.5.12-9 [93.2 kB]
00:00:05.282 E: Get:22 http://127.0.0.1/debian unstable/main amd64 diffutils amd64 1:3.10-1 [375 kB]
00:00:05.299 E: Get:23 http://127.0.0.1/debian unstable/main amd64 libbz2-1.0 amd64 1.0.8-5.1 [38.0 kB]
00:00:05.309 E: Get:24 http://127.0.0.1/debian unstable/main amd64 liblzma5 amd64 5.6.2-2 [254 kB]
00:00:05.323 E: Get:25 http://127.0.0.1/debian unstable/main amd64 libmd0 amd64 1.1.0-2 [35.8 kB]
00:00:05.332 E: Get:26 http://127.0.0.1/debian unstable/main amd64 tar amd64 1.35+dfsg-3 [813 kB]
00:00:05.357 E: Get:27 http://127.0.0.1/debian unstable/main amd64 dpkg amd64 1.22.11 [1531 kB]
00:00:05.404 E: Get:28 http://127.0.0.1/debian unstable/main amd64 findutils amd64 4.10.0-2 [699 kB]
00:00:05.426 E: Get:29 http://127.0.0.1/debian unstable/main amd64 grep amd64 3.11-4 [431 kB]
00:00:05.444 E: Get:30 http://127.0.0.1/debian unstable/main amd64 gzip amd64 1.12-1.1 [133 kB]
00:00:05.456 E: Get:31 http://127.0.0.1/debian unstable/main amd64 hostname amd64 3.23+nmu2 [10.6 kB]
00:00:05.465 E: Get:32 http://127.0.0.1/debian unstable/main amd64 ncurses-bin amd64 6.5-2 [433 kB]
00:00:05.482 E: Get:33 http://127.0.0.1/debian unstable/main amd64 libcrypt1 amd64 1:4.4.36-4 [89.8 kB]
00:00:05.491 E: Get:34 http://127.0.0.1/debian unstable/main amd64 perl-base amd64 5.38.2-5 [1643 kB]
00:00:05.534 E: Get:35 http://127.0.0.1/debian unstable/main amd64 sed amd64 4.9-2 [329 kB]
00:00:05.549 E: Get:36 http://127.0.0.1/debian unstable/main amd64 libaudit-common all 1:3.1.2-4 [11.5 kB]
00:00:05.557 E: Get:37 http://127.0.0.1/debian unstable/main amd64 libcap-ng0 amd64 0.8.5-1+b1 [17.4 kB]
00:00:05.569 E: Get:38 http://127.0.0.1/debian unstable/main amd64 libaudit1 amd64 1:3.1.2-4+b1 [49.0 kB]
00:00:05.579 E: Get:39 http://127.0.0.1/debian unstable/main amd64 libdb5.3t64 amd64 5.3.28+dfsg2-7 [697 kB]
00:00:05.607 E: Get:40 http://127.0.0.1/debian unstable/main amd64 debconf all 1.5.87 [119 kB]
00:00:05.618 E: Get:41 http://127.0.0.1/debian unstable/main amd64 libpam0g amd64 1.5.3-7 [67.7 kB]
00:00:05.629 E: Get:42 http://127.0.0.1/debian unstable/main amd64 libpam-modules-bin amd64 1.5.3-7 [54.4 kB]
00:00:05.639 E: Get:43 http://127.0.0.1/debian unstable/main amd64 libpam-modules amd64 1.5.3-7 [265 kB]
00:00:05.653 E: Get:44 http://127.0.0.1/debian unstable/main amd64 libpam-runtime all 1.5.3-7 [140 kB]
00:00:05.665 E: Get:45 http://127.0.0.1/debian unstable/main amd64 libblkid1 amd64 2.40.2-2 [167 kB]
00:00:05.676 E: Get:46 http://127.0.0.1/debian unstable/main amd64 libmount1 amd64 2.40.2-2 [199 kB]
00:00:05.689 E: Get:47 http://127.0.0.1/debian unstable/main amd64 libsmartcols1 amd64 2.40.2-2 [138 kB]
00:00:05.700 E: Get:48 http://127.0.0.1/debian unstable/main amd64 libudev1 amd64 256.4-2 [144 kB]
00:00:05.710 E: Get:49 http://127.0.0.1/debian unstable/main amd64 libuuid1 amd64 2.40.2-2 [35.0 kB]
00:00:05.721 E: Get:50 http://127.0.0.1/debian unstable/main amd64 util-linux amd64 2.40.2-2 [1216 kB]
00:00:05.755 E: Get:51 http://127.0.0.1/debian unstable/main amd64 libdebconfclient0 amd64 0.272 [10.0 kB]
00:00:05.763 E: Get:52 http://127.0.0.1/debian unstable/main amd64 base-passwd amd64 3.6.4 [50.9 kB]
00:00:05.772 E: Get:53 http://127.0.0.1/debian unstable/main amd64 init-system-helpers all 1.66 [39.0 kB]
00:00:05.783 E: Get:54 http://127.0.0.1/debian unstable/main amd64 libc-bin amd64 2.39-6 [610 kB]
00:00:05.807 E: Get:55 http://127.0.0.1/debian unstable/main amd64 ncurses-base all 6.5-2 [270 kB]
00:00:05.820 E: Get:56 http://127.0.0.1/debian unstable/main amd64 sysvinit-utils amd64 3.09-2 [32.5 kB]
00:00:05.953 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/gcc-14-base_14.2.0-1_amd64.deb 
00:00:05.959 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure gcc-14-base:amd64 
00:00:05.964 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libc6_2.39-6_amd64.deb /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libgcc-s1_14.2.0-1_amd64.deb 
00:00:05.968 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libgcc-s1:amd64 libc6:amd64 
00:00:05.972 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/mawk_1.3.4.20240622-2_amd64.deb 
00:00:05.976 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure mawk:amd64 
00:00:05.980 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/base-files_13.5_amd64.deb 
00:00:05.984 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure base-files:amd64 
00:00:05.989 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libtinfo6_6.5-2_amd64.deb 
00:00:05.993 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libtinfo6:amd64 
00:00:05.997 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/debianutils_5.20_amd64.deb 
00:00:06.001 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure debianutils:amd64 
00:00:06.005 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/bash_5.2.21-2.1_amd64.deb 
00:00:06.009 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure bash:amd64 
00:00:06.013 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libcap2_1%3a2.66-5_amd64.deb 
00:00:06.016 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libcap2:amd64 
00:00:06.020 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libsystemd0_256.4-2_amd64.deb 
00:00:06.024 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libsystemd0:amd64 
00:00:06.027 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/bsdutils_1%3a2.40.2-2_amd64.deb 
00:00:06.031 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure bsdutils:amd64 
00:00:06.035 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libacl1_2.3.2-2_amd64.deb 
00:00:06.038 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libacl1:amd64 
00:00:06.043 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libattr1_1%3a2.5.2-1_amd64.deb 
00:00:06.048 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libattr1:amd64 
00:00:06.052 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb 
00:00:06.056 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libgmp10:amd64 
00:00:06.059 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libpcre2-8-0_10.42-4+b1_amd64.deb 
00:00:06.063 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libpcre2-8-0:amd64 
00:00:06.070 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libselinux1_3.5-2+b3_amd64.deb 
00:00:06.074 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libselinux1:amd64 
00:00:06.078 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libzstd1_1.5.6+dfsg-1_amd64.deb 
00:00:06.082 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libzstd1:amd64 
00:00:06.086 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb 
00:00:06.090 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure zlib1g:amd64 
00:00:06.094 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libssl3t64_3.3.1-2_amd64.deb 
00:00:06.098 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libssl3t64:amd64 
00:00:06.102 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/coreutils_9.4-3.1_amd64.deb 
00:00:06.105 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure coreutils:amd64 
00:00:06.109 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/dash_0.5.12-9_amd64.deb 
00:00:06.113 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure dash:amd64 
00:00:06.116 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/diffutils_1%3a3.10-1_amd64.deb 
00:00:06.120 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure diffutils:amd64 
00:00:06.124 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libbz2-1.0_1.0.8-5.1_amd64.deb 
00:00:06.128 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libbz2-1.0:amd64 
00:00:06.132 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/liblzma5_5.6.2-2_amd64.deb 
00:00:06.137 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure liblzma5:amd64 
00:00:06.141 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libmd0_1.1.0-2_amd64.deb 
00:00:06.145 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libmd0:amd64 
00:00:06.148 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/tar_1.35+dfsg-3_amd64.deb 
00:00:06.152 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure tar:amd64 
00:00:06.155 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/dpkg_1.22.11_amd64.deb 
00:00:06.159 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure dpkg:amd64 
00:00:06.163 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/findutils_4.10.0-2_amd64.deb 
00:00:06.167 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure findutils:amd64 
00:00:06.171 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/grep_3.11-4_amd64.deb 
00:00:06.174 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure grep:amd64 
00:00:06.178 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/gzip_1.12-1.1_amd64.deb 
00:00:06.182 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure gzip:amd64 
00:00:06.185 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/hostname_3.23+nmu2_amd64.deb 
00:00:06.188 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure hostname:amd64 
00:00:06.192 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/ncurses-bin_6.5-2_amd64.deb 
00:00:06.196 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure ncurses-bin:amd64 
00:00:06.199 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libcrypt1_1%3a4.4.36-4_amd64.deb 
00:00:06.203 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libcrypt1:amd64 
00:00:06.207 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/perl-base_5.38.2-5_amd64.deb 
00:00:06.211 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure perl-base:amd64 
00:00:06.215 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/sed_4.9-2_amd64.deb 
00:00:06.219 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure sed:amd64 
00:00:06.223 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libaudit-common_1%3a3.1.2-4_all.deb 
00:00:06.227 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libaudit-common:all 
00:00:06.232 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libcap-ng0_0.8.5-1+b1_amd64.deb 
00:00:06.236 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libcap-ng0:amd64 
00:00:06.239 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libaudit1_1%3a3.1.2-4+b1_amd64.deb 
00:00:06.243 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libaudit1:amd64 
00:00:06.246 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libdb5.3t64_5.3.28+dfsg2-7_amd64.deb 
00:00:06.250 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libdb5.3t64:amd64 
00:00:06.254 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/debconf_1.5.87_all.deb 
00:00:06.258 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure debconf:all 
00:00:06.261 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libpam0g_1.5.3-7_amd64.deb 
00:00:06.266 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libpam0g:amd64 
00:00:06.270 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libpam-modules-bin_1.5.3-7_amd64.deb 
00:00:06.274 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libpam-modules-bin:amd64 
00:00:06.278 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libpam-modules_1.5.3-7_amd64.deb 
00:00:06.282 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libpam-modules:amd64 
00:00:06.285 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libpam-runtime_1.5.3-7_all.deb 
00:00:06.289 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libpam-runtime:all 
00:00:06.292 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libblkid1_2.40.2-2_amd64.deb 
00:00:06.296 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libblkid1:amd64 
00:00:06.300 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libmount1_2.40.2-2_amd64.deb 
00:00:06.303 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libmount1:amd64 
00:00:06.307 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libsmartcols1_2.40.2-2_amd64.deb 
00:00:06.311 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libsmartcols1:amd64 
00:00:06.314 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libudev1_256.4-2_amd64.deb 
00:00:06.318 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libudev1:amd64 
00:00:06.322 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libuuid1_2.40.2-2_amd64.deb 
00:00:06.325 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libuuid1:amd64 
00:00:06.328 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/util-linux_2.40.2-2_amd64.deb 
00:00:06.332 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure util-linux:amd64 
00:00:06.336 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libdebconfclient0_0.272_amd64.deb 
00:00:06.340 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libdebconfclient0:amd64 
00:00:06.344 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/base-passwd_3.6.4_amd64.deb 
00:00:06.349 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure base-passwd:amd64 
00:00:06.353 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/init-system-helpers_1.66_all.deb 
00:00:06.358 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure init-system-helpers:all 
00:00:06.361 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/libc-bin_2.39-6_amd64.deb 
00:00:06.365 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libc-bin:amd64 
00:00:06.369 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/ncurses-base_6.5-2_all.deb 
00:00:06.373 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure ncurses-base:all 
00:00:06.377 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.4oLua9dE0n/var/cache/apt/archives/sysvinit-utils_3.09-2_amd64.deb 
00:00:06.381 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure sysvinit-utils:amd64 
00:00:06.384 E: /usr/bin/dpkg --status-fd 7 --configure --pending 
00:00:06.388 E: Fetched 23.4 MB in 1s (23.1 MB/s)
00:00:06.392 E: I: extracting archives...
00:00:07.811 E: I: installing essential packages...
00:00:07.841 E: Selecting previously unselected package gcc-14-base:amd64.
00:00:07.845 E: (Reading database ... 0 files and directories currently installed.)
00:00:07.849 E: Preparing to unpack .../gcc-14-base_14.2.0-1_amd64.deb ...
00:00:07.853 E: Unpacking gcc-14-base:amd64 (14.2.0-1) ...
00:00:07.881 E: Selecting previously unselected package libc6:amd64.
00:00:07.885 E: Preparing to unpack .../libc6_2.39-6_amd64.deb ...
00:00:07.936 E: Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 23.
00:00:08.003 E: dpkg-query: no packages found matching base-files
00:00:08.021 E: Unpacking libc6:amd64 (2.39-6) ...
00:00:08.272 E: Selecting previously unselected package libgcc-s1:amd64.
00:00:08.276 E: Preparing to unpack .../libgcc-s1_14.2.0-1_amd64.deb ...
00:00:08.280 E: Unpacking libgcc-s1:amd64 (14.2.0-1) ...
00:00:08.305 E: Selecting previously unselected package mawk.
00:00:08.309 E: Preparing to unpack .../mawk_1.3.4.20240622-2_amd64.deb ...
00:00:08.313 E: Unpacking mawk (1.3.4.20240622-2) ...
00:00:08.349 E: Selecting previously unselected package base-files.
00:00:08.353 E: dpkg: regarding .../base-files_13.5_amd64.deb containing base-files, pre-dependency problem:
00:00:08.357 E:  base-files pre-depends on awk
00:00:08.362 E:   mawk provides awk but is unpacked but not configured.
00:00:08.366 E: 
00:00:08.370 E: dpkg: warning: ignoring pre-dependency problem!
00:00:08.374 E: Preparing to unpack .../base-files_13.5_amd64.deb ...
00:00:08.378 E: Unpacking base-files (13.5) ...
00:00:08.420 E: Selecting previously unselected package libtinfo6:amd64.
00:00:08.424 E: Preparing to unpack .../libtinfo6_6.5-2_amd64.deb ...
00:00:08.428 E: Unpacking libtinfo6:amd64 (6.5-2) ...
00:00:08.460 E: Selecting previously unselected package debianutils.
00:00:08.465 E: dpkg: regarding .../debianutils_5.20_amd64.deb containing debianutils, pre-dependency problem:
00:00:08.468 E:  debianutils pre-depends on libc6 (>= 2.38)
00:00:08.472 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:08.476 E: 
00:00:08.480 E: dpkg: warning: ignoring pre-dependency problem!
00:00:08.484 E: Preparing to unpack .../debianutils_5.20_amd64.deb ...
00:00:08.487 E: Unpacking debianutils (5.20) ...
00:00:08.523 E: Selecting previously unselected package bash.
00:00:08.527 E: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:08.531 E:  bash pre-depends on libc6 (>= 2.38)
00:00:08.535 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:08.539 E: 
00:00:08.543 E: dpkg: warning: ignoring pre-dependency problem!
00:00:08.547 E: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:08.551 E:  bash pre-depends on libtinfo6 (>= 6)
00:00:08.555 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:08.558 E: 
00:00:08.562 E: dpkg: warning: ignoring pre-dependency problem!
00:00:08.566 E: Preparing to unpack .../bash_5.2.21-2.1_amd64.deb ...
00:00:08.570 E: Unpacking bash (5.2.21-2.1) ...
00:00:08.661 E: Selecting previously unselected package libcap2:amd64.
00:00:08.664 E: Preparing to unpack .../libcap2_1%3a2.66-5_amd64.deb ...
00:00:08.668 E: Unpacking libcap2:amd64 (1:2.66-5) ...
00:00:08.694 E: Selecting previously unselected package libsystemd0:amd64.
00:00:08.700 E: Preparing to unpack .../libsystemd0_256.4-2_amd64.deb ...
00:00:08.704 E: Unpacking libsystemd0:amd64 (256.4-2) ...
00:00:08.745 E: Selecting previously unselected package bsdutils.
00:00:08.749 E: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:08.753 E:  bsdutils pre-depends on libc6 (>= 2.38)
00:00:08.757 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:08.761 E: 
00:00:08.765 E: dpkg: warning: ignoring pre-dependency problem!
00:00:08.768 E: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:08.772 E:  bsdutils pre-depends on libsystemd0 (>= 254)
00:00:08.776 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:08.780 E: 
00:00:08.784 E: dpkg: warning: ignoring pre-dependency problem!
00:00:08.789 E: Preparing to unpack .../bsdutils_1%3a2.40.2-2_amd64.deb ...
00:00:08.793 E: Unpacking bsdutils (1:2.40.2-2) ...
00:00:08.797 E: Selecting previously unselected package libacl1:amd64.
00:00:08.801 E: Preparing to unpack .../libacl1_2.3.2-2_amd64.deb ...
00:00:08.805 E: Unpacking libacl1:amd64 (2.3.2-2) ...
00:00:08.819 E: Selecting previously unselected package libattr1:amd64.
00:00:08.823 E: Preparing to unpack .../libattr1_1%3a2.5.2-1_amd64.deb ...
00:00:08.826 E: Unpacking libattr1:amd64 (1:2.5.2-1) ...
00:00:08.850 E: Selecting previously unselected package libgmp10:amd64.
00:00:08.855 E: Preparing to unpack .../libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb ...
00:00:08.858 E: Unpacking libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:08.901 E: Selecting previously unselected package libpcre2-8-0:amd64.
00:00:08.905 E: Preparing to unpack .../libpcre2-8-0_10.42-4+b1_amd64.deb ...
00:00:08.910 E: Unpacking libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:08.950 E: Selecting previously unselected package libselinux1:amd64.
00:00:08.955 E: Preparing to unpack .../libselinux1_3.5-2+b3_amd64.deb ...
00:00:08.958 E: Unpacking libselinux1:amd64 (3.5-2+b3) ...
00:00:08.987 E: Selecting previously unselected package libzstd1:amd64.
00:00:08.991 E: Preparing to unpack .../libzstd1_1.5.6+dfsg-1_amd64.deb ...
00:00:08.997 E: Unpacking libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:09.043 E: Selecting previously unselected package zlib1g:amd64.
00:00:09.047 E: Preparing to unpack .../zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb ...
00:00:09.052 E: Unpacking zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:09.083 E: Selecting previously unselected package libssl3t64:amd64.
00:00:09.087 E: Preparing to unpack .../libssl3t64_3.3.1-2_amd64.deb ...
00:00:09.092 E: Unpacking libssl3t64:amd64 (3.3.1-2) ...
00:00:09.259 E: Selecting previously unselected package coreutils.
00:00:09.262 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:09.267 E:  coreutils pre-depends on libacl1 (>= 2.2.23)
00:00:09.271 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:09.275 E: 
00:00:09.281 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.289 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:09.295 E:  coreutils pre-depends on libattr1 (>= 1:2.4.48)
00:00:09.300 E:   libattr1:amd64 is unpacked, but has never been configured.
00:00:09.305 E: 
00:00:09.309 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.315 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:09.321 E:  coreutils pre-depends on libc6 (>= 2.34)
00:00:09.325 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:09.329 E: 
00:00:09.333 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.339 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:09.344 E:  coreutils pre-depends on libgmp10 (>= 2:6.3.0+dfsg)
00:00:09.348 E:   libgmp10:amd64 is unpacked, but has never been configured.
00:00:09.352 E: 
00:00:09.357 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.361 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:09.366 E:  coreutils pre-depends on libselinux1 (>= 3.1~)
00:00:09.371 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:09.375 E: 
00:00:09.380 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.385 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:09.390 E:  coreutils pre-depends on libssl3t64 (>= 3.0.0)
00:00:09.394 E:   libssl3t64:amd64 is unpacked, but has never been configured.
00:00:09.398 E: 
00:00:09.402 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.406 E: Preparing to unpack .../coreutils_9.4-3.1_amd64.deb ...
00:00:09.411 E: Unpacking coreutils (9.4-3.1) ...
00:00:09.543 E: Selecting previously unselected package dash.
00:00:09.547 E: dpkg: regarding .../dash_0.5.12-9_amd64.deb containing dash, pre-dependency problem:
00:00:09.551 E:  dash pre-depends on libc6 (>= 2.38)
00:00:09.555 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:09.559 E: 
00:00:09.563 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.567 E: Preparing to unpack .../dash_0.5.12-9_amd64.deb ...
00:00:09.570 E: Unpacking dash (0.5.12-9) ...
00:00:09.583 E: Selecting previously unselected package diffutils.
00:00:09.587 E: dpkg: regarding .../diffutils_1%3a3.10-1_amd64.deb containing diffutils, pre-dependency problem:
00:00:09.591 E:  diffutils pre-depends on libc6 (>= 2.34)
00:00:09.594 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:09.598 E: 
00:00:09.602 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.606 E: Preparing to unpack .../diffutils_1%3a3.10-1_amd64.deb ...
00:00:09.610 E: Unpacking diffutils (1:3.10-1) ...
00:00:09.649 E: Selecting previously unselected package libbz2-1.0:amd64.
00:00:09.653 E: Preparing to unpack .../libbz2-1.0_1.0.8-5.1_amd64.deb ...
00:00:09.657 E: Unpacking libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:09.683 E: Selecting previously unselected package liblzma5:amd64.
00:00:09.688 E: Preparing to unpack .../liblzma5_5.6.2-2_amd64.deb ...
00:00:09.692 E: Unpacking liblzma5:amd64 (5.6.2-2) ...
00:00:09.726 E: Selecting previously unselected package libmd0:amd64.
00:00:09.730 E: Preparing to unpack .../libmd0_1.1.0-2_amd64.deb ...
00:00:09.734 E: Unpacking libmd0:amd64 (1.1.0-2) ...
00:00:09.760 E: Selecting previously unselected package tar.
00:00:09.764 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:09.767 E:  tar pre-depends on libacl1 (>= 2.2.23)
00:00:09.771 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:09.775 E: 
00:00:09.779 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.782 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:09.786 E:  tar pre-depends on libc6 (>= 2.34)
00:00:09.790 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:09.794 E: 
00:00:09.798 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.802 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:09.806 E:  tar pre-depends on libselinux1 (>= 3.1~)
00:00:09.810 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:09.814 E: 
00:00:09.818 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.822 E: Preparing to unpack .../tar_1.35+dfsg-3_amd64.deb ...
00:00:09.826 E: Unpacking tar (1.35+dfsg-3) ...
00:00:09.847 E: Selecting previously unselected package dpkg.
00:00:09.851 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:09.856 E:  dpkg pre-depends on libbz2-1.0
00:00:09.860 E:   libbz2-1.0:amd64 is unpacked, but has never been configured.
00:00:09.864 E: 
00:00:09.868 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.872 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:09.876 E:  dpkg pre-depends on libc6 (>= 2.38)
00:00:09.880 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:09.884 E: 
00:00:09.888 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.892 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:09.896 E:  dpkg pre-depends on liblzma5 (>= 5.4.0)
00:00:09.900 E:   liblzma5:amd64 is unpacked, but has never been configured.
00:00:09.904 E: 
00:00:09.908 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.912 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:09.916 E:  dpkg pre-depends on libmd0 (>= 0.0.0)
00:00:09.919 E:   libmd0:amd64 is unpacked, but has never been configured.
00:00:09.923 E: 
00:00:09.927 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.930 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:09.934 E:  dpkg pre-depends on libselinux1 (>= 3.1~)
00:00:09.938 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:09.942 E: 
00:00:09.945 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.949 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:09.954 E:  dpkg pre-depends on libzstd1 (>= 1.5.5)
00:00:09.957 E:   libzstd1:amd64 is unpacked, but has never been configured.
00:00:09.961 E: 
00:00:09.965 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.968 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:09.972 E:  dpkg pre-depends on zlib1g (>= 1:1.1.4)
00:00:09.976 E:   zlib1g:amd64 is unpacked, but has never been configured.
00:00:09.980 E: 
00:00:09.983 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.988 E: Preparing to unpack .../dpkg_1.22.11_amd64.deb ...
00:00:09.992 E: Unpacking dpkg (1.22.11) ...
00:00:09.996 E: Selecting previously unselected package findutils.
00:00:10.001 E: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:10.004 E:  findutils pre-depends on libc6 (>= 2.38)
00:00:10.009 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.013 E: 
00:00:10.017 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.021 E: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:10.025 E:  findutils pre-depends on libselinux1 (>= 3.1~)
00:00:10.029 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:10.033 E: 
00:00:10.037 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.041 E: Preparing to unpack .../findutils_4.10.0-2_amd64.deb ...
00:00:10.044 E: Unpacking findutils (4.10.0-2) ...
00:00:10.057 E: Selecting previously unselected package grep.
00:00:10.061 E: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:10.066 E:  grep pre-depends on libc6 (>= 2.34)
00:00:10.069 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.073 E: 
00:00:10.077 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.082 E: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:10.085 E:  grep pre-depends on libpcre2-8-0 (>= 10.32)
00:00:10.089 E:   libpcre2-8-0:amd64 is unpacked, but has never been configured.
00:00:10.093 E: 
00:00:10.096 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.100 E: Preparing to unpack .../archives/grep_3.11-4_amd64.deb ...
00:00:10.104 E: Unpacking grep (3.11-4) ...
00:00:10.121 E: Selecting previously unselected package gzip.
00:00:10.125 E: dpkg: regarding .../gzip_1.12-1.1_amd64.deb containing gzip, pre-dependency problem:
00:00:10.129 E:  gzip pre-depends on libc6 (>= 2.34)
00:00:10.133 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.137 E: 
00:00:10.140 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.143 E: Preparing to unpack .../gzip_1.12-1.1_amd64.deb ...
00:00:10.153 E: Unpacking gzip (1.12-1.1) ...
00:00:10.194 E: Selecting previously unselected package hostname.
00:00:10.198 E: dpkg: regarding .../hostname_3.23+nmu2_amd64.deb containing hostname, pre-dependency problem:
00:00:10.202 E:  hostname pre-depends on libc6 (>= 2.34)
00:00:10.205 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.209 E: 
00:00:10.213 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.218 E: Preparing to unpack .../hostname_3.23+nmu2_amd64.deb ...
00:00:10.223 E: Unpacking hostname (3.23+nmu2) ...
00:00:10.232 E: Selecting previously unselected package ncurses-bin.
00:00:10.236 E: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:10.241 E:  ncurses-bin pre-depends on libc6 (>= 2.34)
00:00:10.245 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.249 E: 
00:00:10.254 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.257 E: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:10.261 E:  ncurses-bin pre-depends on libtinfo6 (>= 6.4+20230603)
00:00:10.264 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:10.268 E: 
00:00:10.272 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.275 E: Preparing to unpack .../ncurses-bin_6.5-2_amd64.deb ...
00:00:10.279 E: Unpacking ncurses-bin (6.5-2) ...
00:00:10.283 E: Selecting previously unselected package libcrypt1:amd64.
00:00:10.287 E: Preparing to unpack .../libcrypt1_1%3a4.4.36-4_amd64.deb ...
00:00:10.290 E: Unpacking libcrypt1:amd64 (1:4.4.36-4) ...
00:00:10.317 E: Selecting previously unselected package perl-base.
00:00:10.321 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:10.325 E:  perl-base pre-depends on libc6 (>= 2.38)
00:00:10.329 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.333 E: 
00:00:10.337 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.341 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:10.345 E:  perl-base pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:10.349 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:10.352 E: 
00:00:10.356 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.360 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:10.363 E:  perl-base pre-depends on dpkg (>= 1.17.17)
00:00:10.368 E:   dpkg is unpacked, but has never been configured.
00:00:10.371 E: 
00:00:10.376 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.380 E: Preparing to unpack .../perl-base_5.38.2-5_amd64.deb ...
00:00:10.383 E: Unpacking perl-base (5.38.2-5) ...
00:00:10.648 E: Selecting previously unselected package sed.
00:00:10.653 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:10.656 E:  sed pre-depends on libacl1 (>= 2.2.23)
00:00:10.660 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:10.663 E: 
00:00:10.668 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.673 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:10.677 E:  sed pre-depends on libc6 (>= 2.34)
00:00:10.681 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.685 E: 
00:00:10.689 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.693 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:10.697 E:  sed pre-depends on libselinux1 (>= 3.1~)
00:00:10.701 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:10.706 E: 
00:00:10.711 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.715 E: Preparing to unpack .../archives/sed_4.9-2_amd64.deb ...
00:00:10.718 E: Unpacking sed (4.9-2) ...
00:00:10.723 E: Selecting previously unselected package libaudit-common.
00:00:10.727 E: Preparing to unpack .../libaudit-common_1%3a3.1.2-4_all.deb ...
00:00:10.732 E: Unpacking libaudit-common (1:3.1.2-4) ...
00:00:10.750 E: Selecting previously unselected package libcap-ng0:amd64.
00:00:10.754 E: Preparing to unpack .../libcap-ng0_0.8.5-1+b1_amd64.deb ...
00:00:10.757 E: Unpacking libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:10.785 E: Selecting previously unselected package libaudit1:amd64.
00:00:10.788 E: Preparing to unpack .../libaudit1_1%3a3.1.2-4+b1_amd64.deb ...
00:00:10.792 E: Unpacking libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:10.820 E: Selecting previously unselected package libdb5.3t64:amd64.
00:00:10.824 E: Preparing to unpack .../libdb5.3t64_5.3.28+dfsg2-7_amd64.deb ...
00:00:10.828 E: Unpacking libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:10.902 E: Selecting previously unselected package debconf.
00:00:10.906 E: Preparing to unpack .../debconf_1.5.87_all.deb ...
00:00:10.910 E: Unpacking debconf (1.5.87) ...
00:00:10.979 E: Selecting previously unselected package libpam0g:amd64.
00:00:10.983 E: Preparing to unpack .../libpam0g_1.5.3-7_amd64.deb ...
00:00:10.987 E: Unpacking libpam0g:amd64 (1.5.3-7) ...
00:00:11.018 E: Selecting previously unselected package libpam-modules-bin.
00:00:11.022 E: Preparing to unpack .../libpam-modules-bin_1.5.3-7_amd64.deb ...
00:00:11.026 E: Unpacking libpam-modules-bin (1.5.3-7) ...
00:00:11.059 E: Selecting previously unselected package libpam-modules:amd64.
00:00:11.063 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.066 E:  libpam-modules pre-depends on libaudit1 (>= 1:2.2.1)
00:00:11.070 E:   libaudit1:amd64 is unpacked, but has never been configured.
00:00:11.073 E: 
00:00:11.077 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.081 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.085 E:  libpam-modules pre-depends on libc6 (>= 2.34)
00:00:11.088 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:11.092 E: 
00:00:11.096 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.100 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.104 E:  libpam-modules pre-depends on libcrypt1 (>= 1:4.3.0)
00:00:11.108 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:11.111 E: 
00:00:11.115 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.119 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.122 E:  libpam-modules pre-depends on libdb5.3t64
00:00:11.126 E:   libdb5.3t64:amd64 is unpacked, but has never been configured.
00:00:11.130 E: 
00:00:11.134 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.138 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.141 E:  libpam-modules pre-depends on libpam0g (>= 1.4.1)
00:00:11.144 E:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:11.148 E: 
00:00:11.153 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.157 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.161 E:  libpam-modules pre-depends on libselinux1 (>= 3.1~)
00:00:11.165 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:11.168 E: 
00:00:11.173 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.177 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.181 E:  libpam-modules pre-depends on libsystemd0
00:00:11.186 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:11.190 E: 
00:00:11.194 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.198 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.202 E:  libpam-modules pre-depends on debconf (>= 0.5) | debconf-2.0
00:00:11.207 E:   debconf is unpacked, but has never been configured.
00:00:11.210 E:   debconf provides debconf-2.0 but is unpacked but not configured.
00:00:11.214 E: 
00:00:11.218 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.223 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.229 E:  libpam-modules pre-depends on libpam-modules-bin (= 1.5.3-7)
00:00:11.234 E:   libpam-modules-bin is unpacked, but has never been configured.
00:00:11.239 E: 
00:00:11.242 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.246 E: Preparing to unpack .../libpam-modules_1.5.3-7_amd64.deb ...
00:00:11.250 E: Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 23.
00:00:11.254 E: Unpacking libpam-modules:amd64 (1.5.3-7) ...
00:00:11.258 E: Selecting previously unselected package libpam-runtime.
00:00:11.261 E: Preparing to unpack .../libpam-runtime_1.5.3-7_all.deb ...
00:00:11.265 E: Unpacking libpam-runtime (1.5.3-7) ...
00:00:11.325 E: Selecting previously unselected package libblkid1:amd64.
00:00:11.330 E: Preparing to unpack .../libblkid1_2.40.2-2_amd64.deb ...
00:00:11.335 E: Unpacking libblkid1:amd64 (2.40.2-2) ...
00:00:11.369 E: Selecting previously unselected package libmount1:amd64.
00:00:11.373 E: Preparing to unpack .../libmount1_2.40.2-2_amd64.deb ...
00:00:11.377 E: Unpacking libmount1:amd64 (2.40.2-2) ...
00:00:11.416 E: Selecting previously unselected package libsmartcols1:amd64.
00:00:11.420 E: Preparing to unpack .../libsmartcols1_2.40.2-2_amd64.deb ...
00:00:11.424 E: Unpacking libsmartcols1:amd64 (2.40.2-2) ...
00:00:11.458 E: Selecting previously unselected package libudev1:amd64.
00:00:11.462 E: Preparing to unpack .../libudev1_256.4-2_amd64.deb ...
00:00:11.467 E: Unpacking libudev1:amd64 (256.4-2) ...
00:00:11.498 E: Selecting previously unselected package libuuid1:amd64.
00:00:11.503 E: Preparing to unpack .../libuuid1_2.40.2-2_amd64.deb ...
00:00:11.507 E: Unpacking libuuid1:amd64 (2.40.2-2) ...
00:00:11.536 E: Selecting previously unselected package util-linux.
00:00:11.540 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.545 E:  util-linux pre-depends on libpam-modules
00:00:11.549 E:   libpam-modules:amd64 is unpacked, but has never been configured.
00:00:11.553 E: 
00:00:11.557 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.561 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.565 E:  util-linux pre-depends on libpam-runtime
00:00:11.570 E:   libpam-runtime is unpacked, but has never been configured.
00:00:11.573 E: 
00:00:11.578 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.582 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.586 E:  util-linux pre-depends on libblkid1 (= 2.40.2-2)
00:00:11.590 E:   libblkid1:amd64 is unpacked, but has never been configured.
00:00:11.594 E: 
00:00:11.598 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.602 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.607 E:  util-linux pre-depends on libc6 (>= 2.38)
00:00:11.611 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:11.615 E: 
00:00:11.619 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.623 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.627 E:  util-linux pre-depends on libcap-ng0 (>= 0.7.9)
00:00:11.631 E:   libcap-ng0:amd64 is unpacked, but has never been configured.
00:00:11.635 E: 
00:00:11.638 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.642 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.646 E:  util-linux pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:11.650 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:11.654 E: 
00:00:11.658 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.662 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.665 E:  util-linux pre-depends on libmount1 (= 2.40.2-2)
00:00:11.668 E:   libmount1:amd64 is unpacked, but has never been configured.
00:00:11.672 E: 
00:00:11.676 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.680 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.685 E:  util-linux pre-depends on libpam0g (>= 0.99.7.1)
00:00:11.690 E:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:11.694 E: 
00:00:11.697 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.701 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.705 E:  util-linux pre-depends on libselinux1 (>= 3.1~)
00:00:11.709 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:11.713 E: 
00:00:11.717 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.721 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.726 E:  util-linux pre-depends on libsmartcols1 (= 2.40.2-2)
00:00:11.732 E:   libsmartcols1:amd64 is unpacked, but has never been configured.
00:00:11.736 E: 
00:00:11.741 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.745 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.749 E:  util-linux pre-depends on libsystemd0
00:00:11.753 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:11.756 E: 
00:00:11.760 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.764 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.768 E:  util-linux pre-depends on libtinfo6 (>= 6)
00:00:11.772 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:11.775 E: 
00:00:11.779 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.784 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.788 E:  util-linux pre-depends on libudev1 (>= 183)
00:00:11.792 E:   libudev1:amd64 is unpacked, but has never been configured.
00:00:11.796 E: 
00:00:11.800 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.804 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.808 E:  util-linux pre-depends on libuuid1 (= 2.40.2-2)
00:00:11.812 E:   libuuid1:amd64 is unpacked, but has never been configured.
00:00:11.816 E: 
00:00:11.820 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.824 E: Preparing to unpack .../util-linux_2.40.2-2_amd64.deb ...
00:00:11.828 E: Unpacking util-linux (2.40.2-2) ...
00:00:11.832 E: Selecting previously unselected package libdebconfclient0:amd64.
00:00:11.836 E: Preparing to unpack .../libdebconfclient0_0.272_amd64.deb ...
00:00:11.840 E: Unpacking libdebconfclient0:amd64 (0.272) ...
00:00:11.844 E: Selecting previously unselected package base-passwd.
00:00:11.848 E: Preparing to unpack .../base-passwd_3.6.4_amd64.deb ...
00:00:11.851 E: Unpacking base-passwd (3.6.4) ...
00:00:11.855 E: Selecting previously unselected package init-system-helpers.
00:00:11.859 E: Preparing to unpack .../init-system-helpers_1.66_all.deb ...
00:00:11.863 E: Unpacking init-system-helpers (1.66) ...
00:00:11.867 E: Selecting previously unselected package libc-bin.
00:00:11.870 E: Preparing to unpack .../libc-bin_2.39-6_amd64.deb ...
00:00:11.874 E: Unpacking libc-bin (2.39-6) ...
00:00:11.894 E: Selecting previously unselected package ncurses-base.
00:00:11.898 E: Preparing to unpack .../ncurses-base_6.5-2_all.deb ...
00:00:11.902 E: Unpacking ncurses-base (6.5-2) ...
00:00:11.943 E: Selecting previously unselected package sysvinit-utils.
00:00:11.947 E: Preparing to unpack .../sysvinit-utils_3.09-2_amd64.deb ...
00:00:11.951 E: Unpacking sysvinit-utils (3.09-2) ...
00:00:11.966 E: Setting up gcc-14-base:amd64 (14.2.0-1) ...
00:00:11.971 E: Setting up libaudit-common (1:3.1.2-4) ...
00:00:11.977 E: Setting up debconf (1.5.87) ...
00:00:12.121 E: Setting up ncurses-base (6.5-2) ...
00:00:12.128 E: Setting up libgcc-s1:amd64 (14.2.0-1) ...
00:00:12.142 E: Setting up libc6:amd64 (2.39-6) ...
00:00:12.266 E: Setting up mawk (1.3.4.20240622-2) ...
00:00:12.273 E: update-alternatives: using /usr/bin/mawk to provide /usr/bin/awk (awk) in auto mode
00:00:12.278 E: Setting up base-files (13.5) ...
00:00:12.388 E: Setting up libtinfo6:amd64 (6.5-2) ...
00:00:12.393 E: Setting up debianutils (5.20) ...
00:00:12.454 E: update-alternatives: using /usr/bin/which.debianutils to provide /usr/bin/which (which) in auto mode
00:00:12.460 E: Setting up bash (5.2.21-2.1) ...
00:00:12.476 E: update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
00:00:12.481 E: Setting up libcap2:amd64 (1:2.66-5) ...
00:00:12.486 E: Setting up libsystemd0:amd64 (256.4-2) ...
00:00:12.493 E: Setting up bsdutils (1:2.40.2-2) ...
00:00:12.499 E: Setting up libacl1:amd64 (2.3.2-2) ...
00:00:12.505 E: Setting up libattr1:amd64 (1:2.5.2-1) ...
00:00:12.512 E: Setting up libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:12.517 E: Setting up libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:12.523 E: Setting up libselinux1:amd64 (3.5-2+b3) ...
00:00:12.550 E: Setting up libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:12.555 E: Setting up zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:12.559 E: Setting up libssl3t64:amd64 (3.3.1-2) ...
00:00:12.566 E: Setting up coreutils (9.4-3.1) ...
00:00:12.584 E: Setting up dash (0.5.12-9) ...
00:00:12.628 E: Setting up diffutils (1:3.10-1) ...
00:00:12.633 E: Setting up libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:12.639 E: Setting up liblzma5:amd64 (5.6.2-2) ...
00:00:12.645 E: Setting up libmd0:amd64 (1.1.0-2) ...
00:00:12.650 E: Setting up tar (1.35+dfsg-3) ...
00:00:12.658 E: update-alternatives: using /usr/sbin/rmt-tar to provide /usr/sbin/rmt (rmt) in auto mode
00:00:12.662 E: Setting up dpkg (1.22.11) ...
00:00:12.880 E: Setting up findutils (4.10.0-2) ...
00:00:12.884 E: Setting up grep (3.11-4) ...
00:00:12.890 E: Setting up gzip (1.12-1.1) ...
00:00:12.943 E: Setting up hostname (3.23+nmu2) ...
00:00:12.947 E: Setting up ncurses-bin (6.5-2) ...
00:00:12.952 E: Setting up libcrypt1:amd64 (1:4.4.36-4) ...
00:00:12.958 E: Setting up perl-base (5.38.2-5) ...
00:00:12.975 E: Setting up sed (4.9-2) ...
00:00:12.981 E: Setting up libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:12.986 E: Setting up libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:12.992 E: Setting up libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:12.997 E: Setting up libpam0g:amd64 (1.5.3-7) ...
00:00:13.118 E: Setting up libpam-modules-bin (1.5.3-7) ...
00:00:13.125 E: Setting up libpam-modules:amd64 (1.5.3-7) ...
00:00:13.156 E: Setting up libpam-runtime (1.5.3-7) ...
00:00:13.315 E: Setting up libblkid1:amd64 (2.40.2-2) ...
00:00:13.320 E: Setting up libmount1:amd64 (2.40.2-2) ...
00:00:13.326 E: Setting up libsmartcols1:amd64 (2.40.2-2) ...
00:00:13.332 E: Setting up libudev1:amd64 (256.4-2) ...
00:00:13.338 E: Setting up libuuid1:amd64 (2.40.2-2) ...
00:00:13.343 E: Setting up util-linux (2.40.2-2) ...
00:00:13.357 E: update-alternatives: using /bin/more to provide /usr/bin/pager (pager) in auto mode
00:00:13.573 E: Setting up libdebconfclient0:amd64 (0.272) ...
00:00:13.578 E: Setting up base-passwd (3.6.4) ...
00:00:13.713 E: Setting up init-system-helpers (1.66) ...
00:00:13.718 E: Setting up libc-bin (2.39-6) ...
00:00:13.742 E: Setting up sysvinit-utils (3.09-2) ...
00:00:13.775 E: I: installing remaining packages inside the chroot...
00:00:13.946 E: Reading package lists...
00:00:14.176 E: Building dependency tree...
00:00:14.754 E: debconf is already the newest version (1.5.87).
00:00:14.758 E: libpam-runtime is already the newest version (1.5.3-7).
00:00:14.762 E: mawk is already the newest version (1.3.4.20240622-2).
00:00:14.766 E: libpam-modules is already the newest version (1.5.3-7).
00:00:14.769 E: libpam-modules-bin is already the newest version (1.5.3-7).
00:00:14.773 E: The following additional packages will be installed:
00:00:14.777 E:   bind9-libs bsdextrautils dbus-bin dbus-daemon dbus-session-bus-common
00:00:14.781 E:   dbus-system-bus-common distro-info-data libapparmor1 libapt-pkg6.0t64
00:00:14.786 E:   libbpf1 libbsd0 libcap2-bin libcbor0.10 libcom-err2 libdbus-1-3 libedit2
00:00:14.790 E:   libelf1t64 libexpat1 libext2fs2t64 libfdisk1 libffi8 libfido2-1 libfstrm0
00:00:14.794 E:   libgcrypt20 libgdbm-compat4t64 libgdbm6t64 libgnutls30t64 libgpg-error0
00:00:14.798 E:   libgssapi-krb5-2 libhogweed6t64 libicu72 libidn2-0 libjansson4 libjemalloc2
00:00:14.802 E:   libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0
00:00:14.806 E:   liblmdb0 liblocale-gettext-perl liblz4-1 libmagic-mgc libmagic1t64
00:00:14.811 E:   libmaxminddb0 libmnl0 libncursesw6 libnettle8t64 libnewt0.52 libnftables1
00:00:14.815 E:   libnftnl11 libnghttp2-14 libp11-kit0 libpci3 libperl5.38t64 libpipeline1
00:00:14.819 E:   libpopt0 libproc2-0 libprotobuf-c1 libpsl5t64 libpython3-stdlib
00:00:14.823 E:   libpython3.12-minimal libpython3.12-stdlib libreadline8t64 libseccomp2
00:00:14.827 E:   libsemanage-common libsemanage2 libsepol2 libslang2 libsqlite3-0 libss2
00:00:14.831 E:   libstdc++6 libsystemd-shared libtasn1-6 libtext-charwidth-perl
00:00:14.835 E:   libtext-iconv-perl libtext-wrapi18n-perl libtirpc-common libtirpc3t64
00:00:14.839 E:   libuchardet0 libunistring5 liburcu8t64 libuv1t64 libwtmpdb0 libxml2
00:00:14.843 E:   libxtables12 libxxhash0 logsave openssl pci.ids perl-modules-5.38
00:00:14.847 E:   python-apt-common python3 python3-apt python3-certifi python3-chardet
00:00:14.851 E:   python3-charset-normalizer python3-debconf python3-debian python3-debianbts
00:00:14.855 E:   python3-idna python3-minimal python3-pkg-resources python3-requests
00:00:14.860 E:   python3-urllib3 python3.12 python3.12-minimal tasksel usr-is-merged
00:00:14.865 E: Suggested packages:
00:00:14.868 E:   quota apt-doc aptitude | synaptic | wajig dpkg-dev gnupg | gnupg2 | gnupg1
00:00:14.872 E:   powermgmt-base default-mta | mail-transport-agent python3-gi www-browser
00:00:14.876 E:   x-terminal-emulator bzip2-doc libarchive-dev anacron checksecurity supercat
00:00:14.880 E:   bat default-dbus-session-bus | dbus-session-bus pdf-viewer postscript-viewer
00:00:14.884 E:   gpart parted fuse2fs e2fsck-static gnupg groff ppp rdnssd resolvconf
00:00:14.888 E:   avahi-autoipd isc-dhcp-client-ddns rng-tools gdbm-l10n gnutls-bin krb5-doc
00:00:14.892 E:   krb5-user mmdb-bin libcryptsetup12 libtss2-rc0t64 libarchive13t64 libdw1t64
00:00:14.896 E:   libip4tc2 libpwquality1 libqrencode4 bsd-mailx | mailx apparmor nfs-common
00:00:14.899 E:   hunspell firewalld keychain libpam-ssh monkeysphere ssh-askpass perl-doc
00:00:14.903 E:   libterm-readline-gnu-perl | libterm-readline-perl-perl make
00:00:14.908 E:   libtap-harness-archive-perl python3-doc python3-tk python3-venv
00:00:14.912 E:   python-apt-doc python-charset-normalizer-doc python3-setuptools
00:00:14.916 E:   python3-cryptography python3-openssl python3-socks python-requests-doc
00:00:14.920 E:   python3-brotli python3.12-venv python3.12-doc binutils binfmt-support
00:00:14.925 E:   readline-doc claws-mail debsums default-mta | postfix | exim4
00:00:14.929 E:   | mail-transport-agent dlocate emacs-bin-common gnupg | pgp python3-urwid
00:00:14.933 E:   reportbug-gtk xdg-utils systemd-container systemd-homed systemd-userdbd
00:00:14.937 E:   systemd-boot systemd-resolved systemd-repart libtss2-tcti-device0 polkitd
00:00:14.941 E:   indent
00:00:14.944 E: Recommended packages:
00:00:14.948 E:   default-mta | mail-transport-agent e2fsprogs-l10n libpam-cap
00:00:14.952 E:   libgpg-error-l10n libgpm2 libfribidi0 dbus-user-session publicsuffix xauth
00:00:14.955 E:   psmisc linux-sysctl-defaults lsb-release iso-codes zstd systemd-cryptsetup
00:00:14.959 E:   laptop-detect xxd
00:00:14.962 E: The following NEW packages will be installed:
00:00:14.966 E:   adduser apt apt-listchanges apt-utils bash-completion bind9-dnsutils
00:00:14.970 E:   bind9-host bind9-libs bsdextrautils bzip2 ca-certificates cpio cron
00:00:14.974 E:   cron-daemon-common dbus dbus-bin dbus-daemon dbus-session-bus-common
00:00:14.979 E:   dbus-system-bus-common debconf-i18n debian-archive-keyring debian-faq
00:00:14.984 E:   distro-info-data dmidecode doc-debian e2fsprogs fdisk file gettext-base gpgv
00:00:14.988 E:   groff-base ifupdown inetutils-telnet init iproute2 iputils-ping
00:00:14.991 E:   isc-dhcp-client isc-dhcp-common kmod krb5-locales less libapparmor1
00:00:14.995 E:   libapt-pkg6.0t64 libbpf1 libbsd0 libc-l10n libcap2-bin libcbor0.10
00:00:15.000 E:   libcom-err2 libdbus-1-3 libedit2 libelf1t64 libexpat1 libext2fs2t64
00:00:15.005 E:   libfdisk1 libffi8 libfido2-1 libfstrm0 libgcrypt20 libgdbm-compat4t64
00:00:15.009 E:   libgdbm6t64 libgnutls30t64 libgpg-error0 libgssapi-krb5-2 libhogweed6t64
00:00:15.013 E:   libicu72 libidn2-0 libjansson4 libjemalloc2 libjson-c5 libk5crypto3
00:00:15.016 E:   libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 liblmdb0
00:00:15.020 E:   liblocale-gettext-perl liblockfile-bin liblz4-1 libmagic-mgc libmagic1t64
00:00:15.025 E:   libmaxminddb0 libmnl0 libncursesw6 libnettle8t64 libnewt0.52 libnftables1
00:00:15.029 E:   libnftnl11 libnghttp2-14 libnss-systemd libp11-kit0 libpam-systemd
00:00:15.032 E:   libpam-wtmpdb libpci3 libperl5.38t64 libpipeline1 libpopt0 libproc2-0
00:00:15.036 E:   libprotobuf-c1 libpsl5t64 libpython3-stdlib libpython3.12-minimal
00:00:15.039 E:   libpython3.12-stdlib libreadline8t64 libseccomp2 libsemanage-common
00:00:15.043 E:   libsemanage2 libsepol2 libslang2 libsqlite3-0 libss2 libstdc++6
00:00:15.047 E:   libsystemd-shared libtasn1-6 libtext-charwidth-perl libtext-iconv-perl
00:00:15.050 E:   libtext-wrapi18n-perl libtirpc-common libtirpc3t64 libuchardet0
00:00:15.054 E:   libunistring5 liburcu8t64 libuv1t64 libwtmpdb0 libxml2 libxtables12
00:00:15.058 E:   libxxhash0 locales login logrotate logsave lsof man-db manpages media-types
00:00:15.062 E:   mount nano ncurses-term netbase netcat-traditional nftables openssh-client
00:00:15.066 E:   openssl passwd pci.ids pciutils perl perl-modules-5.38 procps
00:00:15.070 E:   python-apt-common python3 python3-apt python3-certifi python3-chardet
00:00:15.074 E:   python3-charset-normalizer python3-debconf python3-debian python3-debianbts
00:00:15.078 E:   python3-idna python3-minimal python3-pkg-resources python3-reportbug
00:00:15.082 E:   python3-requests python3-urllib3 python3.12 python3.12-minimal
00:00:15.087 E:   readline-common reportbug sensible-utils systemd systemd-sysv
00:00:15.091 E:   systemd-timesyncd tasksel tasksel-data traceroute tzdata ucf udev
00:00:15.095 E:   usr-is-merged util-linux-extra vim-common vim-tiny wamerican wget whiptail
00:00:15.099 E:   wtmpdb xz-utils
00:00:15.104 E: 0 upgraded, 187 newly installed, 0 to remove and 0 not upgraded.
00:00:15.108 E: Need to get 75.4 MB of archives.
00:00:15.113 E: After this operation, 298 MB of additional disk space will be used.
00:00:15.117 E: Get:1 http://127.0.0.1/debian unstable/main amd64 libcom-err2 amd64 1.47.1-1 [22.9 kB]
00:00:15.121 E: Get:2 http://127.0.0.1/debian unstable/main amd64 libext2fs2t64 amd64 1.47.1-1 [210 kB]
00:00:15.132 E: Get:3 http://127.0.0.1/debian unstable/main amd64 libss2 amd64 1.47.1-1 [27.6 kB]
00:00:15.136 E: Get:4 http://127.0.0.1/debian unstable/main amd64 logsave amd64 1.47.1-1 [22.7 kB]
00:00:15.140 E: Get:5 http://127.0.0.1/debian unstable/main amd64 e2fsprogs amd64 1.47.1-1 [583 kB]
00:00:15.144 E: Get:6 http://127.0.0.1/debian unstable/main amd64 mount amd64 2.40.2-2 [154 kB]
00:00:15.148 E: Get:7 http://127.0.0.1/debian unstable/main amd64 libapparmor1 amd64 3.1.7-1+b1 [42.0 kB]
00:00:15.153 E: Get:8 http://127.0.0.1/debian unstable/main amd64 libseccomp2 amd64 2.5.5-1+b1 [47.3 kB]
00:00:15.157 E: Get:9 http://127.0.0.1/debian unstable/main amd64 libsystemd-shared amd64 256.4-2 [2058 kB]
00:00:15.161 E: Get:10 http://127.0.0.1/debian unstable/main amd64 systemd amd64 256.4-2 [3486 kB]
00:00:15.185 E: Get:11 http://127.0.0.1/debian unstable/main amd64 libbsd0 amd64 0.12.2-1 [131 kB]
00:00:15.197 E: Get:12 http://127.0.0.1/debian unstable/main amd64 login amd64 1:4.15.3-3 [564 kB]
00:00:15.217 E: Get:13 http://127.0.0.1/debian unstable/main amd64 libsemanage-common all 3.5-1 [9908 B]
00:00:15.226 E: Get:14 http://127.0.0.1/debian unstable/main amd64 libsepol2 amd64 3.5-2+b1 [278 kB]
00:00:15.240 E: Get:15 http://127.0.0.1/debian unstable/main amd64 libsemanage2 amd64 3.5-1+b4 [90.1 kB]
00:00:15.250 E: Get:16 http://127.0.0.1/debian unstable/main amd64 passwd amd64 1:4.15.3-3 [974 kB]
00:00:15.280 E: Get:17 http://127.0.0.1/debian unstable/main amd64 adduser all 3.137 [140 kB]
00:00:15.290 E: Get:18 http://127.0.0.1/debian unstable/main amd64 cron-daemon-common all 3.0pl1-189 [16.8 kB]
00:00:15.299 E: Get:19 http://127.0.0.1/debian unstable/main amd64 sensible-utils all 0.0.24 [24.8 kB]
00:00:15.307 E: Get:20 http://127.0.0.1/debian unstable/main amd64 cron amd64 3.0pl1-189 [86.0 kB]
00:00:15.317 E: Get:21 http://127.0.0.1/debian unstable/main amd64 systemd-sysv amd64 256.4-2 [57.2 kB]
00:00:15.326 E: Get:22 http://127.0.0.1/debian unstable/main amd64 init amd64 1.66 [6004 B]
00:00:15.335 E: Get:23 http://127.0.0.1/debian unstable/main amd64 libdbus-1-3 amd64 1.14.10-4+b1 [203 kB]
00:00:15.349 E: Get:24 http://127.0.0.1/debian unstable/main amd64 dbus-bin amd64 1.14.10-4+b1 [106 kB]
00:00:15.359 E: Get:25 http://127.0.0.1/debian unstable/main amd64 dbus-session-bus-common all 1.14.10-4 [79.0 kB]
00:00:15.370 E: Get:26 http://127.0.0.1/debian unstable/main amd64 libexpat1 amd64 2.6.2-1 [103 kB]
00:00:15.380 E: Get:27 http://127.0.0.1/debian unstable/main amd64 dbus-daemon amd64 1.14.10-4+b1 [185 kB]
00:00:15.394 E: Get:28 http://127.0.0.1/debian unstable/main amd64 dbus-system-bus-common all 1.14.10-4 [80.1 kB]
00:00:15.404 E: Get:29 http://127.0.0.1/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
00:00:15.418 E: Get:30 http://127.0.0.1/debian unstable/main amd64 dbus amd64 1.14.10-4+b1 [98.6 kB]
00:00:15.429 E: Get:31 http://127.0.0.1/debian unstable/main amd64 perl-modules-5.38 all 5.38.2-5 [2905 kB]
00:00:15.506 E: Get:32 http://127.0.0.1/debian unstable/main amd64 libgdbm6t64 amd64 1.23-6 [72.8 kB]
00:00:15.515 E: Get:33 http://127.0.0.1/debian unstable/main amd64 libgdbm-compat4t64 amd64 1.23-6 [48.7 kB]
00:00:15.525 E: Get:34 http://127.0.0.1/debian unstable/main amd64 libperl5.38t64 amd64 5.38.2-5 [4275 kB]
00:00:15.626 E: Get:35 http://127.0.0.1/debian unstable/main amd64 perl amd64 5.38.2-5 [236 kB]
00:00:15.638 E: Get:36 http://127.0.0.1/debian unstable/main amd64 liblocale-gettext-perl amd64 1.07-7 [15.0 kB]
00:00:15.648 E: Get:37 http://127.0.0.1/debian unstable/main amd64 libpython3.12-minimal amd64 3.12.4-3 [812 kB]
00:00:15.675 E: Get:38 http://127.0.0.1/debian unstable/main amd64 python3.12-minimal amd64 3.12.4-3 [2137 kB]
00:00:15.727 E: Get:39 http://127.0.0.1/debian unstable/main amd64 python3-minimal amd64 3.12.4-1 [26.5 kB]
00:00:15.736 E: Get:40 http://127.0.0.1/debian unstable/main amd64 media-types all 10.1.0 [26.9 kB]
00:00:15.744 E: Get:41 http://127.0.0.1/debian unstable/main amd64 netbase all 6.4 [12.8 kB]
00:00:15.753 E: Get:42 http://127.0.0.1/debian unstable/main amd64 tzdata all 2024a-4 [255 kB]
00:00:15.766 E: Get:43 http://127.0.0.1/debian unstable/main amd64 libffi8 amd64 3.4.6-1 [23.6 kB]
00:00:15.774 E: Get:44 http://127.0.0.1/debian unstable/main amd64 libncursesw6 amd64 6.5-2 [135 kB]
00:00:15.785 E: Get:45 http://127.0.0.1/debian unstable/main amd64 readline-common all 8.2-4 [69.3 kB]
00:00:15.795 E: Get:46 http://127.0.0.1/debian unstable/main amd64 libreadline8t64 amd64 8.2-4 [167 kB]
00:00:15.806 E: Get:47 http://127.0.0.1/debian unstable/main amd64 libsqlite3-0 amd64 3.46.0-1 [902 kB]
00:00:15.835 E: Get:48 http://127.0.0.1/debian unstable/main amd64 libpython3.12-stdlib amd64 3.12.4-3 [1950 kB]
00:00:15.889 E: Get:49 http://127.0.0.1/debian unstable/main amd64 python3.12 amd64 3.12.4-3 [664 kB]
00:00:15.909 E: Get:50 http://127.0.0.1/debian unstable/main amd64 libpython3-stdlib amd64 3.12.4-1 [9500 B]
00:00:15.919 E: Get:51 http://127.0.0.1/debian unstable/main amd64 python3 amd64 3.12.4-1 [27.6 kB]
00:00:15.929 E: Get:52 http://127.0.0.1/debian unstable/main amd64 libgpg-error0 amd64 1.50-2 [81.5 kB]
00:00:15.940 E: Get:53 http://127.0.0.1/debian unstable/main amd64 libgcrypt20 amd64 1.11.0-5 [842 kB]
00:00:15.968 E: Get:54 http://127.0.0.1/debian unstable/main amd64 gpgv amd64 2.2.43-8 [216 kB]
00:00:15.981 E: Get:55 http://127.0.0.1/debian unstable/main amd64 libxxhash0 amd64 0.8.2-2+b1 [26.6 kB]
00:00:15.993 E: Get:56 http://127.0.0.1/debian unstable/main amd64 liblz4-1 amd64 1.9.4-3 [59.4 kB]
00:00:16.002 E: Get:57 http://127.0.0.1/debian unstable/main amd64 libstdc++6 amd64 14.2.0-1 [713 kB]
00:00:16.029 E: Get:58 http://127.0.0.1/debian unstable/main amd64 libapt-pkg6.0t64 amd64 2.9.7 [1044 kB]
00:00:16.062 E: Get:59 http://127.0.0.1/debian unstable/main amd64 debian-archive-keyring all 2023.4 [161 kB]
00:00:16.074 E: Get:60 http://127.0.0.1/debian unstable/main amd64 libnettle8t64 amd64 3.10-1 [303 kB]
00:00:16.089 E: Get:61 http://127.0.0.1/debian unstable/main amd64 libhogweed6t64 amd64 3.10-1 [334 kB]
00:00:16.105 E: Get:62 http://127.0.0.1/debian unstable/main amd64 libunistring5 amd64 1.2-1 [425 kB]
00:00:16.125 E: Get:63 http://127.0.0.1/debian unstable/main amd64 libidn2-0 amd64 2.3.7-2 [128 kB]
00:00:16.137 E: Get:64 http://127.0.0.1/debian unstable/main amd64 libp11-kit0 amd64 0.25.5-2 [424 kB]
00:00:16.155 E: Get:65 http://127.0.0.1/debian unstable/main amd64 libtasn1-6 amd64 4.19.0-3+b2 [48.9 kB]
00:00:16.167 E: Get:66 http://127.0.0.1/debian unstable/main amd64 libgnutls30t64 amd64 3.8.6-2 [1444 kB]
00:00:16.211 E: Get:67 http://127.0.0.1/debian unstable/main amd64 apt amd64 2.9.7 [1410 kB]
00:00:16.247 E: Get:68 http://127.0.0.1/debian unstable/main amd64 tasksel-data all 3.75 [18.0 kB]
00:00:16.256 E: Get:69 http://127.0.0.1/debian unstable/main amd64 tasksel all 3.75 [50.7 kB]
00:00:16.266 E: Get:70 http://127.0.0.1/debian unstable/main amd64 apt-utils amd64 2.9.7 [326 kB]
00:00:16.284 E: Get:71 http://127.0.0.1/debian unstable/main amd64 cpio amd64 2.15+dfsg-2 [252 kB]
00:00:16.298 E: Get:72 http://127.0.0.1/debian unstable/main amd64 libtext-charwidth-perl amd64 0.04-11+b3 [9456 B]
00:00:16.306 E: Get:73 http://127.0.0.1/debian unstable/main amd64 libtext-iconv-perl amd64 1.7-8+b3 [14.4 kB]
00:00:16.314 E: Get:74 http://127.0.0.1/debian unstable/main amd64 libtext-wrapi18n-perl all 0.06-10 [8808 B]
00:00:16.323 E: Get:75 http://127.0.0.1/debian unstable/main amd64 debconf-i18n all 1.5.87 [196 kB]
00:00:16.336 E: Get:76 http://127.0.0.1/debian unstable/main amd64 dmidecode amd64 3.6-1 [69.2 kB]
00:00:16.345 E: Get:77 http://127.0.0.1/debian unstable/main amd64 libfdisk1 amd64 2.40.2-2 [209 kB]
00:00:16.358 E: Get:78 http://127.0.0.1/debian unstable/main amd64 fdisk amd64 2.40.2-2 [152 kB]
00:00:16.370 E: Get:79 http://127.0.0.1/debian unstable/main amd64 libelf1t64 amd64 0.191-2 [188 kB]
00:00:16.383 E: Get:80 http://127.0.0.1/debian unstable/main amd64 libbpf1 amd64 1:1.4.5-1 [162 kB]
00:00:16.393 E: Get:81 http://127.0.0.1/debian unstable/main amd64 libmnl0 amd64 1.0.5-2+b1 [12.2 kB]
00:00:16.403 E: Get:82 http://127.0.0.1/debian unstable/main amd64 libkrb5support0 amd64 1.21.3-3 [32.5 kB]
00:00:16.413 E: Get:83 http://127.0.0.1/debian unstable/main amd64 libk5crypto3 amd64 1.21.3-3 [79.9 kB]
00:00:16.422 E: Get:84 http://127.0.0.1/debian unstable/main amd64 libkeyutils1 amd64 1.6.3-3 [8952 B]
00:00:16.432 E: Get:85 http://127.0.0.1/debian unstable/main amd64 libkrb5-3 amd64 1.21.3-3 [324 kB]
00:00:16.448 E: Get:86 http://127.0.0.1/debian unstable/main amd64 libgssapi-krb5-2 amd64 1.21.3-3 [136 kB]
00:00:16.459 E: Get:87 http://127.0.0.1/debian unstable/main amd64 libtirpc-common all 1.3.4+ds-1.3 [10.9 kB]
00:00:16.468 E: Get:88 http://127.0.0.1/debian unstable/main amd64 libtirpc3t64 amd64 1.3.4+ds-1.3 [82.7 kB]
00:00:16.477 E: Get:89 http://127.0.0.1/debian unstable/main amd64 libxtables12 amd64 1.8.10-4 [31.2 kB]
00:00:16.485 E: Get:90 http://127.0.0.1/debian unstable/main amd64 libcap2-bin amd64 1:2.66-5 [34.8 kB]
00:00:16.494 E: Get:91 http://127.0.0.1/debian unstable/main amd64 iproute2 amd64 6.10.0-1 [1067 kB]
00:00:16.526 E: Get:92 http://127.0.0.1/debian unstable/main amd64 ifupdown amd64 0.8.43 [61.1 kB]
00:00:16.535 E: Get:93 http://127.0.0.1/debian unstable/main amd64 iputils-ping amd64 3:20240117-1 [48.9 kB]
00:00:16.543 E: Get:94 http://127.0.0.1/debian unstable/main amd64 isc-dhcp-client amd64 4.4.3-P1-5 [1098 kB]
00:00:16.576 E: Get:95 http://127.0.0.1/debian unstable/main amd64 isc-dhcp-common amd64 4.4.3-P1-5 [118 kB]
00:00:16.586 E: Get:96 http://127.0.0.1/debian unstable/main amd64 libkmod2 amd64 32+20240611-1 [60.9 kB]
00:00:16.596 E: Get:97 http://127.0.0.1/debian unstable/main amd64 kmod amd64 32+20240611-1 [96.9 kB]
00:00:16.605 E: Get:98 http://127.0.0.1/debian unstable/main amd64 less amd64 643-1 [148 kB]
00:00:16.616 E: Get:99 http://127.0.0.1/debian unstable/main amd64 libpopt0 amd64 1.19+dfsg-1+b1 [43.6 kB]
00:00:16.626 E: Get:100 http://127.0.0.1/debian unstable/main amd64 logrotate amd64 3.22.0-1 [62.0 kB]
00:00:16.636 E: Get:101 http://127.0.0.1/debian unstable/main amd64 nano amd64 8.1-1 [666 kB]
00:00:16.673 E: Get:102 http://127.0.0.1/debian unstable/main amd64 libjansson4 amd64 2.14-2+b2 [39.9 kB]
00:00:16.682 E: Get:103 http://127.0.0.1/debian unstable/main amd64 libnftnl11 amd64 1.2.7-1 [64.3 kB]
00:00:16.692 E: Get:104 http://127.0.0.1/debian unstable/main amd64 libnftables1 amd64 1.1.0-2 [325 kB]
00:00:16.707 E: Get:105 http://127.0.0.1/debian unstable/main amd64 libedit2 amd64 3.1-20240517-1 [93.3 kB]
00:00:16.717 E: Get:106 http://127.0.0.1/debian unstable/main amd64 nftables amd64 1.1.0-2 [73.6 kB]
00:00:16.727 E: Get:107 http://127.0.0.1/debian unstable/main amd64 libproc2-0 amd64 2:4.0.4-5 [64.7 kB]
00:00:16.737 E: Get:108 http://127.0.0.1/debian unstable/main amd64 procps amd64 2:4.0.4-5 [878 kB]
00:00:16.764 E: Get:109 http://127.0.0.1/debian unstable/main amd64 udev amd64 256.4-2 [1896 kB]
00:00:16.806 E: Get:110 http://127.0.0.1/debian unstable/main amd64 vim-common all 2:9.1.0496-1 [412 kB]
00:00:16.824 E: Get:111 http://127.0.0.1/debian unstable/main amd64 vim-tiny amd64 2:9.1.0496-1+b1 [743 kB]
00:00:16.846 E: Get:112 http://127.0.0.1/debian unstable/main amd64 libslang2 amd64 2.3.3-5 [551 kB]
00:00:16.866 E: Get:113 http://127.0.0.1/debian unstable/main amd64 libnewt0.52 amd64 0.52.24-2+b1 [59.8 kB]
00:00:16.875 E: Get:114 http://127.0.0.1/debian unstable/main amd64 whiptail amd64 0.52.24-2+b1 [24.5 kB]
00:00:16.884 E: Get:115 http://127.0.0.1/debian unstable/main amd64 python-apt-common all 2.9.0 [66.2 kB]
00:00:16.893 E: Get:116 http://127.0.0.1/debian unstable/main amd64 distro-info-data all 0.62 [6344 B]
00:00:16.902 E: Get:117 http://127.0.0.1/debian unstable/main amd64 python3-apt amd64 2.9.0+b1 [166 kB]
00:00:16.912 E: Get:118 http://127.0.0.1/debian unstable/main amd64 python3-debconf all 1.5.87 [4232 B]
00:00:16.921 E: Get:119 http://127.0.0.1/debian unstable/main amd64 ucf all 3.0043+nmu1 [55.2 kB]
00:00:16.930 E: Get:120 http://127.0.0.1/debian unstable/main amd64 apt-listchanges all 3.27 [104 kB]
00:00:16.941 E: Get:121 http://127.0.0.1/debian unstable/main amd64 bash-completion all 1:2.14.0-1 [305 kB]
00:00:16.956 E: Get:122 http://127.0.0.1/debian unstable/main amd64 libfstrm0 amd64 0.6.1-1+b2 [21.8 kB]
00:00:16.964 E: Get:123 http://127.0.0.1/debian unstable/main amd64 libjemalloc2 amd64 5.3.0-2+b1 [275 kB]
00:00:16.978 E: Get:124 http://127.0.0.1/debian unstable/main amd64 libjson-c5 amd64 0.17-1+b1 [44.2 kB]
00:00:16.987 E: Get:125 http://127.0.0.1/debian unstable/main amd64 liblmdb0 amd64 0.9.31-1+b1 [44.8 kB]
00:00:16.995 E: Get:126 http://127.0.0.1/debian unstable/main amd64 libmaxminddb0 amd64 1.9.1-1 [30.5 kB]
00:00:17.005 E: Get:127 http://127.0.0.1/debian unstable/main amd64 libnghttp2-14 amd64 1.62.1-2 [74.9 kB]
00:00:17.014 E: Get:128 http://127.0.0.1/debian unstable/main amd64 libprotobuf-c1 amd64 1.4.1-1+b2 [27.4 kB]
00:00:17.023 E: Get:129 http://127.0.0.1/debian unstable/main amd64 liburcu8t64 amd64 0.14.0-4 [73.2 kB]
00:00:17.032 E: Get:130 http://127.0.0.1/debian unstable/main amd64 libuv1t64 amd64 1.48.0-5 [148 kB]
00:00:17.042 E: Get:131 http://127.0.0.1/debian unstable/main amd64 libicu72 amd64 72.1-5 [9396 kB]
00:00:17.255 E: Get:132 http://127.0.0.1/debian unstable/main amd64 libxml2 amd64 2.12.7+dfsg-3+b1 [671 kB]
00:00:17.274 E: Get:133 http://127.0.0.1/debian unstable/main amd64 bind9-libs amd64 1:9.20.0-2 [1474 kB]
00:00:17.313 E: Get:134 http://127.0.0.1/debian unstable/main amd64 bind9-host amd64 1:9.20.0-2 [319 kB]
00:00:17.327 E: Get:135 http://127.0.0.1/debian unstable/main amd64 bind9-dnsutils amd64 1:9.20.0-2 [428 kB]
00:00:17.344 E: Get:136 http://127.0.0.1/debian unstable/main amd64 bzip2 amd64 1.0.8-5.1 [40.3 kB]
00:00:17.353 E: Get:137 http://127.0.0.1/debian unstable/main amd64 openssl amd64 3.3.1-2 [1380 kB]
00:00:17.389 E: Get:138 http://127.0.0.1/debian unstable/main amd64 ca-certificates all 20240203 [158 kB]
00:00:17.401 E: Get:139 http://127.0.0.1/debian unstable/main amd64 debian-faq all 11.1 [500 kB]
00:00:17.420 E: Get:140 http://127.0.0.1/debian unstable/main amd64 doc-debian all 11.3+nmu1 [156 kB]
00:00:17.431 E: Get:141 http://127.0.0.1/debian unstable/main amd64 libmagic-mgc amd64 1:5.45-3 [314 kB]
00:00:17.448 E: Get:142 http://127.0.0.1/debian unstable/main amd64 libmagic1t64 amd64 1:5.45-3 [105 kB]
00:00:17.457 E: Get:143 http://127.0.0.1/debian unstable/main amd64 file amd64 1:5.45-3 [42.9 kB]
00:00:17.465 E: Get:144 http://127.0.0.1/debian unstable/main amd64 gettext-base amd64 0.22.5-2 [200 kB]
00:00:17.477 E: Get:145 http://127.0.0.1/debian unstable/main amd64 libuchardet0 amd64 0.0.8-1+b1 [68.8 kB]
00:00:17.486 E: Get:146 http://127.0.0.1/debian unstable/main amd64 groff-base amd64 1.23.0-5 [1181 kB]
00:00:17.519 E: Get:147 http://127.0.0.1/debian unstable/main amd64 inetutils-telnet amd64 2:2.5-5 [122 kB]
00:00:17.529 E: Get:148 http://127.0.0.1/debian unstable/main amd64 krb5-locales all 1.21.3-3 [101 kB]
00:00:17.543 E: Get:149 http://127.0.0.1/debian unstable/main amd64 libc-l10n all 2.39-6 [719 kB]
00:00:17.567 E: Get:150 http://127.0.0.1/debian unstable/main amd64 liblockfile-bin amd64 1.17-1+b1 [20.8 kB]
00:00:17.575 E: Get:151 http://127.0.0.1/debian unstable/main amd64 libnss-systemd amd64 256.4-2 [203 kB]
00:00:17.588 E: Get:152 http://127.0.0.1/debian unstable/main amd64 libpam-systemd amd64 256.4-2 [277 kB]
00:00:17.600 E: Get:153 http://127.0.0.1/debian unstable/main amd64 libwtmpdb0 amd64 0.13.0-1 [8684 B]
00:00:17.609 E: Get:154 http://127.0.0.1/debian unstable/main amd64 libpam-wtmpdb amd64 0.13.0-1 [8092 B]
00:00:17.617 E: Get:155 http://127.0.0.1/debian unstable/main amd64 locales all 2.39-6 [3902 kB]
00:00:17.705 E: Get:156 http://127.0.0.1/debian unstable/main amd64 lsof amd64 4.95.0-1.1 [315 kB]
00:00:17.720 E: Get:157 http://127.0.0.1/debian unstable/main amd64 bsdextrautils amd64 2.40.2-2 [96.4 kB]
00:00:17.728 E: Get:158 http://127.0.0.1/debian unstable/main amd64 libpipeline1 amd64 1.5.7-2 [38.0 kB]
00:00:17.738 E: Get:159 http://127.0.0.1/debian unstable/main amd64 man-db amd64 2.12.1-2 [1411 kB]
00:00:17.776 E: Get:160 http://127.0.0.1/debian unstable/main amd64 manpages all 6.8-2 [1389 kB]
00:00:17.815 E: Get:161 http://127.0.0.1/debian unstable/main amd64 ncurses-term all 6.5-2 [513 kB]
00:00:17.833 E: Get:162 http://127.0.0.1/debian unstable/main amd64 netcat-traditional amd64 1.10-48.1 [63.0 kB]
00:00:17.842 E: Get:163 http://127.0.0.1/debian unstable/main amd64 libcbor0.10 amd64 0.10.2-1.2 [28.2 kB]
00:00:17.851 E: Get:164 http://127.0.0.1/debian unstable/main amd64 libfido2-1 amd64 1.15.0-1 [78.5 kB]
00:00:17.860 E: Get:165 http://127.0.0.1/debian unstable/main amd64 openssh-client amd64 1:9.8p1-2 [964 kB]
00:00:17.889 E: Get:166 http://127.0.0.1/debian unstable/main amd64 pci.ids all 0.0~2024.06.23-1 [259 kB]
00:00:17.902 E: Get:167 http://127.0.0.1/debian unstable/main amd64 libpci3 amd64 1:3.13.0-1 [75.4 kB]
00:00:17.913 E: Get:168 http://127.0.0.1/debian unstable/main amd64 pciutils amd64 1:3.13.0-1 [128 kB]
00:00:17.931 E: Get:169 http://127.0.0.1/debian unstable/main amd64 python3-pkg-resources all 70.3.0-2 [264 kB]
00:00:17.946 E: Get:170 http://127.0.0.1/debian unstable/main amd64 python3-chardet all 5.2.0+dfsg-1 [107 kB]
00:00:17.956 E: Get:171 http://127.0.0.1/debian unstable/main amd64 python3-debian all 0.1.49 [115 kB]
00:00:17.966 E: Get:172 http://127.0.0.1/debian unstable/main amd64 python3-debianbts all 4.1.1 [12.4 kB]
00:00:17.975 E: Get:173 http://127.0.0.1/debian unstable/main amd64 python3-certifi all 2024.6.2-1 [157 kB]
00:00:17.987 E: Get:174 http://127.0.0.1/debian unstable/main amd64 python3-charset-normalizer amd64 3.3.2-2 [116 kB]
00:00:17.997 E: Get:175 http://127.0.0.1/debian unstable/main amd64 python3-idna all 3.6-2.1 [38.6 kB]
00:00:18.007 E: Get:176 http://127.0.0.1/debian unstable/main amd64 python3-urllib3 all 2.0.7-2 [111 kB]
00:00:18.017 E: Get:177 http://127.0.0.1/debian unstable/main amd64 python3-requests all 2.32.3+dfsg-1 [71.9 kB]
00:00:18.028 E: Get:178 http://127.0.0.1/debian unstable/main amd64 python3-reportbug all 13.0.1 [78.3 kB]
00:00:18.037 E: Get:179 http://127.0.0.1/debian unstable/main amd64 reportbug all 13.0.1 [63.9 kB]
00:00:18.047 E: Get:180 http://127.0.0.1/debian unstable/main amd64 systemd-timesyncd amd64 256.4-2 [84.4 kB]
00:00:18.057 E: Get:181 http://127.0.0.1/debian unstable/main amd64 traceroute amd64 1:2.1.5-1 [54.1 kB]
00:00:18.065 E: Get:182 http://127.0.0.1/debian unstable/main amd64 util-linux-extra amd64 2.40.2-2 [264 kB]
00:00:18.079 E: Get:183 http://127.0.0.1/debian unstable/main amd64 wamerican all 2020.12.07-2 [221 kB]
00:00:18.092 E: Get:184 http://127.0.0.1/debian unstable/main amd64 libpsl5t64 amd64 0.21.2-1.1 [56.8 kB]
00:00:18.102 E: Get:185 http://127.0.0.1/debian unstable/main amd64 wget amd64 1.24.5-2+b1 [981 kB]
00:00:18.129 E: Get:186 http://127.0.0.1/debian unstable/main amd64 wtmpdb amd64 0.13.0-1 [15.1 kB]
00:00:18.139 E: Get:187 http://127.0.0.1/debian unstable/main amd64 xz-utils amd64 5.6.2-2 [522 kB]
00:00:18.278 E: Fetched 75.4 MB in 3s (23.2 MB/s)
00:00:18.282 E: Chrooting into /tmp/mmdebstrap.4oLua9dE0n/
00:00:18.383 E: debconf: delaying package configuration, since apt-utils is not installed
00:00:18.427 E: Fetched 75.4 MB in 3s (23.2 MB/s)
00:00:18.431 E: Chrooting into /tmp/mmdebstrap.4oLua9dE0n/
00:00:18.446 E: Selecting previously unselected package libcom-err2:amd64.
00:00:18.451 E: (Reading database ... 3522 files and directories currently installed.)
00:00:18.455 E: Preparing to unpack .../libcom-err2_1.47.1-1_amd64.deb ...
00:00:18.459 E: Unpacking libcom-err2:amd64 (1.47.1-1) ...
00:00:18.482 E: Selecting previously unselected package libext2fs2t64:amd64.
00:00:18.486 E: Preparing to unpack .../libext2fs2t64_1.47.1-1_amd64.deb ...
00:00:18.491 E: Adding 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2 to /lib/x86_64-linux-gnu/libe2p.so.2.usr-is-merged by libext2fs2t64'
00:00:18.497 E: Adding 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2.3 to /lib/x86_64-linux-gnu/libe2p.so.2.3.usr-is-merged by libext2fs2t64'
00:00:18.502 E: Adding 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2 to /lib/x86_64-linux-gnu/libext2fs.so.2.usr-is-merged by libext2fs2t64'
00:00:18.508 E: Adding 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2.4 to /lib/x86_64-linux-gnu/libext2fs.so.2.4.usr-is-merged by libext2fs2t64'
00:00:18.513 E: Unpacking libext2fs2t64:amd64 (1.47.1-1) ...
00:00:18.552 E: Selecting previously unselected package libss2:amd64.
00:00:18.556 E: Preparing to unpack .../libss2_1.47.1-1_amd64.deb ...
00:00:18.560 E: Unpacking libss2:amd64 (1.47.1-1) ...
00:00:18.580 E: Selecting previously unselected package logsave.
00:00:18.585 E: Preparing to unpack .../logsave_1.47.1-1_amd64.deb ...
00:00:18.589 E: Unpacking logsave (1.47.1-1) ...
00:00:18.603 E: Chrooting into /tmp/mmdebstrap.4oLua9dE0n/
00:00:18.608 E: Setting up libcom-err2:amd64 (1.47.1-1) ...
00:00:18.613 E: Setting up libext2fs2t64:amd64 (1.47.1-1) ...
00:00:18.616 E: Setting up libss2:amd64 (1.47.1-1) ...
00:00:18.625 E: Chrooting into /tmp/mmdebstrap.4oLua9dE0n/
00:00:18.646 E: Selecting previously unselected package e2fsprogs.
00:00:18.651 E: (Reading database ... 3553 files and directories currently installed.)
00:00:18.655 E: Preparing to unpack .../00-e2fsprogs_1.47.1-1_amd64.deb ...
00:00:18.659 E: Unpacking e2fsprogs (1.47.1-1) ...
00:00:18.719 E: Selecting previously unselected package mount.
00:00:18.724 E: Preparing to unpack .../01-mount_2.40.2-2_amd64.deb ...
00:00:18.728 E: Unpacking mount (2.40.2-2) ...
00:00:18.761 E: Selecting previously unselected package libapparmor1:amd64.
00:00:18.765 E: Preparing to unpack .../02-libapparmor1_3.1.7-1+b1_amd64.deb ...
00:00:18.769 E: Unpacking libapparmor1:amd64 (3.1.7-1+b1) ...
00:00:18.793 E: Selecting previously unselected package libseccomp2:amd64.
00:00:18.797 E: Preparing to unpack .../03-libseccomp2_2.5.5-1+b1_amd64.deb ...
00:00:18.802 E: Unpacking libseccomp2:amd64 (2.5.5-1+b1) ...
00:00:18.825 E: Selecting previously unselected package libsystemd-shared:amd64.
00:00:18.828 E: Preparing to unpack .../04-libsystemd-shared_256.4-2_amd64.deb ...
00:00:18.832 E: Unpacking libsystemd-shared:amd64 (256.4-2) ...
00:00:18.992 E: Selecting previously unselected package systemd.
00:00:18.995 E: Preparing to unpack .../05-systemd_256.4-2_amd64.deb ...
00:00:19.009 E: Unpacking systemd (256.4-2) ...
00:00:19.364 E: Selecting previously unselected package libbsd0:amd64.
00:00:19.369 E: Preparing to unpack .../06-libbsd0_0.12.2-1_amd64.deb ...
00:00:19.375 E: Unpacking libbsd0:amd64 (0.12.2-1) ...
00:00:19.406 E: Selecting previously unselected package login.
00:00:19.411 E: Preparing to unpack .../07-login_1%3a4.15.3-3_amd64.deb ...
00:00:19.419 E: Unpacking login (1:4.15.3-3) ...
00:00:19.501 E: Selecting previously unselected package libsemanage-common.
00:00:19.505 E: Preparing to unpack .../08-libsemanage-common_3.5-1_all.deb ...
00:00:19.509 E: Unpacking libsemanage-common (3.5-1) ...
00:00:19.532 E: Selecting previously unselected package libsepol2:amd64.
00:00:19.536 E: Preparing to unpack .../09-libsepol2_3.5-2+b1_amd64.deb ...
00:00:19.540 E: Unpacking libsepol2:amd64 (3.5-2+b1) ...
00:00:19.580 E: Selecting previously unselected package libsemanage2:amd64.
00:00:19.585 E: Preparing to unpack .../10-libsemanage2_3.5-1+b4_amd64.deb ...
00:00:19.589 E: Unpacking libsemanage2:amd64 (3.5-1+b4) ...
00:00:19.616 E: Selecting previously unselected package passwd.
00:00:19.620 E: Preparing to unpack .../11-passwd_1%3a4.15.3-3_amd64.deb ...
00:00:19.628 E: Unpacking passwd (1:4.15.3-3) ...
00:00:19.757 E: Selecting previously unselected package adduser.
00:00:19.761 E: Preparing to unpack .../12-adduser_3.137_all.deb ...
00:00:19.765 E: Unpacking adduser (3.137) ...
00:00:19.810 E: Selecting previously unselected package cron-daemon-common.
00:00:19.814 E: Preparing to unpack .../13-cron-daemon-common_3.0pl1-189_all.deb ...
00:00:19.818 E: Unpacking cron-daemon-common (3.0pl1-189) ...
00:00:19.841 E: Selecting previously unselected package sensible-utils.
00:00:19.845 E: Preparing to unpack .../14-sensible-utils_0.0.24_all.deb ...
00:00:19.849 E: Unpacking sensible-utils (0.0.24) ...
00:00:19.873 E: Chrooting into /tmp/mmdebstrap.4oLua9dE0n/
00:00:19.878 E: Setting up libapparmor1:amd64 (3.1.7-1+b1) ...
00:00:19.882 E: Setting up libseccomp2:amd64 (2.5.5-1+b1) ...
00:00:19.886 E: Setting up libsystemd-shared:amd64 (256.4-2) ...
00:00:19.891 E: Setting up mount (2.40.2-2) ...
00:00:19.895 E: Setting up systemd (256.4-2) ...
00:00:19.915 E: Created symlink '/etc/systemd/system/getty.target.wants/getty@tty1.service' → '/usr/lib/systemd/system/getty@.service'.
00:00:19.921 E: Created symlink '/etc/systemd/system/multi-user.target.wants/remote-fs.target' → '/usr/lib/systemd/system/remote-fs.target'.
00:00:19.928 E: Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.service' → '/usr/lib/systemd/system/systemd-pstore.service'.
00:00:19.937 E: Initializing machine ID from random generator.
00:00:19.970 E: Creating group 'systemd-journal' with GID 999.
00:00:19.974 E: Creating group 'systemd-network' with GID 998.
00:00:19.978 E: Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
00:00:19.985 E: /usr/lib/tmpfiles.d/legacy.conf:13: Duplicate line for path "/run/lock", ignoring.
00:00:20.003 E: Setting up libbsd0:amd64 (0.12.2-1) ...
00:00:20.008 E: Setting up login (1:4.15.3-3) ...
00:00:20.024 E: Setting up libsemanage-common (3.5-1) ...
00:00:20.029 E: Setting up libsepol2:amd64 (3.5-2+b1) ...
00:00:20.033 E: Setting up libsemanage2:amd64 (3.5-1+b4) ...
00:00:20.036 E: Setting up passwd (1:4.15.3-3) ...
00:00:20.054 E: no matching password file entry in /etc/shadow
00:00:20.057 E: add user 'root' in /etc/shadow? No
00:00:20.061 E: no matching password file entry in /etc/shadow
00:00:20.065 E: add user 'daemon' in /etc/shadow? No
00:00:20.070 E: no matching password file entry in /etc/shadow
00:00:20.074 E: add user 'bin' in /etc/shadow? No
00:00:20.077 E: no matching password file entry in /etc/shadow
00:00:20.081 E: add user 'sys' in /etc/shadow? No
00:00:20.086 E: no matching password file entry in /etc/shadow
00:00:20.090 E: add user 'sync' in /etc/shadow? No
00:00:20.093 E: no matching password file entry in /etc/shadow
00:00:20.097 E: add user 'games' in /etc/shadow? No
00:00:20.101 E: no matching password file entry in /etc/shadow
00:00:20.105 E: add user 'man' in /etc/shadow? No
00:00:20.109 E: no matching password file entry in /etc/shadow
00:00:20.112 E: add user 'lp' in /etc/shadow? No
00:00:20.116 E: no matching password file entry in /etc/shadow
00:00:20.121 E: add user 'mail' in /etc/shadow? No
00:00:20.125 E: no matching password file entry in /etc/shadow
00:00:20.129 E: add user 'news' in /etc/shadow? No
00:00:20.132 E: no matching password file entry in /etc/shadow
00:00:20.136 E: add user 'uucp' in /etc/shadow? No
00:00:20.140 E: no matching password file entry in /etc/shadow
00:00:20.144 E: add user 'proxy' in /etc/shadow? No
00:00:20.148 E: no matching password file entry in /etc/shadow
00:00:20.151 E: add user 'www-data' in /etc/shadow? No
00:00:20.155 E: no matching password file entry in /etc/shadow
00:00:20.159 E: add user 'backup' in /etc/shadow? No
00:00:20.163 E: no matching password file entry in /etc/shadow
00:00:20.167 E: add user 'list' in /etc/shadow? No
00:00:20.171 E: no matching password file entry in /etc/shadow
00:00:20.175 E: add user 'irc' in /etc/shadow? No
00:00:20.179 E: no matching password file entry in /etc/shadow
00:00:20.184 E: add user '_apt' in /etc/shadow? No
00:00:20.188 E: no matching password file entry in /etc/shadow
00:00:20.192 E: add user 'nobody' in /etc/shadow? No
00:00:20.196 E: pwck: no changes
00:00:20.200 E: no matching group file entry in /etc/gshadow
00:00:20.203 E: add group 'root' in /etc/gshadow? No
00:00:20.207 E: no matching group file entry in /etc/gshadow
00:00:20.210 E: add group 'daemon' in /etc/gshadow? No
00:00:20.215 E: no matching group file entry in /etc/gshadow
00:00:20.219 E: add group 'bin' in /etc/gshadow? No
00:00:20.223 E: no matching group file entry in /etc/gshadow
00:00:20.227 E: add group 'sys' in /etc/gshadow? No
00:00:20.231 E: no matching group file entry in /etc/gshadow
00:00:20.234 E: add group 'adm' in /etc/gshadow? No
00:00:20.238 E: no matching group file entry in /etc/gshadow
00:00:20.242 E: add group 'tty' in /etc/gshadow? No
00:00:20.245 E: no matching group file entry in /etc/gshadow
00:00:20.249 E: add group 'disk' in /etc/gshadow? No
00:00:20.253 E: no matching group file entry in /etc/gshadow
00:00:20.258 E: add group 'lp' in /etc/gshadow? No
00:00:20.262 E: no matching group file entry in /etc/gshadow
00:00:20.265 E: add group 'mail' in /etc/gshadow? No
00:00:20.269 E: no matching group file entry in /etc/gshadow
00:00:20.272 E: add group 'news' in /etc/gshadow? No
00:00:20.276 E: no matching group file entry in /etc/gshadow
00:00:20.280 E: add group 'uucp' in /etc/gshadow? No
00:00:20.284 E: no matching group file entry in /etc/gshadow
00:00:20.287 E: add group 'man' in /etc/gshadow? No
00:00:20.291 E: no matching group file entry in /etc/gshadow
00:00:20.295 E: add group 'proxy' in /etc/gshadow? No
00:00:20.299 E: no matching group file entry in /etc/gshadow
00:00:20.303 E: add group 'kmem' in /etc/gshadow? No
00:00:20.307 E: no matching group file entry in /etc/gshadow
00:00:20.310 E: add group 'dialout' in /etc/gshadow? No
00:00:20.314 E: no matching group file entry in /etc/gshadow
00:00:20.318 E: add group 'fax' in /etc/gshadow? No
00:00:20.322 E: no matching group file entry in /etc/gshadow
00:00:20.326 E: add group 'voice' in /etc/gshadow? No
00:00:20.330 E: no matching group file entry in /etc/gshadow
00:00:20.333 E: add group 'cdrom' in /etc/gshadow? No
00:00:20.337 E: no matching group file entry in /etc/gshadow
00:00:20.341 E: add group 'floppy' in /etc/gshadow? No
00:00:20.345 E: no matching group file entry in /etc/gshadow
00:00:20.349 E: add group 'tape' in /etc/gshadow? No
00:00:20.352 E: no matching group file entry in /etc/gshadow
00:00:20.357 E: add group 'sudo' in /etc/gshadow? No
00:00:20.361 E: no matching group file entry in /etc/gshadow
00:00:20.364 E: add group 'audio' in /etc/gshadow? No
00:00:20.368 E: no matching group file entry in /etc/gshadow
00:00:20.372 E: add group 'dip' in /etc/gshadow? No
00:00:20.376 E: no matching group file entry in /etc/gshadow
00:00:20.380 E: add group 'www-data' in /etc/gshadow? No
00:00:20.384 E: no matching group file entry in /etc/gshadow
00:00:20.387 E: add group 'backup' in /etc/gshadow? No
00:00:20.391 E: no matching group file entry in /etc/gshadow
00:00:20.395 E: add group 'operator' in /etc/gshadow? No
00:00:20.400 E: no matching group file entry in /etc/gshadow
00:00:20.403 E: add group 'list' in /etc/gshadow? No
00:00:20.407 E: no matching group file entry in /etc/gshadow
00:00:20.411 E: add group 'irc' in /etc/gshadow? No
00:00:20.415 E: no matching group file entry in /etc/gshadow
00:00:20.418 E: add group 'src' in /etc/gshadow? No
00:00:20.422 E: no matching group file entry in /etc/gshadow
00:00:20.425 E: add group 'shadow' in /etc/gshadow? No
00:00:20.429 E: no matching group file entry in /etc/gshadow
00:00:20.433 E: add group 'utmp' in /etc/gshadow? No
00:00:20.437 E: no matching group file entry in /etc/gshadow
00:00:20.440 E: add group 'video' in /etc/gshadow? No
00:00:20.444 E: no matching group file entry in /etc/gshadow
00:00:20.447 E: add group 'sasl' in /etc/gshadow? No
00:00:20.451 E: no matching group file entry in /etc/gshadow
00:00:20.454 E: add group 'plugdev' in /etc/gshadow? No
00:00:20.458 E: no matching group file entry in /etc/gshadow
00:00:20.461 E: add group 'staff' in /etc/gshadow? No
00:00:20.465 E: no matching group file entry in /etc/gshadow
00:00:20.469 E: add group 'games' in /etc/gshadow? No
00:00:20.472 E: no matching group file entry in /etc/gshadow
00:00:20.476 E: add group 'users' in /etc/gshadow? No
00:00:20.480 E: no matching group file entry in /etc/gshadow
00:00:20.484 E: add group 'nogroup' in /etc/gshadow? No
00:00:20.487 E: grpck: no changes
00:00:20.491 E: Shadow passwords are now on.
00:00:20.495 E: Setting up adduser (3.137) ...
00:00:20.498 E: Setting up cron-daemon-common (3.0pl1-189) ...
00:00:20.502 E: Creating group 'crontab' with GID 997.
00:00:20.506 E: Chrooting into /tmp/mmdebstrap.4oLua9dE0n/
00:00:20.510 E: Selecting previously unselected package cron.
00:00:20.514 E: (Reading database ... 5260 files and directories currently installed.)
00:00:20.518 E: Preparing to unpack .../cron_3.0pl1-189_amd64.deb ...
00:00:20.522 E: Unpacking cron (3.0pl1-189) ...
00:00:20.525 E: Selecting previously unselected package systemd-sysv.
00:00:20.529 E: Preparing to unpack .../systemd-sysv_256.4-2_amd64.deb ...
00:00:20.533 E: Unpacking systemd-sysv (256.4-2) ...
00:00:20.536 E: Chrooting into /tmp/mmdebstrap.4oLua9dE0n/
00:00:20.540 E: Setting up systemd-sysv (256.4-2) ...
00:00:20.544 E: Chrooting into /tmp/mmdebstrap.4oLua9dE0n/
00:00:20.548 E: Selecting previously unselected package init.
00:00:20.551 E: (Reading database ... 5308 files and directories currently installed.)
00:00:20.555 E: Preparing to unpack .../0-init_1.66_amd64.deb ...
00:00:20.560 E: Unpacking init (1.66) ...
00:00:20.564 E: Selecting previously unselected package libdbus-1-3:amd64.
00:00:20.567 E: Preparing to unpack .../1-libdbus-1-3_1.14.10-4+b1_amd64.deb ...
00:00:20.571 E: Unpacking libdbus-1-3:amd64 (1.14.10-4+b1) ...
00:00:20.575 E: Selecting previously unselected package dbus-bin.
00:00:20.578 E: Preparing to unpack .../2-dbus-bin_1.14.10-4+b1_amd64.deb ...
00:00:20.582 E: Unpacking dbus-bin (1.14.10-4+b1) ...
00:00:20.586 E: Selecting previously unselected package dbus-session-bus-common.
00:00:20.590 E: Preparing to unpack .../3-dbus-session-bus-common_1.14.10-4_all.deb ...
00:00:20.594 E: Unpacking dbus-session-bus-common (1.14.10-4) ...
00:00:20.598 E: Selecting previously unselected package libexpat1:amd64.
00:00:20.602 E: Preparing to unpack .../4-libexpat1_2.6.2-1_amd64.deb ...
00:00:20.606 E: Unpacking libexpat1:amd64 (2.6.2-1) ...
00:00:20.609 E: Selecting previously unselected package dbus-daemon.
00:00:20.613 E: Preparing to unpack .../5-dbus-daemon_1.14.10-4+b1_amd64.deb ...
00:00:20.617 E: Unpacking dbus-daemon (1.14.10-4+b1) ...
00:00:20.620 E: Selecting previously unselected package dbus-system-bus-common.
00:00:20.624 E: Preparing to unpack .../6-dbus-system-bus-common_1.14.10-4_all.deb ...
00:00:20.629 E: Unpacking dbus-system-bus-common (1.14.10-4) ...
00:00:20.634 E: Selecting previously unselected package usr-is-merged.
00:00:20.638 E: Preparing to unpack .../7-usr-is-merged_39_all.deb ...
00:00:20.642 E: Unpacking usr-is-merged (39) ...
00:00:20.646 E: Chrooting into /tmp/mmdebstrap.4oLua9dE0n/
00:00:20.650 E: Setting up usr-is-merged (39) ...
00:00:20.654 E: Chrooting into /tmp/mmdebstrap.4oLua9dE0n/
00:00:20.658 E: Selecting previously unselected package dbus.
00:00:20.662 E: (Reading database ... 5384 files and directories currently installed.)
00:00:20.666 E: Preparing to unpack .../0-dbus_1.14.10-4+b1_amd64.deb ...
00:00:20.670 E: Unpacking dbus (1.14.10-4+b1) ...
00:00:20.674 E: Selecting previously unselected package perl-modules-5.38.
00:00:20.678 E: Preparing to unpack .../1-perl-modules-5.38_5.38.2-5_all.deb ...
00:00:20.682 E: Unpacking perl-modules-5.38 (5.38.2-5) ...
00:00:21.141 E: Selecting previously unselected package libgdbm6t64:amd64.
00:00:21.146 E: Preparing to unpack .../2-libgdbm6t64_1.23-6_amd64.deb ...
00:00:21.150 E: Unpacking libgdbm6t64:amd64 (1.23-6) ...
00:00:21.176 E: Selecting previously unselected package libgdbm-compat4t64:amd64.
00:00:21.181 E: Preparing to unpack .../3-libgdbm-compat4t64_1.23-6_amd64.deb ...
00:00:21.186 E: Unpacking libgdbm-compat4t64:amd64 (1.23-6) ...
00:00:21.213 E: Selecting previously unselected package libperl5.38t64:amd64.
00:00:21.216 E: Preparing to unpack .../4-libperl5.38t64_5.38.2-5_amd64.deb ...
00:00:21.220 E: Unpacking libperl5.38t64:amd64 (5.38.2-5) ...
00:00:21.609 E: Selecting previously unselected package perl.
00:00:21.614 E: Preparing to unpack .../5-perl_5.38.2-5_amd64.deb ...
00:00:21.622 E: Unpacking perl (5.38.2-5) ...
00:00:21.672 E: Selecting previously unselected package liblocale-gettext-perl.
00:00:21.677 E: Preparing to unpack .../6-liblocale-gettext-perl_1.07-7_amd64.deb ...
00:00:21.681 E: Unpacking liblocale-gettext-perl (1.07-7) ...
00:00:21.705 E: Selecting previously unselected package libpython3.12-minimal:amd64.
00:00:21.710 E: Preparing to unpack .../7-libpython3.12-minimal_3.12.4-3_amd64.deb ...
00:00:21.714 E: Unpacking libpython3.12-minimal:amd64 (3.12.4-3) ...
00:00:21.837 E: Selecting previously unselected package python3.12-minimal.
00:00:21.841 E: Preparing to unpack .../8-python3.12-minimal_3.12.4-3_amd64.deb ...
00:00:21.847 E: Unpacking python3.12-minimal (3.12.4-3) ...
00:00:22.028 E: Chrooting into /tmp/mmdebstrap.4oLua9dE0n/
00:00:22.034 E: Setting up libpython3.12-minimal:amd64 (3.12.4-3) ...
00:00:22.041 E: Setting up libexpat1:amd64 (2.6.2-1) ...
00:00:22.045 E: Setting up python3.12-minimal (3.12.4-3) ...
00:00:23.636 E: Chrooting into /tmp/mmdebstrap.4oLua9dE0n/
00:00:23.657 E: Selecting previously unselected package python3-minimal.
00:00:23.663 E: (Reading database ... 7744 files and directories currently installed.)
00:00:23.667 E: Preparing to unpack .../00-python3-minimal_3.12.4-1_amd64.deb ...
00:00:23.671 E: Unpacking python3-minimal (3.12.4-1) ...
00:00:23.699 E: Selecting previously unselected package media-types.
00:00:23.703 E: Preparing to unpack .../01-media-types_10.1.0_all.deb ...
00:00:23.707 E: Unpacking media-types (10.1.0) ...
00:00:23.733 E: Selecting previously unselected package netbase.
00:00:23.737 E: Preparing to unpack .../02-netbase_6.4_all.deb ...
00:00:23.741 E: Unpacking netbase (6.4) ...
00:00:23.771 E: Selecting previously unselected package tzdata.
00:00:23.775 E: Preparing to unpack .../03-tzdata_2024a-4_all.deb ...
00:00:23.779 E: Unpacking tzdata (2024a-4) ...
00:00:23.937 E: Selecting previously unselected package libffi8:amd64.
00:00:23.941 E: Preparing to unpack .../04-libffi8_3.4.6-1_amd64.deb ...
00:00:23.946 E: Unpacking libffi8:amd64 (3.4.6-1) ...
00:00:23.972 E: Selecting previously unselected package libncursesw6:amd64.
00:00:23.976 E: Preparing to unpack .../05-libncursesw6_6.5-2_amd64.deb ...
00:00:23.980 E: Unpacking libncursesw6:amd64 (6.5-2) ...
00:00:24.011 E: Selecting previously unselected package readline-common.
00:00:24.015 E: Preparing to unpack .../06-readline-common_8.2-4_all.deb ...
00:00:24.020 E: Unpacking readline-common (8.2-4) ...
00:00:24.047 E: Selecting previously unselected package libreadline8t64:amd64.
00:00:24.052 E: Preparing to unpack .../07-libreadline8t64_8.2-4_amd64.deb ...
00:00:24.058 E: Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8 to /lib/x86_64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
00:00:24.066 E: Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8.2 to /lib/x86_64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
00:00:24.073 E: Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8 to /lib/x86_64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
00:00:24.080 E: Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8.2 to /lib/x86_64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
00:00:24.084 E: Unpacking libreadline8t64:amd64 (8.2-4) ...
00:00:24.126 E: Selecting previously unselected package libsqlite3-0:amd64.
00:00:24.130 E: Preparing to unpack .../08-libsqlite3-0_3.46.0-1_amd64.deb ...
00:00:24.134 E: Unpacking libsqlite3-0:amd64 (3.46.0-1) ...
00:00:24.204 E: Selecting previously unselected package libpython3.12-stdlib:amd64.
00:00:24.208 E: Preparing to unpack .../09-libpython3.12-stdlib_3.12.4-3_amd64.deb ...
00:00:24.213 E: Unpacking libpython3.12-stdlib:amd64 (3.12.4-3) ...
00:00:24.418 E: Selecting previously unselected package python3.12.
00:00:24.422 E: Preparing to unpack .../10-python3.12_3.12.4-3_amd64.deb ...
00:00:24.428 E: Unpacking python3.12 (3.12.4-3) ...
00:00:24.458 E: Selecting previously unselected package libpython3-stdlib:amd64.
00:00:24.462 E: Preparing to unpack .../11-libpython3-stdlib_3.12.4-1_amd64.deb ...
00:00:24.467 E: Unpacking libpython3-stdlib:amd64 (3.12.4-1) ...
00:00:24.489 E: Chrooting into /tmp/mmdebstrap.4oLua9dE0n/
00:00:24.497 E: Setting up python3-minimal (3.12.4-1) ...
00:00:24.768 E: Chrooting into /tmp/mmdebstrap.4oLua9dE0n/
00:00:24.797 E: Selecting previously unselected package python3.
00:00:24.808 E: (Reading database ... 8768 files and directories currently installed.)
00:00:24.813 E: Preparing to unpack .../000-python3_3.12.4-1_amd64.deb ...
00:00:24.817 E: Unpacking python3 (3.12.4-1) ...
00:00:24.852 E: Selecting previously unselected package libgpg-error0:amd64.
00:00:24.857 E: Preparing to unpack .../001-libgpg-error0_1.50-2_amd64.deb ...
00:00:24.862 E: Unpacking libgpg-error0:amd64 (1.50-2) ...
00:00:24.891 E: Selecting previously unselected package libgcrypt20:amd64.
00:00:24.895 E: Preparing to unpack .../002-libgcrypt20_1.11.0-5_amd64.deb ...
00:00:24.899 E: Unpacking libgcrypt20:amd64 (1.11.0-5) ...
00:00:24.961 E: Selecting previously unselected package gpgv.
00:00:24.966 E: Preparing to unpack .../003-gpgv_2.2.43-8_amd64.deb ...
00:00:24.971 E: Unpacking gpgv (2.2.43-8) ...
00:00:25.010 E: Selecting previously unselected package libxxhash0:amd64.
00:00:25.015 E: Preparing to unpack .../004-libxxhash0_0.8.2-2+b1_amd64.deb ...
00:00:25.020 E: Unpacking libxxhash0:amd64 (0.8.2-2+b1) ...
00:00:25.045 E: Selecting previously unselected package liblz4-1:amd64.
00:00:25.050 E: Preparing to unpack .../005-liblz4-1_1.9.4-3_amd64.deb ...
00:00:25.054 E: Unpacking liblz4-1:amd64 (1.9.4-3) ...
00:00:25.086 E: Selecting previously unselected package libstdc++6:amd64.
00:00:25.090 E: Preparing to unpack .../006-libstdc++6_14.2.0-1_amd64.deb ...
00:00:25.095 E: Unpacking libstdc++6:amd64 (14.2.0-1) ...
00:00:25.178 E: Selecting previously unselected package libapt-pkg6.0t64:amd64.
00:00:25.183 E: Preparing to unpack .../007-libapt-pkg6.0t64_2.9.7_amd64.deb ...
00:00:25.187 E: Unpacking libapt-pkg6.0t64:amd64 (2.9.7) ...
00:00:25.291 E: Selecting previously unselected package debian-archive-keyring.
00:00:25.295 E: Preparing to unpack .../008-debian-archive-keyring_2023.4_all.deb ...
00:00:25.438 E: Unpacking debian-archive-keyring (2023.4) ...
00:00:25.477 E: Selecting previously unselected package libnettle8t64:amd64.
00:00:25.482 E: Preparing to unpack .../009-libnettle8t64_3.10-1_amd64.deb ...
00:00:25.486 E: Unpacking libnettle8t64:amd64 (3.10-1) ...
00:00:25.524 E: Selecting previously unselected package libhogweed6t64:amd64.
00:00:25.528 E: Preparing to unpack .../010-libhogweed6t64_3.10-1_amd64.deb ...
00:00:25.534 E: Unpacking libhogweed6t64:amd64 (3.10-1) ...
00:00:25.573 E: Selecting previously unselected package libunistring5:amd64.
00:00:25.578 E: Preparing to unpack .../011-libunistring5_1.2-1_amd64.deb ...
00:00:25.583 E: Unpacking libunistring5:amd64 (1.2-1) ...
00:00:25.660 E: Selecting previously unselected package libidn2-0:amd64.
00:00:25.664 E: Preparing to unpack .../012-libidn2-0_2.3.7-2_amd64.deb ...
00:00:25.669 E: Unpacking libidn2-0:amd64 (2.3.7-2) ...
00:00:25.712 E: Selecting previously unselected package libp11-kit0:amd64.
00:00:25.716 E: Preparing to unpack .../013-libp11-kit0_0.25.5-2_amd64.deb ...
00:00:25.722 E: Unpacking libp11-kit0:amd64 (0.25.5-2) ...
00:00:25.770 E: Selecting previously unselected package libtasn1-6:amd64.
00:00:25.774 E: Preparing to unpack .../014-libtasn1-6_4.19.0-3+b2_amd64.deb ...
00:00:25.779 E: Unpacking libtasn1-6:amd64 (4.19.0-3+b2) ...
00:00:25.808 E: Selecting previously unselected package libgnutls30t64:amd64.
00:00:25.812 E: Preparing to unpack .../015-libgnutls30t64_3.8.6-2_amd64.deb ...
00:00:25.816 E: Unpacking libgnutls30t64:amd64 (3.8.6-2) ...
00:00:25.918 E: Selecting previously unselected package apt.
00:00:25.923 E: Preparing to unpack .../016-apt_2.9.7_amd64.deb ...
00:00:25.946 E: Unpacking apt (2.9.7) ...
00:00:26.082 E: Selecting previously unselected package tasksel-data.
00:00:26.086 E: Preparing to unpack .../017-tasksel-data_3.75_all.deb ...
00:00:26.090 E: Unpacking tasksel-data (3.75) ...
00:00:26.141 E: Selecting previously unselected package tasksel.
00:00:26.145 E: Preparing to unpack .../018-tasksel_3.75_all.deb ...
00:00:26.149 E: Unpacking tasksel (3.75) ...
00:00:26.207 E: Selecting previously unselected package apt-utils.
00:00:26.211 E: Preparing to unpack .../019-apt-utils_2.9.7_amd64.deb ...
00:00:26.217 E: Unpacking apt-utils (2.9.7) ...
00:00:26.277 E: Selecting previously unselected package cpio.
00:00:26.281 E: Preparing to unpack .../020-cpio_2.15+dfsg-2_amd64.deb ...
00:00:26.286 E: Unpacking cpio (2.15+dfsg-2) ...
00:00:26.333 E: Selecting previously unselected package libtext-charwidth-perl:amd64.
00:00:26.337 E: Preparing to unpack .../021-libtext-charwidth-perl_0.04-11+b3_amd64.deb ...
00:00:26.341 E: Unpacking libtext-charwidth-perl:amd64 (0.04-11+b3) ...
00:00:26.365 E: Selecting previously unselected package libtext-iconv-perl:amd64.
00:00:26.369 E: Preparing to unpack .../022-libtext-iconv-perl_1.7-8+b3_amd64.deb ...
00:00:26.373 E: Unpacking libtext-iconv-perl:amd64 (1.7-8+b3) ...
00:00:26.399 E: Selecting previously unselected package libtext-wrapi18n-perl.
00:00:26.403 E: Preparing to unpack .../023-libtext-wrapi18n-perl_0.06-10_all.deb ...
00:00:26.407 E: Unpacking libtext-wrapi18n-perl (0.06-10) ...
00:00:26.431 E: Selecting previously unselected package debconf-i18n.
00:00:26.435 E: Preparing to unpack .../024-debconf-i18n_1.5.87_all.deb ...
00:00:26.439 E: Unpacking debconf-i18n (1.5.87) ...
00:00:26.499 E: Selecting previously unselected package dmidecode.
00:00:26.504 E: Preparing to unpack .../025-dmidecode_3.6-1_amd64.deb ...
00:00:26.508 E: Unpacking dmidecode (3.6-1) ...
00:00:26.540 E: Selecting previously unselected package libfdisk1:amd64.
00:00:26.544 E: Preparing to unpack .../026-libfdisk1_2.40.2-2_amd64.deb ...
00:00:26.548 E: Unpacking libfdisk1:amd64 (2.40.2-2) ...
00:00:26.587 E: Selecting previously unselected package fdisk.
00:00:26.592 E: Preparing to unpack .../027-fdisk_2.40.2-2_amd64.deb ...
00:00:26.596 E: Unpacking fdisk (2.40.2-2) ...
00:00:26.632 E: Selecting previously unselected package libelf1t64:amd64.
00:00:26.639 E: Preparing to unpack .../028-libelf1t64_0.191-2_amd64.deb ...
00:00:26.643 E: Unpacking libelf1t64:amd64 (0.191-2) ...
00:00:26.683 E: Selecting previously unselected package libbpf1:amd64.
00:00:26.688 E: Preparing to unpack .../029-libbpf1_1%3a1.4.5-1_amd64.deb ...
00:00:26.693 E: Unpacking libbpf1:amd64 (1:1.4.5-1) ...
00:00:26.725 E: Selecting previously unselected package libmnl0:amd64.
00:00:26.730 E: Preparing to unpack .../030-libmnl0_1.0.5-2+b1_amd64.deb ...
00:00:26.734 E: Unpacking libmnl0:amd64 (1.0.5-2+b1) ...
00:00:26.760 E: Selecting previously unselected package libkrb5support0:amd64.
00:00:26.764 E: Preparing to unpack .../031-libkrb5support0_1.21.3-3_amd64.deb ...
00:00:26.768 E: Unpacking libkrb5support0:amd64 (1.21.3-3) ...
00:00:26.797 E: Selecting previously unselected package libk5crypto3:amd64.
00:00:26.801 E: Preparing to unpack .../032-libk5crypto3_1.21.3-3_amd64.deb ...
00:00:26.806 E: Unpacking libk5crypto3:amd64 (1.21.3-3) ...
00:00:26.836 E: Selecting previously unselected package libkeyutils1:amd64.
00:00:26.840 E: Preparing to unpack .../033-libkeyutils1_1.6.3-3_amd64.deb ...
00:00:26.845 E: Unpacking libkeyutils1:amd64 (1.6.3-3) ...
00:00:26.870 E: Selecting previously unselected package libkrb5-3:amd64.
00:00:26.874 E: Preparing to unpack .../034-libkrb5-3_1.21.3-3_amd64.deb ...
00:00:26.880 E: Unpacking libkrb5-3:amd64 (1.21.3-3) ...
00:00:26.931 E: Selecting previously unselected package libgssapi-krb5-2:amd64.
00:00:26.935 E: Preparing to unpack .../035-libgssapi-krb5-2_1.21.3-3_amd64.deb ...
00:00:26.939 E: Unpacking libgssapi-krb5-2:amd64 (1.21.3-3) ...
00:00:26.972 E: Selecting previously unselected package libtirpc-common.
00:00:26.976 E: Preparing to unpack .../036-libtirpc-common_1.3.4+ds-1.3_all.deb ...
00:00:26.981 E: Unpacking libtirpc-common (1.3.4+ds-1.3) ...
00:00:27.009 E: Selecting previously unselected package libtirpc3t64:amd64.
00:00:27.014 E: Preparing to unpack .../037-libtirpc3t64_1.3.4+ds-1.3_amd64.deb ...
00:00:27.026 E: Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3 to /lib/x86_64-linux-gnu/libtirpc.so.3.usr-is-merged by libtirpc3t64'
00:00:27.038 E: Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3.0.0 to /lib/x86_64-linux-gnu/libtirpc.so.3.0.0.usr-is-merged by libtirpc3t64'
00:00:27.042 E: Unpacking libtirpc3t64:amd64 (1.3.4+ds-1.3) ...
00:00:27.082 E: Selecting previously unselected package libxtables12:amd64.
00:00:27.086 E: Preparing to unpack .../038-libxtables12_1.8.10-4_amd64.deb ...
00:00:27.090 E: Unpacking libxtables12:amd64 (1.8.10-4) ...
00:00:27.120 E: Selecting previously unselected package libcap2-bin.
00:00:27.125 E: Preparing to unpack .../039-libcap2-bin_1%3a2.66-5_amd64.deb ...
00:00:27.130 E: Unpacking libcap2-bin (1:2.66-5) ...
00:00:27.164 E: Selecting previously unselected package iproute2.
00:00:27.168 E: Preparing to unpack .../040-iproute2_6.10.0-1_amd64.deb ...
00:00:27.242 E: Unpacking iproute2 (6.10.0-1) ...
00:00:27.377 E: Selecting previously unselected package ifupdown.
00:00:27.381 E: Preparing to unpack .../041-ifupdown_0.8.43_amd64.deb ...
00:00:27.396 E: Unpacking ifupdown (0.8.43) ...
00:00:27.435 E: Selecting previously unselected package iputils-ping.
00:00:27.439 E: Preparing to unpack .../042-iputils-ping_3%3a20240117-1_amd64.deb ...
00:00:27.443 E: Unpacking iputils-ping (3:20240117-1) ...
00:00:27.473 E: Selecting previously unselected package isc-dhcp-client.
00:00:27.478 E: Preparing to unpack .../043-isc-dhcp-client_4.4.3-P1-5_amd64.deb ...
00:00:27.488 E: Unpacking isc-dhcp-client (4.4.3-P1-5) ...
00:00:27.584 E: Selecting previously unselected package isc-dhcp-common.
00:00:27.588 E: Preparing to unpack .../044-isc-dhcp-common_4.4.3-P1-5_amd64.deb ...
00:00:27.593 E: Unpacking isc-dhcp-common (4.4.3-P1-5) ...
00:00:27.624 E: Selecting previously unselected package libkmod2:amd64.
00:00:27.630 E: Preparing to unpack .../045-libkmod2_32+20240611-1_amd64.deb ...
00:00:27.635 E: Unpacking libkmod2:amd64 (32+20240611-1) ...
00:00:27.665 E: Selecting previously unselected package kmod.
00:00:27.670 E: Preparing to unpack .../046-kmod_32+20240611-1_amd64.deb ...
00:00:27.675 E: Unpacking kmod (32+20240611-1) ...
00:00:27.716 E: Selecting previously unselected package less.
00:00:27.721 E: Preparing to unpack .../047-less_643-1_amd64.deb ...
00:00:27.726 E: Unpacking less (643-1) ...
00:00:27.763 E: Selecting previously unselected package libpopt0:amd64.
00:00:27.768 E: Preparing to unpack .../048-libpopt0_1.19+dfsg-1+b1_amd64.deb ...
00:00:27.772 E: Unpacking libpopt0:amd64 (1.19+dfsg-1+b1) ...
00:00:27.816 E: Selecting previously unselected package logrotate.
00:00:27.821 E: Preparing to unpack .../049-logrotate_3.22.0-1_amd64.deb ...
00:00:27.826 E: Unpacking logrotate (3.22.0-1) ...
00:00:27.854 E: Selecting previously unselected package nano.
00:00:27.858 E: Preparing to unpack .../050-nano_8.1-1_amd64.deb ...
00:00:27.863 E: Unpacking nano (8.1-1) ...
00:00:27.953 E: Selecting previously unselected package libjansson4:amd64.
00:00:27.956 E: Preparing to unpack .../051-libjansson4_2.14-2+b2_amd64.deb ...
00:00:27.961 E: Unpacking libjansson4:amd64 (2.14-2+b2) ...
00:00:27.996 E: Selecting previously unselected package libnftnl11:amd64.
00:00:28.000 E: Preparing to unpack .../052-libnftnl11_1.2.7-1_amd64.deb ...
00:00:28.004 E: Unpacking libnftnl11:amd64 (1.2.7-1) ...
00:00:28.037 E: Selecting previously unselected package libnftables1:amd64.
00:00:28.042 E: Preparing to unpack .../053-libnftables1_1.1.0-2_amd64.deb ...
00:00:28.047 E: Unpacking libnftables1:amd64 (1.1.0-2) ...
00:00:28.096 E: Selecting previously unselected package libedit2:amd64.
00:00:28.101 E: Preparing to unpack .../054-libedit2_3.1-20240517-1_amd64.deb ...
00:00:28.106 E: Unpacking libedit2:amd64 (3.1-20240517-1) ...
00:00:28.138 E: Selecting previously unselected package nftables.
00:00:28.142 E: Preparing to unpack .../055-nftables_1.1.0-2_amd64.deb ...
00:00:28.146 E: Unpacking nftables (1.1.0-2) ...
00:00:28.183 E: Selecting previously unselected package libproc2-0:amd64.
00:00:28.187 E: Preparing to unpack .../056-libproc2-0_2%3a4.0.4-5_amd64.deb ...
00:00:28.192 E: Unpacking libproc2-0:amd64 (2:4.0.4-5) ...
00:00:28.226 E: Selecting previously unselected package procps.
00:00:28.231 E: Preparing to unpack .../057-procps_2%3a4.0.4-5_amd64.deb ...
00:00:28.236 E: Unpacking procps (2:4.0.4-5) ...
00:00:28.338 E: Selecting previously unselected package udev.
00:00:28.342 E: Preparing to unpack .../058-udev_256.4-2_amd64.deb ...
00:00:28.359 E: Unpacking udev (256.4-2) ...
00:00:28.538 E: Selecting previously unselected package vim-common.
00:00:28.542 E: Preparing to unpack .../059-vim-common_2%3a9.1.0496-1_all.deb ...
00:00:28.547 E: Unpacking vim-common (2:9.1.0496-1) ...
00:00:28.601 E: Selecting previously unselected package vim-tiny.
00:00:28.605 E: Preparing to unpack .../060-vim-tiny_2%3a9.1.0496-1+b1_amd64.deb ...
00:00:28.609 E: Unpacking vim-tiny (2:9.1.0496-1+b1) ...
00:00:28.680 E: Selecting previously unselected package libslang2:amd64.
00:00:28.684 E: Preparing to unpack .../061-libslang2_2.3.3-5_amd64.deb ...
00:00:28.688 E: Unpacking libslang2:amd64 (2.3.3-5) ...
00:00:28.748 E: Selecting previously unselected package libnewt0.52:amd64.
00:00:28.752 E: Preparing to unpack .../062-libnewt0.52_0.52.24-2+b1_amd64.deb ...
00:00:28.757 E: Unpacking libnewt0.52:amd64 (0.52.24-2+b1) ...
00:00:28.819 E: Selecting previously unselected package whiptail.
00:00:28.823 E: Preparing to unpack .../063-whiptail_0.52.24-2+b1_amd64.deb ...
00:00:28.828 E: Unpacking whiptail (0.52.24-2+b1) ...
00:00:28.856 E: Selecting previously unselected package python-apt-common.
00:00:28.860 E: Preparing to unpack .../064-python-apt-common_2.9.0_all.deb ...
00:00:28.864 E: Unpacking python-apt-common (2.9.0) ...
00:00:28.912 E: Selecting previously unselected package distro-info-data.
00:00:28.916 E: Preparing to unpack .../065-distro-info-data_0.62_all.deb ...
00:00:28.920 E: Unpacking distro-info-data (0.62) ...
00:00:28.945 E: Selecting previously unselected package python3-apt.
00:00:28.949 E: Preparing to unpack .../066-python3-apt_2.9.0+b1_amd64.deb ...
00:00:28.953 E: Unpacking python3-apt (2.9.0+b1) ...
00:00:28.992 E: Selecting previously unselected package python3-debconf.
00:00:28.996 E: Preparing to unpack .../067-python3-debconf_1.5.87_all.deb ...
00:00:29.000 E: Unpacking python3-debconf (1.5.87) ...
00:00:29.025 E: Selecting previously unselected package ucf.
00:00:29.030 E: Preparing to unpack .../068-ucf_3.0043+nmu1_all.deb ...
00:00:29.035 E: Moving old data out of the way
00:00:29.039 E: Unpacking ucf (3.0043+nmu1) ...
00:00:29.089 E: Selecting previously unselected package apt-listchanges.
00:00:29.094 E: Preparing to unpack .../069-apt-listchanges_3.27_all.deb ...
00:00:29.098 E: Unpacking apt-listchanges (3.27) ...
00:00:29.146 E: Selecting previously unselected package bash-completion.
00:00:29.151 E: Preparing to unpack .../070-bash-completion_1%3a2.14.0-1_all.deb ...
00:00:29.168 E: Unpacking bash-completion (1:2.14.0-1) ...
00:00:29.402 E: Selecting previously unselected package libfstrm0:amd64.
00:00:29.406 E: Preparing to unpack .../071-libfstrm0_0.6.1-1+b2_amd64.deb ...
00:00:29.410 E: Unpacking libfstrm0:amd64 (0.6.1-1+b2) ...
00:00:29.436 E: Selecting previously unselected package libjemalloc2:amd64.
00:00:29.440 E: Preparing to unpack .../072-libjemalloc2_5.3.0-2+b1_amd64.deb ...
00:00:29.444 E: Unpacking libjemalloc2:amd64 (5.3.0-2+b1) ...
00:00:29.485 E: Selecting previously unselected package libjson-c5:amd64.
00:00:29.490 E: Preparing to unpack .../073-libjson-c5_0.17-1+b1_amd64.deb ...
00:00:29.494 E: Unpacking libjson-c5:amd64 (0.17-1+b1) ...
00:00:29.522 E: Selecting previously unselected package liblmdb0:amd64.
00:00:29.526 E: Preparing to unpack .../074-liblmdb0_0.9.31-1+b1_amd64.deb ...
00:00:29.531 E: Unpacking liblmdb0:amd64 (0.9.31-1+b1) ...
00:00:29.560 E: Selecting previously unselected package libmaxminddb0:amd64.
00:00:29.565 E: Preparing to unpack .../075-libmaxminddb0_1.9.1-1_amd64.deb ...
00:00:29.569 E: Unpacking libmaxminddb0:amd64 (1.9.1-1) ...
00:00:29.595 E: Selecting previously unselected package libnghttp2-14:amd64.
00:00:29.599 E: Preparing to unpack .../076-libnghttp2-14_1.62.1-2_amd64.deb ...
00:00:29.603 E: Unpacking libnghttp2-14:amd64 (1.62.1-2) ...
00:00:29.633 E: Selecting previously unselected package libprotobuf-c1:amd64.
00:00:29.638 E: Preparing to unpack .../077-libprotobuf-c1_1.4.1-1+b2_amd64.deb ...
00:00:29.641 E: Unpacking libprotobuf-c1:amd64 (1.4.1-1+b2) ...
00:00:29.668 E: Selecting previously unselected package liburcu8t64:amd64.
00:00:29.673 E: Preparing to unpack .../078-liburcu8t64_0.14.0-4_amd64.deb ...
00:00:29.676 E: Unpacking liburcu8t64:amd64 (0.14.0-4) ...
00:00:29.711 E: Selecting previously unselected package libuv1t64:amd64.
00:00:29.716 E: Preparing to unpack .../079-libuv1t64_1.48.0-5_amd64.deb ...
00:00:29.720 E: Unpacking libuv1t64:amd64 (1.48.0-5) ...
00:00:29.752 E: Selecting previously unselected package libicu72:amd64.
00:00:29.757 E: Preparing to unpack .../080-libicu72_72.1-5_amd64.deb ...
00:00:29.761 E: Unpacking libicu72:amd64 (72.1-5) ...
00:00:30.293 E: Selecting previously unselected package libxml2:amd64.
00:00:30.298 E: Preparing to unpack .../081-libxml2_2.12.7+dfsg-3+b1_amd64.deb ...
00:00:30.302 E: Unpacking libxml2:amd64 (2.12.7+dfsg-3+b1) ...
00:00:30.366 E: Selecting previously unselected package bind9-libs:amd64.
00:00:30.370 E: Preparing to unpack .../082-bind9-libs_1%3a9.20.0-2_amd64.deb ...
00:00:30.375 E: Unpacking bind9-libs:amd64 (1:9.20.0-2) ...
00:00:30.476 E: Selecting previously unselected package bind9-host.
00:00:30.480 E: Preparing to unpack .../083-bind9-host_1%3a9.20.0-2_amd64.deb ...
00:00:30.484 E: Unpacking bind9-host (1:9.20.0-2) ...
00:00:30.523 E: Selecting previously unselected package bind9-dnsutils.
00:00:30.527 E: Preparing to unpack .../084-bind9-dnsutils_1%3a9.20.0-2_amd64.deb ...
00:00:30.531 E: Unpacking bind9-dnsutils (1:9.20.0-2) ...
00:00:30.567 E: Selecting previously unselected package bzip2.
00:00:30.571 E: Preparing to unpack .../085-bzip2_1.0.8-5.1_amd64.deb ...
00:00:30.575 E: Unpacking bzip2 (1.0.8-5.1) ...
00:00:30.605 E: Selecting previously unselected package openssl.
00:00:30.609 E: Preparing to unpack .../086-openssl_3.3.1-2_amd64.deb ...
00:00:30.614 E: Unpacking openssl (3.3.1-2) ...
00:00:30.745 E: Selecting previously unselected package ca-certificates.
00:00:30.750 E: Preparing to unpack .../087-ca-certificates_20240203_all.deb ...
00:00:30.754 E: Unpacking ca-certificates (20240203) ...
00:00:30.827 E: Selecting previously unselected package debian-faq.
00:00:30.832 E: Preparing to unpack .../088-debian-faq_11.1_all.deb ...
00:00:30.836 E: Unpacking debian-faq (11.1) ...
00:00:30.880 E: Selecting previously unselected package doc-debian.
00:00:30.884 E: Preparing to unpack .../089-doc-debian_11.3+nmu1_all.deb ...
00:00:30.887 E: Unpacking doc-debian (11.3+nmu1) ...
00:00:30.921 E: Selecting previously unselected package libmagic-mgc.
00:00:30.926 E: Preparing to unpack .../090-libmagic-mgc_1%3a5.45-3_amd64.deb ...
00:00:30.930 E: Unpacking libmagic-mgc (1:5.45-3) ...
00:00:31.007 E: Selecting previously unselected package libmagic1t64:amd64.
00:00:31.012 E: Preparing to unpack .../091-libmagic1t64_1%3a5.45-3_amd64.deb ...
00:00:31.016 E: Unpacking libmagic1t64:amd64 (1:5.45-3) ...
00:00:31.047 E: Selecting previously unselected package file.
00:00:31.051 E: Preparing to unpack .../092-file_1%3a5.45-3_amd64.deb ...
00:00:31.055 E: Unpacking file (1:5.45-3) ...
00:00:31.079 E: Selecting previously unselected package gettext-base.
00:00:31.083 E: Preparing to unpack .../093-gettext-base_0.22.5-2_amd64.deb ...
00:00:31.088 E: Unpacking gettext-base (0.22.5-2) ...
00:00:31.140 E: Selecting previously unselected package libuchardet0:amd64.
00:00:31.144 E: Preparing to unpack .../094-libuchardet0_0.0.8-1+b1_amd64.deb ...
00:00:31.148 E: Unpacking libuchardet0:amd64 (0.0.8-1+b1) ...
00:00:31.176 E: Selecting previously unselected package groff-base.
00:00:31.181 E: Preparing to unpack .../095-groff-base_1.23.0-5_amd64.deb ...
00:00:31.185 E: Unpacking groff-base (1.23.0-5) ...
00:00:31.301 E: Selecting previously unselected package inetutils-telnet.
00:00:31.305 E: Preparing to unpack .../096-inetutils-telnet_2%3a2.5-5_amd64.deb ...
00:00:31.309 E: Unpacking inetutils-telnet (2:2.5-5) ...
00:00:31.340 E: Selecting previously unselected package krb5-locales.
00:00:31.345 E: Preparing to unpack .../097-krb5-locales_1.21.3-3_all.deb ...
00:00:31.349 E: Unpacking krb5-locales (1.21.3-3) ...
00:00:31.381 E: Selecting previously unselected package libc-l10n.
00:00:31.386 E: Preparing to unpack .../098-libc-l10n_2.39-6_all.deb ...
00:00:31.390 E: Unpacking libc-l10n (2.39-6) ...
00:00:31.472 E: Selecting previously unselected package liblockfile-bin.
00:00:31.476 E: Preparing to unpack .../099-liblockfile-bin_1.17-1+b1_amd64.deb ...
00:00:31.480 E: Unpacking liblockfile-bin (1.17-1+b1) ...
00:00:31.510 E: Selecting previously unselected package libnss-systemd:amd64.
00:00:31.514 E: Preparing to unpack .../100-libnss-systemd_256.4-2_amd64.deb ...
00:00:31.519 E: Unpacking libnss-systemd:amd64 (256.4-2) ...
00:00:31.566 E: Selecting previously unselected package libpam-systemd:amd64.
00:00:31.570 E: Preparing to unpack .../101-libpam-systemd_256.4-2_amd64.deb ...
00:00:31.575 E: Unpacking libpam-systemd:amd64 (256.4-2) ...
00:00:31.619 E: Selecting previously unselected package libwtmpdb0:amd64.
00:00:31.624 E: Preparing to unpack .../102-libwtmpdb0_0.13.0-1_amd64.deb ...
00:00:31.628 E: Unpacking libwtmpdb0:amd64 (0.13.0-1) ...
00:00:31.656 E: Selecting previously unselected package libpam-wtmpdb:amd64.
00:00:31.661 E: Preparing to unpack .../103-libpam-wtmpdb_0.13.0-1_amd64.deb ...
00:00:31.665 E: Unpacking libpam-wtmpdb:amd64 (0.13.0-1) ...
00:00:31.697 E: Selecting previously unselected package locales.
00:00:31.701 E: Preparing to unpack .../104-locales_2.39-6_all.deb ...
00:00:31.707 E: Unpacking locales (2.39-6) ...
00:00:32.075 E: Selecting previously unselected package lsof.
00:00:32.080 E: Preparing to unpack .../105-lsof_4.95.0-1.1_amd64.deb ...
00:00:32.085 E: Unpacking lsof (4.95.0-1.1) ...
00:00:32.127 E: Selecting previously unselected package bsdextrautils.
00:00:32.132 E: Preparing to unpack .../106-bsdextrautils_2.40.2-2_amd64.deb ...
00:00:32.136 E: Unpacking bsdextrautils (2.40.2-2) ...
00:00:32.177 E: Selecting previously unselected package libpipeline1:amd64.
00:00:32.181 E: Preparing to unpack .../107-libpipeline1_1.5.7-2_amd64.deb ...
00:00:32.185 E: Unpacking libpipeline1:amd64 (1.5.7-2) ...
00:00:32.220 E: Selecting previously unselected package man-db.
00:00:32.224 E: Preparing to unpack .../108-man-db_2.12.1-2_amd64.deb ...
00:00:32.228 E: Unpacking man-db (2.12.1-2) ...
00:00:32.379 E: Selecting previously unselected package manpages.
00:00:32.383 E: Preparing to unpack .../109-manpages_6.8-2_all.deb ...
00:00:32.388 E: Unpacking manpages (6.8-2) ...
00:00:32.521 E: Selecting previously unselected package ncurses-term.
00:00:32.526 E: Preparing to unpack .../110-ncurses-term_6.5-2_all.deb ...
00:00:32.529 E: Unpacking ncurses-term (6.5-2) ...
00:00:33.141 E: Selecting previously unselected package netcat-traditional.
00:00:33.145 E: Preparing to unpack .../111-netcat-traditional_1.10-48.1_amd64.deb ...
00:00:33.148 E: Unpacking netcat-traditional (1.10-48.1) ...
00:00:33.186 E: Selecting previously unselected package libcbor0.10:amd64.
00:00:33.189 E: Preparing to unpack .../112-libcbor0.10_0.10.2-1.2_amd64.deb ...
00:00:33.193 E: Unpacking libcbor0.10:amd64 (0.10.2-1.2) ...
00:00:33.221 E: Selecting previously unselected package libfido2-1:amd64.
00:00:33.225 E: Preparing to unpack .../113-libfido2-1_1.15.0-1_amd64.deb ...
00:00:33.230 E: Unpacking libfido2-1:amd64 (1.15.0-1) ...
00:00:33.261 E: Selecting previously unselected package openssh-client.
00:00:33.265 E: Preparing to unpack .../114-openssh-client_1%3a9.8p1-2_amd64.deb ...
00:00:33.276 E: Unpacking openssh-client (1:9.8p1-2) ...
00:00:33.368 E: Selecting previously unselected package pci.ids.
00:00:33.373 E: Preparing to unpack .../115-pci.ids_0.0~2024.06.23-1_all.deb ...
00:00:33.377 E: Unpacking pci.ids (0.0~2024.06.23-1) ...
00:00:33.424 E: Selecting previously unselected package libpci3:amd64.
00:00:33.428 E: Preparing to unpack .../116-libpci3_1%3a3.13.0-1_amd64.deb ...
00:00:33.432 E: Unpacking libpci3:amd64 (1:3.13.0-1) ...
00:00:33.462 E: Selecting previously unselected package pciutils.
00:00:33.467 E: Preparing to unpack .../117-pciutils_1%3a3.13.0-1_amd64.deb ...
00:00:33.474 E: Unpacking pciutils (1:3.13.0-1) ...
00:00:33.511 E: Selecting previously unselected package python3-pkg-resources.
00:00:33.515 E: Preparing to unpack .../118-python3-pkg-resources_70.3.0-2_all.deb ...
00:00:33.519 E: Unpacking python3-pkg-resources (70.3.0-2) ...
00:00:33.566 E: Selecting previously unselected package python3-chardet.
00:00:33.570 E: Preparing to unpack .../119-python3-chardet_5.2.0+dfsg-1_all.deb ...
00:00:33.574 E: Unpacking python3-chardet (5.2.0+dfsg-1) ...
00:00:33.621 E: Selecting previously unselected package python3-debian.
00:00:33.625 E: Preparing to unpack .../120-python3-debian_0.1.49_all.deb ...
00:00:33.629 E: Unpacking python3-debian (0.1.49) ...
00:00:33.671 E: Selecting previously unselected package python3-debianbts.
00:00:33.675 E: Preparing to unpack .../121-python3-debianbts_4.1.1_all.deb ...
00:00:33.678 E: Unpacking python3-debianbts (4.1.1) ...
00:00:33.708 E: Selecting previously unselected package python3-certifi.
00:00:33.712 E: Preparing to unpack .../122-python3-certifi_2024.6.2-1_all.deb ...
00:00:33.715 E: Unpacking python3-certifi (2024.6.2-1) ...
00:00:33.752 E: Selecting previously unselected package python3-charset-normalizer.
00:00:33.756 E: Preparing to unpack .../123-python3-charset-normalizer_3.3.2-2_amd64.deb ...
00:00:33.760 E: Unpacking python3-charset-normalizer (3.3.2-2) ...
00:00:33.795 E: Selecting previously unselected package python3-idna.
00:00:33.799 E: Preparing to unpack .../124-python3-idna_3.6-2.1_all.deb ...
00:00:33.802 E: Unpacking python3-idna (3.6-2.1) ...
00:00:33.833 E: Selecting previously unselected package python3-urllib3.
00:00:33.837 E: Preparing to unpack .../125-python3-urllib3_2.0.7-2_all.deb ...
00:00:33.841 E: Unpacking python3-urllib3 (2.0.7-2) ...
00:00:33.880 E: Selecting previously unselected package python3-requests.
00:00:33.884 E: Preparing to unpack .../126-python3-requests_2.32.3+dfsg-1_all.deb ...
00:00:33.889 E: Unpacking python3-requests (2.32.3+dfsg-1) ...
00:00:33.924 E: Selecting previously unselected package python3-reportbug.
00:00:33.928 E: Preparing to unpack .../127-python3-reportbug_13.0.1_all.deb ...
00:00:33.932 E: Unpacking python3-reportbug (13.0.1) ...
00:00:33.967 E: Selecting previously unselected package reportbug.
00:00:33.972 E: Preparing to unpack .../128-reportbug_13.0.1_all.deb ...
00:00:33.978 E: Unpacking reportbug (13.0.1) ...
00:00:34.011 E: Selecting previously unselected package systemd-timesyncd.
00:00:34.016 E: Preparing to unpack .../129-systemd-timesyncd_256.4-2_amd64.deb ...
00:00:34.020 E: Unpacking systemd-timesyncd (256.4-2) ...
00:00:34.057 E: Selecting previously unselected package traceroute.
00:00:34.061 E: Preparing to unpack .../130-traceroute_1%3a2.1.5-1_amd64.deb ...
00:00:34.066 E: Unpacking traceroute (1:2.1.5-1) ...
00:00:34.097 E: Selecting previously unselected package util-linux-extra.
00:00:34.101 E: Preparing to unpack .../131-util-linux-extra_2.40.2-2_amd64.deb ...
00:00:34.113 E: Adding 'diversion of /sbin/ctrlaltdel to /sbin/ctrlaltdel.usr-is-merged by util-linux-extra'
00:00:34.124 E: Adding 'diversion of /sbin/fsck.cramfs to /sbin/fsck.cramfs.usr-is-merged by util-linux-extra'
00:00:34.135 E: Adding 'diversion of /sbin/fsck.minix to /sbin/fsck.minix.usr-is-merged by util-linux-extra'
00:00:34.147 E: Adding 'diversion of /sbin/mkfs.bfs to /sbin/mkfs.bfs.usr-is-merged by util-linux-extra'
00:00:34.158 E: Adding 'diversion of /sbin/mkfs.cramfs to /sbin/mkfs.cramfs.usr-is-merged by util-linux-extra'
00:00:34.168 E: Adding 'diversion of /sbin/mkfs.minix to /sbin/mkfs.minix.usr-is-merged by util-linux-extra'
00:00:34.172 E: Unpacking util-linux-extra (2.40.2-2) ...
00:00:34.227 E: Selecting previously unselected package wamerican.
00:00:34.235 E: Preparing to unpack .../132-wamerican_2020.12.07-2_all.deb ...
00:00:34.239 E: Unpacking wamerican (2020.12.07-2) ...
00:00:34.282 E: Selecting previously unselected package libpsl5t64:amd64.
00:00:34.287 E: Preparing to unpack .../133-libpsl5t64_0.21.2-1.1_amd64.deb ...
00:00:34.291 E: Unpacking libpsl5t64:amd64 (0.21.2-1.1) ...
00:00:34.318 E: Selecting previously unselected package wget.
00:00:34.323 E: Preparing to unpack .../134-wget_1.24.5-2+b1_amd64.deb ...
00:00:34.326 E: Unpacking wget (1.24.5-2+b1) ...
00:00:34.420 E: Selecting previously unselected package wtmpdb.
00:00:34.425 E: Preparing to unpack .../135-wtmpdb_0.13.0-1_amd64.deb ...
00:00:34.429 E: Unpacking wtmpdb (0.13.0-1) ...
00:00:34.456 E: Selecting previously unselected package xz-utils.
00:00:34.460 E: Preparing to unpack .../136-xz-utils_5.6.2-2_amd64.deb ...
00:00:34.464 E: Unpacking xz-utils (5.6.2-2) ...
00:00:34.527 E: Chrooting into /tmp/mmdebstrap.4oLua9dE0n/
00:00:34.536 E: Setting up media-types (10.1.0) ...
00:00:34.542 E: Setting up cpio (2.15+dfsg-2) ...
00:00:34.547 E: update-alternatives: using /usr/bin/mt-gnu to provide /usr/bin/mt (mt) in auto mode
00:00:34.550 E: Setting up libpipeline1:amd64 (1.5.7-2) ...
00:00:34.554 E: Setting up liblmdb0:amd64 (0.9.31-1+b1) ...
00:00:34.558 E: Setting up libtext-iconv-perl:amd64 (1.7-8+b3) ...
00:00:34.562 E: Setting up libtext-charwidth-perl:amd64 (0.04-11+b3) ...
00:00:34.566 E: Setting up liburcu8t64:amd64 (0.14.0-4) ...
00:00:34.570 E: Setting up libkeyutils1:amd64 (1.6.3-3) ...
00:00:34.573 E: Setting up libc-l10n (2.39-6) ...
00:00:34.577 E: Setting up pci.ids (0.0~2024.06.23-1) ...
00:00:34.581 E: Setting up liblockfile-bin (1.17-1+b1) ...
00:00:34.585 E: Setting up libgdbm6t64:amd64 (1.23-6) ...
00:00:34.588 E: Setting up bsdextrautils (2.40.2-2) ...
00:00:34.592 E: Setting up libgpg-error0:amd64 (1.50-2) ...
00:00:34.596 E: Setting up netcat-traditional (1.10-48.1) ...
00:00:34.601 E: update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode
00:00:34.605 E: Setting up init (1.66) ...
00:00:34.609 E: Setting up libgdbm-compat4t64:amd64 (1.23-6) ...
00:00:34.613 E: Setting up traceroute (1:2.1.5-1) ...
00:00:34.618 E: update-alternatives: using /usr/bin/traceroute.db to provide /usr/bin/traceroute (traceroute) in auto mode
00:00:34.621 E: update-alternatives: using /usr/bin/traceroute6.db to provide /usr/bin/traceroute6 (traceroute6) in auto mode
00:00:34.625 E: update-alternatives: using /usr/bin/lft.db to provide /usr/bin/lft (lft) in auto mode
00:00:34.628 E: update-alternatives: using /usr/bin/traceproto.db to provide /usr/bin/traceproto (traceproto) in auto mode
00:00:34.632 E: update-alternatives: using /usr/sbin/tcptraceroute.db to provide /usr/sbin/tcptraceroute (tcptraceroute) in auto mode
00:00:34.635 E: Setting up libmagic-mgc (1:5.45-3) ...
00:00:34.640 E: Setting up libcbor0.10:amd64 (0.10.2-1.2) ...
00:00:34.644 E: Setting up distro-info-data (0.62) ...
00:00:34.648 E: Setting up manpages (6.8-2) ...
00:00:34.652 E: Setting up libtirpc-common (1.3.4+ds-1.3) ...
00:00:34.656 E: Setting up libmaxminddb0:amd64 (1.9.1-1) ...
00:00:34.660 E: Setting up libfstrm0:amd64 (0.6.1-1+b2) ...
00:00:34.664 E: Setting up libedit2:amd64 (3.1-20240517-1) ...
00:00:34.667 E: Setting up libsqlite3-0:amd64 (3.46.0-1) ...
00:00:34.671 E: Setting up libuv1t64:amd64 (1.48.0-5) ...
00:00:34.675 E: Setting up libmagic1t64:amd64 (1:5.45-3) ...
00:00:34.678 E: Setting up debian-archive-keyring (2023.4) ...
00:00:34.806 E: Setting up libnghttp2-14:amd64 (1.62.1-2) ...
00:00:34.810 E: Setting up less (643-1) ...
00:00:34.818 E: Setting up gettext-base (0.22.5-2) ...
00:00:34.822 E: Setting up libgcrypt20:amd64 (1.11.0-5) ...
00:00:34.828 E: Setting up libnss-systemd:amd64 (256.4-2) ...
00:00:34.943 E: Setting up krb5-locales (1.21.3-3) ...
00:00:34.948 E: Setting up file (1:5.45-3) ...
00:00:34.952 E: Setting up bzip2 (1.0.8-5.1) ...
00:00:34.956 E: Setting up locales (2.39-6) ...
00:00:35.770 E: Generating locales (this might take a while)...
00:00:35.778 E: Generation complete.
00:00:35.823 E: Setting up doc-debian (11.3+nmu1) ...
00:00:35.827 E: Setting up libtext-wrapi18n-perl (0.06-10) ...
00:00:35.830 E: Setting up libprotobuf-c1:amd64 (1.4.1-1+b2) ...
00:00:35.835 E: Setting up libelf1t64:amd64 (0.191-2) ...
00:00:35.838 E: Setting up libjansson4:amd64 (2.14-2+b2) ...
00:00:35.842 E: Setting up debian-faq (11.1) ...
00:00:35.846 E: Setting up libkrb5support0:amd64 (1.21.3-3) ...
00:00:35.850 E: Setting up tzdata (2024a-4) ...
00:00:36.017 E: 
00:00:36.021 E: Current default time zone: 'Etc/UTC'
00:00:36.025 E: Local time is now:      Mon Aug  5 17:32:39 UTC 2024.
00:00:36.029 E: Universal Time is now:  Mon Aug  5 17:32:39 UTC 2024.
00:00:36.033 E: Run 'dpkg-reconfigure tzdata' if you wish to change it.
00:00:36.037 E: 
00:00:36.041 E: Setting up libcap2-bin (1:2.66-5) ...
00:00:36.045 E: Setting up libnettle8t64:amd64 (3.10-1) ...
00:00:36.049 E: Setting up vim-common (2:9.1.0496-1) ...
00:00:36.053 E: Setting up libslang2:amd64 (2.3.3-5) ...
00:00:36.058 E: Setting up bash-completion (1:2.14.0-1) ...
00:00:36.069 E: Setting up wamerican (2020.12.07-2) ...
00:00:36.218 E: Setting up libdbus-1-3:amd64 (1.14.10-4+b1) ...
00:00:36.223 E: Setting up xz-utils (5.6.2-2) ...
00:00:36.228 E: update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
00:00:36.235 E: Setting up perl-modules-5.38 (5.38.2-5) ...
00:00:36.239 E: Setting up libproc2-0:amd64 (2:4.0.4-5) ...
00:00:36.243 E: Setting up libunistring5:amd64 (1.2-1) ...
00:00:36.248 E: Setting up libmnl0:amd64 (1.0.5-2+b1) ...
00:00:36.252 E: Setting up systemd-timesyncd (256.4-2) ...
00:00:36.266 E: Creating group 'systemd-timesync' with GID 996.
00:00:36.270 E: Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 996 and GID 996.
00:00:36.691 E: Created symlink '/etc/systemd/system/dbus-org.freedesktop.timesync1.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'.
00:00:36.695 E: Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'.
00:00:36.699 E: Setting up libncursesw6:amd64 (6.5-2) ...
00:00:36.703 E: Setting up libk5crypto3:amd64 (1.21.3-3) ...
00:00:36.707 E: Setting up libxtables12:amd64 (1.8.10-4) ...
00:00:36.713 E: Setting up logsave (1.47.1-1) ...
00:00:36.722 E: Setting up libfdisk1:amd64 (2.40.2-2) ...
00:00:36.726 E: Setting up nano (8.1-1) ...
00:00:36.732 E: update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
00:00:36.736 E: update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
00:00:36.741 E: Setting up libpci3:amd64 (1:3.13.0-1) ...
00:00:36.744 E: Setting up libffi8:amd64 (3.4.6-1) ...
00:00:36.748 E: Setting up python-apt-common (2.9.0) ...
00:00:36.753 E: Setting up libhogweed6t64:amd64 (3.10-1) ...
00:00:36.757 E: Setting up sensible-utils (0.0.24) ...
00:00:36.763 E: Setting up gpgv (2.2.43-8) ...
00:00:36.766 E: Setting up dbus-session-bus-common (1.14.10-4) ...
00:00:36.771 E: Setting up libxxhash0:amd64 (0.8.2-2+b1) ...
00:00:36.775 E: Setting up procps (2:4.0.4-5) ...
00:00:36.804 E: Setting up libtasn1-6:amd64 (4.19.0-3+b2) ...
00:00:36.822 E: Setting up netbase (6.4) ...
00:00:36.837 E: Setting up libwtmpdb0:amd64 (0.13.0-1) ...
00:00:36.841 E: Setting up isc-dhcp-common (4.4.3-P1-5) ...
00:00:36.846 E: Setting up libkrb5-3:amd64 (1.21.3-3) ...
00:00:36.851 E: Setting up libperl5.38t64:amd64 (5.38.2-5) ...
00:00:36.855 E: Setting up dmidecode (3.6-1) ...
00:00:36.860 E: Setting up dbus-system-bus-common (1.14.10-4) ...
00:00:36.988 E: Setting up libfido2-1:amd64 (1.15.0-1) ...
00:00:36.993 E: Setting up openssl (3.3.1-2) ...
00:00:37.002 E: Setting up libjson-c5:amd64 (0.17-1+b1) ...
00:00:37.007 E: Setting up readline-common (8.2-4) ...
00:00:37.016 E: Setting up libstdc++6:amd64 (14.2.0-1) ...
00:00:37.020 E: Setting up dbus-bin (1.14.10-4+b1) ...
00:00:37.024 E: Setting up liblocale-gettext-perl (1.07-7) ...
00:00:37.028 E: Setting up libbpf1:amd64 (1:1.4.5-1) ...
00:00:37.032 E: Setting up util-linux-extra (2.40.2-2) ...
00:00:37.036 E: Setting up libkmod2:amd64 (32+20240611-1) ...
00:00:37.042 E: Setting up libpopt0:amd64 (1.19+dfsg-1+b1) ...
00:00:37.046 E: Setting up ncurses-term (6.5-2) ...
00:00:37.050 E: Setting up logrotate (3.22.0-1) ...
00:00:37.267 E: Created symlink '/etc/systemd/system/timers.target.wants/logrotate.timer' → '/usr/lib/systemd/system/logrotate.timer'.
00:00:37.272 E: Setting up libnewt0.52:amd64 (0.52.24-2+b1) ...
00:00:37.277 E: Setting up libicu72:amd64 (72.1-5) ...
00:00:37.282 E: Setting up liblz4-1:amd64 (1.9.4-3) ...
00:00:37.286 E: Setting up libpam-wtmpdb:amd64 (0.13.0-1) ...
00:00:37.518 E: Setting up cron (3.0pl1-189) ...
00:00:37.557 E: Running in chroot, ignoring request.
00:00:37.565 E: invoke-rc.d: policy-rc.d denied execution of start.
00:00:37.784 E: Created symlink '/etc/systemd/system/multi-user.target.wants/cron.service' → '/usr/lib/systemd/system/cron.service'.
00:00:37.789 E: Setting up inetutils-telnet (2:2.5-5) ...
00:00:37.795 E: update-alternatives: using /usr/bin/inetutils-telnet to provide /usr/bin/telnet (telnet) in auto mode
00:00:37.799 E: Setting up debconf-i18n (1.5.87) ...
00:00:37.803 E: Setting up libnftnl11:amd64 (1.2.7-1) ...
00:00:37.807 E: Setting up e2fsprogs (1.47.1-1) ...
00:00:38.026 E: Created symlink '/etc/systemd/system/timers.target.wants/e2scrub_all.timer' → '/usr/lib/systemd/system/e2scrub_all.timer'.
00:00:38.236 E: Created symlink '/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service' → '/usr/lib/systemd/system/e2scrub_reap.service'.
00:00:38.241 E: Setting up libidn2-0:amd64 (2.3.7-2) ...
00:00:38.245 E: Setting up dbus-daemon (1.14.10-4+b1) ...
00:00:38.267 E: Setting up libjemalloc2:amd64 (5.3.0-2+b1) ...
00:00:38.275 E: Setting up vim-tiny (2:9.1.0496-1+b1) ...
00:00:38.286 E: update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/ex (ex) in auto mode
00:00:38.292 E: update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/rview (rview) in auto mode
00:00:38.297 E: update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/vi (vi) in auto mode
00:00:38.301 E: update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/view (view) in auto mode
00:00:38.309 E: Setting up kmod (32+20240611-1) ...
00:00:38.318 E: sed: can't read /etc/modules: No such file or directory
00:00:38.342 E: Setting up ca-certificates (20240203) ...
00:00:39.312 E: Updating certificates in /etc/ssl/certs...
00:00:40.459 E: 146 added, 0 removed; done.
00:00:40.492 E: Setting up perl (5.38.2-5) ...
00:00:40.509 E: Setting up dbus (1.14.10-4+b1) ...
00:00:40.550 E: Running in chroot, ignoring request.
00:00:40.556 E: invoke-rc.d: policy-rc.d denied execution of start.
00:00:40.560 E: Setting up wtmpdb (0.13.0-1) ...
00:00:40.788 E: Created symlink '/etc/systemd/system/timers.target.wants/wtmpdb-rotate.timer' → '/usr/lib/systemd/system/wtmpdb-rotate.timer'.
00:00:41.002 E: Created symlink '/etc/systemd/system/default.target.wants/wtmpdb-update-boot.service' → '/usr/lib/systemd/system/wtmpdb-update-boot.service'.
00:00:41.007 E: Setting up libp11-kit0:amd64 (0.25.5-2) ...
00:00:41.011 E: Setting up libgssapi-krb5-2:amd64 (1.21.3-3) ...
00:00:41.018 E: Setting up udev (256.4-2) ...
00:00:41.582 E: Creating group 'input' with GID 995.
00:00:41.586 E: Creating group 'sgx' with GID 994.
00:00:41.591 E: Creating group 'kvm' with GID 993.
00:00:41.595 E: Creating group 'render' with GID 992.
00:00:41.606 E: Setting up ucf (3.0043+nmu1) ...
00:00:41.757 E: Setting up pciutils (1:3.13.0-1) ...
00:00:41.768 E: Setting up libreadline8t64:amd64 (8.2-4) ...
00:00:41.773 E: Setting up whiptail (0.52.24-2+b1) ...
00:00:41.777 E: Setting up libuchardet0:amd64 (0.0.8-1+b1) ...
00:00:41.782 E: Setting up libpam-systemd:amd64 (256.4-2) ...
00:00:42.007 E: Setting up libapt-pkg6.0t64:amd64 (2.9.7) ...
00:00:42.012 E: Setting up iputils-ping (3:20240117-1) ...
00:00:42.035 E: Setting up libxml2:amd64 (2.12.7+dfsg-3+b1) ...
00:00:42.039 E: Setting up libgnutls30t64:amd64 (3.8.6-2) ...
00:00:42.044 E: Setting up apt (2.9.7) ...
00:00:42.300 E: Created symlink '/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer' → '/usr/lib/systemd/system/apt-daily-upgrade.timer'.
00:00:42.511 E: Created symlink '/etc/systemd/system/timers.target.wants/apt-daily.timer' → '/usr/lib/systemd/system/apt-daily.timer'.
00:00:42.516 E: Setting up libnftables1:amd64 (1.1.0-2) ...
00:00:42.521 E: Setting up apt-utils (2.9.7) ...
00:00:42.526 E: Setting up nftables (1.1.0-2) ...
00:00:42.669 E: Setting up libpython3.12-stdlib:amd64 (3.12.4-3) ...
00:00:42.673 E: Setting up bind9-libs:amd64 (1:9.20.0-2) ...
00:00:42.677 E: Setting up libtirpc3t64:amd64 (1.3.4+ds-1.3) ...
00:00:42.681 E: Setting up iproute2 (6.10.0-1) ...
00:00:42.892 E: Setting up openssh-client (1:9.8p1-2) ...
00:00:43.014 E: Setting up python3.12 (3.12.4-3) ...
00:00:44.766 E: Setting up libpsl5t64:amd64 (0.21.2-1.1) ...
00:00:44.772 E: Setting up isc-dhcp-client (4.4.3-P1-5) ...
00:00:44.804 E: Setting up fdisk (2.40.2-2) ...
00:00:44.808 E: Setting up ifupdown (0.8.43) ...
00:00:44.905 E: Creating /etc/network/interfaces.
00:00:45.139 E: Created symlink '/etc/systemd/system/multi-user.target.wants/networking.service' → '/usr/lib/systemd/system/networking.service'.
00:00:45.143 E: Created symlink '/etc/systemd/system/network-online.target.wants/networking.service' → '/usr/lib/systemd/system/networking.service'.
00:00:45.277 E: Setting up lsof (4.95.0-1.1) ...
00:00:45.281 E: Setting up groff-base (1.23.0-5) ...
00:00:45.287 E: Setting up bind9-host (1:9.20.0-2) ...
00:00:45.291 E: Setting up libpython3-stdlib:amd64 (3.12.4-1) ...
00:00:45.295 E: Setting up wget (1.24.5-2+b1) ...
00:00:45.311 E: Setting up python3 (3.12.4-1) ...
00:00:45.771 E: Setting up man-db (2.12.1-2) ...
00:00:45.927 E: Building database of manual pages ...
00:00:47.074 E: Created symlink '/etc/systemd/system/timers.target.wants/man-db.timer' → '/usr/lib/systemd/system/man-db.timer'.
00:00:47.098 E: Setting up python3-certifi (2024.6.2-1) ...
00:00:47.278 E: Setting up python3-idna (3.6-2.1) ...
00:00:47.650 E: Setting up python3-urllib3 (2.0.7-2) ...
00:00:47.918 E: Setting up bind9-dnsutils (1:9.20.0-2) ...
00:00:47.922 E: Setting up python3-pkg-resources (70.3.0-2) ...
00:00:48.288 E: Setting up python3-debianbts (4.1.1) ...
00:00:48.446 E: Setting up python3-apt (2.9.0+b1) ...
00:00:48.679 E: Setting up python3-charset-normalizer (3.3.2-2) ...
00:00:48.868 E: Setting up python3-debconf (1.5.87) ...
00:00:49.012 E: Setting up python3-chardet (5.2.0+dfsg-1) ...
00:00:49.585 E: Setting up python3-debian (0.1.49) ...
00:00:49.862 E: Setting up python3-requests (2.32.3+dfsg-1) ...
00:00:50.062 E: Setting up apt-listchanges (3.27) ...
00:00:50.483 E: 
00:00:50.487 E: Creating config file /etc/apt/listchanges.conf with new version
00:00:50.696 E: Setting up python3-reportbug (13.0.1) ...
00:00:50.959 E: Setting up reportbug (13.0.1) ...
00:00:50.964 E: Setting up tasksel (3.75) ...
00:00:51.124 E: Setting up tasksel-data (3.75) ...
00:00:51.133 E: Processing triggers for libc-bin (2.39-6) ...
00:00:51.147 E: Processing triggers for systemd (256.4-2) ...
00:00:51.151 E: Processing triggers for ca-certificates (20240203) ...
00:00:51.158 E: Updating certificates in /etc/ssl/certs...
00:00:52.049 E: 0 added, 0 removed; done.
00:00:52.054 E: Running hooks in /etc/ca-certificates/update.d...
00:00:52.058 E: done.
00:00:52.242 E: I: cleaning package lists and apt cache...
00:00:52.295 E: Reading package lists...
00:00:52.380 E: I: creating tarball...
00:00:55.205 E: I: done
00:00:55.477 E: I: removing tempdir /tmp/mmdebstrap.4oLua9dE0n...
00:00:56.273 E: I: success in 55.9526 seconds
00:00:56.280 E: + cmp ./cache/mmdebstrap-unstable-standard.tar /tmp/debian-chroot.tar
00:01:04.609 E: + rm -f /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:15
result: SUCCESS
------------------------------------------------------------------------------
(180/280) debug
dist: unstable
mode: auto
variant: standard
format: auto
time left: 1:21:25
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.016 E: + trap rm -f /tmp/debian-chroot.tar EXIT INT TERM
00:00:00.020 E: + :
00:00:00.023 E: + mmdebstrap --variant=standard --debug unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.440 E: I: 553 4938 automatically chosen mode: root
00:00:00.448 E: D: 553 5077 Native architecture (outside): amd64
00:00:00.452 E: D: 553 5078 Native architecture (inside): amd64
00:00:00.455 E: D: 553 5080 Foreign architectures (inside): 
00:00:00.459 E: I: 553 5241 chroot architecture amd64 is equal to the host's architecture
00:00:00.464 E: D: 553 4222 suite hirsute with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.467 E: D: 553 4222 suite artful with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.471 E: D: 553 4222 suite bionic with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.475 E: D: 553 4222 suite zesty with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.478 E: D: 553 4222 suite focal with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.482 E: D: 553 4222 suite intrepid with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.485 E: D: 553 4222 suite gutsy with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.488 E: D: 553 4222 suite warty with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.492 E: D: 553 4222 suite maverick with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.496 E: D: 553 4222 suite cosmic with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.499 E: D: 553 4222 suite impish with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.503 E: D: 553 4222 suite mantic with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.507 E: D: 553 4222 suite quantal with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.510 E: D: 553 4222 suite noble with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.514 E: D: 553 4222 suite precise with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.517 E: D: 553 4222 suite wily with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.521 E: D: 553 4222 suite jammy with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.524 E: D: 553 4222 suite groovy with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.528 E: D: 553 4222 suite kinetic with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.531 E: D: 553 4222 suite edgy with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.535 E: D: 553 4222 suite hardy with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.538 E: D: 553 4222 suite eoan with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.542 E: D: 553 4222 suite xenial with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.545 E: D: 553 4222 suite disco with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.548 E: D: 553 4222 suite saucy with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.552 E: D: 553 4222 suite utopic with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.555 E: D: 553 4222 suite hoary with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.559 E: D: 553 4222 suite natty with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.562 E: D: 553 4222 suite feisty with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.566 E: D: 553 4222 suite yakkety with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.570 E: D: 553 4222 suite dapper with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.573 E: D: 553 4222 suite karmic with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.576 E: D: 553 4222 suite raring with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.580 E: D: 553 4222 suite lunar with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.584 E: D: 553 4222 suite jaunty with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.587 E: D: 553 4222 suite breezy with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.591 E: D: 553 4222 suite vivid with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.595 E: D: 553 4222 suite oneiric with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.599 E: D: 553 4222 suite lucid with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.602 E: D: 553 4222 suite oracular with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.606 E: D: 553 4222 suite trusty with keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
00:00:00.610 E: D: 553 4222 suite slink with keyring /usr/share/keyrings/debian-archive-removed-keys.gpg
00:00:00.613 E: D: 553 4222 suite jessie-kfreebsd with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.617 E: D: 553 4222 suite bo with keyring /usr/share/keyrings/debian-archive-removed-keys.gpg
00:00:00.620 E: D: 553 4222 suite oldoldstable with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.624 E: D: 553 4222 suite bookworm with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.627 E: D: 553 4222 suite hamm with keyring /usr/share/keyrings/debian-archive-removed-keys.gpg
00:00:00.631 E: D: 553 4222 suite buzz with keyring /usr/share/keyrings/debian-archive-removed-keys.gpg
00:00:00.635 E: D: 553 4222 suite trixie with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.638 E: D: 553 4222 suite beowulf with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.642 E: D: 553 4222 suite etch with keyring /usr/share/keyrings/debian-archive-removed-keys.gpg
00:00:00.645 E: D: 553 4222 suite ceres with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.649 E: D: 553 4222 suite ascii with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.652 E: D: 553 4222 suite testing with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.656 E: D: 553 4222 suite forky with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.660 E: D: 553 4222 suite stretch with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.663 E: D: 553 4222 suite sarge with keyring /usr/share/keyrings/debian-archive-removed-keys.gpg
00:00:00.667 E: D: 553 4222 suite lenny with keyring /usr/share/keyrings/debian-archive-removed-keys.gpg
00:00:00.670 E: D: 553 4222 suite potato with keyring /usr/share/keyrings/debian-archive-removed-keys.gpg
00:00:00.674 E: D: 553 4222 suite woody with keyring /usr/share/keyrings/debian-archive-removed-keys.gpg
00:00:00.677 E: D: 553 4222 suite sid with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.680 E: D: 553 4222 suite buster with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.685 E: D: 553 4222 suite unstable with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.688 E: D: 553 4222 suite experimental with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.692 E: D: 553 4222 suite jessie with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.696 E: D: 553 4222 suite wheezy with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.700 E: D: 553 4222 suite stable with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.703 E: D: 553 4222 suite rex with keyring /usr/share/keyrings/debian-archive-removed-keys.gpg
00:00:00.707 E: D: 553 4222 suite oldstable with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.710 E: D: 553 4222 suite bullseye with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.714 E: D: 553 4222 suite squeeze with keyring /usr/share/keyrings/debian-archive-keyring.gpg
00:00:00.718 E: D: 553 4222 suite chromodoris with keyring /usr/share/keyrings/tanglu-archive-keyring.gpg
00:00:00.723 E: D: 553 4222 suite aequorea with keyring /usr/share/keyrings/tanglu-archive-keyring.gpg
00:00:00.732 E: D: 553 4222 suite bartholomea with keyring /usr/share/keyrings/tanglu-archive-keyring.gpg
00:00:00.736 E: D: 553 4222 suite dasyatis with keyring /usr/share/keyrings/tanglu-archive-keyring.gpg
00:00:00.740 E: D: 553 4222 suite kali-rolling with keyring /usr/share/keyrings/kali-archive-keyring.gpg
00:00:00.744 E: D: 553 4222 suite kali-bleeding-edge with keyring /usr/share/keyrings/kali-archive-keyring.gpg
00:00:00.748 E: D: 553 4222 suite kali-dev with keyring /usr/share/keyrings/kali-archive-keyring.gpg
00:00:00.751 E: D: 553 4222 suite kali-last-snapshot with keyring /usr/share/keyrings/kali-archive-keyring.gpg
00:00:00.755 E: I: 553 5394 finding correct signed-by value...
00:00:00.759 E: D: 553 5572 sources list entries:
00:00:00.762 E: D: 553 5577 type: one-line
00:00:00.766 E: D: 553 5578 content:
00:00:00.769 E: D: 553 5580   deb http://127.0.0.1/debian unstable main
00:00:00.773 E: I: 553 5716 automatically chosen format: tar
00:00:00.776 E: I: 553 5781 using /tmp/mmdebstrap.hjVB0Z6t8s as tempdir
00:00:00.780 E: D: 553 6171 starting to listen for hooks
00:00:00.784 E: D: 683 1856 aptopts: 
00:00:00.787 E: D: 683 1856 apttrusted: /etc/apt/trusted.gpg
00:00:00.790 E: D: 683 1856 apttrustedparts: /etc/apt/trusted.gpg.d/
00:00:00.794 E: D: 683 1856 architectures: [amd64]
00:00:00.814 E: D: 683 1856 canmount: 1
00:00:00.822 E: D: 683 1856 components: [main]
00:00:00.826 E: D: 683 1856 customize_hook: []
00:00:00.829 E: D: 683 1856 dpkgopts: 
00:00:00.833 E: D: 683 1856 dryrun: 0
00:00:00.837 E: D: 683 1856 essential_hook: []
00:00:00.840 E: D: 683 1856 extract_hook: []
00:00:00.844 E: D: 683 1856 foreignarchs: []
00:00:00.847 E: D: 683 1856 format: tar
00:00:00.851 E: D: 683 1856 havemknod: 1
00:00:00.854 E: D: 683 1856 hooksock: GLOB
00:00:00.858 E: D: 683 1856 include: []
00:00:00.861 E: D: 683 1856 mode: root
00:00:00.865 E: D: 683 1856 nativearch: amd64
00:00:00.869 E: D: 683 1856 noop: []
00:00:00.872 E: D: 683 1856 root: /tmp/mmdebstrap.hjVB0Z6t8s
00:00:00.876 E: D: 683 1856 setup_hook: []
00:00:00.881 E: D: 683 1856 skip: []
00:00:00.885 E: D: 683 1856 sourceslists: [HASH(0x558faf3eb680)]
00:00:00.888 E: D: 683 1856 suite: unstable
00:00:00.892 E: D: 683 1856 target: /tmp/debian-chroot.tar
00:00:00.896 E: D: 683 1856 variant: standard
00:00:00.900 E: D: 685 3715 listener: reading next command
00:00:00.903 E: apt 2.9.7 (amd64)
00:00:00.907 E: Supported modules:
00:00:00.912 E: *Ver: Standard .deb
00:00:00.915 E: *Pkg:  Debian dpkg interface (Priority 30)
00:00:00.919 E:  Pkg:  Debian APT solver interface (Priority -1000)
00:00:00.922 E:  Pkg:  Debian APT planner interface (Priority -1000)
00:00:00.926 E:  S.L: 'deb' Debian binary tree
00:00:00.930 E:  S.L: 'deb-src' Debian source tree
00:00:00.933 E:  Idx: Debian Source Index
00:00:00.937 E:  Idx: Debian Package Index
00:00:00.940 E:  Idx: Debian Translation Index
00:00:00.944 E:  Idx: Debian dpkg status file
00:00:00.947 E:  Idx: Debian deb file
00:00:00.951 E:  Idx: Debian dsc file
00:00:00.954 E:  Idx: Debian control file
00:00:00.958 E:  Idx: EDSP scenario file
00:00:00.961 E:  Idx: EIPP scenario file
00:00:00.965 E: APT "";
00:00:00.970 E: APT::Architecture "amd64";
00:00:00.973 E: APT::Build-Essential "";
00:00:00.977 E: APT::Build-Essential:: "build-essential";
00:00:00.981 E: APT::Install-Recommends "false";
00:00:00.984 E: APT::Install-Suggests "0";
00:00:00.988 E: APT::Key "";
00:00:00.991 E: APT::Key::Assert-Pubkey-Algo ">=rsa2048,ed25519,ed448,nistp256,nistp384,nistp512,brainpoolP256r1,brainpoolP320r1,brainpoolP384r1,brainpoolP512r1,secp256k1";
00:00:00.995 E: APT::Key::Assert-Pubkey-Algo::Next ">=rsa2048,ed25519,ed448,nistp256,nistp384,nistp512";
00:00:00.999 E: APT::Key::Assert-Pubkey-Algo::Future ">=rsa3072,ed25519,ed448";
00:00:01.002 E: APT::Sandbox "";
00:00:01.006 E: APT::Sandbox::User "_apt";
00:00:01.009 E: APT::Architectures "";
00:00:01.013 E: APT::Architectures:: "amd64";
00:00:01.017 E: APT::Compressor "";
00:00:01.020 E: APT::Compressor::. "";
00:00:01.024 E: APT::Compressor::.::Name ".";
00:00:01.027 E: APT::Compressor::.::Extension "";
00:00:01.031 E: APT::Compressor::.::Binary "";
00:00:01.035 E: APT::Compressor::.::Cost "0";
00:00:01.038 E: APT::Compressor::zstd "";
00:00:01.042 E: APT::Compressor::zstd::Name "zstd";
00:00:01.045 E: APT::Compressor::zstd::Extension ".zst";
00:00:01.049 E: APT::Compressor::zstd::Binary "false";
00:00:01.052 E: APT::Compressor::zstd::Cost "60";
00:00:01.055 E: APT::Compressor::lz4 "";
00:00:01.059 E: APT::Compressor::lz4::Name "lz4";
00:00:01.063 E: APT::Compressor::lz4::Extension ".lz4";
00:00:01.066 E: APT::Compressor::lz4::Binary "false";
00:00:01.070 E: APT::Compressor::lz4::Cost "50";
00:00:01.074 E: APT::Compressor::gzip "";
00:00:01.078 E: APT::Compressor::gzip::Name "gzip";
00:00:01.082 E: APT::Compressor::gzip::Extension ".gz";
00:00:01.086 E: APT::Compressor::gzip::Binary "gzip";
00:00:01.090 E: APT::Compressor::gzip::Cost "100";
00:00:01.093 E: APT::Compressor::gzip::CompressArg "";
00:00:01.096 E: APT::Compressor::gzip::CompressArg:: "-6n";
00:00:01.100 E: APT::Compressor::gzip::UncompressArg "";
00:00:01.103 E: APT::Compressor::gzip::UncompressArg:: "-d";
00:00:01.107 E: APT::Compressor::xz "";
00:00:01.110 E: APT::Compressor::xz::Name "xz";
00:00:01.114 E: APT::Compressor::xz::Extension ".xz";
00:00:01.117 E: APT::Compressor::xz::Binary "xz";
00:00:01.121 E: APT::Compressor::xz::Cost "200";
00:00:01.125 E: APT::Compressor::xz::CompressArg "";
00:00:01.128 E: APT::Compressor::xz::CompressArg:: "-6";
00:00:01.132 E: APT::Compressor::xz::UncompressArg "";
00:00:01.135 E: APT::Compressor::xz::UncompressArg:: "-d";
00:00:01.138 E: APT::Compressor::bzip2 "";
00:00:01.142 E: APT::Compressor::bzip2::Name "bzip2";
00:00:01.146 E: APT::Compressor::bzip2::Extension ".bz2";
00:00:01.150 E: APT::Compressor::bzip2::Binary "bzip2";
00:00:01.154 E: APT::Compressor::bzip2::Cost "300";
00:00:01.157 E: APT::Compressor::bzip2::CompressArg "";
00:00:01.160 E: APT::Compressor::bzip2::CompressArg:: "-6";
00:00:01.164 E: APT::Compressor::bzip2::UncompressArg "";
00:00:01.167 E: APT::Compressor::bzip2::UncompressArg:: "-d";
00:00:01.171 E: APT::Compressor::lzma "";
00:00:01.174 E: APT::Compressor::lzma::Name "lzma";
00:00:01.177 E: APT::Compressor::lzma::Extension ".lzma";
00:00:01.181 E: APT::Compressor::lzma::Binary "xz";
00:00:01.184 E: APT::Compressor::lzma::Cost "400";
00:00:01.188 E: APT::Compressor::lzma::CompressArg "";
00:00:01.191 E: APT::Compressor::lzma::CompressArg:: "--format=lzma";
00:00:01.195 E: APT::Compressor::lzma::CompressArg:: "-6";
00:00:01.206 E: APT::Compressor::lzma::UncompressArg "";
00:00:01.211 E: APT::Compressor::lzma::UncompressArg:: "--format=lzma";
00:00:01.215 E: APT::Compressor::lzma::UncompressArg:: "-d";
00:00:01.218 E: Dir "/tmp/mmdebstrap.hjVB0Z6t8s";
00:00:01.221 E: Dir::State "var/lib/apt";
00:00:01.225 E: Dir::State::lists "lists/";
00:00:01.228 E: Dir::State::cdroms "cdroms.list";
00:00:01.232 E: Dir::State::Status "/tmp/mmdebstrap.hjVB0Z6t8s/var/lib/dpkg/status";
00:00:01.235 E: Dir::State::extended_states "extended_states";
00:00:01.239 E: Dir::Cache "var/cache/apt";
00:00:01.242 E: Dir::Cache::archives "archives/";
00:00:01.246 E: Dir::Cache::srcpkgcache "srcpkgcache.bin";
00:00:01.249 E: Dir::Cache::pkgcache "pkgcache.bin";
00:00:01.253 E: Dir::Etc "etc/apt";
00:00:01.256 E: Dir::Etc::sourcelist "sources.list";
00:00:01.259 E: Dir::Etc::sourceparts "sources.list.d";
00:00:01.262 E: Dir::Etc::main "apt.conf";
00:00:01.266 E: Dir::Etc::netrc "auth.conf";
00:00:01.270 E: Dir::Etc::netrcparts "auth.conf.d";
00:00:01.274 E: Dir::Etc::parts "apt.conf.d";
00:00:01.277 E: Dir::Etc::preferences "preferences";
00:00:01.281 E: Dir::Etc::preferencesparts "preferences.d";
00:00:01.285 E: Dir::Etc::trusted "/etc/apt/trusted.gpg";
00:00:01.288 E: Dir::Etc::trustedparts "/etc/apt/trusted.gpg.d/";
00:00:01.291 E: Dir::Boot "boot";
00:00:01.295 E: Dir::Usr "usr";
00:00:01.298 E: Dir::Bin "";
00:00:01.302 E: Dir::Bin::methods "/usr/lib/apt/methods";
00:00:01.305 E: Dir::Bin::solvers "";
00:00:01.308 E: Dir::Bin::solvers:: "/usr/lib/apt/solvers";
00:00:01.312 E: Dir::Bin::planners "";
00:00:01.316 E: Dir::Bin::planners:: "/usr/lib/apt/planners";
00:00:01.319 E: Dir::Bin::dpkg "/usr/bin/dpkg";
00:00:01.323 E: Dir::Bin::gzip "/bin/gzip";
00:00:01.326 E: Dir::Bin::bzip2 "/bin/bzip2";
00:00:01.329 E: Dir::Bin::xz "/usr/bin/xz";
00:00:01.333 E: Dir::Bin::lz4 "/usr/bin/lz4";
00:00:01.337 E: Dir::Bin::zstd "/usr/bin/zstd";
00:00:01.340 E: Dir::Bin::lzma "/usr/bin/xz";
00:00:01.343 E: Dir::Media "";
00:00:01.346 E: Dir::Media::MountPath "/media/apt";
00:00:01.350 E: Dir::Log "var/log/apt";
00:00:01.353 E: Dir::Log::Terminal "term.log";
00:00:01.357 E: Dir::Log::History "history.log";
00:00:01.361 E: Dir::Log::Planner "eipp.log.xz";
00:00:01.365 E: Dir::Ignore-Files-Silently "";
00:00:01.368 E: Dir::Ignore-Files-Silently:: "~$";
00:00:01.373 E: Dir::Ignore-Files-Silently:: "\.disabled$";
00:00:01.376 E: Dir::Ignore-Files-Silently:: "\.bak$";
00:00:01.380 E: Dir::Ignore-Files-Silently:: "\.dpkg-[a-z]+$";
00:00:01.384 E: Dir::Ignore-Files-Silently:: "\.ucf-[a-z]+$";
00:00:01.387 E: Dir::Ignore-Files-Silently:: "\.save$";
00:00:01.390 E: Dir::Ignore-Files-Silently:: "\.orig$";
00:00:01.394 E: Dir::Ignore-Files-Silently:: "\.distUpgrade$";
00:00:01.397 E: Acquire "";
00:00:01.401 E: Acquire::AllowInsecureRepositories "0";
00:00:01.404 E: Acquire::AllowWeakRepositories "0";
00:00:01.408 E: Acquire::AllowDowngradeToInsecureRepositories "0";
00:00:01.411 E: Acquire::cdrom "";
00:00:01.415 E: Acquire::cdrom::mount "/media/cdrom/";
00:00:01.418 E: Acquire::IndexTargets "";
00:00:01.422 E: Acquire::IndexTargets::deb "";
00:00:01.425 E: Acquire::IndexTargets::deb::Packages "";
00:00:01.428 E: Acquire::IndexTargets::deb::Packages::MetaKey "$(COMPONENT)/binary-$(ARCHITECTURE)/Packages";
00:00:01.432 E: Acquire::IndexTargets::deb::Packages::flatMetaKey "Packages";
00:00:01.435 E: Acquire::IndexTargets::deb::Packages::ShortDescription "Packages";
00:00:01.439 E: Acquire::IndexTargets::deb::Packages::Description "$(RELEASE)/$(COMPONENT) $(ARCHITECTURE) Packages";
00:00:01.442 E: Acquire::IndexTargets::deb::Packages::flatDescription "$(RELEASE) Packages";
00:00:01.446 E: Acquire::IndexTargets::deb::Packages::Optional "0";
00:00:01.449 E: Acquire::IndexTargets::deb::Translations "";
00:00:01.452 E: Acquire::IndexTargets::deb::Translations::MetaKey "$(COMPONENT)/i18n/Translation-$(LANGUAGE)";
00:00:01.456 E: Acquire::IndexTargets::deb::Translations::flatMetaKey "$(LANGUAGE)";
00:00:01.459 E: Acquire::IndexTargets::deb::Translations::ShortDescription "Translation-$(LANGUAGE)";
00:00:01.463 E: Acquire::IndexTargets::deb::Translations::Description "$(RELEASE)/$(COMPONENT) Translation-$(LANGUAGE)";
00:00:01.466 E: Acquire::IndexTargets::deb::Translations::flatDescription "$(RELEASE) Translation-$(LANGUAGE)";
00:00:01.470 E: Acquire::IndexTargets::deb-src "";
00:00:01.473 E: Acquire::IndexTargets::deb-src::Sources "";
00:00:01.477 E: Acquire::IndexTargets::deb-src::Sources::MetaKey "$(COMPONENT)/source/Sources";
00:00:01.480 E: Acquire::IndexTargets::deb-src::Sources::flatMetaKey "Sources";
00:00:01.484 E: Acquire::IndexTargets::deb-src::Sources::ShortDescription "Sources";
00:00:01.487 E: Acquire::IndexTargets::deb-src::Sources::Description "$(RELEASE)/$(COMPONENT) Sources";
00:00:01.491 E: Acquire::IndexTargets::deb-src::Sources::flatDescription "$(RELEASE) Sources";
00:00:01.494 E: Acquire::IndexTargets::deb-src::Sources::Optional "0";
00:00:01.497 E: Acquire::Changelogs "";
00:00:01.501 E: Acquire::Changelogs::URI "";
00:00:01.504 E: Acquire::Changelogs::URI::Origin "";
00:00:01.508 E: Acquire::Changelogs::URI::Origin::Debian "https://metadata.ftp-master.debian.org/changelogs/@CHANGEPATH@_changelog";
00:00:01.512 E: Acquire::Changelogs::URI::Origin::Ubuntu "https://changelogs.ubuntu.com/changelogs/pool/@CHANGEPATH@/changelog";
00:00:01.515 E: Acquire::Changelogs::AlwaysOnline "";
00:00:01.518 E: Acquire::Changelogs::AlwaysOnline::Origin "";
00:00:01.521 E: Acquire::Changelogs::AlwaysOnline::Origin::Ubuntu "1";
00:00:01.525 E: Acquire::Snapshots "";
00:00:01.529 E: Acquire::Snapshots::URI "";
00:00:01.532 E: Acquire::Snapshots::URI::Origin "";
00:00:01.538 E: Acquire::Snapshots::URI::Origin::Debian "https://snapshot.debian.org/archive/debian/@SNAPSHOTID@/";
00:00:01.542 E: Acquire::Snapshots::URI::Origin::Ubuntu "https://snapshot.ubuntu.com/ubuntu/@SNAPSHOTID@/";
00:00:01.545 E: Acquire::Snapshots::URI::Override "";
00:00:01.549 E: Acquire::Snapshots::URI::Override::Label "";
00:00:01.552 E: Acquire::Snapshots::URI::Override::Label::Debian-Security "https://snapshot.debian.org/archive/debian-security/@SNAPSHOTID@/";
00:00:01.556 E: Acquire::Snapshots::URI::Host "";
00:00:01.559 E: Acquire::Snapshots::URI::Host::archive.ubuntu.com "https://snapshot.ubuntu.com/@PATH@/@SNAPSHOTID@/";
00:00:01.563 E: Acquire::Snapshots::URI::Host::deb.debian.org "https://snapshot.debian.org/archive/@PATH@/@SNAPSHOTID@/";
00:00:01.567 E: Acquire::Snapshots::URI::Host::.archive.ubuntu.com "https://snapshot.ubuntu.com/@PATH@/@SNAPSHOTID@/";
00:00:01.571 E: Acquire::Snapshots::URI::Host::security.ubuntu.com "https://snapshot.ubuntu.com/@PATH@/@SNAPSHOTID@/";
00:00:01.575 E: Acquire::Snapshots::URI::Host::ppa.launchpadcontent.net "https://snapshot.ppa.launchpadcontent.net/@PATH@/@SNAPSHOTID@/";
00:00:01.579 E: Acquire::Snapshots::URI::Host::ppa.launchpad.net "https://snapshot.ppa.launchpadcontent.net/@PATH@/@SNAPSHOTID@/";
00:00:01.583 E: Acquire::Languages "";
00:00:01.587 E: Acquire::Languages:: "none";
00:00:01.591 E: Acquire::CompressionTypes "";
00:00:01.595 E: Acquire::CompressionTypes::xz "xz";
00:00:01.600 E: Acquire::CompressionTypes::bz2 "bzip2";
00:00:01.604 E: Acquire::CompressionTypes::lzma "lzma";
00:00:01.608 E: Acquire::CompressionTypes::gz "gzip";
00:00:01.612 E: Acquire::CompressionTypes::lz4 "lz4";
00:00:01.616 E: Acquire::CompressionTypes::zst "zstd";
00:00:01.620 E: DPkg "";
00:00:01.623 E: DPkg::Path "/usr/sbin:/usr/bin:/sbin:/bin";
00:00:01.628 E: DPkg::Chroot-Directory "/tmp/mmdebstrap.hjVB0Z6t8s";
00:00:01.632 E: pkgCacheGen "";
00:00:01.636 E: pkgCacheGen::ForceEssential ",";
00:00:01.640 E: Binary "apt-config";
00:00:01.643 E: Binary::apt-cdrom "";
00:00:01.647 E: Binary::apt-cdrom::APT "";
00:00:01.651 E: Binary::apt-cdrom::APT::Internal "";
00:00:01.655 E: Binary::apt-cdrom::APT::Internal::OpProgress "";
00:00:01.659 E: Binary::apt-cdrom::APT::Internal::OpProgress::EraseLines "0";
00:00:01.663 E: Binary::apt "";
00:00:01.667 E: Binary::apt::APT "";
00:00:01.671 E: Binary::apt::APT::Color "1";
00:00:01.674 E: Binary::apt::APT::Output-Version "30";
00:00:01.680 E: Binary::apt::APT::Cache "";
00:00:01.684 E: Binary::apt::APT::Cache::Show "";
00:00:01.688 E: Binary::apt::APT::Cache::Show::Version "2";
00:00:01.692 E: Binary::apt::APT::Cache::AllVersions "0";
00:00:01.695 E: Binary::apt::APT::Cache::ShowVirtuals "1";
00:00:01.699 E: Binary::apt::APT::Cache::Search "";
00:00:01.703 E: Binary::apt::APT::Cache::Search::Version "2";
00:00:01.706 E: Binary::apt::APT::Cache::ShowDependencyType "1";
00:00:01.710 E: Binary::apt::APT::Cache::ShowVersion "1";
00:00:01.713 E: Binary::apt::APT::Get "";
00:00:01.717 E: Binary::apt::APT::Get::Upgrade-Allow-New "1";
00:00:01.720 E: Binary::apt::APT::Get::Update "";
00:00:01.724 E: Binary::apt::APT::Get::Update::InteractiveReleaseInfoChanges "1";
00:00:01.727 E: Binary::apt::APT::Cmd "";
00:00:01.731 E: Binary::apt::APT::Cmd::Show-Update-Stats "1";
00:00:01.735 E: Binary::apt::APT::Cmd::Pattern-Only "1";
00:00:01.738 E: Binary::apt::APT::Keep-Downloaded-Packages "0";
00:00:01.742 E: Binary::apt::DPkg "";
00:00:01.745 E: Binary::apt::DPkg::Progress-Fancy "1";
00:00:01.749 E: Binary::apt::DPkg::Lock "";
00:00:01.752 E: Binary::apt::DPkg::Lock::Timeout "120";
00:00:01.756 E: CommandLine "";
00:00:01.759 E: CommandLine::AsString "apt-config dump";
00:00:01.762 E: D: 683 2324 content of /tmp/mmdebstrap.hjVB0Z6t8s/tmp/mmdebstrap.apt.conf.rJZn9kV9ZtXQ:
00:00:01.766 E: Apt::Architecture "amd64";
00:00:01.769 E: Apt::Architectures "amd64";
00:00:01.772 E: Dir "/tmp/mmdebstrap.hjVB0Z6t8s";
00:00:01.776 E: DPkg::Chroot-Directory "/tmp/mmdebstrap.hjVB0Z6t8s";
00:00:01.780 E: Dir::State::Status "/tmp/mmdebstrap.hjVB0Z6t8s/var/lib/dpkg/status";
00:00:01.783 E: Dir::Etc::Trusted "/etc/apt/trusted.gpg";
00:00:01.787 E: Dir::Etc::TrustedParts "/etc/apt/trusted.gpg.d/";
00:00:01.791 E: pkgCacheGen::ForceEssential ",";
00:00:01.794 E: I: 683 2387 running apt-get update...
00:00:01.797 E: D: 683 846 run_progress: exec apt-get update --error-on=any -oDebug::pkgProblemResolver=true -oDebug::pkgDepCache::Marker=1 -oDebug::pkgDepCache::AutoInstall=1 -oAPT::Status-Fd=${FD} -oDpkg::Use-Pty=false
00:00:01.800 E: Get:1 http://127.0.0.1/debian unstable InRelease [198 kB]
00:00:01.804 E: Get:2 http://127.0.0.1/debian unstable/main amd64 Packages [9905 kB]
00:00:02.394 E: Fetched 10.1 MB in 2s (5880 kB/s)
00:00:03.512 E: Reading package lists...
00:00:03.560 E: I: 683 1093 downloading packages with apt...
00:00:03.565 E: D: 683 846 run_progress: exec apt-get --yes -oDebug::pkgDpkgPm=1 -oDir::Log=/dev/null -oAPT::Keep-Fds::=8 -oDPkg::Tools::options::'cat >&8'::InfoFD=8 -oDpkg::Pre-Install-Pkgs::=cat >&8 -oDebug::NoLocking=1 -oDpkg::Use-Pty=0 -oDPkg::Chroot-Directory= install ?narrow(?or(?archive(^unstable$),?codename(^unstable$)),?architecture(amd64),?essential) -oDebug::pkgProblemResolver=true -oDebug::pkgDepCache::Marker=1 -oDebug::pkgDepCache::AutoInstall=1 -oAPT::Status-Fd=${FD} -oDpkg::Use-Pty=false
00:00:03.591 E: Reading package lists...
00:00:03.818 E: Building dependency tree...
00:00:03.945 E:   MarkInstall dpkg:amd64 < none -> 1.22.11 @un puN Ib > FU=1
00:00:03.949 E:   Installing libbz2-1.0:amd64 as PreDepends of dpkg:amd64
00:00:03.954 E:     MarkInstall libbz2-1.0:amd64 < none -> 1.0.8-5.1 @un puN Ib > FU=0
00:00:03.958 E:     Installing libc6:amd64 as Depends of libbz2-1.0:amd64
00:00:03.963 E:       MarkInstall libc6:amd64 < none -> 2.39-6 @un puN Ib > FU=0
00:00:03.967 E:       Installing libgcc-s1:amd64 as Depends of libc6:amd64
00:00:03.971 E:         MarkInstall libgcc-s1:amd64 < none -> 14.2.0-1 @un puN Ib > FU=0
00:00:03.974 E:         Installing gcc-14-base:amd64 as Depends of libgcc-s1:amd64
00:00:03.978 E:           MarkInstall gcc-14-base:amd64 < none -> 14.2.0-1 @un puN > FU=0
00:00:03.982 E:   Installing liblzma5:amd64 as PreDepends of dpkg:amd64
00:00:03.985 E:     MarkInstall liblzma5:amd64 < none -> 5.6.2-2 @un puN > FU=0
00:00:03.989 E:   Installing libmd0:amd64 as PreDepends of dpkg:amd64
00:00:03.994 E:     MarkInstall libmd0:amd64 < none -> 1.1.0-2 @un puN > FU=0
00:00:03.999 E:   Installing libselinux1:amd64 as PreDepends of dpkg:amd64
00:00:04.004 E:     MarkInstall libselinux1:amd64 < none -> 3.5-2+b3 @un puN Ib > FU=0
00:00:04.009 E:     Installing libpcre2-8-0:amd64 as Depends of libselinux1:amd64
00:00:04.013 E:       MarkInstall libpcre2-8-0:amd64 < none -> 10.42-4+b1 @un puN > FU=0
00:00:04.017 E:   Installing libzstd1:amd64 as PreDepends of dpkg:amd64
00:00:04.022 E:     MarkInstall libzstd1:amd64 < none -> 1.5.6+dfsg-1 @un puN > FU=0
00:00:04.026 E:   Installing zlib1g:amd64 as PreDepends of dpkg:amd64
00:00:04.030 E:     MarkInstall zlib1g:amd64 < none -> 1:1.3.dfsg+really1.3.1-1 @un puN > FU=0
00:00:04.034 E:   MarkInstall debianutils:amd64 < none -> 5.20 @un puN > FU=1
00:00:04.038 E:   MarkInstall init-system-helpers:amd64 < none -> 1.66 @un puN > FU=1
00:00:04.043 E:   MarkInstall sysvinit-utils:amd64 < none -> 3.09-2 @un puN > FU=1
00:00:04.047 E:   MarkInstall base-passwd:amd64 < none -> 3.6.4 @un puN Ib > FU=1
00:00:04.051 E:   Installing libdebconfclient0:amd64 as Depends of base-passwd:amd64
00:00:04.056 E:     MarkInstall libdebconfclient0:amd64 < none -> 0.272 @un puN > FU=0
00:00:04.060 E:   MarkInstall dash:amd64 < none -> 0.5.12-9 @un puN > FU=1
00:00:04.064 E:   MarkInstall gzip:amd64 < none -> 1.12-1.1 @un puN > FU=1
00:00:04.067 E:   MarkInstall bash:amd64 < none -> 5.2.21-2.1 @un puN Ib > FU=1
00:00:04.072 E:   Installing libtinfo6:amd64 as PreDepends of bash:amd64
00:00:04.075 E:     MarkInstall libtinfo6:amd64 < none -> 6.5-2 @un puN > FU=0
00:00:04.079 E:   MarkInstall util-linux:amd64 < none -> 2.40.2-2 @un puN Ib > FU=1
00:00:04.084 E:   Installing libpam-modules:amd64 as PreDepends of util-linux:amd64
00:00:04.088 E:     MarkInstall libpam-modules:amd64 < none -> 1.5.3-7 @un puN Ib > FU=0
00:00:04.092 E:     Installing libaudit1:amd64 as PreDepends of libpam-modules:amd64
00:00:04.095 E:       MarkInstall libaudit1:amd64 < none -> 1:3.1.2-4+b1 @un puN Ib > FU=0
00:00:04.099 E:       Installing libaudit-common:amd64 as Depends of libaudit1:amd64
00:00:04.103 E:         MarkInstall libaudit-common:amd64 < none -> 1:3.1.2-4 @un puN > FU=0
00:00:04.106 E:       Installing libcap-ng0:amd64 as Depends of libaudit1:amd64
00:00:04.110 E:         MarkInstall libcap-ng0:amd64 < none -> 0.8.5-1+b1 @un puN > FU=0
00:00:04.114 E:     Installing libcrypt1:amd64 as PreDepends of libpam-modules:amd64
00:00:04.117 E:       MarkInstall libcrypt1:amd64 < none -> 1:4.4.36-4 @un puN > FU=0
00:00:04.121 E:     Installing libdb5.3t64:amd64 as PreDepends of libpam-modules:amd64
00:00:04.125 E:       MarkInstall libdb5.3t64:amd64 < none -> 5.3.28+dfsg2-7 @un puN > FU=0
00:00:04.128 E:     Installing libpam0g:amd64 as PreDepends of libpam-modules:amd64
00:00:04.132 E:       MarkInstall libpam0g:amd64 < none -> 1.5.3-7 @un puN Ib > FU=0
00:00:04.136 E:       Installing debconf:amd64 as Depends of libpam0g:amd64
00:00:04.139 E:         MarkInstall debconf:amd64 < none -> 1.5.87 @un uN > FU=0
00:00:04.142 E:     Installing libsystemd0:amd64 as PreDepends of libpam-modules:amd64
00:00:04.146 E:       MarkInstall libsystemd0:amd64 < none -> 256.4-2 @un uN Ib > FU=0
00:00:04.150 E:       Installing libcap2:amd64 as Depends of libsystemd0:amd64
00:00:04.153 E:         MarkInstall libcap2:amd64 < none -> 1:2.66-5 @un uN > FU=0
00:00:04.157 E:     Installing libpam-modules-bin:amd64 as PreDepends of libpam-modules:amd64
00:00:04.161 E:       MarkInstall libpam-modules-bin:amd64 < none -> 1.5.3-7 @un puN > FU=0
00:00:04.164 E:   Installing libpam-runtime:amd64 as PreDepends of util-linux:amd64
00:00:04.168 E:     MarkInstall libpam-runtime:amd64 < none -> 1.5.3-7 @un puN > FU=0
00:00:04.171 E:   Installing libblkid1:amd64 as PreDepends of util-linux:amd64
00:00:04.174 E:     MarkInstall libblkid1:amd64 < none -> 2.40.2-2 @un puN > FU=0
00:00:04.178 E:   Installing libmount1:amd64 as PreDepends of util-linux:amd64
00:00:04.182 E:     MarkInstall libmount1:amd64 < none -> 2.40.2-2 @un puN > FU=0
00:00:04.185 E:   Installing libsmartcols1:amd64 as PreDepends of util-linux:amd64
00:00:04.188 E:     MarkInstall libsmartcols1:amd64 < none -> 2.40.2-2 @un puN > FU=0
00:00:04.192 E:   Installing libudev1:amd64 as PreDepends of util-linux:amd64
00:00:04.196 E:     MarkInstall libudev1:amd64 < none -> 256.4-2 @un puN > FU=0
00:00:04.200 E:       MarkInstall libcap2:amd64 < none -> 1:2.66-5 @un puN > FU=0
00:00:04.203 E:   Installing libuuid1:amd64 as PreDepends of util-linux:amd64
00:00:04.207 E:     MarkInstall libuuid1:amd64 < none -> 2.40.2-2 @un puN > FU=0
00:00:04.211 E:   MarkInstall tar:amd64 < none -> 1.35+dfsg-3 @un puN Ib > FU=1
00:00:04.214 E:   Installing libacl1:amd64 as PreDepends of tar:amd64
00:00:04.218 E:     MarkInstall libacl1:amd64 < none -> 2.3.2-2 @un puN > FU=0
00:00:04.221 E:   MarkInstall base-files:amd64 < none -> 13.5 @un puN Ib > FU=1
00:00:04.225 E:   Installing mawk:amd64 as PreDepends of base-files:amd64
00:00:04.228 E:     MarkInstall mawk:amd64 < none -> 1.3.4.20240622-2 @un uN > FU=0
00:00:04.232 E:   MarkInstall sed:amd64 < none -> 4.9-2 @un puN > FU=1
00:00:04.235 E:   MarkInstall bsdutils:amd64 < none -> 1:2.40.2-2 @un puN > FU=1
00:00:04.239 E:   MarkInstall coreutils:amd64 < none -> 9.4-3.1 @un puN Ib > FU=1
00:00:04.243 E:   Installing libattr1:amd64 as PreDepends of coreutils:amd64
00:00:04.246 E:     MarkInstall libattr1:amd64 < none -> 1:2.5.2-1 @un puN > FU=0
00:00:04.250 E:   Installing libgmp10:amd64 as PreDepends of coreutils:amd64
00:00:04.254 E:     MarkInstall libgmp10:amd64 < none -> 2:6.3.0+dfsg-2+b1 @un puN > FU=0
00:00:04.257 E:   Installing libssl3t64:amd64 as PreDepends of coreutils:amd64
00:00:04.261 E:     MarkInstall libssl3t64:amd64 < none -> 3.3.1-2 @un puN > FU=0
00:00:04.264 E:   MarkInstall findutils:amd64 < none -> 4.10.0-2 @un puN > FU=1
00:00:04.268 E:   MarkInstall grep:amd64 < none -> 3.11-4 @un puN > FU=1
00:00:04.271 E:   MarkInstall perl-base:amd64 < none -> 5.38.2-5 @un puN > FU=1
00:00:04.275 E:   MarkInstall diffutils:amd64 < none -> 1:3.10-1 @un puN > FU=1
00:00:04.279 E:   MarkInstall libc-bin:amd64 < none -> 2.39-6 @un puN > FU=1
00:00:04.282 E:   MarkInstall hostname:amd64 < none -> 3.23+nmu2 @un puN > FU=1
00:00:04.286 E:   MarkInstall ncurses-base:amd64 < none -> 6.5-2 @un puN > FU=1
00:00:04.289 E:   MarkInstall ncurses-bin:amd64 < none -> 6.5-2 @un puN > FU=1
00:00:04.298 E: Starting pkgProblemResolver with broken count: 0
00:00:04.386 E: Starting 2 pkgProblemResolver with broken count: 0
00:00:04.394 E: Done
00:00:04.656 E:   Ignore MarkGarbage of libsmartcols1:amd64 < none -> 2.40.2-2 @un puN > as its mode (Install) is protected
00:00:04.660 E:   Ignore MarkGarbage of libpam-runtime:amd64 < none -> 1.5.3-7 @un puN > as its mode (Install) is protected
00:00:04.663 E:   Ignore MarkGarbage of libtinfo6:amd64 < none -> 6.5-2 @un puN > as its mode (Install) is protected
00:00:04.667 E:   Ignore MarkGarbage of libmount1:amd64 < none -> 2.40.2-2 @un puN > as its mode (Install) is protected
00:00:04.948 E: The following additional packages will be installed:
00:00:04.952 E:   debconf gcc-14-base libacl1 libattr1 libaudit-common libaudit1 libblkid1
00:00:04.956 E:   libbz2-1.0 libc6 libcap-ng0 libcap2 libcrypt1 libdb5.3t64 libdebconfclient0
00:00:04.960 E:   libgcc-s1 libgmp10 liblzma5 libmd0 libmount1 libpam-modules
00:00:04.964 E:   libpam-modules-bin libpam-runtime libpam0g libpcre2-8-0 libselinux1
00:00:04.968 E:   libsmartcols1 libssl3t64 libsystemd0 libtinfo6 libudev1 libuuid1 libzstd1
00:00:04.972 E:   mawk zlib1g
00:00:04.977 E: Suggested packages:
00:00:04.981 E:   bash-doc debconf-doc debconf-kde-helper debconf-utils libgtk3-perl
00:00:04.984 E:   libnet-ldap-perl libterm-readline-gnu-perl perl whiptail | dialog
00:00:04.988 E:   diffutils-doc wdiff apt debsig-verify less glibc-doc libc-l10n locales
00:00:04.992 E:   libnss-nis libnss-nisplus cryptsetup-bin libpam-doc libgcrypt20 liblz4-1
00:00:04.996 E:   libidn2-0 uuid-runtime sensible-utils bzip2 ncompress xz-utils tar-scripts
00:00:04.999 E:   tar-doc dosfstools kbd util-linux-extra util-linux-locales wtmpdb
00:00:05.003 E: Recommended packages:
00:00:05.007 E:   bash-completion bsdextrautils apt-utils debconf-i18n manpages libidn2-0
00:00:05.011 E:   sensible-utils
00:00:05.015 E: The following NEW packages will be installed:
00:00:05.018 E:   base-files base-passwd bash bsdutils coreutils dash debconf debianutils
00:00:05.023 E:   diffutils dpkg findutils gcc-14-base grep gzip hostname init-system-helpers
00:00:05.026 E:   libacl1 libattr1 libaudit-common libaudit1 libblkid1 libbz2-1.0 libc-bin
00:00:05.030 E:   libc6 libcap-ng0 libcap2 libcrypt1 libdb5.3t64 libdebconfclient0 libgcc-s1
00:00:05.034 E:   libgmp10 liblzma5 libmd0 libmount1 libpam-modules libpam-modules-bin
00:00:05.038 E:   libpam-runtime libpam0g libpcre2-8-0 libselinux1 libsmartcols1 libssl3t64
00:00:05.042 E:   libsystemd0 libtinfo6 libudev1 libuuid1 libzstd1 mawk ncurses-base
00:00:05.046 E:   ncurses-bin perl-base sed sysvinit-utils tar util-linux zlib1g
00:00:05.066 E: 0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
00:00:05.070 E: Need to get 23.4 MB of archives.
00:00:05.073 E: After this operation, 93.9 MB of additional disk space will be used.
00:00:05.077 E: Get:1 http://127.0.0.1/debian unstable/main amd64 gcc-14-base amd64 14.2.0-1 [45.7 kB]
00:00:05.081 E: Get:2 http://127.0.0.1/debian unstable/main amd64 libc6 amd64 2.39-6 [2781 kB]
00:00:05.149 E: Get:3 http://127.0.0.1/debian unstable/main amd64 libgcc-s1 amd64 14.2.0-1 [72.8 kB]
00:00:05.159 E: Get:4 http://127.0.0.1/debian unstable/main amd64 mawk amd64 1.3.4.20240622-2 [136 kB]
00:00:05.171 E: Get:5 http://127.0.0.1/debian unstable/main amd64 base-files amd64 13.5 [72.8 kB]
00:00:05.180 E: Get:6 http://127.0.0.1/debian unstable/main amd64 libtinfo6 amd64 6.5-2 [344 kB]
00:00:05.196 E: Get:7 http://127.0.0.1/debian unstable/main amd64 debianutils amd64 5.20 [89.5 kB]
00:00:05.206 E: Get:8 http://127.0.0.1/debian unstable/main amd64 bash amd64 5.2.21-2.1 [1492 kB]
00:00:05.247 E: Get:9 http://127.0.0.1/debian unstable/main amd64 libcap2 amd64 1:2.66-5 [27.4 kB]
00:00:05.256 E: Get:10 http://127.0.0.1/debian unstable/main amd64 libsystemd0 amd64 256.4-2 [380 kB]
00:00:05.272 E: Get:11 http://127.0.0.1/debian unstable/main amd64 bsdutils amd64 1:2.40.2-2 [104 kB]
00:00:05.281 E: Get:12 http://127.0.0.1/debian unstable/main amd64 libacl1 amd64 2.3.2-2 [32.4 kB]
00:00:05.290 E: Get:13 http://127.0.0.1/debian unstable/main amd64 libattr1 amd64 1:2.5.2-1 [22.5 kB]
00:00:05.299 E: Get:14 http://127.0.0.1/debian unstable/main amd64 libgmp10 amd64 2:6.3.0+dfsg-2+b1 [559 kB]
00:00:05.318 E: Get:15 http://127.0.0.1/debian unstable/main amd64 libpcre2-8-0 amd64 10.42-4+b1 [262 kB]
00:00:05.331 E: Get:16 http://127.0.0.1/debian unstable/main amd64 libselinux1 amd64 3.5-2+b3 [74.9 kB]
00:00:05.341 E: Get:17 http://127.0.0.1/debian unstable/main amd64 libzstd1 amd64 1.5.6+dfsg-1 [303 kB]
00:00:05.356 E: Get:18 http://127.0.0.1/debian unstable/main amd64 zlib1g amd64 1:1.3.dfsg+really1.3.1-1 [87.9 kB]
00:00:05.367 E: Get:19 http://127.0.0.1/debian unstable/main amd64 libssl3t64 amd64 3.3.1-2 [2285 kB]
00:00:05.423 E: Get:20 http://127.0.0.1/debian unstable/main amd64 coreutils amd64 9.4-3.1 [2950 kB]
00:00:05.491 E: Get:21 http://127.0.0.1/debian unstable/main amd64 dash amd64 0.5.12-9 [93.2 kB]
00:00:05.501 E: Get:22 http://127.0.0.1/debian unstable/main amd64 diffutils amd64 1:3.10-1 [375 kB]
00:00:05.517 E: Get:23 http://127.0.0.1/debian unstable/main amd64 libbz2-1.0 amd64 1.0.8-5.1 [38.0 kB]
00:00:05.526 E: Get:24 http://127.0.0.1/debian unstable/main amd64 liblzma5 amd64 5.6.2-2 [254 kB]
00:00:05.539 E: Get:25 http://127.0.0.1/debian unstable/main amd64 libmd0 amd64 1.1.0-2 [35.8 kB]
00:00:05.548 E: Get:26 http://127.0.0.1/debian unstable/main amd64 tar amd64 1.35+dfsg-3 [813 kB]
00:00:05.572 E: Get:27 http://127.0.0.1/debian unstable/main amd64 dpkg amd64 1.22.11 [1531 kB]
00:00:05.611 E: Get:28 http://127.0.0.1/debian unstable/main amd64 findutils amd64 4.10.0-2 [699 kB]
00:00:05.633 E: Get:29 http://127.0.0.1/debian unstable/main amd64 grep amd64 3.11-4 [431 kB]
00:00:05.650 E: Get:30 http://127.0.0.1/debian unstable/main amd64 gzip amd64 1.12-1.1 [133 kB]
00:00:05.659 E: Get:31 http://127.0.0.1/debian unstable/main amd64 hostname amd64 3.23+nmu2 [10.6 kB]
00:00:05.668 E: Get:32 http://127.0.0.1/debian unstable/main amd64 ncurses-bin amd64 6.5-2 [433 kB]
00:00:05.685 E: Get:33 http://127.0.0.1/debian unstable/main amd64 libcrypt1 amd64 1:4.4.36-4 [89.8 kB]
00:00:05.695 E: Get:34 http://127.0.0.1/debian unstable/main amd64 perl-base amd64 5.38.2-5 [1643 kB]
00:00:05.735 E: Get:35 http://127.0.0.1/debian unstable/main amd64 sed amd64 4.9-2 [329 kB]
00:00:05.748 E: Get:36 http://127.0.0.1/debian unstable/main amd64 libaudit-common all 1:3.1.2-4 [11.5 kB]
00:00:05.757 E: Get:37 http://127.0.0.1/debian unstable/main amd64 libcap-ng0 amd64 0.8.5-1+b1 [17.4 kB]
00:00:05.765 E: Get:38 http://127.0.0.1/debian unstable/main amd64 libaudit1 amd64 1:3.1.2-4+b1 [49.0 kB]
00:00:05.774 E: Get:39 http://127.0.0.1/debian unstable/main amd64 libdb5.3t64 amd64 5.3.28+dfsg2-7 [697 kB]
00:00:05.797 E: Get:40 http://127.0.0.1/debian unstable/main amd64 debconf all 1.5.87 [119 kB]
00:00:05.807 E: Get:41 http://127.0.0.1/debian unstable/main amd64 libpam0g amd64 1.5.3-7 [67.7 kB]
00:00:05.815 E: Get:42 http://127.0.0.1/debian unstable/main amd64 libpam-modules-bin amd64 1.5.3-7 [54.4 kB]
00:00:05.825 E: Get:43 http://127.0.0.1/debian unstable/main amd64 libpam-modules amd64 1.5.3-7 [265 kB]
00:00:05.838 E: Get:44 http://127.0.0.1/debian unstable/main amd64 libpam-runtime all 1.5.3-7 [140 kB]
00:00:05.848 E: Get:45 http://127.0.0.1/debian unstable/main amd64 libblkid1 amd64 2.40.2-2 [167 kB]
00:00:05.859 E: Get:46 http://127.0.0.1/debian unstable/main amd64 libmount1 amd64 2.40.2-2 [199 kB]
00:00:05.870 E: Get:47 http://127.0.0.1/debian unstable/main amd64 libsmartcols1 amd64 2.40.2-2 [138 kB]
00:00:05.881 E: Get:48 http://127.0.0.1/debian unstable/main amd64 libudev1 amd64 256.4-2 [144 kB]
00:00:05.891 E: Get:49 http://127.0.0.1/debian unstable/main amd64 libuuid1 amd64 2.40.2-2 [35.0 kB]
00:00:05.900 E: Get:50 http://127.0.0.1/debian unstable/main amd64 util-linux amd64 2.40.2-2 [1216 kB]
00:00:05.931 E: Get:51 http://127.0.0.1/debian unstable/main amd64 libdebconfclient0 amd64 0.272 [10.0 kB]
00:00:05.939 E: Get:52 http://127.0.0.1/debian unstable/main amd64 base-passwd amd64 3.6.4 [50.9 kB]
00:00:05.947 E: Get:53 http://127.0.0.1/debian unstable/main amd64 init-system-helpers all 1.66 [39.0 kB]
00:00:05.956 E: Get:54 http://127.0.0.1/debian unstable/main amd64 libc-bin amd64 2.39-6 [610 kB]
00:00:05.976 E: Get:55 http://127.0.0.1/debian unstable/main amd64 ncurses-base all 6.5-2 [270 kB]
00:00:05.988 E: Get:56 http://127.0.0.1/debian unstable/main amd64 sysvinit-utils amd64 3.09-2 [32.5 kB]
00:00:06.089 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/gcc-14-base_14.2.0-1_amd64.deb 
00:00:06.093 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure gcc-14-base:amd64 
00:00:06.097 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libc6_2.39-6_amd64.deb /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libgcc-s1_14.2.0-1_amd64.deb 
00:00:06.100 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libgcc-s1:amd64 libc6:amd64 
00:00:06.104 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/mawk_1.3.4.20240622-2_amd64.deb 
00:00:06.108 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure mawk:amd64 
00:00:06.112 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/base-files_13.5_amd64.deb 
00:00:06.115 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure base-files:amd64 
00:00:06.119 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libtinfo6_6.5-2_amd64.deb 
00:00:06.123 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libtinfo6:amd64 
00:00:06.126 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/debianutils_5.20_amd64.deb 
00:00:06.130 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure debianutils:amd64 
00:00:06.134 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/bash_5.2.21-2.1_amd64.deb 
00:00:06.139 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure bash:amd64 
00:00:06.142 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libcap2_1%3a2.66-5_amd64.deb 
00:00:06.146 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libcap2:amd64 
00:00:06.149 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libsystemd0_256.4-2_amd64.deb 
00:00:06.153 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libsystemd0:amd64 
00:00:06.156 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/bsdutils_1%3a2.40.2-2_amd64.deb 
00:00:06.160 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure bsdutils:amd64 
00:00:06.164 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libacl1_2.3.2-2_amd64.deb 
00:00:06.168 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libacl1:amd64 
00:00:06.172 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libattr1_1%3a2.5.2-1_amd64.deb 
00:00:06.176 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libattr1:amd64 
00:00:06.180 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb 
00:00:06.183 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libgmp10:amd64 
00:00:06.187 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libpcre2-8-0_10.42-4+b1_amd64.deb 
00:00:06.191 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libpcre2-8-0:amd64 
00:00:06.194 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libselinux1_3.5-2+b3_amd64.deb 
00:00:06.198 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libselinux1:amd64 
00:00:06.201 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libzstd1_1.5.6+dfsg-1_amd64.deb 
00:00:06.205 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libzstd1:amd64 
00:00:06.209 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb 
00:00:06.212 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure zlib1g:amd64 
00:00:06.216 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libssl3t64_3.3.1-2_amd64.deb 
00:00:06.219 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libssl3t64:amd64 
00:00:06.223 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/coreutils_9.4-3.1_amd64.deb 
00:00:06.226 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure coreutils:amd64 
00:00:06.230 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/dash_0.5.12-9_amd64.deb 
00:00:06.234 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure dash:amd64 
00:00:06.238 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/diffutils_1%3a3.10-1_amd64.deb 
00:00:06.242 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure diffutils:amd64 
00:00:06.245 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libbz2-1.0_1.0.8-5.1_amd64.deb 
00:00:06.248 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libbz2-1.0:amd64 
00:00:06.252 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/liblzma5_5.6.2-2_amd64.deb 
00:00:06.256 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure liblzma5:amd64 
00:00:06.259 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libmd0_1.1.0-2_amd64.deb 
00:00:06.263 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libmd0:amd64 
00:00:06.267 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/tar_1.35+dfsg-3_amd64.deb 
00:00:06.270 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure tar:amd64 
00:00:06.274 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/dpkg_1.22.11_amd64.deb 
00:00:06.277 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure dpkg:amd64 
00:00:06.281 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/findutils_4.10.0-2_amd64.deb 
00:00:06.284 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure findutils:amd64 
00:00:06.288 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/grep_3.11-4_amd64.deb 
00:00:06.291 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure grep:amd64 
00:00:06.295 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/gzip_1.12-1.1_amd64.deb 
00:00:06.299 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure gzip:amd64 
00:00:06.302 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/hostname_3.23+nmu2_amd64.deb 
00:00:06.306 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure hostname:amd64 
00:00:06.310 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/ncurses-bin_6.5-2_amd64.deb 
00:00:06.314 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure ncurses-bin:amd64 
00:00:06.317 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libcrypt1_1%3a4.4.36-4_amd64.deb 
00:00:06.320 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libcrypt1:amd64 
00:00:06.324 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/perl-base_5.38.2-5_amd64.deb 
00:00:06.328 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure perl-base:amd64 
00:00:06.331 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/sed_4.9-2_amd64.deb 
00:00:06.335 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure sed:amd64 
00:00:06.339 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libaudit-common_1%3a3.1.2-4_all.deb 
00:00:06.348 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libaudit-common:all 
00:00:06.353 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libcap-ng0_0.8.5-1+b1_amd64.deb 
00:00:06.357 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libcap-ng0:amd64 
00:00:06.361 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libaudit1_1%3a3.1.2-4+b1_amd64.deb 
00:00:06.365 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libaudit1:amd64 
00:00:06.368 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libdb5.3t64_5.3.28+dfsg2-7_amd64.deb 
00:00:06.372 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libdb5.3t64:amd64 
00:00:06.376 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/debconf_1.5.87_all.deb 
00:00:06.379 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure debconf:all 
00:00:06.383 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libpam0g_1.5.3-7_amd64.deb 
00:00:06.386 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libpam0g:amd64 
00:00:06.390 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libpam-modules-bin_1.5.3-7_amd64.deb 
00:00:06.394 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libpam-modules-bin:amd64 
00:00:06.398 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libpam-modules_1.5.3-7_amd64.deb 
00:00:06.402 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libpam-modules:amd64 
00:00:06.405 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libpam-runtime_1.5.3-7_all.deb 
00:00:06.409 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libpam-runtime:all 
00:00:06.413 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libblkid1_2.40.2-2_amd64.deb 
00:00:06.416 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libblkid1:amd64 
00:00:06.420 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libmount1_2.40.2-2_amd64.deb 
00:00:06.423 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libmount1:amd64 
00:00:06.427 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libsmartcols1_2.40.2-2_amd64.deb 
00:00:06.431 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libsmartcols1:amd64 
00:00:06.435 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libudev1_256.4-2_amd64.deb 
00:00:06.439 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libudev1:amd64 
00:00:06.442 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libuuid1_2.40.2-2_amd64.deb 
00:00:06.446 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libuuid1:amd64 
00:00:06.450 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/util-linux_2.40.2-2_amd64.deb 
00:00:06.453 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure util-linux:amd64 
00:00:06.457 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libdebconfclient0_0.272_amd64.deb 
00:00:06.461 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libdebconfclient0:amd64 
00:00:06.464 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/base-passwd_3.6.4_amd64.deb 
00:00:06.468 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure base-passwd:amd64 
00:00:06.471 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/init-system-helpers_1.66_all.deb 
00:00:06.475 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure init-system-helpers:all 
00:00:06.479 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/libc-bin_2.39-6_amd64.deb 
00:00:06.482 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure libc-bin:amd64 
00:00:06.486 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/ncurses-base_6.5-2_all.deb 
00:00:06.489 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure ncurses-base:all 
00:00:06.494 E: /usr/bin/dpkg --status-fd 7 --no-triggers --unpack --auto-deconfigure /tmp/mmdebstrap.hjVB0Z6t8s/var/cache/apt/archives/sysvinit-utils_3.09-2_amd64.deb 
00:00:06.497 E: /usr/bin/dpkg --status-fd 7 --no-triggers --configure sysvinit-utils:amd64 
00:00:06.501 E: /usr/bin/dpkg --status-fd 7 --configure --pending 
00:00:06.505 E: Fetched 23.4 MB in 1s (24.7 MB/s)
00:00:06.508 E: I: 683 2559 extracting archives...
00:00:06.512 E: D: 1912 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/gcc-14-base_14.2.0-1_amd64.deb
00:00:06.516 E: D: 1913 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:06.519 E: D: 1921 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libc6_2.39-6_amd64.deb
00:00:06.523 E: D: 1922 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:06.527 E: D: 2028 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libgcc-s1_14.2.0-1_amd64.deb
00:00:06.530 E: D: 2029 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:06.534 E: D: 2039 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/mawk_1.3.4.20240622-2_amd64.deb
00:00:06.538 E: D: 2040 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:06.542 E: D: 2052 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/base-files_13.5_amd64.deb
00:00:06.545 E: D: 2053 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:06.549 E: D: 2063 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libtinfo6_6.5-2_amd64.deb
00:00:06.553 E: D: 2064 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:06.556 E: D: 2076 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/debianutils_5.20_amd64.deb
00:00:06.560 E: D: 2077 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:06.563 E: D: 2089 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/bash_5.2.21-2.1_amd64.deb
00:00:06.567 E: D: 2090 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:06.572 E: D: 2146 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libcap2_1%3a2.66-5_amd64.deb
00:00:06.576 E: D: 2147 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:06.580 E: D: 2155 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libsystemd0_256.4-2_amd64.deb
00:00:06.583 E: D: 2156 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:06.587 E: D: 2176 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/bsdutils_1%3a2.40.2-2_amd64.deb
00:00:06.591 E: D: 2177 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:06.594 E: D: 2187 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libacl1_2.3.2-2_amd64.deb
00:00:06.597 E: D: 2190 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:06.601 E: D: 2196 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libattr1_1%3a2.5.2-1_amd64.deb
00:00:06.605 E: D: 2199 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:06.609 E: D: 2207 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb
00:00:06.612 E: D: 2208 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:06.616 E: D: 2224 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libpcre2-8-0_10.42-4+b1_amd64.deb
00:00:06.619 E: D: 2225 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:06.623 E: D: 2239 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libselinux1_3.5-2+b3_amd64.deb
00:00:06.626 E: D: 2242 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:06.644 E: D: 2252 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libzstd1_1.5.6+dfsg-1_amd64.deb
00:00:06.648 E: D: 2253 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:06.652 E: D: 2271 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb
00:00:06.655 E: D: 2272 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:06.659 E: D: 2283 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:06.663 E: D: 2282 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libssl3t64_3.3.1-2_amd64.deb
00:00:06.792 E: D: 2293 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/coreutils_9.4-3.1_amd64.deb
00:00:06.797 E: D: 2294 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:06.983 E: D: 2302 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/dash_0.5.12-9_amd64.deb
00:00:06.987 E: D: 2303 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:06.994 E: D: 2311 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/diffutils_1%3a3.10-1_amd64.deb
00:00:06.999 E: D: 2312 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.025 E: D: 2320 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libbz2-1.0_1.0.8-5.1_amd64.deb
00:00:07.029 E: D: 2321 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.033 E: D: 2329 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/liblzma5_5.6.2-2_amd64.deb
00:00:07.037 E: D: 2331 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.048 E: D: 2338 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libmd0_1.1.0-2_amd64.deb
00:00:07.052 E: D: 2339 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.056 E: D: 2347 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/tar_1.35+dfsg-3_amd64.deb
00:00:07.064 E: D: 2348 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.122 E: D: 2357 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.127 E: D: 2356 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/dpkg_1.22.11_amd64.deb
00:00:07.215 E: D: 2365 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/findutils_4.10.0-2_amd64.deb
00:00:07.219 E: D: 2366 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.254 E: D: 2374 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/grep_3.11-4_amd64.deb
00:00:07.258 E: D: 2375 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.279 E: D: 2383 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/gzip_1.12-1.1_amd64.deb
00:00:07.283 E: D: 2384 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.293 E: D: 2392 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/hostname_3.23+nmu2_amd64.deb
00:00:07.296 E: D: 2393 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.300 E: D: 2401 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/ncurses-bin_6.5-2_amd64.deb
00:00:07.304 E: D: 2402 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.320 E: D: 2410 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libcrypt1_1%3a4.4.36-4_amd64.deb
00:00:07.324 E: D: 2411 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.332 E: D: 2419 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/perl-base_5.38.2-5_amd64.deb
00:00:07.337 E: D: 2421 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.472 E: D: 2428 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/sed_4.9-2_amd64.deb
00:00:07.476 E: D: 2429 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.501 E: D: 2437 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libaudit-common_1%3a3.1.2-4_all.deb
00:00:07.505 E: D: 2438 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.509 E: D: 2446 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libcap-ng0_0.8.5-1+b1_amd64.deb
00:00:07.512 E: D: 2447 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.516 E: D: 2455 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libaudit1_1%3a3.1.2-4+b1_amd64.deb
00:00:07.520 E: D: 2456 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.526 E: D: 2464 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libdb5.3t64_5.3.28+dfsg2-7_amd64.deb
00:00:07.530 E: D: 2465 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.575 E: D: 2473 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/debconf_1.5.87_all.deb
00:00:07.579 E: D: 2474 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.591 E: D: 2482 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libpam0g_1.5.3-7_amd64.deb
00:00:07.595 E: D: 2483 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.601 E: D: 2491 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libpam-modules-bin_1.5.3-7_amd64.deb
00:00:07.605 E: D: 2492 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.610 E: D: 2500 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libpam-modules_1.5.3-7_amd64.deb
00:00:07.614 E: D: 2501 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.632 E: D: 2509 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libpam-runtime_1.5.3-7_all.deb
00:00:07.636 E: D: 2510 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.655 E: D: 2518 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libblkid1_2.40.2-2_amd64.deb
00:00:07.659 E: D: 2519 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.673 E: D: 2527 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libmount1_2.40.2-2_amd64.deb
00:00:07.677 E: D: 2528 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.691 E: D: 2536 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libsmartcols1_2.40.2-2_amd64.deb
00:00:07.696 E: D: 2537 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.708 E: D: 2545 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libudev1_256.4-2_amd64.deb
00:00:07.712 E: D: 2546 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.722 E: D: 2554 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libuuid1_2.40.2-2_amd64.deb
00:00:07.726 E: D: 2555 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.730 E: D: 2563 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/util-linux_2.40.2-2_amd64.deb
00:00:07.734 E: D: 2564 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.809 E: D: 2572 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libdebconfclient0_0.272_amd64.deb
00:00:07.813 E: D: 2573 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.817 E: D: 2581 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/base-passwd_3.6.4_amd64.deb
00:00:07.821 E: D: 2582 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.825 E: D: 2590 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/init-system-helpers_1.66_all.deb
00:00:07.829 E: D: 2592 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.834 E: D: 2599 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/libc-bin_2.39-6_amd64.deb
00:00:07.837 E: D: 2600 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.880 E: D: 2608 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/ncurses-base_6.5-2_all.deb
00:00:07.885 E: D: 2609 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.895 E: D: 2617 2614 running dpkg-deb --fsys-tarfile /tmp/mmdebstrap.hjVB0Z6t8s//var/cache/apt/archives/sysvinit-utils_3.09-2_amd64.deb
00:00:07.899 E: D: 2618 2643 running tar -C /tmp/mmdebstrap.hjVB0Z6t8s --keep-directory-symlink --extract --file -
00:00:07.924 E: I: 683 2928 installing essential packages...
00:00:07.929 E: D: 683 846 run_progress: exec env --unset=APT_CONFIG --unset=TMPDIR chroot /tmp/mmdebstrap.hjVB0Z6t8s dpkg --install --force-depends --status-fd=${FD} /var/cache/apt/archives/gcc-14-base_14.2.0-1_amd64.deb /var/cache/apt/archives/libc6_2.39-6_amd64.deb /var/cache/apt/archives/libgcc-s1_14.2.0-1_amd64.deb /var/cache/apt/archives/mawk_1.3.4.20240622-2_amd64.deb /var/cache/apt/archives/base-files_13.5_amd64.deb /var/cache/apt/archives/libtinfo6_6.5-2_amd64.deb /var/cache/apt/archives/debianutils_5.20_amd64.deb /var/cache/apt/archives/bash_5.2.21-2.1_amd64.deb /var/cache/apt/archives/libcap2_1%3a2.66-5_amd64.deb /var/cache/apt/archives/libsystemd0_256.4-2_amd64.deb /var/cache/apt/archives/bsdutils_1%3a2.40.2-2_amd64.deb /var/cache/apt/archives/libacl1_2.3.2-2_amd64.deb /var/cache/apt/archives/libattr1_1%3a2.5.2-1_amd64.deb /var/cache/apt/archives/libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb /var/cache/apt/archives/libpcre2-8-0_10.42-4+b1_amd64.deb /var/cache/apt/archives/libselinux1_3.5-2+b3_amd64.deb /var/cache/apt/archives/libzstd1_1.5.6+dfsg-1_amd64.deb /var/cache/apt/archives/zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb /var/cache/apt/archives/libssl3t64_3.3.1-2_amd64.deb /var/cache/apt/archives/coreutils_9.4-3.1_amd64.deb /var/cache/apt/archives/dash_0.5.12-9_amd64.deb /var/cache/apt/archives/diffutils_1%3a3.10-1_amd64.deb /var/cache/apt/archives/libbz2-1.0_1.0.8-5.1_amd64.deb /var/cache/apt/archives/liblzma5_5.6.2-2_amd64.deb /var/cache/apt/archives/libmd0_1.1.0-2_amd64.deb /var/cache/apt/archives/tar_1.35+dfsg-3_amd64.deb /var/cache/apt/archives/dpkg_1.22.11_amd64.deb /var/cache/apt/archives/findutils_4.10.0-2_amd64.deb /var/cache/apt/archives/grep_3.11-4_amd64.deb /var/cache/apt/archives/gzip_1.12-1.1_amd64.deb /var/cache/apt/archives/hostname_3.23+nmu2_amd64.deb /var/cache/apt/archives/ncurses-bin_6.5-2_amd64.deb /var/cache/apt/archives/libcrypt1_1%3a4.4.36-4_amd64.deb /var/cache/apt/archives/perl-base_5.38.2-5_amd64.deb /var/cache/apt/archives/sed_4.9-2_amd64.deb /var/cache/apt/archives/libaudit-common_1%3a3.1.2-4_all.deb /var/cache/apt/archives/libcap-ng0_0.8.5-1+b1_amd64.deb /var/cache/apt/archives/libaudit1_1%3a3.1.2-4+b1_amd64.deb /var/cache/apt/archives/libdb5.3t64_5.3.28+dfsg2-7_amd64.deb /var/cache/apt/archives/debconf_1.5.87_all.deb /var/cache/apt/archives/libpam0g_1.5.3-7_amd64.deb /var/cache/apt/archives/libpam-modules-bin_1.5.3-7_amd64.deb /var/cache/apt/archives/libpam-modules_1.5.3-7_amd64.deb /var/cache/apt/archives/libpam-runtime_1.5.3-7_all.deb /var/cache/apt/archives/libblkid1_2.40.2-2_amd64.deb /var/cache/apt/archives/libmount1_2.40.2-2_amd64.deb /var/cache/apt/archives/libsmartcols1_2.40.2-2_amd64.deb /var/cache/apt/archives/libudev1_256.4-2_amd64.deb /var/cache/apt/archives/libuuid1_2.40.2-2_amd64.deb /var/cache/apt/archives/util-linux_2.40.2-2_amd64.deb /var/cache/apt/archives/libdebconfclient0_0.272_amd64.deb /var/cache/apt/archives/base-passwd_3.6.4_amd64.deb /var/cache/apt/archives/init-system-helpers_1.66_all.deb /var/cache/apt/archives/libc-bin_2.39-6_amd64.deb /var/cache/apt/archives/ncurses-base_6.5-2_all.deb /var/cache/apt/archives/sysvinit-utils_3.09-2_amd64.deb
00:00:07.958 E: Selecting previously unselected package gcc-14-base:amd64.
00:00:07.962 E: (Reading database ... 0 files and directories currently installed.)
00:00:07.966 E: Preparing to unpack .../gcc-14-base_14.2.0-1_amd64.deb ...
00:00:07.969 E: Unpacking gcc-14-base:amd64 (14.2.0-1) ...
00:00:07.997 E: Selecting previously unselected package libc6:amd64.
00:00:08.001 E: Preparing to unpack .../libc6_2.39-6_amd64.deb ...
00:00:08.052 E: Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 23.
00:00:08.117 E: dpkg-query: no packages found matching base-files
00:00:08.134 E: Unpacking libc6:amd64 (2.39-6) ...
00:00:08.374 E: Selecting previously unselected package libgcc-s1:amd64.
00:00:08.378 E: Preparing to unpack .../libgcc-s1_14.2.0-1_amd64.deb ...
00:00:08.381 E: Unpacking libgcc-s1:amd64 (14.2.0-1) ...
00:00:08.408 E: Selecting previously unselected package mawk.
00:00:08.412 E: Preparing to unpack .../mawk_1.3.4.20240622-2_amd64.deb ...
00:00:08.416 E: Unpacking mawk (1.3.4.20240622-2) ...
00:00:08.449 E: Selecting previously unselected package base-files.
00:00:08.453 E: dpkg: regarding .../base-files_13.5_amd64.deb containing base-files, pre-dependency problem:
00:00:08.456 E:  base-files pre-depends on awk
00:00:08.460 E:   mawk provides awk but is unpacked but not configured.
00:00:08.464 E: 
00:00:08.467 E: dpkg: warning: ignoring pre-dependency problem!
00:00:08.471 E: Preparing to unpack .../base-files_13.5_amd64.deb ...
00:00:08.475 E: Unpacking base-files (13.5) ...
00:00:08.514 E: Selecting previously unselected package libtinfo6:amd64.
00:00:08.518 E: Preparing to unpack .../libtinfo6_6.5-2_amd64.deb ...
00:00:08.521 E: Unpacking libtinfo6:amd64 (6.5-2) ...
00:00:08.553 E: Selecting previously unselected package debianutils.
00:00:08.557 E: dpkg: regarding .../debianutils_5.20_amd64.deb containing debianutils, pre-dependency problem:
00:00:08.560 E:  debianutils pre-depends on libc6 (>= 2.38)
00:00:08.564 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:08.568 E: 
00:00:08.572 E: dpkg: warning: ignoring pre-dependency problem!
00:00:08.575 E: Preparing to unpack .../debianutils_5.20_amd64.deb ...
00:00:08.579 E: Unpacking debianutils (5.20) ...
00:00:08.606 E: Selecting previously unselected package bash.
00:00:08.610 E: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:08.614 E:  bash pre-depends on libc6 (>= 2.38)
00:00:08.618 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:08.623 E: 
00:00:08.626 E: dpkg: warning: ignoring pre-dependency problem!
00:00:08.630 E: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:08.633 E:  bash pre-depends on libtinfo6 (>= 6)
00:00:08.637 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:08.641 E: 
00:00:08.644 E: dpkg: warning: ignoring pre-dependency problem!
00:00:08.647 E: Preparing to unpack .../bash_5.2.21-2.1_amd64.deb ...
00:00:08.651 E: Unpacking bash (5.2.21-2.1) ...
00:00:08.734 E: Selecting previously unselected package libcap2:amd64.
00:00:08.738 E: Preparing to unpack .../libcap2_1%3a2.66-5_amd64.deb ...
00:00:08.742 E: Unpacking libcap2:amd64 (1:2.66-5) ...
00:00:08.764 E: Selecting previously unselected package libsystemd0:amd64.
00:00:08.768 E: Preparing to unpack .../libsystemd0_256.4-2_amd64.deb ...
00:00:08.772 E: Unpacking libsystemd0:amd64 (256.4-2) ...
00:00:08.814 E: Selecting previously unselected package bsdutils.
00:00:08.818 E: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:08.822 E:  bsdutils pre-depends on libc6 (>= 2.38)
00:00:08.826 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:08.829 E: 
00:00:08.833 E: dpkg: warning: ignoring pre-dependency problem!
00:00:08.837 E: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:08.840 E:  bsdutils pre-depends on libsystemd0 (>= 254)
00:00:08.844 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:08.847 E: 
00:00:08.850 E: dpkg: warning: ignoring pre-dependency problem!
00:00:08.854 E: Preparing to unpack .../bsdutils_1%3a2.40.2-2_amd64.deb ...
00:00:08.857 E: Unpacking bsdutils (1:2.40.2-2) ...
00:00:08.861 E: Selecting previously unselected package libacl1:amd64.
00:00:08.864 E: Preparing to unpack .../libacl1_2.3.2-2_amd64.deb ...
00:00:08.867 E: Unpacking libacl1:amd64 (2.3.2-2) ...
00:00:08.884 E: Selecting previously unselected package libattr1:amd64.
00:00:08.888 E: Preparing to unpack .../libattr1_1%3a2.5.2-1_amd64.deb ...
00:00:08.891 E: Unpacking libattr1:amd64 (1:2.5.2-1) ...
00:00:08.912 E: Selecting previously unselected package libgmp10:amd64.
00:00:08.915 E: Preparing to unpack .../libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb ...
00:00:08.919 E: Unpacking libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:08.957 E: Selecting previously unselected package libpcre2-8-0:amd64.
00:00:08.961 E: Preparing to unpack .../libpcre2-8-0_10.42-4+b1_amd64.deb ...
00:00:08.965 E: Unpacking libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:09.003 E: Selecting previously unselected package libselinux1:amd64.
00:00:09.007 E: Preparing to unpack .../libselinux1_3.5-2+b3_amd64.deb ...
00:00:09.011 E: Unpacking libselinux1:amd64 (3.5-2+b3) ...
00:00:09.035 E: Selecting previously unselected package libzstd1:amd64.
00:00:09.038 E: Preparing to unpack .../libzstd1_1.5.6+dfsg-1_amd64.deb ...
00:00:09.042 E: Unpacking libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:09.083 E: Selecting previously unselected package zlib1g:amd64.
00:00:09.087 E: Preparing to unpack .../zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb ...
00:00:09.091 E: Unpacking zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:09.119 E: Selecting previously unselected package libssl3t64:amd64.
00:00:09.123 E: Preparing to unpack .../libssl3t64_3.3.1-2_amd64.deb ...
00:00:09.127 E: Unpacking libssl3t64:amd64 (3.3.1-2) ...
00:00:09.279 E: Selecting previously unselected package coreutils.
00:00:09.283 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:09.287 E:  coreutils pre-depends on libacl1 (>= 2.2.23)
00:00:09.291 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:09.295 E: 
00:00:09.299 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.302 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:09.306 E:  coreutils pre-depends on libattr1 (>= 1:2.4.48)
00:00:09.310 E:   libattr1:amd64 is unpacked, but has never been configured.
00:00:09.314 E: 
00:00:09.319 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.323 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:09.327 E:  coreutils pre-depends on libc6 (>= 2.34)
00:00:09.331 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:09.335 E: 
00:00:09.339 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.343 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:09.347 E:  coreutils pre-depends on libgmp10 (>= 2:6.3.0+dfsg)
00:00:09.351 E:   libgmp10:amd64 is unpacked, but has never been configured.
00:00:09.354 E: 
00:00:09.358 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.361 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:09.365 E:  coreutils pre-depends on libselinux1 (>= 3.1~)
00:00:09.368 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:09.372 E: 
00:00:09.376 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.380 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:09.383 E:  coreutils pre-depends on libssl3t64 (>= 3.0.0)
00:00:09.387 E:   libssl3t64:amd64 is unpacked, but has never been configured.
00:00:09.391 E: 
00:00:09.395 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.398 E: Preparing to unpack .../coreutils_9.4-3.1_amd64.deb ...
00:00:09.403 E: Unpacking coreutils (9.4-3.1) ...
00:00:09.549 E: Selecting previously unselected package dash.
00:00:09.553 E: dpkg: regarding .../dash_0.5.12-9_amd64.deb containing dash, pre-dependency problem:
00:00:09.557 E:  dash pre-depends on libc6 (>= 2.38)
00:00:09.561 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:09.564 E: 
00:00:09.568 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.572 E: Preparing to unpack .../dash_0.5.12-9_amd64.deb ...
00:00:09.575 E: Unpacking dash (0.5.12-9) ...
00:00:09.586 E: Selecting previously unselected package diffutils.
00:00:09.590 E: dpkg: regarding .../diffutils_1%3a3.10-1_amd64.deb containing diffutils, pre-dependency problem:
00:00:09.595 E:  diffutils pre-depends on libc6 (>= 2.34)
00:00:09.599 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:09.602 E: 
00:00:09.606 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.610 E: Preparing to unpack .../diffutils_1%3a3.10-1_amd64.deb ...
00:00:09.622 E: Unpacking diffutils (1:3.10-1) ...
00:00:09.659 E: Selecting previously unselected package libbz2-1.0:amd64.
00:00:09.663 E: Preparing to unpack .../libbz2-1.0_1.0.8-5.1_amd64.deb ...
00:00:09.667 E: Unpacking libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:09.692 E: Selecting previously unselected package liblzma5:amd64.
00:00:09.695 E: Preparing to unpack .../liblzma5_5.6.2-2_amd64.deb ...
00:00:09.699 E: Unpacking liblzma5:amd64 (5.6.2-2) ...
00:00:09.730 E: Selecting previously unselected package libmd0:amd64.
00:00:09.733 E: Preparing to unpack .../libmd0_1.1.0-2_amd64.deb ...
00:00:09.737 E: Unpacking libmd0:amd64 (1.1.0-2) ...
00:00:09.760 E: Selecting previously unselected package tar.
00:00:09.764 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:09.768 E:  tar pre-depends on libacl1 (>= 2.2.23)
00:00:09.772 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:09.775 E: 
00:00:09.778 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.782 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:09.785 E:  tar pre-depends on libc6 (>= 2.34)
00:00:09.790 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:09.793 E: 
00:00:09.797 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.801 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:09.805 E:  tar pre-depends on libselinux1 (>= 3.1~)
00:00:09.808 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:09.812 E: 
00:00:09.815 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.819 E: Preparing to unpack .../tar_1.35+dfsg-3_amd64.deb ...
00:00:09.823 E: Unpacking tar (1.35+dfsg-3) ...
00:00:09.848 E: Selecting previously unselected package dpkg.
00:00:09.852 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:09.858 E:  dpkg pre-depends on libbz2-1.0
00:00:09.862 E:   libbz2-1.0:amd64 is unpacked, but has never been configured.
00:00:09.866 E: 
00:00:09.870 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.875 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:09.879 E:  dpkg pre-depends on libc6 (>= 2.38)
00:00:09.883 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:09.887 E: 
00:00:09.892 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.897 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:09.900 E:  dpkg pre-depends on liblzma5 (>= 5.4.0)
00:00:09.905 E:   liblzma5:amd64 is unpacked, but has never been configured.
00:00:09.909 E: 
00:00:09.913 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.918 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:09.922 E:  dpkg pre-depends on libmd0 (>= 0.0.0)
00:00:09.926 E:   libmd0:amd64 is unpacked, but has never been configured.
00:00:09.930 E: 
00:00:09.934 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.939 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:09.942 E:  dpkg pre-depends on libselinux1 (>= 3.1~)
00:00:09.946 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:09.949 E: 
00:00:09.953 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.956 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:09.960 E:  dpkg pre-depends on libzstd1 (>= 1.5.5)
00:00:09.964 E:   libzstd1:amd64 is unpacked, but has never been configured.
00:00:09.967 E: 
00:00:09.971 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.975 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:09.978 E:  dpkg pre-depends on zlib1g (>= 1:1.1.4)
00:00:09.982 E:   zlib1g:amd64 is unpacked, but has never been configured.
00:00:09.985 E: 
00:00:09.989 E: dpkg: warning: ignoring pre-dependency problem!
00:00:09.992 E: Preparing to unpack .../dpkg_1.22.11_amd64.deb ...
00:00:09.996 E: Unpacking dpkg (1.22.11) ...
00:00:10.000 E: Selecting previously unselected package findutils.
00:00:10.003 E: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:10.007 E:  findutils pre-depends on libc6 (>= 2.38)
00:00:10.010 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.014 E: 
00:00:10.017 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.021 E: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:10.025 E:  findutils pre-depends on libselinux1 (>= 3.1~)
00:00:10.029 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:10.032 E: 
00:00:10.036 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.039 E: Preparing to unpack .../findutils_4.10.0-2_amd64.deb ...
00:00:10.044 E: Unpacking findutils (4.10.0-2) ...
00:00:10.054 E: Selecting previously unselected package grep.
00:00:10.057 E: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:10.062 E:  grep pre-depends on libc6 (>= 2.34)
00:00:10.066 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.069 E: 
00:00:10.073 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.076 E: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:10.080 E:  grep pre-depends on libpcre2-8-0 (>= 10.32)
00:00:10.084 E:   libpcre2-8-0:amd64 is unpacked, but has never been configured.
00:00:10.088 E: 
00:00:10.092 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.095 E: Preparing to unpack .../archives/grep_3.11-4_amd64.deb ...
00:00:10.099 E: Unpacking grep (3.11-4) ...
00:00:10.117 E: Selecting previously unselected package gzip.
00:00:10.121 E: dpkg: regarding .../gzip_1.12-1.1_amd64.deb containing gzip, pre-dependency problem:
00:00:10.125 E:  gzip pre-depends on libc6 (>= 2.34)
00:00:10.128 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.132 E: 
00:00:10.135 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.139 E: Preparing to unpack .../gzip_1.12-1.1_amd64.deb ...
00:00:10.150 E: Unpacking gzip (1.12-1.1) ...
00:00:10.186 E: Selecting previously unselected package hostname.
00:00:10.190 E: dpkg: regarding .../hostname_3.23+nmu2_amd64.deb containing hostname, pre-dependency problem:
00:00:10.194 E:  hostname pre-depends on libc6 (>= 2.34)
00:00:10.197 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.201 E: 
00:00:10.204 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.207 E: Preparing to unpack .../hostname_3.23+nmu2_amd64.deb ...
00:00:10.211 E: Unpacking hostname (3.23+nmu2) ...
00:00:10.215 E: Selecting previously unselected package ncurses-bin.
00:00:10.219 E: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:10.222 E:  ncurses-bin pre-depends on libc6 (>= 2.34)
00:00:10.226 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.230 E: 
00:00:10.234 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.237 E: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:10.241 E:  ncurses-bin pre-depends on libtinfo6 (>= 6.4+20230603)
00:00:10.245 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:10.249 E: 
00:00:10.252 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.256 E: Preparing to unpack .../ncurses-bin_6.5-2_amd64.deb ...
00:00:10.260 E: Unpacking ncurses-bin (6.5-2) ...
00:00:10.264 E: Selecting previously unselected package libcrypt1:amd64.
00:00:10.267 E: Preparing to unpack .../libcrypt1_1%3a4.4.36-4_amd64.deb ...
00:00:10.271 E: Unpacking libcrypt1:amd64 (1:4.4.36-4) ...
00:00:10.298 E: Selecting previously unselected package perl-base.
00:00:10.302 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:10.307 E:  perl-base pre-depends on libc6 (>= 2.38)
00:00:10.310 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.314 E: 
00:00:10.318 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.321 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:10.325 E:  perl-base pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:10.328 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:10.331 E: 
00:00:10.335 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.339 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:10.342 E:  perl-base pre-depends on dpkg (>= 1.17.17)
00:00:10.346 E:   dpkg is unpacked, but has never been configured.
00:00:10.349 E: 
00:00:10.352 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.355 E: Preparing to unpack .../perl-base_5.38.2-5_amd64.deb ...
00:00:10.359 E: Unpacking perl-base (5.38.2-5) ...
00:00:10.606 E: Selecting previously unselected package sed.
00:00:10.610 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:10.614 E:  sed pre-depends on libacl1 (>= 2.2.23)
00:00:10.618 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:10.622 E: 
00:00:10.625 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.629 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:10.633 E:  sed pre-depends on libc6 (>= 2.34)
00:00:10.636 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:10.640 E: 
00:00:10.644 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.648 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:10.652 E:  sed pre-depends on libselinux1 (>= 3.1~)
00:00:10.655 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:10.659 E: 
00:00:10.663 E: dpkg: warning: ignoring pre-dependency problem!
00:00:10.666 E: Preparing to unpack .../archives/sed_4.9-2_amd64.deb ...
00:00:10.670 E: Unpacking sed (4.9-2) ...
00:00:10.673 E: Selecting previously unselected package libaudit-common.
00:00:10.677 E: Preparing to unpack .../libaudit-common_1%3a3.1.2-4_all.deb ...
00:00:10.681 E: Unpacking libaudit-common (1:3.1.2-4) ...
00:00:10.699 E: Selecting previously unselected package libcap-ng0:amd64.
00:00:10.703 E: Preparing to unpack .../libcap-ng0_0.8.5-1+b1_amd64.deb ...
00:00:10.707 E: Unpacking libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:10.730 E: Selecting previously unselected package libaudit1:amd64.
00:00:10.734 E: Preparing to unpack .../libaudit1_1%3a3.1.2-4+b1_amd64.deb ...
00:00:10.737 E: Unpacking libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:10.763 E: Selecting previously unselected package libdb5.3t64:amd64.
00:00:10.767 E: Preparing to unpack .../libdb5.3t64_5.3.28+dfsg2-7_amd64.deb ...
00:00:10.771 E: Unpacking libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:10.843 E: Selecting previously unselected package debconf.
00:00:10.852 E: Preparing to unpack .../debconf_1.5.87_all.deb ...
00:00:10.856 E: Unpacking debconf (1.5.87) ...
00:00:10.919 E: Selecting previously unselected package libpam0g:amd64.
00:00:10.923 E: Preparing to unpack .../libpam0g_1.5.3-7_amd64.deb ...
00:00:10.927 E: Unpacking libpam0g:amd64 (1.5.3-7) ...
00:00:10.954 E: Selecting previously unselected package libpam-modules-bin.
00:00:10.958 E: Preparing to unpack .../libpam-modules-bin_1.5.3-7_amd64.deb ...
00:00:10.963 E: Unpacking libpam-modules-bin (1.5.3-7) ...
00:00:10.994 E: Selecting previously unselected package libpam-modules:amd64.
00:00:10.998 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.001 E:  libpam-modules pre-depends on libaudit1 (>= 1:2.2.1)
00:00:11.005 E:   libaudit1:amd64 is unpacked, but has never been configured.
00:00:11.008 E: 
00:00:11.012 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.015 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.019 E:  libpam-modules pre-depends on libc6 (>= 2.34)
00:00:11.022 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:11.026 E: 
00:00:11.029 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.032 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.036 E:  libpam-modules pre-depends on libcrypt1 (>= 1:4.3.0)
00:00:11.039 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:11.042 E: 
00:00:11.046 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.049 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.052 E:  libpam-modules pre-depends on libdb5.3t64
00:00:11.055 E:   libdb5.3t64:amd64 is unpacked, but has never been configured.
00:00:11.059 E: 
00:00:11.062 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.066 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.069 E:  libpam-modules pre-depends on libpam0g (>= 1.4.1)
00:00:11.072 E:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:11.076 E: 
00:00:11.079 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.083 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.086 E:  libpam-modules pre-depends on libselinux1 (>= 3.1~)
00:00:11.089 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:11.092 E: 
00:00:11.096 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.099 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.103 E:  libpam-modules pre-depends on libsystemd0
00:00:11.106 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:11.109 E: 
00:00:11.113 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.116 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.120 E:  libpam-modules pre-depends on debconf (>= 0.5) | debconf-2.0
00:00:11.123 E:   debconf is unpacked, but has never been configured.
00:00:11.126 E:   debconf provides debconf-2.0 but is unpacked but not configured.
00:00:11.130 E: 
00:00:11.134 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.137 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:11.140 E:  libpam-modules pre-depends on libpam-modules-bin (= 1.5.3-7)
00:00:11.144 E:   libpam-modules-bin is unpacked, but has never been configured.
00:00:11.147 E: 
00:00:11.151 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.154 E: Preparing to unpack .../libpam-modules_1.5.3-7_amd64.deb ...
00:00:11.158 E: Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 23.
00:00:11.162 E: Unpacking libpam-modules:amd64 (1.5.3-7) ...
00:00:11.166 E: Selecting previously unselected package libpam-runtime.
00:00:11.169 E: Preparing to unpack .../libpam-runtime_1.5.3-7_all.deb ...
00:00:11.173 E: Unpacking libpam-runtime (1.5.3-7) ...
00:00:11.228 E: Selecting previously unselected package libblkid1:amd64.
00:00:11.232 E: Preparing to unpack .../libblkid1_2.40.2-2_amd64.deb ...
00:00:11.236 E: Unpacking libblkid1:amd64 (2.40.2-2) ...
00:00:11.269 E: Selecting previously unselected package libmount1:amd64.
00:00:11.273 E: Preparing to unpack .../libmount1_2.40.2-2_amd64.deb ...
00:00:11.277 E: Unpacking libmount1:amd64 (2.40.2-2) ...
00:00:11.322 E: Selecting previously unselected package libsmartcols1:amd64.
00:00:11.326 E: Preparing to unpack .../libsmartcols1_2.40.2-2_amd64.deb ...
00:00:11.330 E: Unpacking libsmartcols1:amd64 (2.40.2-2) ...
00:00:11.364 E: Selecting previously unselected package libudev1:amd64.
00:00:11.367 E: Preparing to unpack .../libudev1_256.4-2_amd64.deb ...
00:00:11.371 E: Unpacking libudev1:amd64 (256.4-2) ...
00:00:11.401 E: Selecting previously unselected package libuuid1:amd64.
00:00:11.405 E: Preparing to unpack .../libuuid1_2.40.2-2_amd64.deb ...
00:00:11.408 E: Unpacking libuuid1:amd64 (2.40.2-2) ...
00:00:11.436 E: Selecting previously unselected package util-linux.
00:00:11.440 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.443 E:  util-linux pre-depends on libpam-modules
00:00:11.447 E:   libpam-modules:amd64 is unpacked, but has never been configured.
00:00:11.451 E: 
00:00:11.454 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.458 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.462 E:  util-linux pre-depends on libpam-runtime
00:00:11.466 E:   libpam-runtime is unpacked, but has never been configured.
00:00:11.469 E: 
00:00:11.473 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.477 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.481 E:  util-linux pre-depends on libblkid1 (= 2.40.2-2)
00:00:11.484 E:   libblkid1:amd64 is unpacked, but has never been configured.
00:00:11.488 E: 
00:00:11.492 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.495 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.499 E:  util-linux pre-depends on libc6 (>= 2.38)
00:00:11.503 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:11.507 E: 
00:00:11.511 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.524 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.528 E:  util-linux pre-depends on libcap-ng0 (>= 0.7.9)
00:00:11.532 E:   libcap-ng0:amd64 is unpacked, but has never been configured.
00:00:11.536 E: 
00:00:11.539 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.543 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.546 E:  util-linux pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:11.550 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:11.553 E: 
00:00:11.557 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.560 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.564 E:  util-linux pre-depends on libmount1 (= 2.40.2-2)
00:00:11.567 E:   libmount1:amd64 is unpacked, but has never been configured.
00:00:11.571 E: 
00:00:11.574 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.578 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.581 E:  util-linux pre-depends on libpam0g (>= 0.99.7.1)
00:00:11.585 E:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:11.589 E: 
00:00:11.593 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.596 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.600 E:  util-linux pre-depends on libselinux1 (>= 3.1~)
00:00:11.604 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:11.607 E: 
00:00:11.611 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.615 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.619 E:  util-linux pre-depends on libsmartcols1 (= 2.40.2-2)
00:00:11.622 E:   libsmartcols1:amd64 is unpacked, but has never been configured.
00:00:11.626 E: 
00:00:11.631 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.635 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.639 E:  util-linux pre-depends on libsystemd0
00:00:11.643 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:11.648 E: 
00:00:11.651 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.655 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.659 E:  util-linux pre-depends on libtinfo6 (>= 6)
00:00:11.663 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:11.666 E: 
00:00:11.670 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.673 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.677 E:  util-linux pre-depends on libudev1 (>= 183)
00:00:11.681 E:   libudev1:amd64 is unpacked, but has never been configured.
00:00:11.684 E: 
00:00:11.688 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.691 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:11.695 E:  util-linux pre-depends on libuuid1 (= 2.40.2-2)
00:00:11.699 E:   libuuid1:amd64 is unpacked, but has never been configured.
00:00:11.703 E: 
00:00:11.707 E: dpkg: warning: ignoring pre-dependency problem!
00:00:11.710 E: Preparing to unpack .../util-linux_2.40.2-2_amd64.deb ...
00:00:11.714 E: Unpacking util-linux (2.40.2-2) ...
00:00:11.717 E: Selecting previously unselected package libdebconfclient0:amd64.
00:00:11.721 E: Preparing to unpack .../libdebconfclient0_0.272_amd64.deb ...
00:00:11.725 E: Unpacking libdebconfclient0:amd64 (0.272) ...
00:00:11.729 E: Selecting previously unselected package base-passwd.
00:00:11.732 E: Preparing to unpack .../base-passwd_3.6.4_amd64.deb ...
00:00:11.736 E: Unpacking base-passwd (3.6.4) ...
00:00:11.739 E: Selecting previously unselected package init-system-helpers.
00:00:11.743 E: Preparing to unpack .../init-system-helpers_1.66_all.deb ...
00:00:11.747 E: Unpacking init-system-helpers (1.66) ...
00:00:11.750 E: Selecting previously unselected package libc-bin.
00:00:11.754 E: Preparing to unpack .../libc-bin_2.39-6_amd64.deb ...
00:00:11.758 E: Unpacking libc-bin (2.39-6) ...
00:00:11.792 E: Selecting previously unselected package ncurses-base.
00:00:11.796 E: Preparing to unpack .../ncurses-base_6.5-2_all.deb ...
00:00:11.800 E: Unpacking ncurses-base (6.5-2) ...
00:00:11.839 E: Selecting previously unselected package sysvinit-utils.
00:00:11.843 E: Preparing to unpack .../sysvinit-utils_3.09-2_amd64.deb ...
00:00:11.847 E: Unpacking sysvinit-utils (3.09-2) ...
00:00:11.861 E: Setting up gcc-14-base:amd64 (14.2.0-1) ...
00:00:11.866 E: Setting up libaudit-common (1:3.1.2-4) ...
00:00:11.872 E: Setting up debconf (1.5.87) ...
00:00:12.005 E: Setting up ncurses-base (6.5-2) ...
00:00:12.011 E: Setting up libgcc-s1:amd64 (14.2.0-1) ...
00:00:12.024 E: Setting up libc6:amd64 (2.39-6) ...
00:00:12.141 E: Setting up mawk (1.3.4.20240622-2) ...
00:00:12.147 E: update-alternatives: using /usr/bin/mawk to provide /usr/bin/awk (awk) in auto mode
00:00:12.152 E: Setting up base-files (13.5) ...
00:00:12.257 E: Setting up libtinfo6:amd64 (6.5-2) ...
00:00:12.263 E: Setting up debianutils (5.20) ...
00:00:12.325 E: update-alternatives: using /usr/bin/which.debianutils to provide /usr/bin/which (which) in auto mode
00:00:12.332 E: Setting up bash (5.2.21-2.1) ...
00:00:12.349 E: update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
00:00:12.354 E: Setting up libcap2:amd64 (1:2.66-5) ...
00:00:12.359 E: Setting up libsystemd0:amd64 (256.4-2) ...
00:00:12.364 E: Setting up bsdutils (1:2.40.2-2) ...
00:00:12.369 E: Setting up libacl1:amd64 (2.3.2-2) ...
00:00:12.373 E: Setting up libattr1:amd64 (1:2.5.2-1) ...
00:00:12.381 E: Setting up libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:12.385 E: Setting up libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:12.390 E: Setting up libselinux1:amd64 (3.5-2+b3) ...
00:00:12.397 E: Setting up libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:12.402 E: Setting up zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:12.407 E: Setting up libssl3t64:amd64 (3.3.1-2) ...
00:00:12.412 E: Setting up coreutils (9.4-3.1) ...
00:00:12.431 E: Setting up dash (0.5.12-9) ...
00:00:12.473 E: Setting up diffutils (1:3.10-1) ...
00:00:12.478 E: Setting up libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:12.484 E: Setting up liblzma5:amd64 (5.6.2-2) ...
00:00:12.488 E: Setting up libmd0:amd64 (1.1.0-2) ...
00:00:12.493 E: Setting up tar (1.35+dfsg-3) ...
00:00:12.499 E: update-alternatives: using /usr/sbin/rmt-tar to provide /usr/sbin/rmt (rmt) in auto mode
00:00:12.504 E: Setting up dpkg (1.22.11) ...
00:00:12.714 E: Setting up findutils (4.10.0-2) ...
00:00:12.720 E: Setting up grep (3.11-4) ...
00:00:12.724 E: Setting up gzip (1.12-1.1) ...
00:00:12.757 E: Setting up hostname (3.23+nmu2) ...
00:00:12.762 E: Setting up ncurses-bin (6.5-2) ...
00:00:12.766 E: Setting up libcrypt1:amd64 (1:4.4.36-4) ...
00:00:12.771 E: Setting up perl-base (5.38.2-5) ...
00:00:12.784 E: Setting up sed (4.9-2) ...
00:00:12.789 E: Setting up libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:12.794 E: Setting up libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:12.799 E: Setting up libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:12.804 E: Setting up libpam0g:amd64 (1.5.3-7) ...
00:00:12.909 E: Setting up libpam-modules-bin (1.5.3-7) ...
00:00:12.915 E: Setting up libpam-modules:amd64 (1.5.3-7) ...
00:00:12.943 E: Setting up libpam-runtime (1.5.3-7) ...
00:00:13.094 E: Setting up libblkid1:amd64 (2.40.2-2) ...
00:00:13.100 E: Setting up libmount1:amd64 (2.40.2-2) ...
00:00:13.105 E: Setting up libsmartcols1:amd64 (2.40.2-2) ...
00:00:13.110 E: Setting up libudev1:amd64 (256.4-2) ...
00:00:13.115 E: Setting up libuuid1:amd64 (2.40.2-2) ...
00:00:13.119 E: Setting up util-linux (2.40.2-2) ...
00:00:13.132 E: update-alternatives: using /bin/more to provide /usr/bin/pager (pager) in auto mode
00:00:13.321 E: Setting up libdebconfclient0:amd64 (0.272) ...
00:00:13.325 E: Setting up base-passwd (3.6.4) ...
00:00:13.463 E: Setting up init-system-helpers (1.66) ...
00:00:13.468 E: Setting up libc-bin (2.39-6) ...
00:00:13.491 E: Setting up sysvinit-utils (3.09-2) ...
00:00:13.525 E: I: 683 3047 installing remaining packages inside the chroot...
00:00:13.529 E: D: 683 846 run_progress: exec apt-get -o Dir::Bin::dpkg=env -o DPkg::Options::=--unset=TMPDIR -o DPkg::Options::=dpkg --yes install -oDebug::pkgProblemResolver=true -oDebug::pkgDepCache::Marker=1 -oDebug::pkgDepCache::AutoInstall=1 -oAPT::Status-Fd=${FD} -oDpkg::Use-Pty=false apt ?narrow(?or(?archive(^unstable$),?codename(^unstable$)),?architecture(amd64),?and(?or(~prequired,~pimportant,~pstandard),?not(?essential)))
00:00:13.685 E: Reading package lists...
00:00:13.901 E: Building dependency tree...
00:00:14.024 E:   MarkInstall apt:amd64 < none -> 2.9.7 @un pumN Ib > FU=1
00:00:14.028 E:   Installing libapt-pkg6.0t64:amd64 as Depends of apt:amd64
00:00:14.032 E:     MarkInstall libapt-pkg6.0t64:amd64 < none -> 2.9.7 @un puN Ib > FU=0
00:00:14.036 E:       MarkInstall libbz2-1.0:amd64 < 1.0.8-5.1 @ii pmK > FU=0
00:00:14.039 E:         MarkInstall libc6:amd64 < 2.39-6 @ii pmK > FU=0
00:00:14.043 E:           MarkInstall libgcc-s1:amd64 < 14.2.0-1 @ii pmK > FU=0
00:00:14.047 E:             MarkInstall gcc-14-base:amd64 < 14.2.0-1 @ii pmK > FU=0
00:00:14.051 E:     Installing libgcrypt20:amd64 as Depends of libapt-pkg6.0t64:amd64
00:00:14.056 E:       MarkInstall libgcrypt20:amd64 < none -> 1.11.0-5 @un pumN Ib > FU=0
00:00:14.060 E:       Installing libgpg-error0:amd64 as Depends of libgcrypt20:amd64
00:00:14.064 E:         MarkInstall libgpg-error0:amd64 < none -> 1.50-2 @un puN > FU=0
00:00:14.068 E:     Installing liblz4-1:amd64 as Depends of libapt-pkg6.0t64:amd64
00:00:14.072 E:       MarkInstall liblz4-1:amd64 < none -> 1.9.4-3 @un pumN Ib > FU=0
00:00:14.076 E:       Installing libxxhash0:amd64 as Depends of liblz4-1:amd64
00:00:14.080 E:         MarkInstall libxxhash0:amd64 < none -> 0.8.2-2+b1 @un puN > FU=0
00:00:14.084 E:       MarkInstall liblzma5:amd64 < 5.6.2-2 @ii pmK > FU=0
00:00:14.087 E:     Installing libstdc++6:amd64 as Depends of libapt-pkg6.0t64:amd64
00:00:14.091 E:       MarkInstall libstdc++6:amd64 < none -> 14.2.0-1 @un puN > FU=0
00:00:14.095 E:       MarkInstall libudev1:amd64 < 256.4-2 @ii pmK > FU=0
00:00:14.098 E:         MarkInstall libcap2:amd64 < 1:2.66-5 @ii pmK > FU=0
00:00:14.101 E:       MarkInstall libzstd1:amd64 < 1.5.6+dfsg-1 @ii pmK > FU=0
00:00:14.105 E:       MarkInstall zlib1g:amd64 < 1:1.3.dfsg+really1.3.1-1 @ii pmK > FU=0
00:00:14.109 E:   Installing libgnutls30t64:amd64 as Depends of apt:amd64
00:00:14.112 E:     MarkInstall libgnutls30t64:amd64 < none -> 3.8.6-2 @un puN Ib > FU=0
00:00:14.116 E:       MarkInstall libgmp10:amd64 < 2:6.3.0+dfsg-2+b1 @ii pmK > FU=0
00:00:14.119 E:     Installing libhogweed6t64:amd64 as Depends of libgnutls30t64:amd64
00:00:14.123 E:       MarkInstall libhogweed6t64:amd64 < none -> 3.10-1 @un puN Ib > FU=0
00:00:14.127 E:       Installing libnettle8t64:amd64 as Depends of libhogweed6t64:amd64
00:00:14.130 E:         MarkInstall libnettle8t64:amd64 < none -> 3.10-1 @un puN > FU=0
00:00:14.134 E:     Installing libidn2-0:amd64 as Depends of libgnutls30t64:amd64
00:00:14.138 E:       MarkInstall libidn2-0:amd64 < none -> 2.3.7-2 @un pumN Ib > FU=0
00:00:14.141 E:       Installing libunistring5:amd64 as Depends of libidn2-0:amd64
00:00:14.145 E:         MarkInstall libunistring5:amd64 < none -> 1.2-1 @un puN > FU=0
00:00:14.149 E:     Installing libp11-kit0:amd64 as Depends of libgnutls30t64:amd64
00:00:14.153 E:       MarkInstall libp11-kit0:amd64 < none -> 0.25.5-2 @un puN Ib > FU=0
00:00:14.156 E:       Installing libffi8:amd64 as Depends of libp11-kit0:amd64
00:00:14.160 E:         MarkInstall libffi8:amd64 < none -> 3.4.6-1 @un puN > FU=0
00:00:14.163 E:     Installing libtasn1-6:amd64 as Depends of libgnutls30t64:amd64
00:00:14.167 E:       MarkInstall libtasn1-6:amd64 < none -> 4.19.0-3+b2 @un puN > FU=0
00:00:14.170 E:   Installing libseccomp2:amd64 as Depends of apt:amd64
00:00:14.174 E:     MarkInstall libseccomp2:amd64 < none -> 2.5.5-1+b1 @un puN > FU=0
00:00:14.178 E:   MarkInstall debconf:amd64 < 1.5.87 @ii pmK > FU=1
00:00:14.181 E:   MarkInstall adduser:amd64 < none -> 3.137 @un puN > FU=1
00:00:14.185 E:   MarkInstall perl:amd64 < none -> 5.38.2-5 @un pumN Ib > FU=1
00:00:14.189 E:     MarkInstall dpkg:amd64 < 1.22.11 @ii pmK > FU=0
00:00:14.192 E:       MarkInstall libmd0:amd64 < 1.1.0-2 @ii pmK > FU=0
00:00:14.196 E:       MarkInstall libselinux1:amd64 < 3.5-2+b3 @ii pmK > FU=0
00:00:14.199 E:         MarkInstall libpcre2-8-0:amd64 < 10.42-4+b1 @ii pmK > FU=0
00:00:14.203 E:       MarkInstall tar:amd64 < 1.35+dfsg-3 @ii pmK > FU=0
00:00:14.207 E:         MarkInstall libacl1:amd64 < 2.3.2-2 @ii pmK > FU=0
00:00:14.210 E:     MarkInstall perl-base:amd64 < 5.38.2-5 @ii pmK > FU=0
00:00:14.214 E:       MarkInstall libcrypt1:amd64 < 1:4.4.36-4 @ii pmK > FU=0
00:00:14.217 E:   Installing perl-modules-5.38:amd64 as Depends of perl:amd64
00:00:14.221 E:     MarkInstall perl-modules-5.38:amd64 < none -> 5.38.2-5 @un puN > FU=0
00:00:14.225 E:   Installing libperl5.38t64:amd64 as Depends of perl:amd64
00:00:14.228 E:     MarkInstall libperl5.38t64:amd64 < none -> 5.38.2-5 @un puN Ib > FU=0
00:00:14.231 E:       MarkInstall libdb5.3t64:amd64 < 5.3.28+dfsg2-7 @ii pmK > FU=0
00:00:14.235 E:     Installing libgdbm-compat4t64:amd64 as Depends of libperl5.38t64:amd64
00:00:14.239 E:       MarkInstall libgdbm-compat4t64:amd64 < none -> 1.23-6 @un puN Ib > FU=0
00:00:14.242 E:       Installing libgdbm6t64:amd64 as Depends of libgdbm-compat4t64:amd64
00:00:14.246 E:         MarkInstall libgdbm6t64:amd64 < none -> 1.23-6 @un puN > FU=0
00:00:14.250 E:   MarkInstall systemd:amd64 < none -> 256.4-2 @un puN Ib > FU=1
00:00:14.253 E:     MarkInstall libblkid1:amd64 < 2.40.2-2 @ii pmK > FU=0
00:00:14.257 E:     MarkInstall libmount1:amd64 < 2.40.2-2 @ii pmK > FU=0
00:00:14.261 E:     MarkInstall libssl3t64:amd64 < 3.3.1-2 @ii pmK > FU=0
00:00:14.265 E:   Installing libapparmor1:amd64 as Depends of systemd:amd64
00:00:14.268 E:     MarkInstall libapparmor1:amd64 < none -> 3.1.7-1+b1 @un puN > FU=0
00:00:14.273 E:     MarkInstall libaudit1:amd64 < 1:3.1.2-4+b1 @ii pmK > FU=0
00:00:14.277 E:       MarkInstall libaudit-common:amd64 < 1:3.1.2-4 @ii pmK > FU=0
00:00:14.281 E:       MarkInstall libcap-ng0:amd64 < 0.8.5-1+b1 @ii pmK > FU=0
00:00:14.285 E:     MarkInstall libpam0g:amd64 < 1.5.3-7 @ii pmK > FU=0
00:00:14.289 E:   Installing libsystemd-shared:amd64 as Depends of systemd:amd64
00:00:14.293 E:     MarkInstall libsystemd-shared:amd64 < none -> 256.4-2 @un puN > FU=0
00:00:14.298 E:     MarkInstall libsystemd0:amd64 < 256.4-2 @ii pmK > FU=0
00:00:14.301 E:   MarkInstall file:amd64 < none -> 1:5.45-3 @un puN Ib > FU=1
00:00:14.305 E:   Installing libmagic1t64:amd64 as Depends of file:amd64
00:00:14.309 E:     MarkInstall libmagic1t64:amd64 < none -> 1:5.45-3 @un puN Ib > FU=0
00:00:14.313 E:     Installing libmagic-mgc:amd64 as Depends of libmagic1t64:amd64
00:00:14.316 E:       MarkInstall libmagic-mgc:amd64 < none -> 1:5.45-3 @un puN > FU=0
00:00:14.320 E:   MarkInstall bzip2:amd64 < none -> 1.0.8-5.1 @un pumN > FU=1
00:00:14.324 E:   MarkInstall wget:amd64 < none -> 1.24.5-2+b1 @un puN Ib > FU=1
00:00:14.327 E:   Installing libpsl5t64:amd64 as Depends of wget:amd64
00:00:14.331 E:     MarkInstall libpsl5t64:amd64 < none -> 0.21.2-1.1 @un puN > FU=0
00:00:14.335 E:     MarkInstall libuuid1:amd64 < 2.40.2-2 @ii pmK > FU=0
00:00:14.339 E:   MarkInstall sensible-utils:amd64 < none -> 0.0.24 @un pumN > FU=1
00:00:14.343 E:   MarkInstall kmod:amd64 < none -> 32+20240611-1 @un puN Ib > FU=1
00:00:14.347 E:   Installing libkmod2:amd64 as Depends of kmod:amd64
00:00:14.351 E:     MarkInstall libkmod2:amd64 < none -> 32+20240611-1 @un puN > FU=0
00:00:14.355 E:   MarkInstall passwd:amd64 < none -> 1:4.15.3-3 @un puN Ib > FU=1
00:00:14.359 E:     MarkInstall base-passwd:amd64 < 3.6.4 @ii pmK > FU=0
00:00:14.363 E:       MarkInstall libdebconfclient0:amd64 < 0.272 @ii pmK > FU=0
00:00:14.367 E:     MarkInstall libattr1:amd64 < 1:2.5.2-1 @ii pmK > FU=0
00:00:14.370 E:   Installing libbsd0:amd64 as Depends of passwd:amd64
00:00:14.374 E:     MarkInstall libbsd0:amd64 < none -> 0.12.2-1 @un puN > FU=0
00:00:14.378 E:   Installing libsemanage2:amd64 as Depends of passwd:amd64
00:00:14.381 E:     MarkInstall libsemanage2:amd64 < none -> 3.5-1+b4 @un puN Ib > FU=0
00:00:14.385 E:     Installing libsemanage-common:amd64 as Depends of libsemanage2:amd64
00:00:14.389 E:       MarkInstall libsemanage-common:amd64 < none -> 3.5-1 @un puN > FU=0
00:00:14.392 E:     Installing libsepol2:amd64 as Depends of libsemanage2:amd64
00:00:14.396 E:       MarkInstall libsepol2:amd64 < none -> 3.5-2+b1 @un puN > FU=0
00:00:14.401 E:   MarkInstall cron:amd64 < none -> 3.0pl1-189 @un puN > FU=1
00:00:14.405 E:     MarkInstall init-system-helpers:amd64 < 1.66 @ii pmK > FU=0
00:00:14.409 E:   MarkInstall procps:amd64 < none -> 2:4.0.4-5 @un puN Ib > FU=1
00:00:14.412 E:   Installing libncursesw6:amd64 as Depends of procps:amd64
00:00:14.416 E:     MarkInstall libncursesw6:amd64 < none -> 6.5-2 @un puN > FU=0
00:00:14.419 E:       MarkInstall libtinfo6:amd64 < 6.5-2 @ii pmK > FU=0
00:00:14.423 E:   Installing libproc2-0:amd64 as Depends of procps:amd64
00:00:14.427 E:     MarkInstall libproc2-0:amd64 < none -> 2:4.0.4-5 @un puN > FU=0
00:00:14.431 E:   MarkInstall ucf:amd64 < none -> 3.0043+nmu1 @un puN > FU=1
00:00:14.435 E:   MarkInstall iproute2:amd64 < none -> 6.10.0-1 @un puN Ib > FU=1
00:00:14.440 E:   Installing libbpf1:amd64 as Depends of iproute2:amd64
00:00:14.443 E:     MarkInstall libbpf1:amd64 < none -> 1:1.4.5-1 @un puN Ib > FU=0
00:00:14.447 E:     Installing libelf1t64:amd64 as Depends of libbpf1:amd64
00:00:14.451 E:       MarkInstall libelf1t64:amd64 < none -> 0.191-2 @un puN > FU=0
00:00:14.455 E:   Installing libmnl0:amd64 as Depends of iproute2:amd64
00:00:14.458 E:     MarkInstall libmnl0:amd64 < none -> 1.0.5-2+b1 @un puN > FU=0
00:00:14.462 E:   Installing libtirpc3t64:amd64 as Depends of iproute2:amd64
00:00:14.466 E:     MarkInstall libtirpc3t64:amd64 < none -> 1.3.4+ds-1.3 @un puN Ib > FU=0
00:00:14.469 E:     Installing libgssapi-krb5-2:amd64 as Depends of libtirpc3t64:amd64
00:00:14.473 E:       MarkInstall libgssapi-krb5-2:amd64 < none -> 1.21.3-3 @un puN Ib > FU=0
00:00:14.477 E:       Installing libkrb5-3:amd64 as Depends of libgssapi-krb5-2:amd64
00:00:14.481 E:         MarkInstall libkrb5-3:amd64 < none -> 1.21.3-3 @un puN Ib > FU=0
00:00:14.485 E:         Installing libkrb5support0:amd64 as Depends of libkrb5-3:amd64
00:00:14.489 E:           MarkInstall libkrb5support0:amd64 < none -> 1.21.3-3 @un puN > FU=0
00:00:14.493 E:         Installing libcom-err2:amd64 as Depends of libkrb5-3:amd64
00:00:14.496 E:           MarkInstall libcom-err2:amd64 < none -> 1.47.1-1 @un puN > FU=0
00:00:14.500 E:         Installing libk5crypto3:amd64 as Depends of libkrb5-3:amd64
00:00:14.504 E:           MarkInstall libk5crypto3:amd64 < none -> 1.21.3-3 @un puN > FU=0
00:00:14.507 E:         Installing libkeyutils1:amd64 as Depends of libkrb5-3:amd64
00:00:14.511 E:           MarkInstall libkeyutils1:amd64 < none -> 1.6.3-3 @un puN > FU=0
00:00:14.514 E:     Installing libtirpc-common:amd64 as Depends of libtirpc3t64:amd64
00:00:14.518 E:       MarkInstall libtirpc-common:amd64 < none -> 1.3.4+ds-1.3 @un puN > FU=0
00:00:14.522 E:   Installing libxtables12:amd64 as Depends of iproute2:amd64
00:00:14.525 E:     MarkInstall libxtables12:amd64 < none -> 1.8.10-4 @un puN > FU=0
00:00:14.529 E:   Installing libcap2-bin:amd64 as Depends of iproute2:amd64
00:00:14.532 E:     MarkInstall libcap2-bin:amd64 < none -> 1:2.66-5 @un puN > FU=0
00:00:14.536 E:   MarkInstall cpio:amd64 < none -> 2.15+dfsg-2 @un puN > FU=1
00:00:14.539 E:   MarkInstall ca-certificates:amd64 < none -> 20240203 @un puN Ib > FU=1
00:00:14.543 E:   Installing openssl:amd64 as Depends of ca-certificates:amd64
00:00:14.548 E:     MarkInstall openssl:amd64 < none -> 3.3.1-2 @un puN > FU=0
00:00:14.551 E:   MarkInstall apt-listchanges:amd64 < none -> 3.27 @un puN Ib > FU=1
00:00:14.555 E:   Installing python3-apt:amd64 as Depends of apt-listchanges:amd64
00:00:14.559 E:     MarkInstall python3-apt:amd64 < none -> 2.9.0+b1 @un puN Ib > FU=0
00:00:14.563 E:     Installing python3:amd64 as Depends of python3-apt:amd64
00:00:14.566 E:       MarkInstall python3:amd64 < none -> 3.12.4-1 @un puN Ib > FU=0
00:00:14.570 E:       Installing python3-minimal:amd64 as PreDepends of python3:amd64
00:00:14.574 E:         MarkInstall python3-minimal:amd64 < none -> 3.12.4-1 @un puN Ib > FU=0
00:00:14.577 E:         Installing python3.12-minimal:amd64 as PreDepends of python3-minimal:amd64
00:00:14.580 E:           MarkInstall python3.12-minimal:amd64 < none -> 3.12.4-3 @un puN Ib > FU=0
00:00:14.584 E:           Installing libpython3.12-minimal:amd64 as Depends of python3.12-minimal:amd64
00:00:14.587 E:             MarkInstall libpython3.12-minimal:amd64 < none -> 3.12.4-3 @un puN > FU=0
00:00:14.591 E:           Installing libexpat1:amd64 as Depends of python3.12-minimal:amd64
00:00:14.595 E:             MarkInstall libexpat1:amd64 < none -> 2.6.2-1 @un puN > FU=0
00:00:14.599 E:       Installing python3.12:amd64 as Depends of python3:amd64
00:00:14.603 E:         MarkInstall python3.12:amd64 < none -> 3.12.4-3 @un puN Ib > FU=0
00:00:14.606 E:         Installing libpython3.12-stdlib:amd64 as Depends of python3.12:amd64
00:00:14.610 E:           MarkInstall libpython3.12-stdlib:amd64 < none -> 3.12.4-3 @un puN Ib > FU=0
00:00:14.614 E:           Installing libreadline8t64:amd64 as Depends of libpython3.12-stdlib:amd64
00:00:14.617 E:             MarkInstall libreadline8t64:amd64 < none -> 8.2-4 @un puN > FU=0
00:00:14.621 E:           Installing libsqlite3-0:amd64 as Depends of libpython3.12-stdlib:amd64
00:00:14.625 E:             MarkInstall libsqlite3-0:amd64 < none -> 3.46.0-1 @un puN > FU=0
00:00:14.628 E:       Installing libpython3-stdlib:amd64 as Depends of python3:amd64
00:00:14.632 E:         MarkInstall libpython3-stdlib:amd64 < none -> 3.12.4-1 @un puN > FU=0
00:00:14.635 E:     Installing python-apt-common:amd64 as Depends of python3-apt:amd64
00:00:14.639 E:       MarkInstall python-apt-common:amd64 < none -> 2.9.0 @un puN > FU=0
00:00:14.643 E:     Installing distro-info-data:amd64 as Depends of python3-apt:amd64
00:00:14.646 E:       MarkInstall distro-info-data:amd64 < none -> 0.62 @un puN > FU=0
00:00:14.650 E:   Installing python3-debconf:amd64 as Depends of apt-listchanges:amd64
00:00:14.653 E:     MarkInstall python3-debconf:amd64 < none -> 1.5.87 @un puN > FU=0
00:00:14.657 E:   MarkInstall udev:amd64 < none -> 256.4-2 @un puN > FU=1
00:00:14.661 E:   MarkInstall man-db:amd64 < none -> 2.12.1-2 @un puN Ib > FU=1
00:00:14.664 E:   Installing bsdextrautils:amd64 as Depends of man-db:amd64
00:00:14.668 E:     MarkInstall bsdextrautils:amd64 < none -> 2.40.2-2 @un pumN > FU=0
00:00:14.672 E:       MarkInstall libsmartcols1:amd64 < 2.40.2-2 @ii pmK > FU=0
00:00:14.675 E:   Installing libpipeline1:amd64 as Depends of man-db:amd64
00:00:14.679 E:     MarkInstall libpipeline1:amd64 < none -> 1.5.7-2 @un puN > FU=0
00:00:14.682 E:   MarkInstall e2fsprogs:amd64 < none -> 1.47.1-1 @un puN Ib > FU=1
00:00:14.686 E:   Installing libext2fs2t64:amd64 as PreDepends of e2fsprogs:amd64
00:00:14.690 E:     MarkInstall libext2fs2t64:amd64 < none -> 1.47.1-1 @un puN > FU=0
00:00:14.693 E:   Installing libss2:amd64 as PreDepends of e2fsprogs:amd64
00:00:14.697 E:     MarkInstall libss2:amd64 < none -> 1.47.1-1 @un puN > FU=0
00:00:14.701 E:   Installing logsave:amd64 as Depends of e2fsprogs:amd64
00:00:14.705 E:     MarkInstall logsave:amd64 < none -> 1.47.1-1 @un puN > FU=0
00:00:14.708 E:   MarkInstall openssh-client:amd64 < none -> 1:9.8p1-2 @un puN Ib > FU=1
00:00:14.712 E:   Installing libedit2:amd64 as Depends of openssh-client:amd64
00:00:14.715 E:     MarkInstall libedit2:amd64 < none -> 3.1-20240517-1 @un puN > FU=0
00:00:14.719 E:   Installing libfido2-1:amd64 as Depends of openssh-client:amd64
00:00:14.723 E:     MarkInstall libfido2-1:amd64 < none -> 1.15.0-1 @un puN Ib > FU=0
00:00:14.727 E:     Installing libcbor0.10:amd64 as Depends of libfido2-1:amd64
00:00:14.730 E:       MarkInstall libcbor0.10:amd64 < none -> 0.10.2-1.2 @un puN > FU=0
00:00:14.734 E:   MarkInstall media-types:amd64 < none -> 10.1.0 @un puN > FU=1
00:00:14.738 E:   MarkInstall locales:amd64 < none -> 2.39-6 @un pumN > FU=1
00:00:14.742 E:     MarkInstall libc-bin:amd64 < 2.39-6 @ii pmK > FU=0
00:00:14.746 E:   MarkInstall logrotate:amd64 < none -> 3.22.0-1 @un puN Ib > FU=1
00:00:14.749 E:   Installing libpopt0:amd64 as Depends of logrotate:amd64
00:00:14.752 E:     MarkInstall libpopt0:amd64 < none -> 1.19+dfsg-1+b1 @un puN > FU=0
00:00:14.756 E:   MarkInstall xz-utils:amd64 < none -> 5.6.2-2 @un pumN > FU=1
00:00:14.760 E:   MarkInstall gpgv:amd64 < none -> 2.2.43-8 @un puN > FU=1
00:00:14.763 E:   MarkInstall debian-archive-keyring:amd64 < none -> 2023.4 @un puN > FU=1
00:00:14.768 E:   MarkInstall apt-utils:amd64 < none -> 2.9.7 @un pumN > FU=1
00:00:14.772 E:   MarkInstall reportbug:amd64 < none -> 13.0.1 @un puN > FU=1
00:00:14.775 E:   MarkInstall less:amd64 < none -> 643-1 @un pumN > FU=1
00:00:14.779 E:   MarkInstall libpam-systemd:amd64 < none -> 256.4-2 @un puN > FU=1
00:00:14.783 E:   MarkInstall dbus:amd64 < none -> 1.14.10-4+b1 @un puN Ib > FU=1
00:00:14.787 E:   Installing dbus-bin:amd64 as Depends of dbus:amd64
00:00:14.791 E:     MarkInstall dbus-bin:amd64 < none -> 1.14.10-4+b1 @un puN Ib > FU=0
00:00:14.795 E:     Installing libdbus-1-3:amd64 as Depends of dbus-bin:amd64
00:00:14.799 E:       MarkInstall libdbus-1-3:amd64 < none -> 1.14.10-4+b1 @un puN > FU=0
00:00:14.804 E:   Installing dbus-daemon:amd64 as Depends of dbus:amd64
00:00:14.808 E:     MarkInstall dbus-daemon:amd64 < none -> 1.14.10-4+b1 @un puN Ib > FU=0
00:00:14.812 E:     Installing dbus-session-bus-common:amd64 as Depends of dbus-daemon:amd64
00:00:14.817 E:       MarkInstall dbus-session-bus-common:amd64 < none -> 1.14.10-4 @un puN > FU=0
00:00:14.821 E:   Installing dbus-system-bus-common:amd64 as Depends of dbus:amd64
00:00:14.825 E:     MarkInstall dbus-system-bus-common:amd64 < none -> 1.14.10-4 @un puN > FU=0
00:00:14.828 E:   Installing usr-is-merged:amd64 as Depends of dbus:amd64
00:00:14.832 E:     MarkInstall usr-is-merged:amd64 < none -> 39 @un pumN > FU=0
00:00:14.836 E:   MarkInstall bind9-dnsutils:amd64 < none -> 1:9.20.0-2 @un puN Ib > FU=1
00:00:14.840 E:   Installing bind9-libs:amd64 as Depends of bind9-dnsutils:amd64
00:00:14.843 E:     MarkInstall bind9-libs:amd64 < none -> 1:9.20.0-2 @un puN Ib > FU=0
00:00:14.847 E:     Installing libfstrm0:amd64 as Depends of bind9-libs:amd64
00:00:14.852 E:       MarkInstall libfstrm0:amd64 < none -> 0.6.1-1+b2 @un puN > FU=0
00:00:14.856 E:     Installing libjemalloc2:amd64 as Depends of bind9-libs:amd64
00:00:14.860 E:       MarkInstall libjemalloc2:amd64 < none -> 5.3.0-2+b1 @un puN > FU=0
00:00:14.864 E:     Installing libjson-c5:amd64 as Depends of bind9-libs:amd64
00:00:14.868 E:       MarkInstall libjson-c5:amd64 < none -> 0.17-1+b1 @un puN > FU=0
00:00:14.872 E:     Installing liblmdb0:amd64 as Depends of bind9-libs:amd64
00:00:14.876 E:       MarkInstall liblmdb0:amd64 < none -> 0.9.31-1+b1 @un puN > FU=0
00:00:14.880 E:     Installing libmaxminddb0:amd64 as Depends of bind9-libs:amd64
00:00:14.883 E:       MarkInstall libmaxminddb0:amd64 < none -> 1.9.1-1 @un puN > FU=0
00:00:14.887 E:     Installing libnghttp2-14:amd64 as Depends of bind9-libs:amd64
00:00:14.891 E:       MarkInstall libnghttp2-14:amd64 < none -> 1.62.1-2 @un puN > FU=0
00:00:14.895 E:     Installing libprotobuf-c1:amd64 as Depends of bind9-libs:amd64
00:00:14.899 E:       MarkInstall libprotobuf-c1:amd64 < none -> 1.4.1-1+b2 @un puN > FU=0
00:00:14.903 E:     Installing liburcu8t64:amd64 as Depends of bind9-libs:amd64
00:00:14.907 E:       MarkInstall liburcu8t64:amd64 < none -> 0.14.0-4 @un puN > FU=0
00:00:14.910 E:     Installing libuv1t64:amd64 as Depends of bind9-libs:amd64
00:00:14.914 E:       MarkInstall libuv1t64:amd64 < none -> 1.48.0-5 @un puN > FU=0
00:00:14.918 E:     Installing libxml2:amd64 as Depends of bind9-libs:amd64
00:00:14.922 E:       MarkInstall libxml2:amd64 < none -> 2.12.7+dfsg-3+b1 @un puN Ib > FU=0
00:00:14.926 E:       Installing libicu72:amd64 as Depends of libxml2:amd64
00:00:14.930 E:         MarkInstall libicu72:amd64 < none -> 72.1-5 @un puN > FU=0
00:00:14.934 E:   MarkInstall bind9-host:amd64 < none -> 1:9.20.0-2 @un puN > FU=1
00:00:14.938 E:   MarkInstall libpam-runtime:amd64 < 1.5.3-7 @ii pmK > FU=1
00:00:14.942 E:   MarkInstall bash-completion:amd64 < none -> 1:2.14.0-1 @un pumN > FU=1
00:00:14.946 E:   MarkInstall mawk:amd64 < 1.3.4.20240622-2 @ii pmK > FU=1
00:00:14.950 E:   MarkInstall iputils-ping:amd64 < none -> 3:20240117-1 @un puN > FU=1
00:00:14.954 E:   MarkInstall isc-dhcp-client:amd64 < none -> 4.4.3-P1-5 @un puN > FU=1
00:00:14.958 E:     MarkInstall debianutils:amd64 < 5.20 @ii pmK > FU=0
00:00:14.961 E:   MarkInstall libpam-modules:amd64 < 1.5.3-7 @ii pmK > FU=1
00:00:14.965 E:   MarkInstall groff-base:amd64 < none -> 1.23.0-5 @un puN Ib > FU=1
00:00:14.969 E:   Installing libuchardet0:amd64 as Depends of groff-base:amd64
00:00:14.973 E:     MarkInstall libuchardet0:amd64 < none -> 0.0.8-1+b1 @un puN > FU=0
00:00:14.977 E:   MarkInstall login:amd64 < none -> 1:4.15.3-3 @un puN > FU=1
00:00:14.980 E:   MarkInstall gettext-base:amd64 < none -> 0.22.5-2 @un puN > FU=1
00:00:14.984 E:   MarkInstall fdisk:amd64 < none -> 2.40.2-2 @un puN Ib > FU=1
00:00:14.987 E:   Installing libfdisk1:amd64 as Depends of fdisk:amd64
00:00:14.991 E:     MarkInstall libfdisk1:amd64 < none -> 2.40.2-2 @un puN > FU=0
00:00:14.995 E:   MarkInstall readline-common:amd64 < none -> 8.2-4 @un puN > FU=1
00:00:14.999 E:   MarkInstall cron-daemon-common:amd64 < none -> 3.0pl1-189 @un puN > FU=1
00:00:15.003 E:   MarkInstall netbase:amd64 < none -> 6.4 @un puN > FU=1
00:00:15.007 E:   MarkInstall traceroute:amd64 < none -> 1:2.1.5-1 @un puN > FU=1
00:00:15.011 E:   MarkInstall systemd-sysv:amd64 < none -> 256.4-2 @un puN > FU=1
00:00:15.015 E:   MarkInstall dmidecode:amd64 < none -> 3.6-1 @un puN > FU=1
00:00:15.019 E:   MarkInstall systemd-timesyncd:amd64 < none -> 256.4-2 @un puN > FU=1
00:00:15.023 E:   MarkInstall ncurses-term:amd64 < none -> 6.5-2 @un puN > FU=1
00:00:15.026 E:     MarkInstall ncurses-base:amd64 < 6.5-2 @ii pmK > FU=0
00:00:15.030 E:   MarkInstall ifupdown:amd64 < none -> 0.8.43 @un puN > FU=1
00:00:15.034 E:   MarkInstall wamerican:amd64 < none -> 2020.12.07-2 @un puN > FU=1
00:00:15.038 E:   MarkInstall nano:amd64 < none -> 8.1-1 @un puN > FU=1
00:00:15.041 E:   MarkInstall tzdata:amd64 < none -> 2024a-4 @un puN > FU=1
00:00:15.045 E:   MarkInstall lsof:amd64 < none -> 4.95.0-1.1 @un puN > FU=1
00:00:15.049 E:   MarkInstall libnss-systemd:amd64 < none -> 256.4-2 @un puN > FU=1
00:00:15.053 E:   MarkInstall pciutils:amd64 < none -> 1:3.13.0-1 @un puN Ib > FU=1
00:00:15.057 E:   Installing libpci3:amd64 as Depends of pciutils:amd64
00:00:15.060 E:     MarkInstall libpci3:amd64 < none -> 1:3.13.0-1 @un puN Ib > FU=0
00:00:15.064 E:     Installing pci.ids:amd64 as Depends of libpci3:amd64
00:00:15.067 E:       MarkInstall pci.ids:amd64 < none -> 0.0~2024.06.23-1 @un puN > FU=0
00:00:15.071 E:   MarkInstall nftables:amd64 < none -> 1.1.0-2 @un puN Ib > FU=1
00:00:15.074 E:   Installing libnftables1:amd64 as Depends of nftables:amd64
00:00:15.078 E:     MarkInstall libnftables1:amd64 < none -> 1.1.0-2 @un puN Ib > FU=0
00:00:15.081 E:     Installing libjansson4:amd64 as Depends of libnftables1:amd64
00:00:15.085 E:       MarkInstall libjansson4:amd64 < none -> 2.14-2+b2 @un puN > FU=0
00:00:15.089 E:     Installing libnftnl11:amd64 as Depends of libnftables1:amd64
00:00:15.093 E:       MarkInstall libnftnl11:amd64 < none -> 1.2.7-1 @un puN > FU=0
00:00:15.097 E:   MarkInstall debconf-i18n:amd64 < none -> 1.5.87 @un pumN Ib > FU=1
00:00:15.100 E:   Installing liblocale-gettext-perl:amd64 as Depends of debconf-i18n:amd64
00:00:15.104 E:     MarkInstall liblocale-gettext-perl:amd64 < none -> 1.07-7 @un puN > FU=0
00:00:15.107 E:   Installing libtext-charwidth-perl:amd64 as Depends of debconf-i18n:amd64
00:00:15.111 E:     MarkInstall libtext-charwidth-perl:amd64 < none -> 0.04-11+b3 @un puN > FU=0
00:00:15.114 E:   Installing libtext-iconv-perl:amd64 as Depends of debconf-i18n:amd64
00:00:15.118 E:     MarkInstall libtext-iconv-perl:amd64 < none -> 1.7-8+b3 @un puN > FU=0
00:00:15.121 E:   Installing libtext-wrapi18n-perl:amd64 as Depends of debconf-i18n:amd64
00:00:15.124 E:     MarkInstall libtext-wrapi18n-perl:amd64 < none -> 0.06-10 @un puN > FU=0
00:00:15.128 E:   MarkInstall whiptail:amd64 < none -> 0.52.24-2+b1 @un pumN Ib > FU=1
00:00:15.132 E:   Installing libnewt0.52:amd64 as Depends of whiptail:amd64
00:00:15.136 E:     MarkInstall libnewt0.52:amd64 < none -> 0.52.24-2+b1 @un puN Ib > FU=0
00:00:15.139 E:     Installing libslang2:amd64 as Depends of libnewt0.52:amd64
00:00:15.143 E:       MarkInstall libslang2:amd64 < none -> 2.3.3-5 @un puN > FU=0
00:00:15.146 E:   MarkInstall manpages:amd64 < none -> 6.8-2 @un pumN > FU=1
00:00:15.150 E:   MarkInstall vim-tiny:amd64 < none -> 2:9.1.0496-1+b1 @un puN > FU=1
00:00:15.154 E:   MarkInstall debian-faq:amd64 < none -> 11.1 @un puN > FU=1
00:00:15.158 E:   MarkInstall mount:amd64 < none -> 2.40.2-2 @un puN > FU=1
00:00:15.162 E:   MarkInstall vim-common:amd64 < none -> 2:9.1.0496-1 @un puN > FU=1
00:00:15.165 E:   MarkInstall inetutils-telnet:amd64 < none -> 2:2.5-5 @un puN > FU=1
00:00:15.169 E:   MarkInstall doc-debian:amd64 < none -> 11.3+nmu1 @un puN > FU=1
00:00:15.173 E:   MarkInstall liblockfile-bin:amd64 < none -> 1.17-1+b1 @un puN > FU=1
00:00:15.180 E:   MarkInstall libc-l10n:amd64 < none -> 2.39-6 @un pumN > FU=1
00:00:15.184 E:   MarkInstall init:amd64 < none -> 1.66 @un puN > FU=1
00:00:15.188 E:   MarkInstall isc-dhcp-common:amd64 < none -> 4.4.3-P1-5 @un puN > FU=1
00:00:15.193 E:   MarkInstall krb5-locales:amd64 < none -> 1.21.3-3 @un puN > FU=1
00:00:15.196 E:   MarkInstall util-linux-extra:amd64 < none -> 2.40.2-2 @un pumN > FU=1
00:00:15.200 E:   MarkInstall netcat-traditional:amd64 < none -> 1.10-48.1 @un puN > FU=1
00:00:15.204 E:   MarkInstall libpam-modules-bin:amd64 < 1.5.3-7 @ii pmK > FU=1
00:00:15.208 E:   MarkInstall python3-reportbug:amd64 < none -> 13.0.1 @un puN Ib > FU=1
00:00:15.211 E:   Installing python3-debian:amd64 as Depends of python3-reportbug:amd64
00:00:15.215 E:     MarkInstall python3-debian:amd64 < none -> 0.1.49 @un puN Ib > FU=0
00:00:15.219 E:     Installing python3-chardet:amd64 as Depends of python3-debian:amd64
00:00:15.223 E:       MarkInstall python3-chardet:amd64 < none -> 5.2.0+dfsg-1 @un puN Ib > FU=0
00:00:15.226 E:       Installing python3-pkg-resources:amd64 as Depends of python3-chardet:amd64
00:00:15.230 E:         MarkInstall python3-pkg-resources:amd64 < none -> 70.3.0-2 @un puN > FU=0
00:00:15.233 E:   Installing python3-debianbts:amd64 as Depends of python3-reportbug:amd64
00:00:15.237 E:     MarkInstall python3-debianbts:amd64 < none -> 4.1.1 @un puN > FU=0
00:00:15.240 E:   Installing python3-requests:amd64 as Depends of python3-reportbug:amd64
00:00:15.244 E:     MarkInstall python3-requests:amd64 < none -> 2.32.3+dfsg-1 @un puN Ib > FU=0
00:00:15.248 E:     Installing python3-certifi:amd64 as Depends of python3-requests:amd64
00:00:15.251 E:       MarkInstall python3-certifi:amd64 < none -> 2024.6.2-1 @un puN > FU=0
00:00:15.255 E:     Installing python3-charset-normalizer:amd64 as Depends of python3-requests:amd64
00:00:15.259 E:       MarkInstall python3-charset-normalizer:amd64 < none -> 3.3.2-2 @un puN > FU=0
00:00:15.263 E:     Installing python3-idna:amd64 as Depends of python3-requests:amd64
00:00:15.267 E:       MarkInstall python3-idna:amd64 < none -> 3.6-2.1 @un puN > FU=0
00:00:15.270 E:     Installing python3-urllib3:amd64 as Depends of python3-requests:amd64
00:00:15.274 E:       MarkInstall python3-urllib3:amd64 < none -> 2.0.7-2 @un puN > FU=0
00:00:15.278 E:   MarkInstall tasksel-data:amd64 < none -> 3.75 @un puN Ib > FU=1
00:00:15.281 E:   Installing tasksel:amd64 as Depends of tasksel-data:amd64
00:00:15.285 E:     MarkInstall tasksel:amd64 < none -> 3.75 @un puN > FU=0
00:00:15.289 E:   MarkInstall wtmpdb:amd64 < none -> 0.13.0-1 @un pumN Ib > FU=1
00:00:15.292 E:   Installing libwtmpdb0:amd64 as Depends of wtmpdb:amd64
00:00:15.296 E:     MarkInstall libwtmpdb0:amd64 < none -> 0.13.0-1 @un puN > FU=0
00:00:15.299 E:   MarkInstall libpam-wtmpdb:amd64 < none -> 0.13.0-1 @un puN > FU=1
00:00:15.303 E: Starting pkgProblemResolver with broken count: 0
00:00:15.306 E: Starting 2 pkgProblemResolver with broken count: 0
00:00:15.310 E: Done
00:00:15.313 E:   Ignore MarkGarbage of libkeyutils1:amd64 < none -> 1.6.3-3 @un puN > as its mode (Install) is protected
00:00:15.317 E:   Ignore MarkGarbage of libxtables12:amd64 < none -> 1.8.10-4 @un puN > as its mode (Install) is protected
00:00:15.321 E:   Ignore MarkGarbage of libnftnl11:amd64 < none -> 1.2.7-1 @un puN > as its mode (Install) is protected
00:00:15.325 E:   Ignore MarkGarbage of libnftables1:amd64 < none -> 1.1.0-2 @un puN > as its mode (Install) is protected
00:00:15.329 E:   Ignore MarkGarbage of libtirpc3t64:amd64 < none -> 1.3.4+ds-1.3 @un puN > as its mode (Install) is protected
00:00:15.333 E:   Ignore MarkGarbage of libext2fs2t64:amd64 < none -> 1.47.1-1 @un puN > as its mode (Install) is protected
00:00:15.336 E:   Ignore MarkGarbage of libproc2-0:amd64 < none -> 2:4.0.4-5 @un puN > as its mode (Install) is protected
00:00:15.340 E:   Ignore MarkGarbage of usr-is-merged:amd64 < none -> 39 @un puN > as its mode (Install) is protected
00:00:15.344 E:   Ignore MarkGarbage of logsave:amd64 < none -> 1.47.1-1 @un puN > as its mode (Install) is protected
00:00:15.348 E:   Ignore MarkGarbage of libss2:amd64 < none -> 1.47.1-1 @un puN > as its mode (Install) is protected
00:00:15.351 E: debconf is already the newest version (1.5.87).
00:00:15.355 E: libpam-runtime is already the newest version (1.5.3-7).
00:00:15.359 E: mawk is already the newest version (1.3.4.20240622-2).
00:00:15.362 E: libpam-modules is already the newest version (1.5.3-7).
00:00:15.365 E: libpam-modules-bin is already the newest version (1.5.3-7).
00:00:15.369 E: The following additional packages will be installed:
00:00:15.373 E:   bind9-libs bsdextrautils dbus-bin dbus-daemon dbus-session-bus-common
00:00:15.376 E:   dbus-system-bus-common distro-info-data libapparmor1 libapt-pkg6.0t64
00:00:15.379 E:   libbpf1 libbsd0 libcap2-bin libcbor0.10 libcom-err2 libdbus-1-3 libedit2
00:00:15.383 E:   libelf1t64 libexpat1 libext2fs2t64 libfdisk1 libffi8 libfido2-1 libfstrm0
00:00:15.387 E:   libgcrypt20 libgdbm-compat4t64 libgdbm6t64 libgnutls30t64 libgpg-error0
00:00:15.390 E:   libgssapi-krb5-2 libhogweed6t64 libicu72 libidn2-0 libjansson4 libjemalloc2
00:00:15.394 E:   libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0
00:00:15.397 E:   liblmdb0 liblocale-gettext-perl liblz4-1 libmagic-mgc libmagic1t64
00:00:15.400 E:   libmaxminddb0 libmnl0 libncursesw6 libnettle8t64 libnewt0.52 libnftables1
00:00:15.404 E:   libnftnl11 libnghttp2-14 libp11-kit0 libpci3 libperl5.38t64 libpipeline1
00:00:15.407 E:   libpopt0 libproc2-0 libprotobuf-c1 libpsl5t64 libpython3-stdlib
00:00:15.411 E:   libpython3.12-minimal libpython3.12-stdlib libreadline8t64 libseccomp2
00:00:15.415 E:   libsemanage-common libsemanage2 libsepol2 libslang2 libsqlite3-0 libss2
00:00:15.418 E:   libstdc++6 libsystemd-shared libtasn1-6 libtext-charwidth-perl
00:00:15.421 E:   libtext-iconv-perl libtext-wrapi18n-perl libtirpc-common libtirpc3t64
00:00:15.425 E:   libuchardet0 libunistring5 liburcu8t64 libuv1t64 libwtmpdb0 libxml2
00:00:15.428 E:   libxtables12 libxxhash0 logsave openssl pci.ids perl-modules-5.38
00:00:15.432 E:   python-apt-common python3 python3-apt python3-certifi python3-chardet
00:00:15.435 E:   python3-charset-normalizer python3-debconf python3-debian python3-debianbts
00:00:15.439 E:   python3-idna python3-minimal python3-pkg-resources python3-requests
00:00:15.443 E:   python3-urllib3 python3.12 python3.12-minimal tasksel usr-is-merged
00:00:15.447 E: Suggested packages:
00:00:15.450 E:   quota apt-doc aptitude | synaptic | wajig dpkg-dev gnupg | gnupg2 | gnupg1
00:00:15.454 E:   powermgmt-base default-mta | mail-transport-agent python3-gi www-browser
00:00:15.457 E:   x-terminal-emulator bzip2-doc libarchive-dev anacron checksecurity supercat
00:00:15.461 E:   bat default-dbus-session-bus | dbus-session-bus pdf-viewer postscript-viewer
00:00:15.464 E:   gpart parted fuse2fs e2fsck-static gnupg groff ppp rdnssd resolvconf
00:00:15.468 E:   avahi-autoipd isc-dhcp-client-ddns rng-tools gdbm-l10n gnutls-bin krb5-doc
00:00:15.471 E:   krb5-user mmdb-bin libcryptsetup12 libtss2-rc0t64 libarchive13t64 libdw1t64
00:00:15.475 E:   libip4tc2 libpwquality1 libqrencode4 bsd-mailx | mailx apparmor nfs-common
00:00:15.478 E:   hunspell firewalld keychain libpam-ssh monkeysphere ssh-askpass perl-doc
00:00:15.481 E:   libterm-readline-gnu-perl | libterm-readline-perl-perl make
00:00:15.485 E:   libtap-harness-archive-perl python3-doc python3-tk python3-venv
00:00:15.489 E:   python-apt-doc python-charset-normalizer-doc python3-setuptools
00:00:15.492 E:   python3-cryptography python3-openssl python3-socks python-requests-doc
00:00:15.496 E:   python3-brotli python3.12-venv python3.12-doc binutils binfmt-support
00:00:15.499 E:   readline-doc claws-mail debsums default-mta | postfix | exim4
00:00:15.503 E:   | mail-transport-agent dlocate emacs-bin-common gnupg | pgp python3-urwid
00:00:15.506 E:   reportbug-gtk xdg-utils systemd-container systemd-homed systemd-userdbd
00:00:15.509 E:   systemd-boot systemd-resolved systemd-repart libtss2-tcti-device0 polkitd
00:00:15.513 E:   indent
00:00:15.516 E: Recommended packages:
00:00:15.520 E:   default-mta | mail-transport-agent e2fsprogs-l10n libpam-cap
00:00:15.523 E:   libgpg-error-l10n libgpm2 libfribidi0 dbus-user-session publicsuffix xauth
00:00:15.527 E:   psmisc linux-sysctl-defaults lsb-release iso-codes zstd systemd-cryptsetup
00:00:15.531 E:   laptop-detect xxd
00:00:15.534 E: The following NEW packages will be installed:
00:00:15.538 E:   adduser apt apt-listchanges apt-utils bash-completion bind9-dnsutils
00:00:15.541 E:   bind9-host bind9-libs bsdextrautils bzip2 ca-certificates cpio cron
00:00:15.545 E:   cron-daemon-common dbus dbus-bin dbus-daemon dbus-session-bus-common
00:00:15.548 E:   dbus-system-bus-common debconf-i18n debian-archive-keyring debian-faq
00:00:15.552 E:   distro-info-data dmidecode doc-debian e2fsprogs fdisk file gettext-base gpgv
00:00:15.556 E:   groff-base ifupdown inetutils-telnet init iproute2 iputils-ping
00:00:15.567 E:   isc-dhcp-client isc-dhcp-common kmod krb5-locales less libapparmor1
00:00:15.575 E:   libapt-pkg6.0t64 libbpf1 libbsd0 libc-l10n libcap2-bin libcbor0.10
00:00:15.579 E:   libcom-err2 libdbus-1-3 libedit2 libelf1t64 libexpat1 libext2fs2t64
00:00:15.583 E:   libfdisk1 libffi8 libfido2-1 libfstrm0 libgcrypt20 libgdbm-compat4t64
00:00:15.587 E:   libgdbm6t64 libgnutls30t64 libgpg-error0 libgssapi-krb5-2 libhogweed6t64
00:00:15.591 E:   libicu72 libidn2-0 libjansson4 libjemalloc2 libjson-c5 libk5crypto3
00:00:15.596 E:   libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 liblmdb0
00:00:15.599 E:   liblocale-gettext-perl liblockfile-bin liblz4-1 libmagic-mgc libmagic1t64
00:00:15.603 E:   libmaxminddb0 libmnl0 libncursesw6 libnettle8t64 libnewt0.52 libnftables1
00:00:15.607 E:   libnftnl11 libnghttp2-14 libnss-systemd libp11-kit0 libpam-systemd
00:00:15.611 E:   libpam-wtmpdb libpci3 libperl5.38t64 libpipeline1 libpopt0 libproc2-0
00:00:15.614 E:   libprotobuf-c1 libpsl5t64 libpython3-stdlib libpython3.12-minimal
00:00:15.619 E:   libpython3.12-stdlib libreadline8t64 libseccomp2 libsemanage-common
00:00:15.622 E:   libsemanage2 libsepol2 libslang2 libsqlite3-0 libss2 libstdc++6
00:00:15.626 E:   libsystemd-shared libtasn1-6 libtext-charwidth-perl libtext-iconv-perl
00:00:15.629 E:   libtext-wrapi18n-perl libtirpc-common libtirpc3t64 libuchardet0
00:00:15.633 E:   libunistring5 liburcu8t64 libuv1t64 libwtmpdb0 libxml2 libxtables12
00:00:15.636 E:   libxxhash0 locales login logrotate logsave lsof man-db manpages media-types
00:00:15.640 E:   mount nano ncurses-term netbase netcat-traditional nftables openssh-client
00:00:15.643 E:   openssl passwd pci.ids pciutils perl perl-modules-5.38 procps
00:00:15.647 E:   python-apt-common python3 python3-apt python3-certifi python3-chardet
00:00:15.650 E:   python3-charset-normalizer python3-debconf python3-debian python3-debianbts
00:00:15.654 E:   python3-idna python3-minimal python3-pkg-resources python3-reportbug
00:00:15.657 E:   python3-requests python3-urllib3 python3.12 python3.12-minimal
00:00:15.661 E:   readline-common reportbug sensible-utils systemd systemd-sysv
00:00:15.664 E:   systemd-timesyncd tasksel tasksel-data traceroute tzdata ucf udev
00:00:15.668 E:   usr-is-merged util-linux-extra vim-common vim-tiny wamerican wget whiptail
00:00:15.672 E:   wtmpdb xz-utils
00:00:15.676 E: 0 upgraded, 187 newly installed, 0 to remove and 0 not upgraded.
00:00:15.679 E: Need to get 75.4 MB of archives.
00:00:15.682 E: After this operation, 298 MB of additional disk space will be used.
00:00:15.686 E: Get:1 http://127.0.0.1/debian unstable/main amd64 libcom-err2 amd64 1.47.1-1 [22.9 kB]
00:00:15.690 E: Get:2 http://127.0.0.1/debian unstable/main amd64 libext2fs2t64 amd64 1.47.1-1 [210 kB]
00:00:15.693 E: Get:3 http://127.0.0.1/debian unstable/main amd64 libss2 amd64 1.47.1-1 [27.6 kB]
00:00:15.697 E: Get:4 http://127.0.0.1/debian unstable/main amd64 logsave amd64 1.47.1-1 [22.7 kB]
00:00:15.700 E: Get:5 http://127.0.0.1/debian unstable/main amd64 e2fsprogs amd64 1.47.1-1 [583 kB]
00:00:15.704 E: Get:6 http://127.0.0.1/debian unstable/main amd64 mount amd64 2.40.2-2 [154 kB]
00:00:15.708 E: Get:7 http://127.0.0.1/debian unstable/main amd64 libapparmor1 amd64 3.1.7-1+b1 [42.0 kB]
00:00:15.712 E: Get:8 http://127.0.0.1/debian unstable/main amd64 libseccomp2 amd64 2.5.5-1+b1 [47.3 kB]
00:00:15.715 E: Get:9 http://127.0.0.1/debian unstable/main amd64 libsystemd-shared amd64 256.4-2 [2058 kB]
00:00:15.719 E: Get:10 http://127.0.0.1/debian unstable/main amd64 systemd amd64 256.4-2 [3486 kB]
00:00:15.723 E: Get:11 http://127.0.0.1/debian unstable/main amd64 libbsd0 amd64 0.12.2-1 [131 kB]
00:00:15.726 E: Get:12 http://127.0.0.1/debian unstable/main amd64 login amd64 1:4.15.3-3 [564 kB]
00:00:15.730 E: Get:13 http://127.0.0.1/debian unstable/main amd64 libsemanage-common all 3.5-1 [9908 B]
00:00:15.733 E: Get:14 http://127.0.0.1/debian unstable/main amd64 libsepol2 amd64 3.5-2+b1 [278 kB]
00:00:15.737 E: Get:15 http://127.0.0.1/debian unstable/main amd64 libsemanage2 amd64 3.5-1+b4 [90.1 kB]
00:00:15.741 E: Get:16 http://127.0.0.1/debian unstable/main amd64 passwd amd64 1:4.15.3-3 [974 kB]
00:00:15.745 E: Get:17 http://127.0.0.1/debian unstable/main amd64 adduser all 3.137 [140 kB]
00:00:15.750 E: Get:18 http://127.0.0.1/debian unstable/main amd64 cron-daemon-common all 3.0pl1-189 [16.8 kB]
00:00:15.753 E: Get:19 http://127.0.0.1/debian unstable/main amd64 sensible-utils all 0.0.24 [24.8 kB]
00:00:15.757 E: Get:20 http://127.0.0.1/debian unstable/main amd64 cron amd64 3.0pl1-189 [86.0 kB]
00:00:15.761 E: Get:21 http://127.0.0.1/debian unstable/main amd64 systemd-sysv amd64 256.4-2 [57.2 kB]
00:00:15.765 E: Get:22 http://127.0.0.1/debian unstable/main amd64 init amd64 1.66 [6004 B]
00:00:15.769 E: Get:23 http://127.0.0.1/debian unstable/main amd64 libdbus-1-3 amd64 1.14.10-4+b1 [203 kB]
00:00:15.772 E: Get:24 http://127.0.0.1/debian unstable/main amd64 dbus-bin amd64 1.14.10-4+b1 [106 kB]
00:00:15.776 E: Get:25 http://127.0.0.1/debian unstable/main amd64 dbus-session-bus-common all 1.14.10-4 [79.0 kB]
00:00:15.779 E: Get:26 http://127.0.0.1/debian unstable/main amd64 libexpat1 amd64 2.6.2-1 [103 kB]
00:00:15.783 E: Get:27 http://127.0.0.1/debian unstable/main amd64 dbus-daemon amd64 1.14.10-4+b1 [185 kB]
00:00:15.787 E: Get:28 http://127.0.0.1/debian unstable/main amd64 dbus-system-bus-common all 1.14.10-4 [80.1 kB]
00:00:15.791 E: Get:29 http://127.0.0.1/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
00:00:15.795 E: Get:30 http://127.0.0.1/debian unstable/main amd64 dbus amd64 1.14.10-4+b1 [98.6 kB]
00:00:15.799 E: Get:31 http://127.0.0.1/debian unstable/main amd64 perl-modules-5.38 all 5.38.2-5 [2905 kB]
00:00:15.802 E: Get:32 http://127.0.0.1/debian unstable/main amd64 libgdbm6t64 amd64 1.23-6 [72.8 kB]
00:00:15.806 E: Get:33 http://127.0.0.1/debian unstable/main amd64 libgdbm-compat4t64 amd64 1.23-6 [48.7 kB]
00:00:15.810 E: Get:34 http://127.0.0.1/debian unstable/main amd64 libperl5.38t64 amd64 5.38.2-5 [4275 kB]
00:00:15.813 E: Get:35 http://127.0.0.1/debian unstable/main amd64 perl amd64 5.38.2-5 [236 kB]
00:00:15.817 E: Get:36 http://127.0.0.1/debian unstable/main amd64 liblocale-gettext-perl amd64 1.07-7 [15.0 kB]
00:00:15.820 E: Get:37 http://127.0.0.1/debian unstable/main amd64 libpython3.12-minimal amd64 3.12.4-3 [812 kB]
00:00:15.824 E: Get:38 http://127.0.0.1/debian unstable/main amd64 python3.12-minimal amd64 3.12.4-3 [2137 kB]
00:00:15.857 E: Get:39 http://127.0.0.1/debian unstable/main amd64 python3-minimal amd64 3.12.4-1 [26.5 kB]
00:00:15.866 E: Get:40 http://127.0.0.1/debian unstable/main amd64 media-types all 10.1.0 [26.9 kB]
00:00:15.874 E: Get:41 http://127.0.0.1/debian unstable/main amd64 netbase all 6.4 [12.8 kB]
00:00:15.883 E: Get:42 http://127.0.0.1/debian unstable/main amd64 tzdata all 2024a-4 [255 kB]
00:00:15.896 E: Get:43 http://127.0.0.1/debian unstable/main amd64 libffi8 amd64 3.4.6-1 [23.6 kB]
00:00:15.906 E: Get:44 http://127.0.0.1/debian unstable/main amd64 libncursesw6 amd64 6.5-2 [135 kB]
00:00:15.924 E: Get:45 http://127.0.0.1/debian unstable/main amd64 readline-common all 8.2-4 [69.3 kB]
00:00:15.936 E: Get:46 http://127.0.0.1/debian unstable/main amd64 libreadline8t64 amd64 8.2-4 [167 kB]
00:00:15.947 E: Get:47 http://127.0.0.1/debian unstable/main amd64 libsqlite3-0 amd64 3.46.0-1 [902 kB]
00:00:15.974 E: Get:48 http://127.0.0.1/debian unstable/main amd64 libpython3.12-stdlib amd64 3.12.4-3 [1950 kB]
00:00:16.021 E: Get:49 http://127.0.0.1/debian unstable/main amd64 python3.12 amd64 3.12.4-3 [664 kB]
00:00:16.041 E: Get:50 http://127.0.0.1/debian unstable/main amd64 libpython3-stdlib amd64 3.12.4-1 [9500 B]
00:00:16.049 E: Get:51 http://127.0.0.1/debian unstable/main amd64 python3 amd64 3.12.4-1 [27.6 kB]
00:00:16.058 E: Get:52 http://127.0.0.1/debian unstable/main amd64 libgpg-error0 amd64 1.50-2 [81.5 kB]
00:00:16.067 E: Get:53 http://127.0.0.1/debian unstable/main amd64 libgcrypt20 amd64 1.11.0-5 [842 kB]
00:00:16.093 E: Get:54 http://127.0.0.1/debian unstable/main amd64 gpgv amd64 2.2.43-8 [216 kB]
00:00:16.105 E: Get:55 http://127.0.0.1/debian unstable/main amd64 libxxhash0 amd64 0.8.2-2+b1 [26.6 kB]
00:00:16.113 E: Get:56 http://127.0.0.1/debian unstable/main amd64 liblz4-1 amd64 1.9.4-3 [59.4 kB]
00:00:16.122 E: Get:57 http://127.0.0.1/debian unstable/main amd64 libstdc++6 amd64 14.2.0-1 [713 kB]
00:00:16.145 E: Get:58 http://127.0.0.1/debian unstable/main amd64 libapt-pkg6.0t64 amd64 2.9.7 [1044 kB]
00:00:16.172 E: Get:59 http://127.0.0.1/debian unstable/main amd64 debian-archive-keyring all 2023.4 [161 kB]
00:00:16.183 E: Get:60 http://127.0.0.1/debian unstable/main amd64 libnettle8t64 amd64 3.10-1 [303 kB]
00:00:16.197 E: Get:61 http://127.0.0.1/debian unstable/main amd64 libhogweed6t64 amd64 3.10-1 [334 kB]
00:00:16.211 E: Get:62 http://127.0.0.1/debian unstable/main amd64 libunistring5 amd64 1.2-1 [425 kB]
00:00:16.228 E: Get:63 http://127.0.0.1/debian unstable/main amd64 libidn2-0 amd64 2.3.7-2 [128 kB]
00:00:16.240 E: Get:64 http://127.0.0.1/debian unstable/main amd64 libp11-kit0 amd64 0.25.5-2 [424 kB]
00:00:16.256 E: Get:65 http://127.0.0.1/debian unstable/main amd64 libtasn1-6 amd64 4.19.0-3+b2 [48.9 kB]
00:00:16.265 E: Get:66 http://127.0.0.1/debian unstable/main amd64 libgnutls30t64 amd64 3.8.6-2 [1444 kB]
00:00:16.302 E: Get:67 http://127.0.0.1/debian unstable/main amd64 apt amd64 2.9.7 [1410 kB]
00:00:16.338 E: Get:68 http://127.0.0.1/debian unstable/main amd64 tasksel-data all 3.75 [18.0 kB]
00:00:16.347 E: Get:69 http://127.0.0.1/debian unstable/main amd64 tasksel all 3.75 [50.7 kB]
00:00:16.356 E: Get:70 http://127.0.0.1/debian unstable/main amd64 apt-utils amd64 2.9.7 [326 kB]
00:00:16.371 E: Get:71 http://127.0.0.1/debian unstable/main amd64 cpio amd64 2.15+dfsg-2 [252 kB]
00:00:16.383 E: Get:72 http://127.0.0.1/debian unstable/main amd64 libtext-charwidth-perl amd64 0.04-11+b3 [9456 B]
00:00:16.391 E: Get:73 http://127.0.0.1/debian unstable/main amd64 libtext-iconv-perl amd64 1.7-8+b3 [14.4 kB]
00:00:16.398 E: Get:74 http://127.0.0.1/debian unstable/main amd64 libtext-wrapi18n-perl all 0.06-10 [8808 B]
00:00:16.407 E: Get:75 http://127.0.0.1/debian unstable/main amd64 debconf-i18n all 1.5.87 [196 kB]
00:00:16.419 E: Get:76 http://127.0.0.1/debian unstable/main amd64 dmidecode amd64 3.6-1 [69.2 kB]
00:00:16.429 E: Get:77 http://127.0.0.1/debian unstable/main amd64 libfdisk1 amd64 2.40.2-2 [209 kB]
00:00:16.442 E: Get:78 http://127.0.0.1/debian unstable/main amd64 fdisk amd64 2.40.2-2 [152 kB]
00:00:16.453 E: Get:79 http://127.0.0.1/debian unstable/main amd64 libelf1t64 amd64 0.191-2 [188 kB]
00:00:16.465 E: Get:80 http://127.0.0.1/debian unstable/main amd64 libbpf1 amd64 1:1.4.5-1 [162 kB]
00:00:16.476 E: Get:81 http://127.0.0.1/debian unstable/main amd64 libmnl0 amd64 1.0.5-2+b1 [12.2 kB]
00:00:16.483 E: Get:82 http://127.0.0.1/debian unstable/main amd64 libkrb5support0 amd64 1.21.3-3 [32.5 kB]
00:00:16.492 E: Get:83 http://127.0.0.1/debian unstable/main amd64 libk5crypto3 amd64 1.21.3-3 [79.9 kB]
00:00:16.501 E: Get:84 http://127.0.0.1/debian unstable/main amd64 libkeyutils1 amd64 1.6.3-3 [8952 B]
00:00:16.509 E: Get:85 http://127.0.0.1/debian unstable/main amd64 libkrb5-3 amd64 1.21.3-3 [324 kB]
00:00:16.523 E: Get:86 http://127.0.0.1/debian unstable/main amd64 libgssapi-krb5-2 amd64 1.21.3-3 [136 kB]
00:00:16.532 E: Get:87 http://127.0.0.1/debian unstable/main amd64 libtirpc-common all 1.3.4+ds-1.3 [10.9 kB]
00:00:16.542 E: Get:88 http://127.0.0.1/debian unstable/main amd64 libtirpc3t64 amd64 1.3.4+ds-1.3 [82.7 kB]
00:00:16.551 E: Get:89 http://127.0.0.1/debian unstable/main amd64 libxtables12 amd64 1.8.10-4 [31.2 kB]
00:00:16.560 E: Get:90 http://127.0.0.1/debian unstable/main amd64 libcap2-bin amd64 1:2.66-5 [34.8 kB]
00:00:16.569 E: Get:91 http://127.0.0.1/debian unstable/main amd64 iproute2 amd64 6.10.0-1 [1067 kB]
00:00:16.598 E: Get:92 http://127.0.0.1/debian unstable/main amd64 ifupdown amd64 0.8.43 [61.1 kB]
00:00:16.607 E: Get:93 http://127.0.0.1/debian unstable/main amd64 iputils-ping amd64 3:20240117-1 [48.9 kB]
00:00:16.616 E: Get:94 http://127.0.0.1/debian unstable/main amd64 isc-dhcp-client amd64 4.4.3-P1-5 [1098 kB]
00:00:16.647 E: Get:95 http://127.0.0.1/debian unstable/main amd64 isc-dhcp-common amd64 4.4.3-P1-5 [118 kB]
00:00:16.657 E: Get:96 http://127.0.0.1/debian unstable/main amd64 libkmod2 amd64 32+20240611-1 [60.9 kB]
00:00:16.666 E: Get:97 http://127.0.0.1/debian unstable/main amd64 kmod amd64 32+20240611-1 [96.9 kB]
00:00:16.676 E: Get:98 http://127.0.0.1/debian unstable/main amd64 less amd64 643-1 [148 kB]
00:00:16.687 E: Get:99 http://127.0.0.1/debian unstable/main amd64 libpopt0 amd64 1.19+dfsg-1+b1 [43.6 kB]
00:00:16.696 E: Get:100 http://127.0.0.1/debian unstable/main amd64 logrotate amd64 3.22.0-1 [62.0 kB]
00:00:16.705 E: Get:101 http://127.0.0.1/debian unstable/main amd64 nano amd64 8.1-1 [666 kB]
00:00:16.725 E: Get:102 http://127.0.0.1/debian unstable/main amd64 libjansson4 amd64 2.14-2+b2 [39.9 kB]
00:00:16.734 E: Get:103 http://127.0.0.1/debian unstable/main amd64 libnftnl11 amd64 1.2.7-1 [64.3 kB]
00:00:16.744 E: Get:104 http://127.0.0.1/debian unstable/main amd64 libnftables1 amd64 1.1.0-2 [325 kB]
00:00:16.759 E: Get:105 http://127.0.0.1/debian unstable/main amd64 libedit2 amd64 3.1-20240517-1 [93.3 kB]
00:00:16.768 E: Get:106 http://127.0.0.1/debian unstable/main amd64 nftables amd64 1.1.0-2 [73.6 kB]
00:00:16.777 E: Get:107 http://127.0.0.1/debian unstable/main amd64 libproc2-0 amd64 2:4.0.4-5 [64.7 kB]
00:00:16.787 E: Get:108 http://127.0.0.1/debian unstable/main amd64 procps amd64 2:4.0.4-5 [878 kB]
00:00:16.813 E: Get:109 http://127.0.0.1/debian unstable/main amd64 udev amd64 256.4-2 [1896 kB]
00:00:16.859 E: Get:110 http://127.0.0.1/debian unstable/main amd64 vim-common all 2:9.1.0496-1 [412 kB]
00:00:16.876 E: Get:111 http://127.0.0.1/debian unstable/main amd64 vim-tiny amd64 2:9.1.0496-1+b1 [743 kB]
00:00:16.899 E: Get:112 http://127.0.0.1/debian unstable/main amd64 libslang2 amd64 2.3.3-5 [551 kB]
00:00:16.918 E: Get:113 http://127.0.0.1/debian unstable/main amd64 libnewt0.52 amd64 0.52.24-2+b1 [59.8 kB]
00:00:16.927 E: Get:114 http://127.0.0.1/debian unstable/main amd64 whiptail amd64 0.52.24-2+b1 [24.5 kB]
00:00:16.936 E: Get:115 http://127.0.0.1/debian unstable/main amd64 python-apt-common all 2.9.0 [66.2 kB]
00:00:16.945 E: Get:116 http://127.0.0.1/debian unstable/main amd64 distro-info-data all 0.62 [6344 B]
00:00:16.954 E: Get:117 http://127.0.0.1/debian unstable/main amd64 python3-apt amd64 2.9.0+b1 [166 kB]
00:00:16.964 E: Get:118 http://127.0.0.1/debian unstable/main amd64 python3-debconf all 1.5.87 [4232 B]
00:00:16.973 E: Get:119 http://127.0.0.1/debian unstable/main amd64 ucf all 3.0043+nmu1 [55.2 kB]
00:00:16.983 E: Get:120 http://127.0.0.1/debian unstable/main amd64 apt-listchanges all 3.27 [104 kB]
00:00:16.993 E: Get:121 http://127.0.0.1/debian unstable/main amd64 bash-completion all 1:2.14.0-1 [305 kB]
00:00:17.007 E: Get:122 http://127.0.0.1/debian unstable/main amd64 libfstrm0 amd64 0.6.1-1+b2 [21.8 kB]
00:00:17.016 E: Get:123 http://127.0.0.1/debian unstable/main amd64 libjemalloc2 amd64 5.3.0-2+b1 [275 kB]
00:00:17.030 E: Get:124 http://127.0.0.1/debian unstable/main amd64 libjson-c5 amd64 0.17-1+b1 [44.2 kB]
00:00:17.039 E: Get:125 http://127.0.0.1/debian unstable/main amd64 liblmdb0 amd64 0.9.31-1+b1 [44.8 kB]
00:00:17.049 E: Get:126 http://127.0.0.1/debian unstable/main amd64 libmaxminddb0 amd64 1.9.1-1 [30.5 kB]
00:00:17.057 E: Get:127 http://127.0.0.1/debian unstable/main amd64 libnghttp2-14 amd64 1.62.1-2 [74.9 kB]
00:00:17.067 E: Get:128 http://127.0.0.1/debian unstable/main amd64 libprotobuf-c1 amd64 1.4.1-1+b2 [27.4 kB]
00:00:17.076 E: Get:129 http://127.0.0.1/debian unstable/main amd64 liburcu8t64 amd64 0.14.0-4 [73.2 kB]
00:00:17.085 E: Get:130 http://127.0.0.1/debian unstable/main amd64 libuv1t64 amd64 1.48.0-5 [148 kB]
00:00:17.097 E: Get:131 http://127.0.0.1/debian unstable/main amd64 libicu72 amd64 72.1-5 [9396 kB]
00:00:17.286 E: Get:132 http://127.0.0.1/debian unstable/main amd64 libxml2 amd64 2.12.7+dfsg-3+b1 [671 kB]
00:00:17.307 E: Get:133 http://127.0.0.1/debian unstable/main amd64 bind9-libs amd64 1:9.20.0-2 [1474 kB]
00:00:17.346 E: Get:134 http://127.0.0.1/debian unstable/main amd64 bind9-host amd64 1:9.20.0-2 [319 kB]
00:00:17.360 E: Get:135 http://127.0.0.1/debian unstable/main amd64 bind9-dnsutils amd64 1:9.20.0-2 [428 kB]
00:00:17.377 E: Get:136 http://127.0.0.1/debian unstable/main amd64 bzip2 amd64 1.0.8-5.1 [40.3 kB]
00:00:17.387 E: Get:137 http://127.0.0.1/debian unstable/main amd64 openssl amd64 3.3.1-2 [1380 kB]
00:00:17.423 E: Get:138 http://127.0.0.1/debian unstable/main amd64 ca-certificates all 20240203 [158 kB]
00:00:17.435 E: Get:139 http://127.0.0.1/debian unstable/main amd64 debian-faq all 11.1 [500 kB]
00:00:17.460 E: Get:140 http://127.0.0.1/debian unstable/main amd64 doc-debian all 11.3+nmu1 [156 kB]
00:00:17.472 E: Get:141 http://127.0.0.1/debian unstable/main amd64 libmagic-mgc amd64 1:5.45-3 [314 kB]
00:00:17.488 E: Get:142 http://127.0.0.1/debian unstable/main amd64 libmagic1t64 amd64 1:5.45-3 [105 kB]
00:00:17.497 E: Get:143 http://127.0.0.1/debian unstable/main amd64 file amd64 1:5.45-3 [42.9 kB]
00:00:17.507 E: Get:144 http://127.0.0.1/debian unstable/main amd64 gettext-base amd64 0.22.5-2 [200 kB]
00:00:17.519 E: Get:145 http://127.0.0.1/debian unstable/main amd64 libuchardet0 amd64 0.0.8-1+b1 [68.8 kB]
00:00:17.528 E: Get:146 http://127.0.0.1/debian unstable/main amd64 groff-base amd64 1.23.0-5 [1181 kB]
00:00:17.561 E: Get:147 http://127.0.0.1/debian unstable/main amd64 inetutils-telnet amd64 2:2.5-5 [122 kB]
00:00:17.571 E: Get:148 http://127.0.0.1/debian unstable/main amd64 krb5-locales all 1.21.3-3 [101 kB]
00:00:17.581 E: Get:149 http://127.0.0.1/debian unstable/main amd64 libc-l10n all 2.39-6 [719 kB]
00:00:17.604 E: Get:150 http://127.0.0.1/debian unstable/main amd64 liblockfile-bin amd64 1.17-1+b1 [20.8 kB]
00:00:17.613 E: Get:151 http://127.0.0.1/debian unstable/main amd64 libnss-systemd amd64 256.4-2 [203 kB]
00:00:17.625 E: Get:152 http://127.0.0.1/debian unstable/main amd64 libpam-systemd amd64 256.4-2 [277 kB]
00:00:17.638 E: Get:153 http://127.0.0.1/debian unstable/main amd64 libwtmpdb0 amd64 0.13.0-1 [8684 B]
00:00:17.646 E: Get:154 http://127.0.0.1/debian unstable/main amd64 libpam-wtmpdb amd64 0.13.0-1 [8092 B]
00:00:17.654 E: Get:155 http://127.0.0.1/debian unstable/main amd64 locales all 2.39-6 [3902 kB]
00:00:17.744 E: Get:156 http://127.0.0.1/debian unstable/main amd64 lsof amd64 4.95.0-1.1 [315 kB]
00:00:17.759 E: Get:157 http://127.0.0.1/debian unstable/main amd64 bsdextrautils amd64 2.40.2-2 [96.4 kB]
00:00:17.769 E: Get:158 http://127.0.0.1/debian unstable/main amd64 libpipeline1 amd64 1.5.7-2 [38.0 kB]
00:00:17.777 E: Get:159 http://127.0.0.1/debian unstable/main amd64 man-db amd64 2.12.1-2 [1411 kB]
00:00:17.815 E: Get:160 http://127.0.0.1/debian unstable/main amd64 manpages all 6.8-2 [1389 kB]
00:00:17.853 E: Get:161 http://127.0.0.1/debian unstable/main amd64 ncurses-term all 6.5-2 [513 kB]
00:00:17.872 E: Get:162 http://127.0.0.1/debian unstable/main amd64 netcat-traditional amd64 1.10-48.1 [63.0 kB]
00:00:17.881 E: Get:163 http://127.0.0.1/debian unstable/main amd64 libcbor0.10 amd64 0.10.2-1.2 [28.2 kB]
00:00:17.890 E: Get:164 http://127.0.0.1/debian unstable/main amd64 libfido2-1 amd64 1.15.0-1 [78.5 kB]
00:00:17.899 E: Get:165 http://127.0.0.1/debian unstable/main amd64 openssh-client amd64 1:9.8p1-2 [964 kB]
00:00:17.928 E: Get:166 http://127.0.0.1/debian unstable/main amd64 pci.ids all 0.0~2024.06.23-1 [259 kB]
00:00:17.942 E: Get:167 http://127.0.0.1/debian unstable/main amd64 libpci3 amd64 1:3.13.0-1 [75.4 kB]
00:00:17.950 E: Get:168 http://127.0.0.1/debian unstable/main amd64 pciutils amd64 1:3.13.0-1 [128 kB]
00:00:17.962 E: Get:169 http://127.0.0.1/debian unstable/main amd64 python3-pkg-resources all 70.3.0-2 [264 kB]
00:00:17.974 E: Get:170 http://127.0.0.1/debian unstable/main amd64 python3-chardet all 5.2.0+dfsg-1 [107 kB]
00:00:17.984 E: Get:171 http://127.0.0.1/debian unstable/main amd64 python3-debian all 0.1.49 [115 kB]
00:00:17.993 E: Get:172 http://127.0.0.1/debian unstable/main amd64 python3-debianbts all 4.1.1 [12.4 kB]
00:00:18.003 E: Get:173 http://127.0.0.1/debian unstable/main amd64 python3-certifi all 2024.6.2-1 [157 kB]
00:00:18.014 E: Get:174 http://127.0.0.1/debian unstable/main amd64 python3-charset-normalizer amd64 3.3.2-2 [116 kB]
00:00:18.024 E: Get:175 http://127.0.0.1/debian unstable/main amd64 python3-idna all 3.6-2.1 [38.6 kB]
00:00:18.033 E: Get:176 http://127.0.0.1/debian unstable/main amd64 python3-urllib3 all 2.0.7-2 [111 kB]
00:00:18.044 E: Get:177 http://127.0.0.1/debian unstable/main amd64 python3-requests all 2.32.3+dfsg-1 [71.9 kB]
00:00:18.053 E: Get:178 http://127.0.0.1/debian unstable/main amd64 python3-reportbug all 13.0.1 [78.3 kB]
00:00:18.061 E: Get:179 http://127.0.0.1/debian unstable/main amd64 reportbug all 13.0.1 [63.9 kB]
00:00:18.074 E: Get:180 http://127.0.0.1/debian unstable/main amd64 systemd-timesyncd amd64 256.4-2 [84.4 kB]
00:00:18.083 E: Get:181 http://127.0.0.1/debian unstable/main amd64 traceroute amd64 1:2.1.5-1 [54.1 kB]
00:00:18.092 E: Get:182 http://127.0.0.1/debian unstable/main amd64 util-linux-extra amd64 2.40.2-2 [264 kB]
00:00:18.105 E: Get:183 http://127.0.0.1/debian unstable/main amd64 wamerican all 2020.12.07-2 [221 kB]
00:00:18.117 E: Get:184 http://127.0.0.1/debian unstable/main amd64 libpsl5t64 amd64 0.21.2-1.1 [56.8 kB]
00:00:18.126 E: Get:185 http://127.0.0.1/debian unstable/main amd64 wget amd64 1.24.5-2+b1 [981 kB]
00:00:18.153 E: Get:186 http://127.0.0.1/debian unstable/main amd64 wtmpdb amd64 0.13.0-1 [15.1 kB]
00:00:18.161 E: Get:187 http://127.0.0.1/debian unstable/main amd64 xz-utils amd64 5.6.2-2 [522 kB]
00:00:18.310 E: Fetched 75.4 MB in 3s (24.3 MB/s)
00:00:18.315 E: Chrooting into /tmp/mmdebstrap.hjVB0Z6t8s/
00:00:18.414 E: debconf: delaying package configuration, since apt-utils is not installed
00:00:18.472 E: Fetched 75.4 MB in 3s (24.3 MB/s)
00:00:18.476 E: Chrooting into /tmp/mmdebstrap.hjVB0Z6t8s/
00:00:18.492 E: Selecting previously unselected package libcom-err2:amd64.
00:00:18.496 E: (Reading database ... 3522 files and directories currently installed.)
00:00:18.500 E: Preparing to unpack .../libcom-err2_1.47.1-1_amd64.deb ...
00:00:18.503 E: Unpacking libcom-err2:amd64 (1.47.1-1) ...
00:00:18.525 E: Selecting previously unselected package libext2fs2t64:amd64.
00:00:18.529 E: Preparing to unpack .../libext2fs2t64_1.47.1-1_amd64.deb ...
00:00:18.533 E: Adding 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2 to /lib/x86_64-linux-gnu/libe2p.so.2.usr-is-merged by libext2fs2t64'
00:00:18.539 E: Adding 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2.3 to /lib/x86_64-linux-gnu/libe2p.so.2.3.usr-is-merged by libext2fs2t64'
00:00:18.545 E: Adding 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2 to /lib/x86_64-linux-gnu/libext2fs.so.2.usr-is-merged by libext2fs2t64'
00:00:18.551 E: Adding 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2.4 to /lib/x86_64-linux-gnu/libext2fs.so.2.4.usr-is-merged by libext2fs2t64'
00:00:18.554 E: Unpacking libext2fs2t64:amd64 (1.47.1-1) ...
00:00:18.592 E: Selecting previously unselected package libss2:amd64.
00:00:18.596 E: Preparing to unpack .../libss2_1.47.1-1_amd64.deb ...
00:00:18.600 E: Unpacking libss2:amd64 (1.47.1-1) ...
00:00:18.619 E: Selecting previously unselected package logsave.
00:00:18.623 E: Preparing to unpack .../logsave_1.47.1-1_amd64.deb ...
00:00:18.627 E: Unpacking logsave (1.47.1-1) ...
00:00:18.641 E: Chrooting into /tmp/mmdebstrap.hjVB0Z6t8s/
00:00:18.647 E: Setting up libcom-err2:amd64 (1.47.1-1) ...
00:00:18.651 E: Setting up libext2fs2t64:amd64 (1.47.1-1) ...
00:00:18.655 E: Setting up libss2:amd64 (1.47.1-1) ...
00:00:18.664 E: Chrooting into /tmp/mmdebstrap.hjVB0Z6t8s/
00:00:18.682 E: Selecting previously unselected package e2fsprogs.
00:00:18.686 E: (Reading database ... 3553 files and directories currently installed.)
00:00:18.690 E: Preparing to unpack .../00-e2fsprogs_1.47.1-1_amd64.deb ...
00:00:18.694 E: Unpacking e2fsprogs (1.47.1-1) ...
00:00:18.752 E: Selecting previously unselected package mount.
00:00:18.756 E: Preparing to unpack .../01-mount_2.40.2-2_amd64.deb ...
00:00:18.760 E: Unpacking mount (2.40.2-2) ...
00:00:18.793 E: Selecting previously unselected package libapparmor1:amd64.
00:00:18.797 E: Preparing to unpack .../02-libapparmor1_3.1.7-1+b1_amd64.deb ...
00:00:18.800 E: Unpacking libapparmor1:amd64 (3.1.7-1+b1) ...
00:00:18.827 E: Selecting previously unselected package libseccomp2:amd64.
00:00:18.831 E: Preparing to unpack .../03-libseccomp2_2.5.5-1+b1_amd64.deb ...
00:00:18.835 E: Unpacking libseccomp2:amd64 (2.5.5-1+b1) ...
00:00:18.856 E: Selecting previously unselected package libsystemd-shared:amd64.
00:00:18.860 E: Preparing to unpack .../04-libsystemd-shared_256.4-2_amd64.deb ...
00:00:18.864 E: Unpacking libsystemd-shared:amd64 (256.4-2) ...
00:00:19.019 E: Selecting previously unselected package systemd.
00:00:19.023 E: Preparing to unpack .../05-systemd_256.4-2_amd64.deb ...
00:00:19.036 E: Unpacking systemd (256.4-2) ...
00:00:19.366 E: Selecting previously unselected package libbsd0:amd64.
00:00:19.370 E: Preparing to unpack .../06-libbsd0_0.12.2-1_amd64.deb ...
00:00:19.374 E: Unpacking libbsd0:amd64 (0.12.2-1) ...
00:00:19.400 E: Selecting previously unselected package login.
00:00:19.403 E: Preparing to unpack .../07-login_1%3a4.15.3-3_amd64.deb ...
00:00:19.409 E: Unpacking login (1:4.15.3-3) ...
00:00:19.485 E: Selecting previously unselected package libsemanage-common.
00:00:19.490 E: Preparing to unpack .../08-libsemanage-common_3.5-1_all.deb ...
00:00:19.493 E: Unpacking libsemanage-common (3.5-1) ...
00:00:19.514 E: Selecting previously unselected package libsepol2:amd64.
00:00:19.517 E: Preparing to unpack .../09-libsepol2_3.5-2+b1_amd64.deb ...
00:00:19.521 E: Unpacking libsepol2:amd64 (3.5-2+b1) ...
00:00:19.561 E: Selecting previously unselected package libsemanage2:amd64.
00:00:19.565 E: Preparing to unpack .../10-libsemanage2_3.5-1+b4_amd64.deb ...
00:00:19.568 E: Unpacking libsemanage2:amd64 (3.5-1+b4) ...
00:00:19.596 E: Selecting previously unselected package passwd.
00:00:19.600 E: Preparing to unpack .../11-passwd_1%3a4.15.3-3_amd64.deb ...
00:00:19.606 E: Unpacking passwd (1:4.15.3-3) ...
00:00:19.733 E: Selecting previously unselected package adduser.
00:00:19.737 E: Preparing to unpack .../12-adduser_3.137_all.deb ...
00:00:19.740 E: Unpacking adduser (3.137) ...
00:00:19.787 E: Selecting previously unselected package cron-daemon-common.
00:00:19.791 E: Preparing to unpack .../13-cron-daemon-common_3.0pl1-189_all.deb ...
00:00:19.795 E: Unpacking cron-daemon-common (3.0pl1-189) ...
00:00:19.819 E: Selecting previously unselected package sensible-utils.
00:00:19.822 E: Preparing to unpack .../14-sensible-utils_0.0.24_all.deb ...
00:00:19.826 E: Unpacking sensible-utils (0.0.24) ...
00:00:19.850 E: Chrooting into /tmp/mmdebstrap.hjVB0Z6t8s/
00:00:19.860 E: Setting up libapparmor1:amd64 (3.1.7-1+b1) ...
00:00:19.864 E: Setting up libseccomp2:amd64 (2.5.5-1+b1) ...
00:00:19.868 E: Setting up libsystemd-shared:amd64 (256.4-2) ...
00:00:19.872 E: Setting up mount (2.40.2-2) ...
00:00:19.876 E: Setting up systemd (256.4-2) ...
00:00:19.896 E: Created symlink '/etc/systemd/system/getty.target.wants/getty@tty1.service' → '/usr/lib/systemd/system/getty@.service'.
00:00:19.902 E: Created symlink '/etc/systemd/system/multi-user.target.wants/remote-fs.target' → '/usr/lib/systemd/system/remote-fs.target'.
00:00:19.908 E: Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.service' → '/usr/lib/systemd/system/systemd-pstore.service'.
00:00:19.914 E: Initializing machine ID from random generator.
00:00:19.944 E: Creating group 'systemd-journal' with GID 999.
00:00:19.948 E: Creating group 'systemd-network' with GID 998.
00:00:19.951 E: Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
00:00:19.958 E: /usr/lib/tmpfiles.d/legacy.conf:13: Duplicate line for path "/run/lock", ignoring.
00:00:19.977 E: Setting up libbsd0:amd64 (0.12.2-1) ...
00:00:19.981 E: Setting up login (1:4.15.3-3) ...
00:00:19.994 E: Setting up libsemanage-common (3.5-1) ...
00:00:19.999 E: Setting up libsepol2:amd64 (3.5-2+b1) ...
00:00:20.003 E: Setting up libsemanage2:amd64 (3.5-1+b4) ...
00:00:20.006 E: Setting up passwd (1:4.15.3-3) ...
00:00:20.022 E: no matching password file entry in /etc/shadow
00:00:20.026 E: add user 'root' in /etc/shadow? No
00:00:20.029 E: no matching password file entry in /etc/shadow
00:00:20.033 E: add user 'daemon' in /etc/shadow? No
00:00:20.037 E: no matching password file entry in /etc/shadow
00:00:20.040 E: add user 'bin' in /etc/shadow? No
00:00:20.044 E: no matching password file entry in /etc/shadow
00:00:20.047 E: add user 'sys' in /etc/shadow? No
00:00:20.051 E: no matching password file entry in /etc/shadow
00:00:20.054 E: add user 'sync' in /etc/shadow? No
00:00:20.058 E: no matching password file entry in /etc/shadow
00:00:20.061 E: add user 'games' in /etc/shadow? No
00:00:20.066 E: no matching password file entry in /etc/shadow
00:00:20.069 E: add user 'man' in /etc/shadow? No
00:00:20.073 E: no matching password file entry in /etc/shadow
00:00:20.076 E: add user 'lp' in /etc/shadow? No
00:00:20.080 E: no matching password file entry in /etc/shadow
00:00:20.083 E: add user 'mail' in /etc/shadow? No
00:00:20.087 E: no matching password file entry in /etc/shadow
00:00:20.090 E: add user 'news' in /etc/shadow? No
00:00:20.094 E: no matching password file entry in /etc/shadow
00:00:20.098 E: add user 'uucp' in /etc/shadow? No
00:00:20.101 E: no matching password file entry in /etc/shadow
00:00:20.105 E: add user 'proxy' in /etc/shadow? No
00:00:20.108 E: no matching password file entry in /etc/shadow
00:00:20.112 E: add user 'www-data' in /etc/shadow? No
00:00:20.116 E: no matching password file entry in /etc/shadow
00:00:20.119 E: add user 'backup' in /etc/shadow? No
00:00:20.123 E: no matching password file entry in /etc/shadow
00:00:20.126 E: add user 'list' in /etc/shadow? No
00:00:20.130 E: no matching password file entry in /etc/shadow
00:00:20.133 E: add user 'irc' in /etc/shadow? No
00:00:20.137 E: no matching password file entry in /etc/shadow
00:00:20.140 E: add user '_apt' in /etc/shadow? No
00:00:20.144 E: no matching password file entry in /etc/shadow
00:00:20.148 E: add user 'nobody' in /etc/shadow? No
00:00:20.151 E: pwck: no changes
00:00:20.155 E: no matching group file entry in /etc/gshadow
00:00:20.159 E: add group 'root' in /etc/gshadow? No
00:00:20.162 E: no matching group file entry in /etc/gshadow
00:00:20.166 E: add group 'daemon' in /etc/gshadow? No
00:00:20.169 E: no matching group file entry in /etc/gshadow
00:00:20.173 E: add group 'bin' in /etc/gshadow? No
00:00:20.177 E: no matching group file entry in /etc/gshadow
00:00:20.180 E: add group 'sys' in /etc/gshadow? No
00:00:20.184 E: no matching group file entry in /etc/gshadow
00:00:20.187 E: add group 'adm' in /etc/gshadow? No
00:00:20.191 E: no matching group file entry in /etc/gshadow
00:00:20.195 E: add group 'tty' in /etc/gshadow? No
00:00:20.198 E: no matching group file entry in /etc/gshadow
00:00:20.202 E: add group 'disk' in /etc/gshadow? No
00:00:20.206 E: no matching group file entry in /etc/gshadow
00:00:20.209 E: add group 'lp' in /etc/gshadow? No
00:00:20.212 E: no matching group file entry in /etc/gshadow
00:00:20.216 E: add group 'mail' in /etc/gshadow? No
00:00:20.220 E: no matching group file entry in /etc/gshadow
00:00:20.223 E: add group 'news' in /etc/gshadow? No
00:00:20.227 E: no matching group file entry in /etc/gshadow
00:00:20.231 E: add group 'uucp' in /etc/gshadow? No
00:00:20.234 E: no matching group file entry in /etc/gshadow
00:00:20.238 E: add group 'man' in /etc/gshadow? No
00:00:20.241 E: no matching group file entry in /etc/gshadow
00:00:20.244 E: add group 'proxy' in /etc/gshadow? No
00:00:20.248 E: no matching group file entry in /etc/gshadow
00:00:20.251 E: add group 'kmem' in /etc/gshadow? No
00:00:20.255 E: no matching group file entry in /etc/gshadow
00:00:20.259 E: add group 'dialout' in /etc/gshadow? No
00:00:20.262 E: no matching group file entry in /etc/gshadow
00:00:20.266 E: add group 'fax' in /etc/gshadow? No
00:00:20.269 E: no matching group file entry in /etc/gshadow
00:00:20.274 E: add group 'voice' in /etc/gshadow? No
00:00:20.277 E: no matching group file entry in /etc/gshadow
00:00:20.280 E: add group 'cdrom' in /etc/gshadow? No
00:00:20.284 E: no matching group file entry in /etc/gshadow
00:00:20.288 E: add group 'floppy' in /etc/gshadow? No
00:00:20.291 E: no matching group file entry in /etc/gshadow
00:00:20.295 E: add group 'tape' in /etc/gshadow? No
00:00:20.298 E: no matching group file entry in /etc/gshadow
00:00:20.301 E: add group 'sudo' in /etc/gshadow? No
00:00:20.305 E: no matching group file entry in /etc/gshadow
00:00:20.308 E: add group 'audio' in /etc/gshadow? No
00:00:20.312 E: no matching group file entry in /etc/gshadow
00:00:20.315 E: add group 'dip' in /etc/gshadow? No
00:00:20.319 E: no matching group file entry in /etc/gshadow
00:00:20.322 E: add group 'www-data' in /etc/gshadow? No
00:00:20.326 E: no matching group file entry in /etc/gshadow
00:00:20.329 E: add group 'backup' in /etc/gshadow? No
00:00:20.333 E: no matching group file entry in /etc/gshadow
00:00:20.337 E: add group 'operator' in /etc/gshadow? No
00:00:20.340 E: no matching group file entry in /etc/gshadow
00:00:20.344 E: add group 'list' in /etc/gshadow? No
00:00:20.348 E: no matching group file entry in /etc/gshadow
00:00:20.351 E: add group 'irc' in /etc/gshadow? No
00:00:20.355 E: no matching group file entry in /etc/gshadow
00:00:20.359 E: add group 'src' in /etc/gshadow? No
00:00:20.363 E: no matching group file entry in /etc/gshadow
00:00:20.366 E: add group 'shadow' in /etc/gshadow? No
00:00:20.370 E: no matching group file entry in /etc/gshadow
00:00:20.373 E: add group 'utmp' in /etc/gshadow? No
00:00:20.377 E: no matching group file entry in /etc/gshadow
00:00:20.382 E: add group 'video' in /etc/gshadow? No
00:00:20.386 E: no matching group file entry in /etc/gshadow
00:00:20.390 E: add group 'sasl' in /etc/gshadow? No
00:00:20.393 E: no matching group file entry in /etc/gshadow
00:00:20.397 E: add group 'plugdev' in /etc/gshadow? No
00:00:20.401 E: no matching group file entry in /etc/gshadow
00:00:20.404 E: add group 'staff' in /etc/gshadow? No
00:00:20.408 E: no matching group file entry in /etc/gshadow
00:00:20.411 E: add group 'games' in /etc/gshadow? No
00:00:20.415 E: no matching group file entry in /etc/gshadow
00:00:20.419 E: add group 'users' in /etc/gshadow? No
00:00:20.423 E: no matching group file entry in /etc/gshadow
00:00:20.427 E: add group 'nogroup' in /etc/gshadow? No
00:00:20.431 E: grpck: no changes
00:00:20.434 E: Shadow passwords are now on.
00:00:20.438 E: Setting up adduser (3.137) ...
00:00:20.441 E: Setting up cron-daemon-common (3.0pl1-189) ...
00:00:20.445 E: Creating group 'crontab' with GID 997.
00:00:20.448 E: Chrooting into /tmp/mmdebstrap.hjVB0Z6t8s/
00:00:20.452 E: Selecting previously unselected package cron.
00:00:20.456 E: (Reading database ... 5260 files and directories currently installed.)
00:00:20.459 E: Preparing to unpack .../cron_3.0pl1-189_amd64.deb ...
00:00:20.463 E: Unpacking cron (3.0pl1-189) ...
00:00:20.467 E: Selecting previously unselected package systemd-sysv.
00:00:20.470 E: Preparing to unpack .../systemd-sysv_256.4-2_amd64.deb ...
00:00:20.474 E: Unpacking systemd-sysv (256.4-2) ...
00:00:20.478 E: Chrooting into /tmp/mmdebstrap.hjVB0Z6t8s/
00:00:20.481 E: Setting up systemd-sysv (256.4-2) ...
00:00:20.485 E: Chrooting into /tmp/mmdebstrap.hjVB0Z6t8s/
00:00:20.489 E: Selecting previously unselected package init.
00:00:20.492 E: (Reading database ... 5308 files and directories currently installed.)
00:00:20.496 E: Preparing to unpack .../0-init_1.66_amd64.deb ...
00:00:20.499 E: Unpacking init (1.66) ...
00:00:20.503 E: Selecting previously unselected package libdbus-1-3:amd64.
00:00:20.506 E: Preparing to unpack .../1-libdbus-1-3_1.14.10-4+b1_amd64.deb ...
00:00:20.510 E: Unpacking libdbus-1-3:amd64 (1.14.10-4+b1) ...
00:00:20.513 E: Selecting previously unselected package dbus-bin.
00:00:20.517 E: Preparing to unpack .../2-dbus-bin_1.14.10-4+b1_amd64.deb ...
00:00:20.521 E: Unpacking dbus-bin (1.14.10-4+b1) ...
00:00:20.524 E: Selecting previously unselected package dbus-session-bus-common.
00:00:20.528 E: Preparing to unpack .../3-dbus-session-bus-common_1.14.10-4_all.deb ...
00:00:20.532 E: Unpacking dbus-session-bus-common (1.14.10-4) ...
00:00:20.536 E: Selecting previously unselected package libexpat1:amd64.
00:00:20.539 E: Preparing to unpack .../4-libexpat1_2.6.2-1_amd64.deb ...
00:00:20.543 E: Unpacking libexpat1:amd64 (2.6.2-1) ...
00:00:20.547 E: Selecting previously unselected package dbus-daemon.
00:00:20.550 E: Preparing to unpack .../5-dbus-daemon_1.14.10-4+b1_amd64.deb ...
00:00:20.554 E: Unpacking dbus-daemon (1.14.10-4+b1) ...
00:00:20.557 E: Selecting previously unselected package dbus-system-bus-common.
00:00:20.561 E: Preparing to unpack .../6-dbus-system-bus-common_1.14.10-4_all.deb ...
00:00:20.565 E: Unpacking dbus-system-bus-common (1.14.10-4) ...
00:00:20.569 E: Selecting previously unselected package usr-is-merged.
00:00:20.572 E: Preparing to unpack .../7-usr-is-merged_39_all.deb ...
00:00:20.576 E: Unpacking usr-is-merged (39) ...
00:00:20.579 E: Chrooting into /tmp/mmdebstrap.hjVB0Z6t8s/
00:00:20.583 E: Setting up usr-is-merged (39) ...
00:00:20.587 E: Chrooting into /tmp/mmdebstrap.hjVB0Z6t8s/
00:00:20.590 E: Selecting previously unselected package dbus.
00:00:20.594 E: (Reading database ... 5384 files and directories currently installed.)
00:00:20.598 E: Preparing to unpack .../0-dbus_1.14.10-4+b1_amd64.deb ...
00:00:20.602 E: Unpacking dbus (1.14.10-4+b1) ...
00:00:20.621 E: Selecting previously unselected package perl-modules-5.38.
00:00:20.625 E: Preparing to unpack .../1-perl-modules-5.38_5.38.2-5_all.deb ...
00:00:20.628 E: Unpacking perl-modules-5.38 (5.38.2-5) ...
00:00:21.076 E: Selecting previously unselected package libgdbm6t64:amd64.
00:00:21.080 E: Preparing to unpack .../2-libgdbm6t64_1.23-6_amd64.deb ...
00:00:21.084 E: Unpacking libgdbm6t64:amd64 (1.23-6) ...
00:00:21.109 E: Selecting previously unselected package libgdbm-compat4t64:amd64.
00:00:21.113 E: Preparing to unpack .../3-libgdbm-compat4t64_1.23-6_amd64.deb ...
00:00:21.117 E: Unpacking libgdbm-compat4t64:amd64 (1.23-6) ...
00:00:21.140 E: Selecting previously unselected package libperl5.38t64:amd64.
00:00:21.144 E: Preparing to unpack .../4-libperl5.38t64_5.38.2-5_amd64.deb ...
00:00:21.148 E: Unpacking libperl5.38t64:amd64 (5.38.2-5) ...
00:00:21.519 E: Selecting previously unselected package perl.
00:00:21.523 E: Preparing to unpack .../5-perl_5.38.2-5_amd64.deb ...
00:00:21.531 E: Unpacking perl (5.38.2-5) ...
00:00:21.576 E: Selecting previously unselected package liblocale-gettext-perl.
00:00:21.580 E: Preparing to unpack .../6-liblocale-gettext-perl_1.07-7_amd64.deb ...
00:00:21.583 E: Unpacking liblocale-gettext-perl (1.07-7) ...
00:00:21.609 E: Selecting previously unselected package libpython3.12-minimal:amd64.
00:00:21.613 E: Preparing to unpack .../7-libpython3.12-minimal_3.12.4-3_amd64.deb ...
00:00:21.616 E: Unpacking libpython3.12-minimal:amd64 (3.12.4-3) ...
00:00:21.739 E: Selecting previously unselected package python3.12-minimal.
00:00:21.743 E: Preparing to unpack .../8-python3.12-minimal_3.12.4-3_amd64.deb ...
00:00:21.748 E: Unpacking python3.12-minimal (3.12.4-3) ...
00:00:21.920 E: Chrooting into /tmp/mmdebstrap.hjVB0Z6t8s/
00:00:21.925 E: Setting up libpython3.12-minimal:amd64 (3.12.4-3) ...
00:00:21.932 E: Setting up libexpat1:amd64 (2.6.2-1) ...
00:00:21.936 E: Setting up python3.12-minimal (3.12.4-3) ...
00:00:23.412 E: Chrooting into /tmp/mmdebstrap.hjVB0Z6t8s/
00:00:23.430 E: Selecting previously unselected package python3-minimal.
00:00:23.436 E: (Reading database ... 7744 files and directories currently installed.)
00:00:23.440 E: Preparing to unpack .../00-python3-minimal_3.12.4-1_amd64.deb ...
00:00:23.444 E: Unpacking python3-minimal (3.12.4-1) ...
00:00:23.467 E: Selecting previously unselected package media-types.
00:00:23.470 E: Preparing to unpack .../01-media-types_10.1.0_all.deb ...
00:00:23.475 E: Unpacking media-types (10.1.0) ...
00:00:23.499 E: Selecting previously unselected package netbase.
00:00:23.503 E: Preparing to unpack .../02-netbase_6.4_all.deb ...
00:00:23.507 E: Unpacking netbase (6.4) ...
00:00:23.533 E: Selecting previously unselected package tzdata.
00:00:23.537 E: Preparing to unpack .../03-tzdata_2024a-4_all.deb ...
00:00:23.540 E: Unpacking tzdata (2024a-4) ...
00:00:23.699 E: Selecting previously unselected package libffi8:amd64.
00:00:23.703 E: Preparing to unpack .../04-libffi8_3.4.6-1_amd64.deb ...
00:00:23.706 E: Unpacking libffi8:amd64 (3.4.6-1) ...
00:00:23.728 E: Selecting previously unselected package libncursesw6:amd64.
00:00:23.732 E: Preparing to unpack .../05-libncursesw6_6.5-2_amd64.deb ...
00:00:23.736 E: Unpacking libncursesw6:amd64 (6.5-2) ...
00:00:23.765 E: Selecting previously unselected package readline-common.
00:00:23.769 E: Preparing to unpack .../06-readline-common_8.2-4_all.deb ...
00:00:23.773 E: Unpacking readline-common (8.2-4) ...
00:00:23.798 E: Selecting previously unselected package libreadline8t64:amd64.
00:00:23.802 E: Preparing to unpack .../07-libreadline8t64_8.2-4_amd64.deb ...
00:00:23.808 E: Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8 to /lib/x86_64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
00:00:23.814 E: Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8.2 to /lib/x86_64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
00:00:23.821 E: Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8 to /lib/x86_64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
00:00:23.828 E: Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8.2 to /lib/x86_64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
00:00:23.832 E: Unpacking libreadline8t64:amd64 (8.2-4) ...
00:00:23.867 E: Selecting previously unselected package libsqlite3-0:amd64.
00:00:23.870 E: Preparing to unpack .../08-libsqlite3-0_3.46.0-1_amd64.deb ...
00:00:23.874 E: Unpacking libsqlite3-0:amd64 (3.46.0-1) ...
00:00:23.937 E: Selecting previously unselected package libpython3.12-stdlib:amd64.
00:00:23.941 E: Preparing to unpack .../09-libpython3.12-stdlib_3.12.4-3_amd64.deb ...
00:00:23.944 E: Unpacking libpython3.12-stdlib:amd64 (3.12.4-3) ...
00:00:24.132 E: Selecting previously unselected package python3.12.
00:00:24.136 E: Preparing to unpack .../10-python3.12_3.12.4-3_amd64.deb ...
00:00:24.141 E: Unpacking python3.12 (3.12.4-3) ...
00:00:24.167 E: Selecting previously unselected package libpython3-stdlib:amd64.
00:00:24.171 E: Preparing to unpack .../11-libpython3-stdlib_3.12.4-1_amd64.deb ...
00:00:24.174 E: Unpacking libpython3-stdlib:amd64 (3.12.4-1) ...
00:00:24.189 E: Chrooting into /tmp/mmdebstrap.hjVB0Z6t8s/
00:00:24.196 E: Setting up python3-minimal (3.12.4-1) ...
00:00:24.415 E: Chrooting into /tmp/mmdebstrap.hjVB0Z6t8s/
00:00:24.436 E: Selecting previously unselected package python3.
00:00:24.441 E: (Reading database ... 8768 files and directories currently installed.)
00:00:24.445 E: Preparing to unpack .../000-python3_3.12.4-1_amd64.deb ...
00:00:24.449 E: Unpacking python3 (3.12.4-1) ...
00:00:24.478 E: Selecting previously unselected package libgpg-error0:amd64.
00:00:24.482 E: Preparing to unpack .../001-libgpg-error0_1.50-2_amd64.deb ...
00:00:24.486 E: Unpacking libgpg-error0:amd64 (1.50-2) ...
00:00:24.512 E: Selecting previously unselected package libgcrypt20:amd64.
00:00:24.516 E: Preparing to unpack .../002-libgcrypt20_1.11.0-5_amd64.deb ...
00:00:24.520 E: Unpacking libgcrypt20:amd64 (1.11.0-5) ...
00:00:24.579 E: Selecting previously unselected package gpgv.
00:00:24.583 E: Preparing to unpack .../003-gpgv_2.2.43-8_amd64.deb ...
00:00:24.586 E: Unpacking gpgv (2.2.43-8) ...
00:00:24.628 E: Selecting previously unselected package libxxhash0:amd64.
00:00:24.632 E: Preparing to unpack .../004-libxxhash0_0.8.2-2+b1_amd64.deb ...
00:00:24.636 E: Unpacking libxxhash0:amd64 (0.8.2-2+b1) ...
00:00:24.659 E: Selecting previously unselected package liblz4-1:amd64.
00:00:24.664 E: Preparing to unpack .../005-liblz4-1_1.9.4-3_amd64.deb ...
00:00:24.668 E: Unpacking liblz4-1:amd64 (1.9.4-3) ...
00:00:24.693 E: Selecting previously unselected package libstdc++6:amd64.
00:00:24.697 E: Preparing to unpack .../006-libstdc++6_14.2.0-1_amd64.deb ...
00:00:24.701 E: Unpacking libstdc++6:amd64 (14.2.0-1) ...
00:00:24.772 E: Selecting previously unselected package libapt-pkg6.0t64:amd64.
00:00:24.775 E: Preparing to unpack .../007-libapt-pkg6.0t64_2.9.7_amd64.deb ...
00:00:24.780 E: Unpacking libapt-pkg6.0t64:amd64 (2.9.7) ...
00:00:24.880 E: Selecting previously unselected package debian-archive-keyring.
00:00:24.884 E: Preparing to unpack .../008-debian-archive-keyring_2023.4_all.deb ...
00:00:24.989 E: Unpacking debian-archive-keyring (2023.4) ...
00:00:25.022 E: Selecting previously unselected package libnettle8t64:amd64.
00:00:25.026 E: Preparing to unpack .../009-libnettle8t64_3.10-1_amd64.deb ...
00:00:25.030 E: Unpacking libnettle8t64:amd64 (3.10-1) ...
00:00:25.065 E: Selecting previously unselected package libhogweed6t64:amd64.
00:00:25.068 E: Preparing to unpack .../010-libhogweed6t64_3.10-1_amd64.deb ...
00:00:25.072 E: Unpacking libhogweed6t64:amd64 (3.10-1) ...
00:00:25.107 E: Selecting previously unselected package libunistring5:amd64.
00:00:25.112 E: Preparing to unpack .../011-libunistring5_1.2-1_amd64.deb ...
00:00:25.116 E: Unpacking libunistring5:amd64 (1.2-1) ...
00:00:25.170 E: Selecting previously unselected package libidn2-0:amd64.
00:00:25.174 E: Preparing to unpack .../012-libidn2-0_2.3.7-2_amd64.deb ...
00:00:25.178 E: Unpacking libidn2-0:amd64 (2.3.7-2) ...
00:00:25.221 E: Selecting previously unselected package libp11-kit0:amd64.
00:00:25.225 E: Preparing to unpack .../013-libp11-kit0_0.25.5-2_amd64.deb ...
00:00:25.229 E: Unpacking libp11-kit0:amd64 (0.25.5-2) ...
00:00:25.277 E: Selecting previously unselected package libtasn1-6:amd64.
00:00:25.281 E: Preparing to unpack .../014-libtasn1-6_4.19.0-3+b2_amd64.deb ...
00:00:25.285 E: Unpacking libtasn1-6:amd64 (4.19.0-3+b2) ...
00:00:25.312 E: Selecting previously unselected package libgnutls30t64:amd64.
00:00:25.316 E: Preparing to unpack .../015-libgnutls30t64_3.8.6-2_amd64.deb ...
00:00:25.321 E: Unpacking libgnutls30t64:amd64 (3.8.6-2) ...
00:00:25.415 E: Selecting previously unselected package apt.
00:00:25.419 E: Preparing to unpack .../016-apt_2.9.7_amd64.deb ...
00:00:25.438 E: Unpacking apt (2.9.7) ...
00:00:25.560 E: Selecting previously unselected package tasksel-data.
00:00:25.564 E: Preparing to unpack .../017-tasksel-data_3.75_all.deb ...
00:00:25.567 E: Unpacking tasksel-data (3.75) ...
00:00:25.611 E: Selecting previously unselected package tasksel.
00:00:25.615 E: Preparing to unpack .../018-tasksel_3.75_all.deb ...
00:00:25.619 E: Unpacking tasksel (3.75) ...
00:00:25.664 E: Selecting previously unselected package apt-utils.
00:00:25.668 E: Preparing to unpack .../019-apt-utils_2.9.7_amd64.deb ...
00:00:25.672 E: Unpacking apt-utils (2.9.7) ...
00:00:25.728 E: Selecting previously unselected package cpio.
00:00:25.732 E: Preparing to unpack .../020-cpio_2.15+dfsg-2_amd64.deb ...
00:00:25.735 E: Unpacking cpio (2.15+dfsg-2) ...
00:00:25.776 E: Selecting previously unselected package libtext-charwidth-perl:amd64.
00:00:25.781 E: Preparing to unpack .../021-libtext-charwidth-perl_0.04-11+b3_amd64.deb ...
00:00:25.785 E: Unpacking libtext-charwidth-perl:amd64 (0.04-11+b3) ...
00:00:25.804 E: Selecting previously unselected package libtext-iconv-perl:amd64.
00:00:25.808 E: Preparing to unpack .../022-libtext-iconv-perl_1.7-8+b3_amd64.deb ...
00:00:25.812 E: Unpacking libtext-iconv-perl:amd64 (1.7-8+b3) ...
00:00:25.834 E: Selecting previously unselected package libtext-wrapi18n-perl.
00:00:25.838 E: Preparing to unpack .../023-libtext-wrapi18n-perl_0.06-10_all.deb ...
00:00:25.842 E: Unpacking libtext-wrapi18n-perl (0.06-10) ...
00:00:25.861 E: Selecting previously unselected package debconf-i18n.
00:00:25.865 E: Preparing to unpack .../024-debconf-i18n_1.5.87_all.deb ...
00:00:25.868 E: Unpacking debconf-i18n (1.5.87) ...
00:00:25.922 E: Selecting previously unselected package dmidecode.
00:00:25.926 E: Preparing to unpack .../025-dmidecode_3.6-1_amd64.deb ...
00:00:25.929 E: Unpacking dmidecode (3.6-1) ...
00:00:25.967 E: Selecting previously unselected package libfdisk1:amd64.
00:00:25.971 E: Preparing to unpack .../026-libfdisk1_2.40.2-2_amd64.deb ...
00:00:25.975 E: Unpacking libfdisk1:amd64 (2.40.2-2) ...
00:00:26.006 E: Selecting previously unselected package fdisk.
00:00:26.010 E: Preparing to unpack .../027-fdisk_2.40.2-2_amd64.deb ...
00:00:26.014 E: Unpacking fdisk (2.40.2-2) ...
00:00:26.044 E: Selecting previously unselected package libelf1t64:amd64.
00:00:26.048 E: Preparing to unpack .../028-libelf1t64_0.191-2_amd64.deb ...
00:00:26.052 E: Unpacking libelf1t64:amd64 (0.191-2) ...
00:00:26.087 E: Selecting previously unselected package libbpf1:amd64.
00:00:26.091 E: Preparing to unpack .../029-libbpf1_1%3a1.4.5-1_amd64.deb ...
00:00:26.095 E: Unpacking libbpf1:amd64 (1:1.4.5-1) ...
00:00:26.124 E: Selecting previously unselected package libmnl0:amd64.
00:00:26.128 E: Preparing to unpack .../030-libmnl0_1.0.5-2+b1_amd64.deb ...
00:00:26.131 E: Unpacking libmnl0:amd64 (1.0.5-2+b1) ...
00:00:26.153 E: Selecting previously unselected package libkrb5support0:amd64.
00:00:26.157 E: Preparing to unpack .../031-libkrb5support0_1.21.3-3_amd64.deb ...
00:00:26.161 E: Unpacking libkrb5support0:amd64 (1.21.3-3) ...
00:00:26.185 E: Selecting previously unselected package libk5crypto3:amd64.
00:00:26.188 E: Preparing to unpack .../032-libk5crypto3_1.21.3-3_amd64.deb ...
00:00:26.192 E: Unpacking libk5crypto3:amd64 (1.21.3-3) ...
00:00:26.221 E: Selecting previously unselected package libkeyutils1:amd64.
00:00:26.224 E: Preparing to unpack .../033-libkeyutils1_1.6.3-3_amd64.deb ...
00:00:26.228 E: Unpacking libkeyutils1:amd64 (1.6.3-3) ...
00:00:26.248 E: Selecting previously unselected package libkrb5-3:amd64.
00:00:26.252 E: Preparing to unpack .../034-libkrb5-3_1.21.3-3_amd64.deb ...
00:00:26.255 E: Unpacking libkrb5-3:amd64 (1.21.3-3) ...
00:00:26.302 E: Selecting previously unselected package libgssapi-krb5-2:amd64.
00:00:26.306 E: Preparing to unpack .../035-libgssapi-krb5-2_1.21.3-3_amd64.deb ...
00:00:26.310 E: Unpacking libgssapi-krb5-2:amd64 (1.21.3-3) ...
00:00:26.339 E: Selecting previously unselected package libtirpc-common.
00:00:26.343 E: Preparing to unpack .../036-libtirpc-common_1.3.4+ds-1.3_all.deb ...
00:00:26.348 E: Unpacking libtirpc-common (1.3.4+ds-1.3) ...
00:00:26.384 E: Selecting previously unselected package libtirpc3t64:amd64.
00:00:26.388 E: Preparing to unpack .../037-libtirpc3t64_1.3.4+ds-1.3_amd64.deb ...
00:00:26.397 E: Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3 to /lib/x86_64-linux-gnu/libtirpc.so.3.usr-is-merged by libtirpc3t64'
00:00:26.406 E: Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3.0.0 to /lib/x86_64-linux-gnu/libtirpc.so.3.0.0.usr-is-merged by libtirpc3t64'
00:00:26.410 E: Unpacking libtirpc3t64:amd64 (1.3.4+ds-1.3) ...
00:00:26.442 E: Selecting previously unselected package libxtables12:amd64.
00:00:26.446 E: Preparing to unpack .../038-libxtables12_1.8.10-4_amd64.deb ...
00:00:26.450 E: Unpacking libxtables12:amd64 (1.8.10-4) ...
00:00:26.472 E: Selecting previously unselected package libcap2-bin.
00:00:26.476 E: Preparing to unpack .../039-libcap2-bin_1%3a2.66-5_amd64.deb ...
00:00:26.480 E: Unpacking libcap2-bin (1:2.66-5) ...
00:00:26.511 E: Selecting previously unselected package iproute2.
00:00:26.515 E: Preparing to unpack .../040-iproute2_6.10.0-1_amd64.deb ...
00:00:26.587 E: Unpacking iproute2 (6.10.0-1) ...
00:00:26.711 E: Selecting previously unselected package ifupdown.
00:00:26.715 E: Preparing to unpack .../041-ifupdown_0.8.43_amd64.deb ...
00:00:26.729 E: Unpacking ifupdown (0.8.43) ...
00:00:26.766 E: Selecting previously unselected package iputils-ping.
00:00:26.770 E: Preparing to unpack .../042-iputils-ping_3%3a20240117-1_amd64.deb ...
00:00:26.773 E: Unpacking iputils-ping (3:20240117-1) ...
00:00:26.799 E: Selecting previously unselected package isc-dhcp-client.
00:00:26.802 E: Preparing to unpack .../043-isc-dhcp-client_4.4.3-P1-5_amd64.deb ...
00:00:26.816 E: Unpacking isc-dhcp-client (4.4.3-P1-5) ...
00:00:26.908 E: Selecting previously unselected package isc-dhcp-common.
00:00:26.912 E: Preparing to unpack .../044-isc-dhcp-common_4.4.3-P1-5_amd64.deb ...
00:00:26.916 E: Unpacking isc-dhcp-common (4.4.3-P1-5) ...
00:00:26.942 E: Selecting previously unselected package libkmod2:amd64.
00:00:26.945 E: Preparing to unpack .../045-libkmod2_32+20240611-1_amd64.deb ...
00:00:26.949 E: Unpacking libkmod2:amd64 (32+20240611-1) ...
00:00:26.974 E: Selecting previously unselected package kmod.
00:00:26.978 E: Preparing to unpack .../046-kmod_32+20240611-1_amd64.deb ...
00:00:26.982 E: Unpacking kmod (32+20240611-1) ...
00:00:27.016 E: Selecting previously unselected package less.
00:00:27.020 E: Preparing to unpack .../047-less_643-1_amd64.deb ...
00:00:27.023 E: Unpacking less (643-1) ...
00:00:27.056 E: Selecting previously unselected package libpopt0:amd64.
00:00:27.060 E: Preparing to unpack .../048-libpopt0_1.19+dfsg-1+b1_amd64.deb ...
00:00:27.063 E: Unpacking libpopt0:amd64 (1.19+dfsg-1+b1) ...
00:00:27.100 E: Selecting previously unselected package logrotate.
00:00:27.104 E: Preparing to unpack .../049-logrotate_3.22.0-1_amd64.deb ...
00:00:27.108 E: Unpacking logrotate (3.22.0-1) ...
00:00:27.135 E: Selecting previously unselected package nano.
00:00:27.139 E: Preparing to unpack .../050-nano_8.1-1_amd64.deb ...
00:00:27.142 E: Unpacking nano (8.1-1) ...
00:00:27.223 E: Selecting previously unselected package libjansson4:amd64.
00:00:27.228 E: Preparing to unpack .../051-libjansson4_2.14-2+b2_amd64.deb ...
00:00:27.232 E: Unpacking libjansson4:amd64 (2.14-2+b2) ...
00:00:27.259 E: Selecting previously unselected package libnftnl11:amd64.
00:00:27.263 E: Preparing to unpack .../052-libnftnl11_1.2.7-1_amd64.deb ...
00:00:27.267 E: Unpacking libnftnl11:amd64 (1.2.7-1) ...
00:00:27.296 E: Selecting previously unselected package libnftables1:amd64.
00:00:27.300 E: Preparing to unpack .../053-libnftables1_1.1.0-2_amd64.deb ...
00:00:27.304 E: Unpacking libnftables1:amd64 (1.1.0-2) ...
00:00:27.351 E: Selecting previously unselected package libedit2:amd64.
00:00:27.355 E: Preparing to unpack .../054-libedit2_3.1-20240517-1_amd64.deb ...
00:00:27.359 E: Unpacking libedit2:amd64 (3.1-20240517-1) ...
00:00:27.386 E: Selecting previously unselected package nftables.
00:00:27.390 E: Preparing to unpack .../055-nftables_1.1.0-2_amd64.deb ...
00:00:27.393 E: Unpacking nftables (1.1.0-2) ...
00:00:27.425 E: Selecting previously unselected package libproc2-0:amd64.
00:00:27.429 E: Preparing to unpack .../056-libproc2-0_2%3a4.0.4-5_amd64.deb ...
00:00:27.432 E: Unpacking libproc2-0:amd64 (2:4.0.4-5) ...
00:00:27.459 E: Selecting previously unselected package procps.
00:00:27.464 E: Preparing to unpack .../057-procps_2%3a4.0.4-5_amd64.deb ...
00:00:27.468 E: Unpacking procps (2:4.0.4-5) ...
00:00:27.566 E: Selecting previously unselected package udev.
00:00:27.570 E: Preparing to unpack .../058-udev_256.4-2_amd64.deb ...
00:00:27.583 E: Unpacking udev (256.4-2) ...
00:00:27.762 E: Selecting previously unselected package vim-common.
00:00:27.766 E: Preparing to unpack .../059-vim-common_2%3a9.1.0496-1_all.deb ...
00:00:27.770 E: Unpacking vim-common (2:9.1.0496-1) ...
00:00:27.821 E: Selecting previously unselected package vim-tiny.
00:00:27.825 E: Preparing to unpack .../060-vim-tiny_2%3a9.1.0496-1+b1_amd64.deb ...
00:00:27.829 E: Unpacking vim-tiny (2:9.1.0496-1+b1) ...
00:00:27.896 E: Selecting previously unselected package libslang2:amd64.
00:00:27.900 E: Preparing to unpack .../061-libslang2_2.3.3-5_amd64.deb ...
00:00:27.904 E: Unpacking libslang2:amd64 (2.3.3-5) ...
00:00:27.960 E: Selecting previously unselected package libnewt0.52:amd64.
00:00:27.963 E: Preparing to unpack .../062-libnewt0.52_0.52.24-2+b1_amd64.deb ...
00:00:27.968 E: Unpacking libnewt0.52:amd64 (0.52.24-2+b1) ...
00:00:28.027 E: Selecting previously unselected package whiptail.
00:00:28.032 E: Preparing to unpack .../063-whiptail_0.52.24-2+b1_amd64.deb ...
00:00:28.035 E: Unpacking whiptail (0.52.24-2+b1) ...
00:00:28.063 E: Selecting previously unselected package python-apt-common.
00:00:28.067 E: Preparing to unpack .../064-python-apt-common_2.9.0_all.deb ...
00:00:28.071 E: Unpacking python-apt-common (2.9.0) ...
00:00:28.115 E: Selecting previously unselected package distro-info-data.
00:00:28.119 E: Preparing to unpack .../065-distro-info-data_0.62_all.deb ...
00:00:28.123 E: Unpacking distro-info-data (0.62) ...
00:00:28.146 E: Selecting previously unselected package python3-apt.
00:00:28.150 E: Preparing to unpack .../066-python3-apt_2.9.0+b1_amd64.deb ...
00:00:28.154 E: Unpacking python3-apt (2.9.0+b1) ...
00:00:28.192 E: Selecting previously unselected package python3-debconf.
00:00:28.196 E: Preparing to unpack .../067-python3-debconf_1.5.87_all.deb ...
00:00:28.199 E: Unpacking python3-debconf (1.5.87) ...
00:00:28.222 E: Selecting previously unselected package ucf.
00:00:28.226 E: Preparing to unpack .../068-ucf_3.0043+nmu1_all.deb ...
00:00:28.229 E: Moving old data out of the way
00:00:28.233 E: Unpacking ucf (3.0043+nmu1) ...
00:00:28.273 E: Selecting previously unselected package apt-listchanges.
00:00:28.277 E: Preparing to unpack .../069-apt-listchanges_3.27_all.deb ...
00:00:28.282 E: Unpacking apt-listchanges (3.27) ...
00:00:28.323 E: Selecting previously unselected package bash-completion.
00:00:28.327 E: Preparing to unpack .../070-bash-completion_1%3a2.14.0-1_all.deb ...
00:00:28.341 E: Unpacking bash-completion (1:2.14.0-1) ...
00:00:28.559 E: Selecting previously unselected package libfstrm0:amd64.
00:00:28.563 E: Preparing to unpack .../071-libfstrm0_0.6.1-1+b2_amd64.deb ...
00:00:28.568 E: Unpacking libfstrm0:amd64 (0.6.1-1+b2) ...
00:00:28.591 E: Selecting previously unselected package libjemalloc2:amd64.
00:00:28.596 E: Preparing to unpack .../072-libjemalloc2_5.3.0-2+b1_amd64.deb ...
00:00:28.599 E: Unpacking libjemalloc2:amd64 (5.3.0-2+b1) ...
00:00:28.639 E: Selecting previously unselected package libjson-c5:amd64.
00:00:28.643 E: Preparing to unpack .../073-libjson-c5_0.17-1+b1_amd64.deb ...
00:00:28.647 E: Unpacking libjson-c5:amd64 (0.17-1+b1) ...
00:00:28.672 E: Selecting previously unselected package liblmdb0:amd64.
00:00:28.676 E: Preparing to unpack .../074-liblmdb0_0.9.31-1+b1_amd64.deb ...
00:00:28.679 E: Unpacking liblmdb0:amd64 (0.9.31-1+b1) ...
00:00:28.705 E: Selecting previously unselected package libmaxminddb0:amd64.
00:00:28.708 E: Preparing to unpack .../075-libmaxminddb0_1.9.1-1_amd64.deb ...
00:00:28.712 E: Unpacking libmaxminddb0:amd64 (1.9.1-1) ...
00:00:28.738 E: Selecting previously unselected package libnghttp2-14:amd64.
00:00:28.742 E: Preparing to unpack .../076-libnghttp2-14_1.62.1-2_amd64.deb ...
00:00:28.746 E: Unpacking libnghttp2-14:amd64 (1.62.1-2) ...
00:00:28.773 E: Selecting previously unselected package libprotobuf-c1:amd64.
00:00:28.776 E: Preparing to unpack .../077-libprotobuf-c1_1.4.1-1+b2_amd64.deb ...
00:00:28.780 E: Unpacking libprotobuf-c1:amd64 (1.4.1-1+b2) ...
00:00:28.804 E: Selecting previously unselected package liburcu8t64:amd64.
00:00:28.808 E: Preparing to unpack .../078-liburcu8t64_0.14.0-4_amd64.deb ...
00:00:28.813 E: Unpacking liburcu8t64:amd64 (0.14.0-4) ...
00:00:28.842 E: Selecting previously unselected package libuv1t64:amd64.
00:00:28.846 E: Preparing to unpack .../079-libuv1t64_1.48.0-5_amd64.deb ...
00:00:28.850 E: Unpacking libuv1t64:amd64 (1.48.0-5) ...
00:00:28.882 E: Selecting previously unselected package libicu72:amd64.
00:00:28.886 E: Preparing to unpack .../080-libicu72_72.1-5_amd64.deb ...
00:00:28.890 E: Unpacking libicu72:amd64 (72.1-5) ...
00:00:29.418 E: Selecting previously unselected package libxml2:amd64.
00:00:29.421 E: Preparing to unpack .../081-libxml2_2.12.7+dfsg-3+b1_amd64.deb ...
00:00:29.425 E: Unpacking libxml2:amd64 (2.12.7+dfsg-3+b1) ...
00:00:29.488 E: Selecting previously unselected package bind9-libs:amd64.
00:00:29.491 E: Preparing to unpack .../082-bind9-libs_1%3a9.20.0-2_amd64.deb ...
00:00:29.495 E: Unpacking bind9-libs:amd64 (1:9.20.0-2) ...
00:00:29.595 E: Selecting previously unselected package bind9-host.
00:00:29.599 E: Preparing to unpack .../083-bind9-host_1%3a9.20.0-2_amd64.deb ...
00:00:29.603 E: Unpacking bind9-host (1:9.20.0-2) ...
00:00:29.640 E: Selecting previously unselected package bind9-dnsutils.
00:00:29.643 E: Preparing to unpack .../084-bind9-dnsutils_1%3a9.20.0-2_amd64.deb ...
00:00:29.647 E: Unpacking bind9-dnsutils (1:9.20.0-2) ...
00:00:29.679 E: Selecting previously unselected package bzip2.
00:00:29.683 E: Preparing to unpack .../085-bzip2_1.0.8-5.1_amd64.deb ...
00:00:29.687 E: Unpacking bzip2 (1.0.8-5.1) ...
00:00:29.715 E: Selecting previously unselected package openssl.
00:00:29.719 E: Preparing to unpack .../086-openssl_3.3.1-2_amd64.deb ...
00:00:29.724 E: Unpacking openssl (3.3.1-2) ...
00:00:29.847 E: Selecting previously unselected package ca-certificates.
00:00:29.852 E: Preparing to unpack .../087-ca-certificates_20240203_all.deb ...
00:00:29.856 E: Unpacking ca-certificates (20240203) ...
00:00:29.925 E: Selecting previously unselected package debian-faq.
00:00:29.929 E: Preparing to unpack .../088-debian-faq_11.1_all.deb ...
00:00:29.933 E: Unpacking debian-faq (11.1) ...
00:00:29.973 E: Selecting previously unselected package doc-debian.
00:00:29.977 E: Preparing to unpack .../089-doc-debian_11.3+nmu1_all.deb ...
00:00:29.980 E: Unpacking doc-debian (11.3+nmu1) ...
00:00:30.012 E: Selecting previously unselected package libmagic-mgc.
00:00:30.017 E: Preparing to unpack .../090-libmagic-mgc_1%3a5.45-3_amd64.deb ...
00:00:30.020 E: Unpacking libmagic-mgc (1:5.45-3) ...
00:00:30.101 E: Selecting previously unselected package libmagic1t64:amd64.
00:00:30.105 E: Preparing to unpack .../091-libmagic1t64_1%3a5.45-3_amd64.deb ...
00:00:30.109 E: Unpacking libmagic1t64:amd64 (1:5.45-3) ...
00:00:30.138 E: Selecting previously unselected package file.
00:00:30.142 E: Preparing to unpack .../092-file_1%3a5.45-3_amd64.deb ...
00:00:30.146 E: Unpacking file (1:5.45-3) ...
00:00:30.168 E: Selecting previously unselected package gettext-base.
00:00:30.172 E: Preparing to unpack .../093-gettext-base_0.22.5-2_amd64.deb ...
00:00:30.176 E: Unpacking gettext-base (0.22.5-2) ...
00:00:30.224 E: Selecting previously unselected package libuchardet0:amd64.
00:00:30.228 E: Preparing to unpack .../094-libuchardet0_0.0.8-1+b1_amd64.deb ...
00:00:30.232 E: Unpacking libuchardet0:amd64 (0.0.8-1+b1) ...
00:00:30.258 E: Selecting previously unselected package groff-base.
00:00:30.262 E: Preparing to unpack .../095-groff-base_1.23.0-5_amd64.deb ...
00:00:30.266 E: Unpacking groff-base (1.23.0-5) ...
00:00:30.379 E: Selecting previously unselected package inetutils-telnet.
00:00:30.383 E: Preparing to unpack .../096-inetutils-telnet_2%3a2.5-5_amd64.deb ...
00:00:30.387 E: Unpacking inetutils-telnet (2:2.5-5) ...
00:00:30.414 E: Selecting previously unselected package krb5-locales.
00:00:30.418 E: Preparing to unpack .../097-krb5-locales_1.21.3-3_all.deb ...
00:00:30.422 E: Unpacking krb5-locales (1.21.3-3) ...
00:00:30.449 E: Selecting previously unselected package libc-l10n.
00:00:30.452 E: Preparing to unpack .../098-libc-l10n_2.39-6_all.deb ...
00:00:30.456 E: Unpacking libc-l10n (2.39-6) ...
00:00:30.533 E: Selecting previously unselected package liblockfile-bin.
00:00:30.537 E: Preparing to unpack .../099-liblockfile-bin_1.17-1+b1_amd64.deb ...
00:00:30.541 E: Unpacking liblockfile-bin (1.17-1+b1) ...
00:00:30.567 E: Selecting previously unselected package libnss-systemd:amd64.
00:00:30.570 E: Preparing to unpack .../100-libnss-systemd_256.4-2_amd64.deb ...
00:00:30.574 E: Unpacking libnss-systemd:amd64 (256.4-2) ...
00:00:30.611 E: Selecting previously unselected package libpam-systemd:amd64.
00:00:30.615 E: Preparing to unpack .../101-libpam-systemd_256.4-2_amd64.deb ...
00:00:30.618 E: Unpacking libpam-systemd:amd64 (256.4-2) ...
00:00:30.657 E: Selecting previously unselected package libwtmpdb0:amd64.
00:00:30.661 E: Preparing to unpack .../102-libwtmpdb0_0.13.0-1_amd64.deb ...
00:00:30.664 E: Unpacking libwtmpdb0:amd64 (0.13.0-1) ...
00:00:30.687 E: Selecting previously unselected package libpam-wtmpdb:amd64.
00:00:30.690 E: Preparing to unpack .../103-libpam-wtmpdb_0.13.0-1_amd64.deb ...
00:00:30.694 E: Unpacking libpam-wtmpdb:amd64 (0.13.0-1) ...
00:00:30.720 E: Selecting previously unselected package locales.
00:00:30.724 E: Preparing to unpack .../104-locales_2.39-6_all.deb ...
00:00:30.727 E: Unpacking locales (2.39-6) ...
00:00:31.077 E: Selecting previously unselected package lsof.
00:00:31.080 E: Preparing to unpack .../105-lsof_4.95.0-1.1_amd64.deb ...
00:00:31.084 E: Unpacking lsof (4.95.0-1.1) ...
00:00:31.123 E: Selecting previously unselected package bsdextrautils.
00:00:31.127 E: Preparing to unpack .../106-bsdextrautils_2.40.2-2_amd64.deb ...
00:00:31.130 E: Unpacking bsdextrautils (2.40.2-2) ...
00:00:31.166 E: Selecting previously unselected package libpipeline1:amd64.
00:00:31.170 E: Preparing to unpack .../107-libpipeline1_1.5.7-2_amd64.deb ...
00:00:31.173 E: Unpacking libpipeline1:amd64 (1.5.7-2) ...
00:00:31.201 E: Selecting previously unselected package man-db.
00:00:31.205 E: Preparing to unpack .../108-man-db_2.12.1-2_amd64.deb ...
00:00:31.209 E: Unpacking man-db (2.12.1-2) ...
00:00:31.353 E: Selecting previously unselected package manpages.
00:00:31.358 E: Preparing to unpack .../109-manpages_6.8-2_all.deb ...
00:00:31.362 E: Unpacking manpages (6.8-2) ...
00:00:31.492 E: Selecting previously unselected package ncurses-term.
00:00:31.496 E: Preparing to unpack .../110-ncurses-term_6.5-2_all.deb ...
00:00:31.499 E: Unpacking ncurses-term (6.5-2) ...
00:00:32.110 E: Selecting previously unselected package netcat-traditional.
00:00:32.114 E: Preparing to unpack .../111-netcat-traditional_1.10-48.1_amd64.deb ...
00:00:32.118 E: Unpacking netcat-traditional (1.10-48.1) ...
00:00:32.151 E: Selecting previously unselected package libcbor0.10:amd64.
00:00:32.155 E: Preparing to unpack .../112-libcbor0.10_0.10.2-1.2_amd64.deb ...
00:00:32.159 E: Unpacking libcbor0.10:amd64 (0.10.2-1.2) ...
00:00:32.183 E: Selecting previously unselected package libfido2-1:amd64.
00:00:32.187 E: Preparing to unpack .../113-libfido2-1_1.15.0-1_amd64.deb ...
00:00:32.191 E: Unpacking libfido2-1:amd64 (1.15.0-1) ...
00:00:32.220 E: Selecting previously unselected package openssh-client.
00:00:32.224 E: Preparing to unpack .../114-openssh-client_1%3a9.8p1-2_amd64.deb ...
00:00:32.233 E: Unpacking openssh-client (1:9.8p1-2) ...
00:00:32.323 E: Selecting previously unselected package pci.ids.
00:00:32.326 E: Preparing to unpack .../115-pci.ids_0.0~2024.06.23-1_all.deb ...
00:00:32.330 E: Unpacking pci.ids (0.0~2024.06.23-1) ...
00:00:32.374 E: Selecting previously unselected package libpci3:amd64.
00:00:32.378 E: Preparing to unpack .../116-libpci3_1%3a3.13.0-1_amd64.deb ...
00:00:32.382 E: Unpacking libpci3:amd64 (1:3.13.0-1) ...
00:00:32.410 E: Selecting previously unselected package pciutils.
00:00:32.415 E: Preparing to unpack .../117-pciutils_1%3a3.13.0-1_amd64.deb ...
00:00:32.422 E: Unpacking pciutils (1:3.13.0-1) ...
00:00:32.459 E: Selecting previously unselected package python3-pkg-resources.
00:00:32.463 E: Preparing to unpack .../118-python3-pkg-resources_70.3.0-2_all.deb ...
00:00:32.467 E: Unpacking python3-pkg-resources (70.3.0-2) ...
00:00:32.514 E: Selecting previously unselected package python3-chardet.
00:00:32.519 E: Preparing to unpack .../119-python3-chardet_5.2.0+dfsg-1_all.deb ...
00:00:32.523 E: Unpacking python3-chardet (5.2.0+dfsg-1) ...
00:00:32.568 E: Selecting previously unselected package python3-debian.
00:00:32.572 E: Preparing to unpack .../120-python3-debian_0.1.49_all.deb ...
00:00:32.575 E: Unpacking python3-debian (0.1.49) ...
00:00:32.615 E: Selecting previously unselected package python3-debianbts.
00:00:32.619 E: Preparing to unpack .../121-python3-debianbts_4.1.1_all.deb ...
00:00:32.624 E: Unpacking python3-debianbts (4.1.1) ...
00:00:32.652 E: Selecting previously unselected package python3-certifi.
00:00:32.655 E: Preparing to unpack .../122-python3-certifi_2024.6.2-1_all.deb ...
00:00:32.660 E: Unpacking python3-certifi (2024.6.2-1) ...
00:00:32.694 E: Selecting previously unselected package python3-charset-normalizer.
00:00:32.698 E: Preparing to unpack .../123-python3-charset-normalizer_3.3.2-2_amd64.deb ...
00:00:32.702 E: Unpacking python3-charset-normalizer (3.3.2-2) ...
00:00:32.735 E: Selecting previously unselected package python3-idna.
00:00:32.739 E: Preparing to unpack .../124-python3-idna_3.6-2.1_all.deb ...
00:00:32.743 E: Unpacking python3-idna (3.6-2.1) ...
00:00:32.772 E: Selecting previously unselected package python3-urllib3.
00:00:32.775 E: Preparing to unpack .../125-python3-urllib3_2.0.7-2_all.deb ...
00:00:32.779 E: Unpacking python3-urllib3 (2.0.7-2) ...
00:00:32.815 E: Selecting previously unselected package python3-requests.
00:00:32.819 E: Preparing to unpack .../126-python3-requests_2.32.3+dfsg-1_all.deb ...
00:00:32.823 E: Unpacking python3-requests (2.32.3+dfsg-1) ...
00:00:32.854 E: Selecting previously unselected package python3-reportbug.
00:00:32.857 E: Preparing to unpack .../127-python3-reportbug_13.0.1_all.deb ...
00:00:32.861 E: Unpacking python3-reportbug (13.0.1) ...
00:00:32.892 E: Selecting previously unselected package reportbug.
00:00:32.896 E: Preparing to unpack .../128-reportbug_13.0.1_all.deb ...
00:00:32.900 E: Unpacking reportbug (13.0.1) ...
00:00:32.931 E: Selecting previously unselected package systemd-timesyncd.
00:00:32.935 E: Preparing to unpack .../129-systemd-timesyncd_256.4-2_amd64.deb ...
00:00:32.939 E: Unpacking systemd-timesyncd (256.4-2) ...
00:00:32.966 E: Selecting previously unselected package traceroute.
00:00:32.970 E: Preparing to unpack .../130-traceroute_1%3a2.1.5-1_amd64.deb ...
00:00:32.974 E: Unpacking traceroute (1:2.1.5-1) ...
00:00:33.000 E: Selecting previously unselected package util-linux-extra.
00:00:33.005 E: Preparing to unpack .../131-util-linux-extra_2.40.2-2_amd64.deb ...
00:00:33.016 E: Adding 'diversion of /sbin/ctrlaltdel to /sbin/ctrlaltdel.usr-is-merged by util-linux-extra'
00:00:33.027 E: Adding 'diversion of /sbin/fsck.cramfs to /sbin/fsck.cramfs.usr-is-merged by util-linux-extra'
00:00:33.039 E: Adding 'diversion of /sbin/fsck.minix to /sbin/fsck.minix.usr-is-merged by util-linux-extra'
00:00:33.049 E: Adding 'diversion of /sbin/mkfs.bfs to /sbin/mkfs.bfs.usr-is-merged by util-linux-extra'
00:00:33.060 E: Adding 'diversion of /sbin/mkfs.cramfs to /sbin/mkfs.cramfs.usr-is-merged by util-linux-extra'
00:00:33.070 E: Adding 'diversion of /sbin/mkfs.minix to /sbin/mkfs.minix.usr-is-merged by util-linux-extra'
00:00:33.074 E: Unpacking util-linux-extra (2.40.2-2) ...
00:00:33.125 E: Selecting previously unselected package wamerican.
00:00:33.128 E: Preparing to unpack .../132-wamerican_2020.12.07-2_all.deb ...
00:00:33.132 E: Unpacking wamerican (2020.12.07-2) ...
00:00:33.184 E: Selecting previously unselected package libpsl5t64:amd64.
00:00:33.188 E: Preparing to unpack .../133-libpsl5t64_0.21.2-1.1_amd64.deb ...
00:00:33.192 E: Unpacking libpsl5t64:amd64 (0.21.2-1.1) ...
00:00:33.217 E: Selecting previously unselected package wget.
00:00:33.220 E: Preparing to unpack .../134-wget_1.24.5-2+b1_amd64.deb ...
00:00:33.224 E: Unpacking wget (1.24.5-2+b1) ...
00:00:33.308 E: Selecting previously unselected package wtmpdb.
00:00:33.313 E: Preparing to unpack .../135-wtmpdb_0.13.0-1_amd64.deb ...
00:00:33.317 E: Unpacking wtmpdb (0.13.0-1) ...
00:00:33.343 E: Selecting previously unselected package xz-utils.
00:00:33.347 E: Preparing to unpack .../136-xz-utils_5.6.2-2_amd64.deb ...
00:00:33.351 E: Unpacking xz-utils (5.6.2-2) ...
00:00:33.413 E: Chrooting into /tmp/mmdebstrap.hjVB0Z6t8s/
00:00:33.422 E: Setting up media-types (10.1.0) ...
00:00:33.428 E: Setting up cpio (2.15+dfsg-2) ...
00:00:33.434 E: update-alternatives: using /usr/bin/mt-gnu to provide /usr/bin/mt (mt) in auto mode
00:00:33.439 E: Setting up libpipeline1:amd64 (1.5.7-2) ...
00:00:33.443 E: Setting up liblmdb0:amd64 (0.9.31-1+b1) ...
00:00:33.448 E: Setting up libtext-iconv-perl:amd64 (1.7-8+b3) ...
00:00:33.452 E: Setting up libtext-charwidth-perl:amd64 (0.04-11+b3) ...
00:00:33.458 E: Setting up liburcu8t64:amd64 (0.14.0-4) ...
00:00:33.464 E: Setting up libkeyutils1:amd64 (1.6.3-3) ...
00:00:33.469 E: Setting up libc-l10n (2.39-6) ...
00:00:33.476 E: Setting up pci.ids (0.0~2024.06.23-1) ...
00:00:33.480 E: Setting up liblockfile-bin (1.17-1+b1) ...
00:00:33.486 E: Setting up libgdbm6t64:amd64 (1.23-6) ...
00:00:33.490 E: Setting up bsdextrautils (2.40.2-2) ...
00:00:33.495 E: Setting up libgpg-error0:amd64 (1.50-2) ...
00:00:33.499 E: Setting up netcat-traditional (1.10-48.1) ...
00:00:33.505 E: update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode
00:00:33.509 E: Setting up init (1.66) ...
00:00:33.515 E: Setting up libgdbm-compat4t64:amd64 (1.23-6) ...
00:00:33.519 E: Setting up traceroute (1:2.1.5-1) ...
00:00:33.526 E: update-alternatives: using /usr/bin/traceroute.db to provide /usr/bin/traceroute (traceroute) in auto mode
00:00:33.530 E: update-alternatives: using /usr/bin/traceroute6.db to provide /usr/bin/traceroute6 (traceroute6) in auto mode
00:00:33.534 E: update-alternatives: using /usr/bin/lft.db to provide /usr/bin/lft (lft) in auto mode
00:00:33.538 E: update-alternatives: using /usr/bin/traceproto.db to provide /usr/bin/traceproto (traceproto) in auto mode
00:00:33.542 E: update-alternatives: using /usr/sbin/tcptraceroute.db to provide /usr/sbin/tcptraceroute (tcptraceroute) in auto mode
00:00:33.546 E: Setting up libmagic-mgc (1:5.45-3) ...
00:00:33.549 E: Setting up libcbor0.10:amd64 (0.10.2-1.2) ...
00:00:33.553 E: Setting up distro-info-data (0.62) ...
00:00:33.557 E: Setting up manpages (6.8-2) ...
00:00:33.560 E: Setting up libtirpc-common (1.3.4+ds-1.3) ...
00:00:33.564 E: Setting up libmaxminddb0:amd64 (1.9.1-1) ...
00:00:33.568 E: Setting up libfstrm0:amd64 (0.6.1-1+b2) ...
00:00:33.571 E: Setting up libedit2:amd64 (3.1-20240517-1) ...
00:00:33.575 E: Setting up libsqlite3-0:amd64 (3.46.0-1) ...
00:00:33.579 E: Setting up libuv1t64:amd64 (1.48.0-5) ...
00:00:33.583 E: Setting up libmagic1t64:amd64 (1:5.45-3) ...
00:00:33.589 E: Setting up debian-archive-keyring (2023.4) ...
00:00:33.714 E: Setting up libnghttp2-14:amd64 (1.62.1-2) ...
00:00:33.718 E: Setting up less (643-1) ...
00:00:33.726 E: Setting up gettext-base (0.22.5-2) ...
00:00:33.730 E: Setting up libgcrypt20:amd64 (1.11.0-5) ...
00:00:33.735 E: Setting up libnss-systemd:amd64 (256.4-2) ...
00:00:33.752 E: Setting up krb5-locales (1.21.3-3) ...
00:00:33.756 E: Setting up file (1:5.45-3) ...
00:00:33.760 E: Setting up bzip2 (1.0.8-5.1) ...
00:00:33.764 E: Setting up locales (2.39-6) ...
00:00:34.571 E: Generating locales (this might take a while)...
00:00:34.580 E: Generation complete.
00:00:34.620 E: Setting up doc-debian (11.3+nmu1) ...
00:00:34.625 E: Setting up libtext-wrapi18n-perl (0.06-10) ...
00:00:34.629 E: Setting up libprotobuf-c1:amd64 (1.4.1-1+b2) ...
00:00:34.633 E: Setting up libelf1t64:amd64 (0.191-2) ...
00:00:34.636 E: Setting up libjansson4:amd64 (2.14-2+b2) ...
00:00:34.640 E: Setting up debian-faq (11.1) ...
00:00:34.644 E: Setting up libkrb5support0:amd64 (1.21.3-3) ...
00:00:34.647 E: Setting up tzdata (2024a-4) ...
00:00:34.815 E: 
00:00:34.818 E: Current default time zone: 'Etc/UTC'
00:00:34.822 E: Local time is now:      Mon Aug  5 17:33:53 UTC 2024.
00:00:34.826 E: Universal Time is now:  Mon Aug  5 17:33:53 UTC 2024.
00:00:34.830 E: Run 'dpkg-reconfigure tzdata' if you wish to change it.
00:00:34.833 E: 
00:00:34.837 E: Setting up libcap2-bin (1:2.66-5) ...
00:00:34.841 E: Setting up libnettle8t64:amd64 (3.10-1) ...
00:00:34.845 E: Setting up vim-common (2:9.1.0496-1) ...
00:00:34.850 E: Setting up libslang2:amd64 (2.3.3-5) ...
00:00:34.854 E: Setting up bash-completion (1:2.14.0-1) ...
00:00:34.868 E: Setting up wamerican (2020.12.07-2) ...
00:00:35.025 E: Setting up libdbus-1-3:amd64 (1.14.10-4+b1) ...
00:00:35.029 E: Setting up xz-utils (5.6.2-2) ...
00:00:35.035 E: update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
00:00:35.041 E: Setting up perl-modules-5.38 (5.38.2-5) ...
00:00:35.045 E: Setting up libproc2-0:amd64 (2:4.0.4-5) ...
00:00:35.050 E: Setting up libunistring5:amd64 (1.2-1) ...
00:00:35.053 E: Setting up libmnl0:amd64 (1.0.5-2+b1) ...
00:00:35.057 E: Setting up systemd-timesyncd (256.4-2) ...
00:00:35.071 E: Creating group 'systemd-timesync' with GID 996.
00:00:35.075 E: Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 996 and GID 996.
00:00:35.500 E: Created symlink '/etc/systemd/system/dbus-org.freedesktop.timesync1.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'.
00:00:35.504 E: Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'.
00:00:35.560 E: Setting up libncursesw6:amd64 (6.5-2) ...
00:00:35.564 E: Setting up libk5crypto3:amd64 (1.21.3-3) ...
00:00:35.568 E: Setting up libxtables12:amd64 (1.8.10-4) ...
00:00:35.572 E: Setting up logsave (1.47.1-1) ...
00:00:35.576 E: Setting up libfdisk1:amd64 (2.40.2-2) ...
00:00:35.579 E: Setting up nano (8.1-1) ...
00:00:35.585 E: update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
00:00:35.588 E: update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
00:00:35.592 E: Setting up libpci3:amd64 (1:3.13.0-1) ...
00:00:35.596 E: Setting up libffi8:amd64 (3.4.6-1) ...
00:00:35.599 E: Setting up python-apt-common (2.9.0) ...
00:00:35.603 E: Setting up libhogweed6t64:amd64 (3.10-1) ...
00:00:35.606 E: Setting up sensible-utils (0.0.24) ...
00:00:35.610 E: Setting up gpgv (2.2.43-8) ...
00:00:35.614 E: Setting up dbus-session-bus-common (1.14.10-4) ...
00:00:35.617 E: Setting up libxxhash0:amd64 (0.8.2-2+b1) ...
00:00:35.621 E: Setting up procps (2:4.0.4-5) ...
00:00:35.645 E: Setting up libtasn1-6:amd64 (4.19.0-3+b2) ...
00:00:35.661 E: Setting up netbase (6.4) ...
00:00:35.673 E: Setting up libwtmpdb0:amd64 (0.13.0-1) ...
00:00:35.677 E: Setting up isc-dhcp-common (4.4.3-P1-5) ...
00:00:35.681 E: Setting up libkrb5-3:amd64 (1.21.3-3) ...
00:00:35.685 E: Setting up libperl5.38t64:amd64 (5.38.2-5) ...
00:00:35.689 E: Setting up dmidecode (3.6-1) ...
00:00:35.692 E: Setting up dbus-system-bus-common (1.14.10-4) ...
00:00:35.821 E: Setting up libfido2-1:amd64 (1.15.0-1) ...
00:00:35.826 E: Setting up openssl (3.3.1-2) ...
00:00:35.832 E: Setting up libjson-c5:amd64 (0.17-1+b1) ...
00:00:35.837 E: Setting up readline-common (8.2-4) ...
00:00:35.845 E: Setting up libstdc++6:amd64 (14.2.0-1) ...
00:00:35.849 E: Setting up dbus-bin (1.14.10-4+b1) ...
00:00:35.853 E: Setting up liblocale-gettext-perl (1.07-7) ...
00:00:35.857 E: Setting up libbpf1:amd64 (1:1.4.5-1) ...
00:00:35.860 E: Setting up util-linux-extra (2.40.2-2) ...
00:00:35.864 E: Setting up libkmod2:amd64 (32+20240611-1) ...
00:00:35.867 E: Setting up libpopt0:amd64 (1.19+dfsg-1+b1) ...
00:00:35.871 E: Setting up ncurses-term (6.5-2) ...
00:00:35.875 E: Setting up logrotate (3.22.0-1) ...
00:00:36.090 E: Created symlink '/etc/systemd/system/timers.target.wants/logrotate.timer' → '/usr/lib/systemd/system/logrotate.timer'.
00:00:36.095 E: Setting up libnewt0.52:amd64 (0.52.24-2+b1) ...
00:00:36.098 E: Setting up libicu72:amd64 (72.1-5) ...
00:00:36.102 E: Setting up liblz4-1:amd64 (1.9.4-3) ...
00:00:36.106 E: Setting up libpam-wtmpdb:amd64 (0.13.0-1) ...
00:00:36.319 E: Setting up cron (3.0pl1-189) ...
00:00:36.356 E: Running in chroot, ignoring request.
00:00:36.362 E: invoke-rc.d: policy-rc.d denied execution of start.
00:00:36.585 E: Created symlink '/etc/systemd/system/multi-user.target.wants/cron.service' → '/usr/lib/systemd/system/cron.service'.
00:00:36.590 E: Setting up inetutils-telnet (2:2.5-5) ...
00:00:36.596 E: update-alternatives: using /usr/bin/inetutils-telnet to provide /usr/bin/telnet (telnet) in auto mode
00:00:36.599 E: Setting up debconf-i18n (1.5.87) ...
00:00:36.603 E: Setting up libnftnl11:amd64 (1.2.7-1) ...
00:00:36.607 E: Setting up e2fsprogs (1.47.1-1) ...
00:00:36.815 E: Created symlink '/etc/systemd/system/timers.target.wants/e2scrub_all.timer' → '/usr/lib/systemd/system/e2scrub_all.timer'.
00:00:37.025 E: Created symlink '/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service' → '/usr/lib/systemd/system/e2scrub_reap.service'.
00:00:37.030 E: Setting up libidn2-0:amd64 (2.3.7-2) ...
00:00:37.033 E: Setting up dbus-daemon (1.14.10-4+b1) ...
00:00:37.051 E: Setting up libjemalloc2:amd64 (5.3.0-2+b1) ...
00:00:37.058 E: Setting up vim-tiny (2:9.1.0496-1+b1) ...
00:00:37.069 E: update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/ex (ex) in auto mode
00:00:37.074 E: update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/rview (rview) in auto mode
00:00:37.077 E: update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/vi (vi) in auto mode
00:00:37.082 E: update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/view (view) in auto mode
00:00:37.087 E: Setting up kmod (32+20240611-1) ...
00:00:37.096 E: sed: can't read /etc/modules: No such file or directory
00:00:37.116 E: Setting up ca-certificates (20240203) ...
00:00:38.040 E: Updating certificates in /etc/ssl/certs...
00:00:39.169 E: 146 added, 0 removed; done.
00:00:39.198 E: Setting up perl (5.38.2-5) ...
00:00:39.214 E: Setting up dbus (1.14.10-4+b1) ...
00:00:39.250 E: Running in chroot, ignoring request.
00:00:39.257 E: invoke-rc.d: policy-rc.d denied execution of start.
00:00:39.261 E: Setting up wtmpdb (0.13.0-1) ...
00:00:39.491 E: Created symlink '/etc/systemd/system/timers.target.wants/wtmpdb-rotate.timer' → '/usr/lib/systemd/system/wtmpdb-rotate.timer'.
00:00:39.705 E: Created symlink '/etc/systemd/system/default.target.wants/wtmpdb-update-boot.service' → '/usr/lib/systemd/system/wtmpdb-update-boot.service'.
00:00:39.710 E: Setting up libp11-kit0:amd64 (0.25.5-2) ...
00:00:39.714 E: Setting up libgssapi-krb5-2:amd64 (1.21.3-3) ...
00:00:39.720 E: Setting up udev (256.4-2) ...
00:00:40.274 E: Creating group 'input' with GID 995.
00:00:40.278 E: Creating group 'sgx' with GID 994.
00:00:40.282 E: Creating group 'kvm' with GID 993.
00:00:40.286 E: Creating group 'render' with GID 992.
00:00:40.296 E: Setting up ucf (3.0043+nmu1) ...
00:00:40.445 E: Setting up pciutils (1:3.13.0-1) ...
00:00:40.455 E: Setting up libreadline8t64:amd64 (8.2-4) ...
00:00:40.459 E: Setting up whiptail (0.52.24-2+b1) ...
00:00:40.463 E: Setting up libuchardet0:amd64 (0.0.8-1+b1) ...
00:00:40.467 E: Setting up libpam-systemd:amd64 (256.4-2) ...
00:00:40.696 E: Setting up libapt-pkg6.0t64:amd64 (2.9.7) ...
00:00:40.701 E: Setting up iputils-ping (3:20240117-1) ...
00:00:40.721 E: Setting up libxml2:amd64 (2.12.7+dfsg-3+b1) ...
00:00:40.725 E: Setting up libgnutls30t64:amd64 (3.8.6-2) ...
00:00:40.729 E: Setting up apt (2.9.7) ...
00:00:40.965 E: Created symlink '/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer' → '/usr/lib/systemd/system/apt-daily-upgrade.timer'.
00:00:41.169 E: Created symlink '/etc/systemd/system/timers.target.wants/apt-daily.timer' → '/usr/lib/systemd/system/apt-daily.timer'.
00:00:41.174 E: Setting up libnftables1:amd64 (1.1.0-2) ...
00:00:41.180 E: Setting up apt-utils (2.9.7) ...
00:00:41.184 E: Setting up nftables (1.1.0-2) ...
00:00:41.323 E: Setting up libpython3.12-stdlib:amd64 (3.12.4-3) ...
00:00:41.327 E: Setting up bind9-libs:amd64 (1:9.20.0-2) ...
00:00:41.330 E: Setting up libtirpc3t64:amd64 (1.3.4+ds-1.3) ...
00:00:41.334 E: Setting up iproute2 (6.10.0-1) ...
00:00:41.540 E: Setting up openssh-client (1:9.8p1-2) ...
00:00:41.659 E: Setting up python3.12 (3.12.4-3) ...
00:00:43.372 E: Setting up libpsl5t64:amd64 (0.21.2-1.1) ...
00:00:43.376 E: Setting up isc-dhcp-client (4.4.3-P1-5) ...
00:00:43.409 E: Setting up fdisk (2.40.2-2) ...
00:00:43.414 E: Setting up ifupdown (0.8.43) ...
00:00:43.506 E: Creating /etc/network/interfaces.
00:00:43.749 E: Created symlink '/etc/systemd/system/multi-user.target.wants/networking.service' → '/usr/lib/systemd/system/networking.service'.
00:00:43.753 E: Created symlink '/etc/systemd/system/network-online.target.wants/networking.service' → '/usr/lib/systemd/system/networking.service'.
00:00:43.889 E: Setting up lsof (4.95.0-1.1) ...
00:00:43.893 E: Setting up groff-base (1.23.0-5) ...
00:00:43.899 E: Setting up bind9-host (1:9.20.0-2) ...
00:00:43.903 E: Setting up libpython3-stdlib:amd64 (3.12.4-1) ...
00:00:43.907 E: Setting up wget (1.24.5-2+b1) ...
00:00:43.923 E: Setting up python3 (3.12.4-1) ...
00:00:44.328 E: Setting up man-db (2.12.1-2) ...
00:00:44.476 E: Building database of manual pages ...
00:00:45.637 E: Created symlink '/etc/systemd/system/timers.target.wants/man-db.timer' → '/usr/lib/systemd/system/man-db.timer'.
00:00:45.661 E: Setting up python3-certifi (2024.6.2-1) ...
00:00:45.807 E: Setting up python3-idna (3.6-2.1) ...
00:00:46.141 E: Setting up python3-urllib3 (2.0.7-2) ...
00:00:46.408 E: Setting up bind9-dnsutils (1:9.20.0-2) ...
00:00:46.411 E: Setting up python3-pkg-resources (70.3.0-2) ...
00:00:46.782 E: Setting up python3-debianbts (4.1.1) ...
00:00:46.928 E: Setting up python3-apt (2.9.0+b1) ...
00:00:47.156 E: Setting up python3-charset-normalizer (3.3.2-2) ...
00:00:47.344 E: Setting up python3-debconf (1.5.87) ...
00:00:47.487 E: Setting up python3-chardet (5.2.0+dfsg-1) ...
00:00:48.055 E: Setting up python3-debian (0.1.49) ...
00:00:48.328 E: Setting up python3-requests (2.32.3+dfsg-1) ...
00:00:48.566 E: Setting up apt-listchanges (3.27) ...
00:00:48.984 E: 
00:00:48.988 E: Creating config file /etc/apt/listchanges.conf with new version
00:00:49.192 E: Setting up python3-reportbug (13.0.1) ...
00:00:49.449 E: Setting up reportbug (13.0.1) ...
00:00:49.453 E: Setting up tasksel (3.75) ...
00:00:49.605 E: Setting up tasksel-data (3.75) ...
00:00:49.613 E: Processing triggers for libc-bin (2.39-6) ...
00:00:49.629 E: Processing triggers for systemd (256.4-2) ...
00:00:49.634 E: Processing triggers for ca-certificates (20240203) ...
00:00:49.642 E: Updating certificates in /etc/ssl/certs...
00:00:50.547 E: 0 added, 0 removed; done.
00:00:50.550 E: Running hooks in /etc/ca-certificates/update.d...
00:00:50.554 E: done.
00:00:50.733 E: I: 683 3090 cleaning package lists and apt cache...
00:00:50.737 E: D: 683 846 run_progress: exec apt-get --option Dir::Etc::SourceList=/dev/null --option Dir::Etc::SourceParts=/dev/null update -oDebug::pkgProblemResolver=true -oDebug::pkgDepCache::Marker=1 -oDebug::pkgDepCache::AutoInstall=1 -oAPT::Status-Fd=${FD} -oDpkg::Use-Pty=false
00:00:50.785 E: Reading package lists...
00:00:50.797 E: D: 683 846 run_progress: exec apt-get clean -oDebug::pkgProblemResolver=true -oDebug::pkgDepCache::Marker=1 -oDebug::pkgDepCache::AutoInstall=1 -oAPT::Status-Fd=${FD} -oDpkg::Use-Pty=false
00:00:50.852 E: D: 683 3194 deleting files in /run: dbus
00:00:50.857 E: D: 683 3194 deleting files in /run: sendsigs.omit.d
00:00:50.860 E: D: 683 3194 deleting files in /run: systemd
00:00:50.864 E: D: 683 3194 deleting files in /run: shm
00:00:50.867 E: D: 683 3194 deleting files in /run: log
00:00:50.871 E: D: 683 3194 deleting files in /run: user
00:00:50.875 E: D: 683 3194 deleting files in /run: adduser
00:00:50.879 E: D: 683 3194 deleting files in /run: sshd
00:00:50.883 E: I: 683 6079 creating tarball...
00:00:50.886 E: D: 685 3718 listener: finished reading command
00:00:50.890 E: D: 685 3725 listener: received message: adios
00:00:50.893 E: D: 553 6193 finish to listen for hooks
00:00:53.563 E: I: 683 6127 done
00:00:53.814 E: I: 553 6376 removing tempdir /tmp/mmdebstrap.hjVB0Z6t8s...
00:00:54.592 E: I: 553 6429 success in 54.2669 seconds
00:00:54.599 E: + cmp ./cache/mmdebstrap-unstable-standard.tar /tmp/debian-chroot.tar
00:01:02.692 E: + rm -f /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:12
result: SUCCESS
------------------------------------------------------------------------------
(181/280) quiet
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:20:50
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + mmdebstrap --mode=root --variant=apt --quiet unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:16.853 E: + tar -C /tmp/debian-chroot --one-file-system -c .
00:00:16.857 E: + tar -t
00:00:16.862 E: + sort
00:00:16.866 E: + diff -u tar1.txt -
00:00:17.047 E: + rm -r /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:27
result: SUCCESS
------------------------------------------------------------------------------
(182/280) logfile
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:19:50
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + trap rm -rf /tmp/debian-chroot /tmp/log /tmp/trimmed EXIT INT TERM
00:00:00.019 E: + mmdebstrap --mode=root --variant=apt --logfile=/tmp/log unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:17.050 E: + head --lines=-1 /tmp/log
00:00:17.054 E: + cat
00:00:17.057 O: I: success in 16.7033 seconds
00:00:17.058 E: + diff -u - /tmp/trimmed
00:00:17.062 E: + tail --lines=1 /tmp/log
00:00:17.066 E: + grep ^I: success in .* seconds$
00:00:17.070 E: + tar -C /tmp/debian-chroot --one-file-system -c .
00:00:17.074 E: + tar -t
00:00:17.078 E: + sort
00:00:17.082 E: + diff -u tar1.txt -
00:00:17.270 E: + rm -rf /tmp/debian-chroot /tmp/log /tmp/trimmed
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:27
result: SUCCESS
------------------------------------------------------------------------------
(183/280) without-etc-resolv-conf-and-etc-hostname
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:18:51
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.018 E: + trap rm -f /tmp/debian-chroot.tar EXIT INT TERM
00:00:00.023 E: + rm /etc/resolv.conf /etc/hostname
00:00:00.026 E: + mmdebstrap --mode=auto --variant=apt unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.478 E: I: automatically chosen mode: root
00:00:00.487 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.520 E: I: finding correct signed-by value...
00:00:00.619 E: I: automatically chosen format: tar
00:00:00.622 E: I: using /tmp/mmdebstrap.nGFpS2LLw_ as tempdir
00:00:00.633 E: W: Host system does not have a /etc/resolv.conf to copy into the rootfs.
00:00:00.638 E: W: Host system does not have a /etc/hostname to copy into the rootfs.
00:00:00.674 E: I: running apt-get update...
00:00:03.547 E: I: downloading packages with apt...
00:00:05.802 E: I: extracting archives...
00:00:07.621 E: I: installing essential packages...
00:00:13.268 E: I: installing remaining packages inside the chroot...
00:00:16.988 E: I: cleaning package lists and apt cache...
00:00:17.074 E: I: creating tarball...
00:00:17.848 E: I: done
00:00:17.955 E: I: removing tempdir /tmp/mmdebstrap.nGFpS2LLw_...
00:00:18.139 E: I: success in 17.7789 seconds
00:00:18.147 E: + tar -tf /tmp/debian-chroot.tar
00:00:18.152 E: + sort
00:00:18.156 E: + diff -u tar1.txt -
00:00:18.180 E: + printf ./etc/hostname\n
00:00:18.184 E: + printf ./etc/resolv.conf\n
00:00:18.188 E: + rm -f /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:28
result: SUCCESS
------------------------------------------------------------------------------
(184/280) preserve-mode-of-etc-resolv-conf-and-etc-hostname
dist: unstable
mode: root
variant: apt
format: auto
time left: 1:17:52
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.018 E: + cat /etc/resolv.conf
00:00:00.021 E: + [ -L /etc/resolv.conf ]
00:00:00.026 E: + chmod 644 /etc/resolv.conf
00:00:00.029 E: + stat --format=%A /etc/resolv.conf
00:00:00.033 E: + [ -rw-r--r-- = -rw-r--r-- ]
00:00:00.037 E: + cat /etc/hostname
00:00:00.041 E: + [ -L /etc/hostname ]
00:00:00.045 E: + chmod 644 /etc/hostname
00:00:00.049 E: + stat --format=%A /etc/hostname
00:00:00.053 E: + [ -rw-r--r-- = -rw-r--r-- ]
00:00:00.057 E: + mmdebstrap --variant=custom --mode=root unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.447 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.480 E: I: finding correct signed-by value...
00:00:00.581 E: I: automatically chosen format: directory
00:00:00.635 E: I: running apt-get update...
00:00:03.537 E: I: nothing to download -- skipping...
00:00:03.543 E: I: nothing to extract -- skipping...
00:00:03.547 E: I: no essential packages -- skipping...
00:00:03.551 E: I: cleaning package lists and apt cache...
00:00:03.631 E: I: success in 3.3015 seconds
00:00:03.637 E: + stat --format=%A /tmp/debian-chroot//etc/resolv.conf
00:00:03.641 E: + [ -rw-r--r-- = -rw-r--r-- ]
00:00:03.645 E: + stat --format=%A /tmp/debian-chroot//etc/hostname
00:00:03.649 E: + [ -rw-r--r-- = -rw-r--r-- ]
00:00:03.653 E: + rm /tmp/debian-chroot/dev/console
00:00:03.656 E: + rm /tmp/debian-chroot/dev/fd
00:00:03.660 E: + rm /tmp/debian-chroot/dev/full
00:00:03.664 E: + rm /tmp/debian-chroot/dev/null
00:00:03.667 E: + rm /tmp/debian-chroot/dev/ptmx
00:00:03.671 E: + rm /tmp/debian-chroot/dev/random
00:00:03.675 E: + rm /tmp/debian-chroot/dev/stderr
00:00:03.678 E: + rm /tmp/debian-chroot/dev/stdin
00:00:03.682 E: + rm /tmp/debian-chroot/dev/stdout
00:00:03.685 E: + rm /tmp/debian-chroot/dev/tty
00:00:03.689 E: + rm /tmp/debian-chroot/dev/urandom
00:00:03.693 E: + rm /tmp/debian-chroot/dev/zero
00:00:03.696 E: + rm /tmp/debian-chroot/etc/apt/sources.list
00:00:03.699 E: + rm /tmp/debian-chroot/etc/fstab
00:00:03.703 E: + rm /tmp/debian-chroot/etc/hostname
00:00:03.707 E: + rm /tmp/debian-chroot/etc/resolv.conf
00:00:03.711 E: + rm /tmp/debian-chroot/var/lib/apt/lists/lock
00:00:03.714 E: + rm /tmp/debian-chroot/var/lib/dpkg/status
00:00:03.718 E: + rm /tmp/debian-chroot/var/lib/dpkg/arch
00:00:03.722 E: + find /tmp/debian-chroot -depth -print0
00:00:03.725 E: + xargs -0 rmdir
00:00:03.729 E: + chmod 755 /etc/resolv.conf
00:00:03.733 E: + stat --format=%A /etc/resolv.conf
00:00:03.736 E: + [ -rwxr-xr-x = -rwxr-xr-x ]
00:00:03.740 E: + chmod 755 /etc/hostname
00:00:03.744 E: + stat --format=%A /etc/hostname
00:00:03.747 E: + [ -rwxr-xr-x = -rwxr-xr-x ]
00:00:03.751 E: + mmdebstrap --variant=custom --mode=root unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:04.079 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:04.104 E: I: finding correct signed-by value...
00:00:04.205 E: I: automatically chosen format: directory
00:00:04.265 E: I: running apt-get update...
00:00:07.187 E: I: nothing to download -- skipping...
00:00:07.192 E: I: nothing to extract -- skipping...
00:00:07.197 E: I: no essential packages -- skipping...
00:00:07.201 E: I: cleaning package lists and apt cache...
00:00:07.283 E: I: success in 3.3173 seconds
00:00:07.291 E: + stat --format=%A /tmp/debian-chroot//etc/resolv.conf
00:00:07.295 E: + [ -rwxr-xr-x = -rwxr-xr-x ]
00:00:07.299 E: + stat --format=%A /tmp/debian-chroot//etc/hostname
00:00:07.303 E: + [ -rwxr-xr-x = -rwxr-xr-x ]
00:00:07.307 E: + rm /tmp/debian-chroot/dev/console
00:00:07.311 E: + rm /tmp/debian-chroot/dev/fd
00:00:07.315 E: + rm /tmp/debian-chroot/dev/full
00:00:07.319 E: + rm /tmp/debian-chroot/dev/null
00:00:07.323 E: + rm /tmp/debian-chroot/dev/ptmx
00:00:07.327 E: + rm /tmp/debian-chroot/dev/random
00:00:07.330 E: + rm /tmp/debian-chroot/dev/stderr
00:00:07.335 E: + rm /tmp/debian-chroot/dev/stdin
00:00:07.339 E: + rm /tmp/debian-chroot/dev/stdout
00:00:07.345 E: + rm /tmp/debian-chroot/dev/tty
00:00:07.350 E: + rm /tmp/debian-chroot/dev/urandom
00:00:07.355 E: + rm /tmp/debian-chroot/dev/zero
00:00:07.359 E: + rm /tmp/debian-chroot/etc/apt/sources.list
00:00:07.363 E: + rm /tmp/debian-chroot/etc/fstab
00:00:07.367 E: + rm /tmp/debian-chroot/etc/hostname
00:00:07.370 E: + rm /tmp/debian-chroot/etc/resolv.conf
00:00:07.374 E: + rm /tmp/debian-chroot/var/lib/apt/lists/lock
00:00:07.379 E: + rm /tmp/debian-chroot/var/lib/dpkg/status
00:00:07.383 E: + rm /tmp/debian-chroot/var/lib/dpkg/arch
00:00:07.387 E: + find /tmp/debian-chroot -depth -print0
00:00:07.390 E: + xargs -0 rmdir
00:00:07.394 E: + rm /etc/resolv.conf
00:00:07.399 E: + ln -s /etc/resolv.conf.bak /etc/resolv.conf
00:00:07.403 E: + stat --format=%A /etc/resolv.conf
00:00:07.406 E: + [ lrwxrwxrwx = lrwxrwxrwx ]
00:00:07.410 E: + rm /etc/hostname
00:00:07.414 E: + ln -s /etc/hostname.bak /etc/hostname
00:00:07.418 E: + stat --format=%A /etc/hostname
00:00:07.422 E: + [ lrwxrwxrwx = lrwxrwxrwx ]
00:00:07.426 E: + mmdebstrap --variant=custom --mode=root unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:07.732 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:07.757 E: I: finding correct signed-by value...
00:00:07.854 E: I: automatically chosen format: directory
00:00:07.917 E: I: running apt-get update...
00:00:10.715 E: I: nothing to download -- skipping...
00:00:10.720 E: I: nothing to extract -- skipping...
00:00:10.724 E: I: no essential packages -- skipping...
00:00:10.727 E: I: cleaning package lists and apt cache...
00:00:10.808 E: I: success in 3.1890 seconds
00:00:10.817 E: + stat --format=%A /tmp/debian-chroot//etc/resolv.conf
00:00:10.821 E: + [ -rw-r--r-- = -rw-r--r-- ]
00:00:10.825 E: + stat --format=%A /tmp/debian-chroot//etc/hostname
00:00:10.828 E: + [ -rw-r--r-- = -rw-r--r-- ]
00:00:10.832 E: + rm /tmp/debian-chroot/dev/console
00:00:10.836 E: + rm /tmp/debian-chroot/dev/fd
00:00:10.840 E: + rm /tmp/debian-chroot/dev/full
00:00:10.844 E: + rm /tmp/debian-chroot/dev/null
00:00:10.847 E: + rm /tmp/debian-chroot/dev/ptmx
00:00:10.851 E: + rm /tmp/debian-chroot/dev/random
00:00:10.855 E: + rm /tmp/debian-chroot/dev/stderr
00:00:10.858 E: + rm /tmp/debian-chroot/dev/stdin
00:00:10.862 E: + rm /tmp/debian-chroot/dev/stdout
00:00:10.865 E: + rm /tmp/debian-chroot/dev/tty
00:00:10.869 E: + rm /tmp/debian-chroot/dev/urandom
00:00:10.873 E: + rm /tmp/debian-chroot/dev/zero
00:00:10.876 E: + rm /tmp/debian-chroot/etc/apt/sources.list
00:00:10.879 E: + rm /tmp/debian-chroot/etc/fstab
00:00:10.883 E: + rm /tmp/debian-chroot/etc/hostname
00:00:10.887 E: + rm /tmp/debian-chroot/etc/resolv.conf
00:00:10.890 E: + rm /tmp/debian-chroot/var/lib/apt/lists/lock
00:00:10.894 E: + rm /tmp/debian-chroot/var/lib/dpkg/status
00:00:10.897 E: + rm /tmp/debian-chroot/var/lib/dpkg/arch
00:00:10.901 E: + find /tmp/debian-chroot -depth -print0
00:00:10.904 E: + xargs -0 rmdir
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:21
result: SUCCESS
------------------------------------------------------------------------------
(185/280) not-having-to-install-apt-in-include-because-a-hook-did-it-before
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:16:50
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + trap rm -f /tmp/debian-chroot.tar EXIT INT TERM
00:00:00.017 E: + mmdebstrap --mode=auto --variant=essential --include=apt --essential-hook=APT_CONFIG=$MMDEBSTRAP_APT_CONFIG apt-get update --essential-hook=APT_CONFIG=$MMDEBSTRAP_APT_CONFIG apt-get --yes install apt unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.438 E: I: automatically chosen mode: root
00:00:00.447 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.480 E: I: finding correct signed-by value...
00:00:00.576 E: I: automatically chosen format: tar
00:00:00.581 E: I: using /tmp/mmdebstrap.Fn1pYv2N5B as tempdir
00:00:00.631 E: I: running apt-get update...
00:00:03.667 E: I: downloading packages with apt...
00:00:05.939 E: I: extracting archives...
00:00:07.751 E: I: installing essential packages...
00:00:13.592 E: I: running --essential-hook in shell: sh -c 'APT_CONFIG=$MMDEBSTRAP_APT_CONFIG apt-get update' exec /tmp/mmdebstrap.Fn1pYv2N5B
00:00:13.652 E: Hit:1 http://127.0.0.1/debian unstable InRelease
00:00:14.952 E: Reading package lists...
00:00:14.962 E: I: running --essential-hook in shell: sh -c 'APT_CONFIG=$MMDEBSTRAP_APT_CONFIG apt-get --yes install apt' exec /tmp/mmdebstrap.Fn1pYv2N5B
00:00:14.992 E: Reading package lists...
00:00:15.289 E: Building dependency tree...
00:00:16.015 E: The following additional packages will be installed:
00:00:16.020 E:   debian-archive-keyring gpgv libapt-pkg6.0t64 libffi8 libgcrypt20
00:00:16.024 E:   libgnutls30t64 libgpg-error0 libhogweed6t64 libidn2-0 liblz4-1 libnettle8t64
00:00:16.028 E:   libp11-kit0 libseccomp2 libstdc++6 libtasn1-6 libunistring5 libxxhash0
00:00:16.032 E: Suggested packages:
00:00:16.036 E:   apt-doc aptitude | synaptic | wajig dpkg-dev gnupg | gnupg2 | gnupg1
00:00:16.040 E:   powermgmt-base gnupg rng-tools gnutls-bin
00:00:16.044 E: Recommended packages:
00:00:16.049 E:   ca-certificates libgpg-error-l10n
00:00:16.072 E: The following NEW packages will be installed:
00:00:16.077 E:   apt debian-archive-keyring gpgv libapt-pkg6.0t64 libffi8 libgcrypt20
00:00:16.082 E:   libgnutls30t64 libgpg-error0 libhogweed6t64 libidn2-0 liblz4-1 libnettle8t64
00:00:16.087 E:   libp11-kit0 libseccomp2 libstdc++6 libtasn1-6 libunistring5 libxxhash0
00:00:16.137 E: 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded.
00:00:16.141 E: Need to get 7733 kB of archives.
00:00:16.145 E: After this operation, 23.9 MB of additional disk space will be used.
00:00:16.149 E: Get:1 http://127.0.0.1/debian unstable/main amd64 libgpg-error0 amd64 1.50-2 [81.5 kB]
00:00:16.153 E: Get:2 http://127.0.0.1/debian unstable/main amd64 libgcrypt20 amd64 1.11.0-5 [842 kB]
00:00:16.177 E: Get:3 http://127.0.0.1/debian unstable/main amd64 gpgv amd64 2.2.43-8 [216 kB]
00:00:16.190 E: Get:4 http://127.0.0.1/debian unstable/main amd64 libxxhash0 amd64 0.8.2-2+b1 [26.6 kB]
00:00:16.199 E: Get:5 http://127.0.0.1/debian unstable/main amd64 liblz4-1 amd64 1.9.4-3 [59.4 kB]
00:00:16.208 E: Get:6 http://127.0.0.1/debian unstable/main amd64 libstdc++6 amd64 14.2.0-1 [713 kB]
00:00:16.232 E: Get:7 http://127.0.0.1/debian unstable/main amd64 libapt-pkg6.0t64 amd64 2.9.7 [1044 kB]
00:00:16.263 E: Get:8 http://127.0.0.1/debian unstable/main amd64 debian-archive-keyring all 2023.4 [161 kB]
00:00:16.275 E: Get:9 http://127.0.0.1/debian unstable/main amd64 libnettle8t64 amd64 3.10-1 [303 kB]
00:00:16.289 E: Get:10 http://127.0.0.1/debian unstable/main amd64 libhogweed6t64 amd64 3.10-1 [334 kB]
00:00:16.304 E: Get:11 http://127.0.0.1/debian unstable/main amd64 libunistring5 amd64 1.2-1 [425 kB]
00:00:16.322 E: Get:12 http://127.0.0.1/debian unstable/main amd64 libidn2-0 amd64 2.3.7-2 [128 kB]
00:00:16.332 E: Get:13 http://127.0.0.1/debian unstable/main amd64 libffi8 amd64 3.4.6-1 [23.6 kB]
00:00:16.341 E: Get:14 http://127.0.0.1/debian unstable/main amd64 libp11-kit0 amd64 0.25.5-2 [424 kB]
00:00:16.364 E: Get:15 http://127.0.0.1/debian unstable/main amd64 libtasn1-6 amd64 4.19.0-3+b2 [48.9 kB]
00:00:16.375 E: Get:16 http://127.0.0.1/debian unstable/main amd64 libgnutls30t64 amd64 3.8.6-2 [1444 kB]
00:00:16.412 E: Get:17 http://127.0.0.1/debian unstable/main amd64 libseccomp2 amd64 2.5.5-1+b1 [47.3 kB]
00:00:16.423 E: Get:18 http://127.0.0.1/debian unstable/main amd64 apt amd64 2.9.7 [1410 kB]
00:00:16.573 E: Fetched 7733 kB in 0s (23.0 MB/s)
00:00:16.582 E: Chrooting into /tmp/mmdebstrap.Fn1pYv2N5B/
00:00:16.700 E: debconf: delaying package configuration, since apt-utils is not installed
00:00:16.768 E: Fetched 7733 kB in 0s (23.0 MB/s)
00:00:16.772 E: Chrooting into /tmp/mmdebstrap.Fn1pYv2N5B/
00:00:16.789 E: Selecting previously unselected package libgpg-error0:amd64.
00:00:16.795 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:00:16.799 E: Preparing to unpack .../00-libgpg-error0_1.50-2_amd64.deb ...
00:00:16.803 E: Unpacking libgpg-error0:amd64 (1.50-2) ...
00:00:16.833 E: Selecting previously unselected package libgcrypt20:amd64.
00:00:16.837 E: Preparing to unpack .../01-libgcrypt20_1.11.0-5_amd64.deb ...
00:00:16.841 E: Unpacking libgcrypt20:amd64 (1.11.0-5) ...
00:00:16.918 E: Selecting previously unselected package gpgv.
00:00:16.922 E: Preparing to unpack .../02-gpgv_2.2.43-8_amd64.deb ...
00:00:16.926 E: Unpacking gpgv (2.2.43-8) ...
00:00:16.966 E: Selecting previously unselected package libxxhash0:amd64.
00:00:16.971 E: Preparing to unpack .../03-libxxhash0_0.8.2-2+b1_amd64.deb ...
00:00:16.976 E: Unpacking libxxhash0:amd64 (0.8.2-2+b1) ...
00:00:17.003 E: Selecting previously unselected package liblz4-1:amd64.
00:00:17.007 E: Preparing to unpack .../04-liblz4-1_1.9.4-3_amd64.deb ...
00:00:17.012 E: Unpacking liblz4-1:amd64 (1.9.4-3) ...
00:00:17.042 E: Selecting previously unselected package libstdc++6:amd64.
00:00:17.046 E: Preparing to unpack .../05-libstdc++6_14.2.0-1_amd64.deb ...
00:00:17.050 E: Unpacking libstdc++6:amd64 (14.2.0-1) ...
00:00:17.123 E: Selecting previously unselected package libapt-pkg6.0t64:amd64.
00:00:17.128 E: Preparing to unpack .../06-libapt-pkg6.0t64_2.9.7_amd64.deb ...
00:00:17.135 E: Unpacking libapt-pkg6.0t64:amd64 (2.9.7) ...
00:00:17.243 E: Selecting previously unselected package debian-archive-keyring.
00:00:17.247 E: Preparing to unpack .../07-debian-archive-keyring_2023.4_all.deb ...
00:00:17.368 E: Unpacking debian-archive-keyring (2023.4) ...
00:00:17.407 E: Selecting previously unselected package libnettle8t64:amd64.
00:00:17.411 E: Preparing to unpack .../08-libnettle8t64_3.10-1_amd64.deb ...
00:00:17.415 E: Unpacking libnettle8t64:amd64 (3.10-1) ...
00:00:17.451 E: Selecting previously unselected package libhogweed6t64:amd64.
00:00:17.455 E: Preparing to unpack .../09-libhogweed6t64_3.10-1_amd64.deb ...
00:00:17.459 E: Unpacking libhogweed6t64:amd64 (3.10-1) ...
00:00:17.512 E: Selecting previously unselected package libunistring5:amd64.
00:00:17.515 E: Preparing to unpack .../10-libunistring5_1.2-1_amd64.deb ...
00:00:17.519 E: Unpacking libunistring5:amd64 (1.2-1) ...
00:00:17.575 E: Selecting previously unselected package libidn2-0:amd64.
00:00:17.580 E: Preparing to unpack .../11-libidn2-0_2.3.7-2_amd64.deb ...
00:00:17.584 E: Unpacking libidn2-0:amd64 (2.3.7-2) ...
00:00:17.623 E: Selecting previously unselected package libffi8:amd64.
00:00:17.627 E: Preparing to unpack .../12-libffi8_3.4.6-1_amd64.deb ...
00:00:17.631 E: Unpacking libffi8:amd64 (3.4.6-1) ...
00:00:17.654 E: Selecting previously unselected package libp11-kit0:amd64.
00:00:17.658 E: Preparing to unpack .../13-libp11-kit0_0.25.5-2_amd64.deb ...
00:00:17.662 E: Unpacking libp11-kit0:amd64 (0.25.5-2) ...
00:00:17.708 E: Selecting previously unselected package libtasn1-6:amd64.
00:00:17.712 E: Preparing to unpack .../14-libtasn1-6_4.19.0-3+b2_amd64.deb ...
00:00:17.716 E: Unpacking libtasn1-6:amd64 (4.19.0-3+b2) ...
00:00:17.742 E: Selecting previously unselected package libgnutls30t64:amd64.
00:00:17.746 E: Preparing to unpack .../15-libgnutls30t64_3.8.6-2_amd64.deb ...
00:00:17.752 E: Unpacking libgnutls30t64:amd64 (3.8.6-2) ...
00:00:17.848 E: Selecting previously unselected package libseccomp2:amd64.
00:00:17.852 E: Preparing to unpack .../16-libseccomp2_2.5.5-1+b1_amd64.deb ...
00:00:17.856 E: Unpacking libseccomp2:amd64 (2.5.5-1+b1) ...
00:00:17.883 E: Selecting previously unselected package apt.
00:00:17.887 E: Preparing to unpack .../17-apt_2.9.7_amd64.deb ...
00:00:17.909 E: Unpacking apt (2.9.7) ...
00:00:18.035 E: Chrooting into /tmp/mmdebstrap.Fn1pYv2N5B/
00:00:18.040 E: Setting up libgpg-error0:amd64 (1.50-2) ...
00:00:18.044 E: Setting up debian-archive-keyring (2023.4) ...
00:00:18.177 E: Setting up libgcrypt20:amd64 (1.11.0-5) ...
00:00:18.183 E: Setting up libseccomp2:amd64 (2.5.5-1+b1) ...
00:00:18.188 E: Setting up libnettle8t64:amd64 (3.10-1) ...
00:00:18.192 E: Setting up libunistring5:amd64 (1.2-1) ...
00:00:18.197 E: Setting up libffi8:amd64 (3.4.6-1) ...
00:00:18.200 E: Setting up libhogweed6t64:amd64 (3.10-1) ...
00:00:18.205 E: Setting up gpgv (2.2.43-8) ...
00:00:18.209 E: Setting up libxxhash0:amd64 (0.8.2-2+b1) ...
00:00:18.213 E: Setting up libtasn1-6:amd64 (4.19.0-3+b2) ...
00:00:18.217 E: Setting up libstdc++6:amd64 (14.2.0-1) ...
00:00:18.221 E: Setting up liblz4-1:amd64 (1.9.4-3) ...
00:00:18.225 E: Setting up libidn2-0:amd64 (2.3.7-2) ...
00:00:18.229 E: Setting up libp11-kit0:amd64 (0.25.5-2) ...
00:00:18.234 E: Setting up libapt-pkg6.0t64:amd64 (2.9.7) ...
00:00:18.238 E: Setting up libgnutls30t64:amd64 (3.8.6-2) ...
00:00:18.242 E: Setting up apt (2.9.7) ...
00:00:18.657 E: Processing triggers for libc-bin (2.39-6) ...
00:00:18.856 E: I: installing remaining packages inside the chroot...
00:00:20.035 E: I: cleaning package lists and apt cache...
00:00:20.135 E: I: creating tarball...
00:00:20.915 E: I: done
00:00:21.016 E: I: removing tempdir /tmp/mmdebstrap.Fn1pYv2N5B...
00:00:21.198 E: I: success in 20.8809 seconds
00:00:21.207 E: + tar -tf /tmp/debian-chroot.tar
00:00:21.213 E: + sort
00:00:21.217 E: + diff -u tar1.txt -
00:00:21.251 E: + rm -f /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:31
result: SUCCESS
------------------------------------------------------------------------------
(186/280) remove-start-stop-daemon-and-policy-rc-d-in-hook
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:15:53
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + trap rm -f /tmp/debian-chroot.tar EXIT INT TERM
00:00:00.018 E: + mmdebstrap --mode=auto --variant=apt --customize-hook=rm "$1/usr/sbin/policy-rc.d"; rm "$1/usr/sbin/start-stop-daemon" unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.447 E: I: automatically chosen mode: root
00:00:00.457 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.489 E: I: finding correct signed-by value...
00:00:00.615 E: I: automatically chosen format: tar
00:00:00.619 E: I: using /tmp/mmdebstrap.WPNBBuqhqj as tempdir
00:00:00.667 E: I: running apt-get update...
00:00:03.494 E: I: downloading packages with apt...
00:00:05.613 E: I: extracting archives...
00:00:07.361 E: I: installing essential packages...
00:00:12.991 E: I: installing remaining packages inside the chroot...
00:00:16.510 E: I: running --customize-hook in shell: sh -c 'rm "$1/usr/sbin/policy-rc.d"; rm "$1/usr/sbin/start-stop-daemon"' exec /tmp/mmdebstrap.WPNBBuqhqj
00:00:16.532 E: I: cleaning package lists and apt cache...
00:00:16.623 E: I: creating tarball...
00:00:17.397 E: I: done
00:00:17.458 E: I: removing tempdir /tmp/mmdebstrap.WPNBBuqhqj...
00:00:17.631 E: I: success in 17.3005 seconds
00:00:17.638 E: + tar -tf /tmp/debian-chroot.tar
00:00:17.642 E: + sort
00:00:17.646 E: + diff -u tar1.txt -
00:00:17.675 E: + rm -f /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:28
result: SUCCESS
------------------------------------------------------------------------------
(187/280) skip-start-stop-daemon-policy-rc
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:14:56
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + trap rm -f /tmp/debian-chroot.tar EXIT INT TERM
00:00:00.018 E: + mmdebstrap --mode=auto --variant=apt --skip=chroot/start-stop-daemon,chroot/policy-rc.d --customize-hook=test ! -e "$1/sbin/start-stop-daemon.REAL" --customize-hook=test ! -e "$1/usr/sbin/policy-rc.d" unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.489 E: I: automatically chosen mode: root
00:00:00.497 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.532 E: I: finding correct signed-by value...
00:00:00.630 E: I: automatically chosen format: tar
00:00:00.634 E: I: using /tmp/mmdebstrap.WS9HcXvQ07 as tempdir
00:00:00.683 E: I: running apt-get update...
00:00:03.580 E: I: downloading packages with apt...
00:00:05.920 E: I: extracting archives...
00:00:07.772 E: I: skipping chroot/policy-rc.d as requested
00:00:07.777 E: I: skipping chroot/start-stop-daemon as requested
00:00:07.782 E: I: installing essential packages...
00:00:13.862 E: I: installing remaining packages inside the chroot...
00:00:17.382 E: I: running --customize-hook in shell: sh -c 'test ! -e "$1/sbin/start-stop-daemon.REAL"' exec /tmp/mmdebstrap.WS9HcXvQ07
00:00:17.386 E: I: running --customize-hook in shell: sh -c 'test ! -e "$1/usr/sbin/policy-rc.d"' exec /tmp/mmdebstrap.WS9HcXvQ07
00:00:17.406 E: I: cleaning package lists and apt cache...
00:00:17.508 E: I: creating tarball...
00:00:18.325 E: I: done
00:00:18.414 E: I: removing tempdir /tmp/mmdebstrap.WS9HcXvQ07...
00:00:18.604 E: I: success in 18.2452 seconds
00:00:18.611 E: + tar -tf /tmp/debian-chroot.tar
00:00:18.615 E: + sort
00:00:18.619 E: + diff -u tar1.txt -
00:00:18.649 E: + rm -f /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:29
result: SUCCESS
------------------------------------------------------------------------------
(188/280) skip-mount
dist: unstable
mode: unshare
variant: apt
format: auto
time left: 1:13:58
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + [ unshare = unshare ]
00:00:00.018 E: + trap rm -f /tmp/debian-chroot.tar EXIT INT TERM
00:00:00.022 E: + mmdebstrap --mode=unshare --variant=apt --skip=chroot/mount/proc,chroot/mount/sys --customize-hook=mountpoint "$1"/dev/null --customize-hook=if mountpoint "$1"/sys; then exit 1; fi --customize-hook=if mountpoint "$1"/proc; then exit 1; fi unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.503 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.536 E: I: finding correct signed-by value...
00:00:00.637 E: I: automatically chosen format: tar
00:00:00.642 E: I: using /tmp/mmdebstrap.Mc1s5ctT2m as tempdir
00:00:00.711 E: I: running apt-get update...
00:00:03.686 E: I: downloading packages with apt...
00:00:05.902 E: I: extracting archives...
00:00:07.800 E: I: skipping chroot/mount/sys as requested
00:00:07.805 E: I: skipping chroot/mount/proc as requested
00:00:07.810 E: I: installing essential packages...
00:00:13.793 E: I: installing remaining packages inside the chroot...
00:00:17.481 E: I: running --customize-hook in shell: sh -c 'mountpoint "$1"/dev/null' exec /tmp/mmdebstrap.Mc1s5ctT2m
00:00:17.487 E: /tmp/mmdebstrap.Mc1s5ctT2m/dev/null is a mountpoint
00:00:17.490 E: I: running --customize-hook in shell: sh -c 'if mountpoint "$1"/sys; then exit 1; fi' exec /tmp/mmdebstrap.Mc1s5ctT2m
00:00:17.495 E: /tmp/mmdebstrap.Mc1s5ctT2m/sys is not a mountpoint
00:00:17.499 E: I: running --customize-hook in shell: sh -c 'if mountpoint "$1"/proc; then exit 1; fi' exec /tmp/mmdebstrap.Mc1s5ctT2m
00:00:17.503 E: /tmp/mmdebstrap.Mc1s5ctT2m/proc is not a mountpoint
00:00:17.543 E: I: cleaning package lists and apt cache...
00:00:17.631 E: I: creating tarball...
00:00:18.460 E: I: done
00:00:18.495 E: I: removing tempdir /tmp/mmdebstrap.Mc1s5ctT2m...
00:00:18.709 E: I: success in 18.3470 seconds
00:00:18.717 E: + tar -tf /tmp/debian-chroot.tar
00:00:18.722 E: + sort
00:00:18.726 E: + diff -u tar1.txt -
00:00:18.761 E: + rm -f /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:29
result: SUCCESS
------------------------------------------------------------------------------
(189/280) compare-output-with-pre-seeded-var-cache-apt-archives
dist: unstable
mode: auto
variant: extract
format: auto
time left: 1:13:02
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.018 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.022 E: + mktemp -d
00:00:00.027 E: + tmpdir=/tmp/tmp.zxPBg8Jljp
00:00:00.031 E: + trap rm -f "$tmpdir"/*.deb /tmp/orig.tar /tmp/test1.tar /tmp/test2.tar; rmdir "$tmpdir" EXIT INT TERM
00:00:00.035 E: + include=--include=doc-debian
00:00:00.039 E: + [ extract = custom ]
00:00:00.043 E: + mmdebstrap --include=doc-debian --mode=auto --variant=extract --setup-hook=mkdir -p "$1"/var/cache/apt/archives/partial --setup-hook=touch "$1"/var/cache/apt/archives/lock --setup-hook=chmod 0640 "$1"/var/cache/apt/archives/lock unstable - http://127.0.0.1/debian
00:00:00.443 E: I: automatically chosen mode: root
00:00:00.450 E: I: skipping emulation check for extract variant
00:00:00.481 E: I: finding correct signed-by value...
00:00:00.587 E: I: automatically chosen format: tar
00:00:00.591 E: I: using /tmp/mmdebstrap.QGsJzF5A3q as tempdir
00:00:00.641 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.QGsJzF5A3q
00:00:00.648 E: I: running --setup-hook in shell: sh -c 'touch "$1"/var/cache/apt/archives/lock' exec /tmp/mmdebstrap.QGsJzF5A3q
00:00:00.653 E: I: running --setup-hook in shell: sh -c 'chmod 0640 "$1"/var/cache/apt/archives/lock' exec /tmp/mmdebstrap.QGsJzF5A3q
00:00:00.660 E: I: running apt-get update...
00:00:03.569 E: I: downloading packages with apt...
00:00:04.542 E: I: extracting archives...
00:00:04.569 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:04.573 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:04.578 E: I: cleaning package lists and apt cache...
00:00:04.670 E: I: creating tarball...
00:00:04.682 E: I: done
00:00:04.689 E: I: removing tempdir /tmp/mmdebstrap.QGsJzF5A3q...
00:00:04.695 E: I: success in 4.3687 seconds
00:00:04.709 E: + cp /mnt/cache/debian/pool/main/b/busybox/busybox_1.30.1-6+b3_amd64.deb /mnt/cache/debian/pool/main/b/busybox/busybox_1.35.0-4+b3_amd64.deb /mnt/cache/debian/pool/main/b/busybox/busybox_1.36.1-9_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.2.4_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.6.1_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.9.7_amd64.deb /tmp/tmp.zxPBg8Jljp
00:00:04.877 E: + mmdebstrap --include=doc-debian --mode=auto --variant=extract --setup-hook=mkdir -p "$1"/var/cache/apt/archives/partial --setup-hook=sync-in "/tmp/tmp.zxPBg8Jljp" /var/cache/apt/archives/partial unstable - http://127.0.0.1/debian
00:00:05.279 E: I: automatically chosen mode: root
00:00:05.287 E: I: skipping emulation check for extract variant
00:00:05.313 E: I: finding correct signed-by value...
00:00:05.419 E: I: automatically chosen format: tar
00:00:05.423 E: I: using /tmp/mmdebstrap.lCpj205B5N as tempdir
00:00:05.474 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.lCpj205B5N
00:00:05.480 E: I: running special hook: sync-in "/tmp/tmp.zxPBg8Jljp" /var/cache/apt/archives/partial
00:00:05.600 E: I: running apt-get update...
00:00:08.529 E: I: downloading packages with apt...
00:00:09.576 E: I: extracting archives...
00:00:09.606 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:09.611 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:09.617 E: I: cleaning package lists and apt cache...
00:00:09.716 E: I: creating tarball...
00:00:09.728 E: I: done
00:00:09.736 E: I: removing tempdir /tmp/mmdebstrap.lCpj205B5N...
00:00:09.743 E: I: success in 4.5707 seconds
00:00:09.751 E: + cmp /tmp/orig.tar /tmp/test1.tar
00:00:09.755 E: + mmdebstrap --include=doc-debian --mode=auto --variant=extract --customize-hook=touch "$1"/var/cache/apt/archives/partial --setup-hook=mkdir -p "$1"/var/cache/apt/archives/ --setup-hook=sync-in "/tmp/tmp.zxPBg8Jljp" /var/cache/apt/archives/ --setup-hook=chmod 0755 "$1"/var/cache/apt/archives/ --customize-hook=find "/tmp/tmp.zxPBg8Jljp" -type f -exec md5sum "{}" \; | sed "s|"/tmp/tmp.zxPBg8Jljp"|$1/var/cache/apt/archives|" | md5sum --check unstable - http://127.0.0.1/debian
00:00:10.170 E: I: automatically chosen mode: root
00:00:10.179 E: I: skipping emulation check for extract variant
00:00:10.203 E: I: finding correct signed-by value...
00:00:10.309 E: I: automatically chosen format: tar
00:00:10.313 E: I: using /tmp/mmdebstrap.N1ufRiTlSa as tempdir
00:00:10.365 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/' exec /tmp/mmdebstrap.N1ufRiTlSa
00:00:10.373 E: I: running special hook: sync-in "/tmp/tmp.zxPBg8Jljp" /var/cache/apt/archives/
00:00:10.490 E: I: running --setup-hook in shell: sh -c 'chmod 0755 "$1"/var/cache/apt/archives/' exec /tmp/mmdebstrap.N1ufRiTlSa
00:00:10.496 E: I: running apt-get update...
00:00:13.382 E: I: downloading packages with apt...
00:00:14.436 E: I: extracting archives...
00:00:14.465 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:14.469 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:14.474 E: I: cleaning package lists and apt cache...
00:00:14.564 E: I: creating tarball...
00:00:14.577 E: I: done
00:00:14.587 E: I: removing tempdir /tmp/mmdebstrap.N1ufRiTlSa...
00:00:14.593 E: I: success in 4.5435 seconds
00:00:14.602 E: + cmp /tmp/orig.tar /tmp/test2.tar
00:00:14.608 E: + rm -f /tmp/tmp.zxPBg8Jljp/apt_2.2.4_amd64.deb /tmp/tmp.zxPBg8Jljp/apt_2.6.1_amd64.deb /tmp/tmp.zxPBg8Jljp/apt_2.9.7_amd64.deb /tmp/tmp.zxPBg8Jljp/busybox_1.30.1-6+b3_amd64.deb /tmp/tmp.zxPBg8Jljp/busybox_1.35.0-4+b3_amd64.deb /tmp/tmp.zxPBg8Jljp/busybox_1.36.1-9_amd64.deb /tmp/orig.tar /tmp/test1.tar /tmp/test2.tar
00:00:14.612 E: + rmdir /tmp/tmp.zxPBg8Jljp
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:25
result: SUCCESS
------------------------------------------------------------------------------
(190/280) compare-output-with-pre-seeded-var-cache-apt-archives
dist: unstable
mode: auto
variant: custom
format: auto
time left: 1:12:03
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.023 E: + mktemp -d
00:00:00.027 E: + tmpdir=/tmp/tmp.dOFugdK4my
00:00:00.031 E: + trap rm -f "$tmpdir"/*.deb /tmp/orig.tar /tmp/test1.tar /tmp/test2.tar; rmdir "$tmpdir" EXIT INT TERM
00:00:00.034 E: + include=--include=doc-debian
00:00:00.038 E: + [ custom = custom ]
00:00:00.042 E: + include=--include=doc-debian,base-files,base-passwd,coreutils,dash,diffutils,dpkg,libc-bin,sed
00:00:00.047 E: + mmdebstrap --include=doc-debian,base-files,base-passwd,coreutils,dash,diffutils,dpkg,libc-bin,sed --mode=auto --variant=custom --setup-hook=mkdir -p "$1"/var/cache/apt/archives/partial --setup-hook=touch "$1"/var/cache/apt/archives/lock --setup-hook=chmod 0640 "$1"/var/cache/apt/archives/lock unstable - http://127.0.0.1/debian
00:00:00.475 E: I: automatically chosen mode: root
00:00:00.486 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.524 E: I: finding correct signed-by value...
00:00:00.633 E: I: automatically chosen format: tar
00:00:00.638 E: I: using /tmp/mmdebstrap.wGbmGtp3Fn as tempdir
00:00:00.694 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.wGbmGtp3Fn
00:00:00.703 E: I: running --setup-hook in shell: sh -c 'touch "$1"/var/cache/apt/archives/lock' exec /tmp/mmdebstrap.wGbmGtp3Fn
00:00:00.711 E: I: running --setup-hook in shell: sh -c 'chmod 0640 "$1"/var/cache/apt/archives/lock' exec /tmp/mmdebstrap.wGbmGtp3Fn
00:00:00.718 E: I: running apt-get update...
00:00:03.732 E: I: downloading packages with apt...
00:00:05.278 E: I: extracting archives...
00:00:06.368 E: I: installing essential packages...
00:00:08.915 E: I: cleaning package lists and apt cache...
00:00:08.997 E: I: creating tarball...
00:00:09.386 E: I: done
00:00:09.394 E: I: removing tempdir /tmp/mmdebstrap.wGbmGtp3Fn...
00:00:09.482 E: I: success in 9.1355 seconds
00:00:09.499 E: + cp /mnt/cache/debian/pool/main/b/busybox/busybox_1.30.1-6+b3_amd64.deb /mnt/cache/debian/pool/main/b/busybox/busybox_1.35.0-4+b3_amd64.deb /mnt/cache/debian/pool/main/b/busybox/busybox_1.36.1-9_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.2.4_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.6.1_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.9.7_amd64.deb /tmp/tmp.dOFugdK4my
00:00:09.661 E: + mmdebstrap --include=doc-debian,base-files,base-passwd,coreutils,dash,diffutils,dpkg,libc-bin,sed --mode=auto --variant=custom --setup-hook=mkdir -p "$1"/var/cache/apt/archives/partial --setup-hook=sync-in "/tmp/tmp.dOFugdK4my" /var/cache/apt/archives/partial unstable - http://127.0.0.1/debian
00:00:10.061 E: I: automatically chosen mode: root
00:00:10.069 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:10.092 E: I: finding correct signed-by value...
00:00:10.192 E: I: automatically chosen format: tar
00:00:10.197 E: I: using /tmp/mmdebstrap.FrOUxl9kuv as tempdir
00:00:10.246 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.FrOUxl9kuv
00:00:10.253 E: I: running special hook: sync-in "/tmp/tmp.dOFugdK4my" /var/cache/apt/archives/partial
00:00:10.370 E: I: running apt-get update...
00:00:13.206 E: I: downloading packages with apt...
00:00:14.769 E: I: extracting archives...
00:00:15.825 E: I: installing essential packages...
00:00:18.301 E: I: cleaning package lists and apt cache...
00:00:18.396 E: I: creating tarball...
00:00:18.799 E: I: done
00:00:18.807 E: I: removing tempdir /tmp/mmdebstrap.FrOUxl9kuv...
00:00:18.888 E: I: success in 8.9309 seconds
00:00:18.895 E: + cmp /tmp/orig.tar /tmp/test1.tar
00:00:18.964 E: + mmdebstrap --include=doc-debian,base-files,base-passwd,coreutils,dash,diffutils,dpkg,libc-bin,sed --mode=auto --variant=custom --customize-hook=touch "$1"/var/cache/apt/archives/partial --setup-hook=mkdir -p "$1"/var/cache/apt/archives/ --setup-hook=sync-in "/tmp/tmp.dOFugdK4my" /var/cache/apt/archives/ --setup-hook=chmod 0755 "$1"/var/cache/apt/archives/ --customize-hook=find "/tmp/tmp.dOFugdK4my" -type f -exec md5sum "{}" \; | sed "s|"/tmp/tmp.dOFugdK4my"|$1/var/cache/apt/archives|" | md5sum --check unstable - http://127.0.0.1/debian
00:00:19.365 E: I: automatically chosen mode: root
00:00:19.374 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:19.399 E: I: finding correct signed-by value...
00:00:19.507 E: I: automatically chosen format: tar
00:00:19.512 E: I: using /tmp/mmdebstrap.wKmGd1Jg5T as tempdir
00:00:19.571 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/' exec /tmp/mmdebstrap.wKmGd1Jg5T
00:00:19.579 E: I: running special hook: sync-in "/tmp/tmp.dOFugdK4my" /var/cache/apt/archives/
00:00:19.692 E: I: running --setup-hook in shell: sh -c 'chmod 0755 "$1"/var/cache/apt/archives/' exec /tmp/mmdebstrap.wKmGd1Jg5T
00:00:19.699 E: I: running apt-get update...
00:00:22.452 E: I: downloading packages with apt...
00:00:24.001 E: I: extracting archives...
00:00:25.066 E: I: installing essential packages...
00:00:27.431 E: I: running --customize-hook in shell: sh -c 'touch "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.wKmGd1Jg5T
00:00:27.438 E: I: running --customize-hook in shell: sh -c 'find "/tmp/tmp.dOFugdK4my" -type f -exec md5sum "{}" \; | sed "s|"/tmp/tmp.dOFugdK4my"|$1/var/cache/apt/archives|" | md5sum --check' exec /tmp/mmdebstrap.wKmGd1Jg5T
00:00:27.480 E: /tmp/mmdebstrap.wKmGd1Jg5T/var/cache/apt/archives/busybox_1.30.1-6+b3_amd64.deb: OK
00:00:27.486 E: /tmp/mmdebstrap.wKmGd1Jg5T/var/cache/apt/archives/apt_2.2.4_amd64.deb: OK
00:00:27.491 E: /tmp/mmdebstrap.wKmGd1Jg5T/var/cache/apt/archives/busybox_1.35.0-4+b3_amd64.deb: OK
00:00:27.496 E: /tmp/mmdebstrap.wKmGd1Jg5T/var/cache/apt/archives/busybox_1.36.1-9_amd64.deb: OK
00:00:27.500 E: /tmp/mmdebstrap.wKmGd1Jg5T/var/cache/apt/archives/apt_2.6.1_amd64.deb: OK
00:00:27.503 E: /tmp/mmdebstrap.wKmGd1Jg5T/var/cache/apt/archives/apt_2.9.7_amd64.deb: OK
00:00:27.511 E: I: cleaning package lists and apt cache...
00:00:27.600 E: I: creating tarball...
00:00:28.010 E: I: done
00:00:28.018 E: I: removing tempdir /tmp/mmdebstrap.wKmGd1Jg5T...
00:00:28.093 E: I: success in 8.8439 seconds
00:00:28.101 E: + cmp /tmp/orig.tar /tmp/test2.tar
00:00:28.174 E: + rm -f /tmp/tmp.dOFugdK4my/apt_2.2.4_amd64.deb /tmp/tmp.dOFugdK4my/apt_2.6.1_amd64.deb /tmp/tmp.dOFugdK4my/apt_2.9.7_amd64.deb /tmp/tmp.dOFugdK4my/busybox_1.30.1-6+b3_amd64.deb /tmp/tmp.dOFugdK4my/busybox_1.35.0-4+b3_amd64.deb /tmp/tmp.dOFugdK4my/busybox_1.36.1-9_amd64.deb /tmp/orig.tar /tmp/test1.tar /tmp/test2.tar
00:00:28.225 E: + rmdir /tmp/tmp.dOFugdK4my
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:38
result: SUCCESS
------------------------------------------------------------------------------
(191/280) compare-output-with-pre-seeded-var-cache-apt-archives
dist: unstable
mode: auto
variant: essential
format: auto
time left: 1:11:12
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.020 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.026 E: + mktemp -d
00:00:00.032 E: + tmpdir=/tmp/tmp.XGg8KiP2jG
00:00:00.037 E: + trap rm -f "$tmpdir"/*.deb /tmp/orig.tar /tmp/test1.tar /tmp/test2.tar; rmdir "$tmpdir" EXIT INT TERM
00:00:00.042 E: + include=--include=doc-debian
00:00:00.046 E: + [ essential = custom ]
00:00:00.051 E: + mmdebstrap --include=doc-debian --mode=auto --variant=essential --setup-hook=mkdir -p "$1"/var/cache/apt/archives/partial --setup-hook=touch "$1"/var/cache/apt/archives/lock --setup-hook=chmod 0640 "$1"/var/cache/apt/archives/lock unstable - http://127.0.0.1/debian
00:00:00.482 E: I: automatically chosen mode: root
00:00:00.492 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.528 E: I: finding correct signed-by value...
00:00:00.640 E: I: automatically chosen format: tar
00:00:00.644 E: I: using /tmp/mmdebstrap.JSqpgifR3h as tempdir
00:00:00.697 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.JSqpgifR3h
00:00:00.704 E: I: running --setup-hook in shell: sh -c 'touch "$1"/var/cache/apt/archives/lock' exec /tmp/mmdebstrap.JSqpgifR3h
00:00:00.710 E: I: running --setup-hook in shell: sh -c 'chmod 0640 "$1"/var/cache/apt/archives/lock' exec /tmp/mmdebstrap.JSqpgifR3h
00:00:00.716 E: I: running apt-get update...
00:00:03.650 E: I: downloading packages with apt...
00:00:06.234 E: I: extracting archives...
00:00:08.059 E: I: installing essential packages...
00:00:13.860 E: I: installing remaining packages inside the chroot...
00:00:15.397 E: I: cleaning package lists and apt cache...
00:00:15.492 E: I: creating tarball...
00:00:16.113 E: I: done
00:00:16.121 E: I: removing tempdir /tmp/mmdebstrap.JSqpgifR3h...
00:00:16.277 E: I: success in 15.9218 seconds
00:00:16.292 E: + cp /mnt/cache/debian/pool/main/b/busybox/busybox_1.30.1-6+b3_amd64.deb /mnt/cache/debian/pool/main/b/busybox/busybox_1.35.0-4+b3_amd64.deb /mnt/cache/debian/pool/main/b/busybox/busybox_1.36.1-9_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.2.4_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.6.1_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.9.7_amd64.deb /tmp/tmp.XGg8KiP2jG
00:00:16.438 E: + mmdebstrap --include=doc-debian --mode=auto --variant=essential --setup-hook=mkdir -p "$1"/var/cache/apt/archives/partial --setup-hook=sync-in "/tmp/tmp.XGg8KiP2jG" /var/cache/apt/archives/partial unstable - http://127.0.0.1/debian
00:00:16.850 E: I: automatically chosen mode: root
00:00:16.860 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:16.888 E: I: finding correct signed-by value...
00:00:16.997 E: I: automatically chosen format: tar
00:00:17.001 E: I: using /tmp/mmdebstrap.lvn_k0PcKs as tempdir
00:00:17.063 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.lvn_k0PcKs
00:00:17.069 E: I: running special hook: sync-in "/tmp/tmp.XGg8KiP2jG" /var/cache/apt/archives/partial
00:00:17.188 E: I: running apt-get update...
00:00:20.096 E: I: downloading packages with apt...
00:00:22.353 E: I: extracting archives...
00:00:24.240 E: I: installing essential packages...
00:00:29.964 E: I: installing remaining packages inside the chroot...
00:00:31.483 E: I: cleaning package lists and apt cache...
00:00:31.585 E: I: creating tarball...
00:00:32.181 E: I: done
00:00:32.189 E: I: removing tempdir /tmp/mmdebstrap.lvn_k0PcKs...
00:00:32.347 E: I: success in 15.6203 seconds
00:00:32.353 E: + cmp /tmp/orig.tar /tmp/test1.tar
00:00:32.460 E: + mmdebstrap --include=doc-debian --mode=auto --variant=essential --customize-hook=touch "$1"/var/cache/apt/archives/partial --setup-hook=mkdir -p "$1"/var/cache/apt/archives/ --setup-hook=sync-in "/tmp/tmp.XGg8KiP2jG" /var/cache/apt/archives/ --setup-hook=chmod 0755 "$1"/var/cache/apt/archives/ --customize-hook=find "/tmp/tmp.XGg8KiP2jG" -type f -exec md5sum "{}" \; | sed "s|"/tmp/tmp.XGg8KiP2jG"|$1/var/cache/apt/archives|" | md5sum --check unstable - http://127.0.0.1/debian
00:00:32.864 E: I: automatically chosen mode: root
00:00:32.874 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:32.904 E: I: finding correct signed-by value...
00:00:33.007 E: I: automatically chosen format: tar
00:00:33.011 E: I: using /tmp/mmdebstrap.bZamkNEOue as tempdir
00:00:33.064 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/' exec /tmp/mmdebstrap.bZamkNEOue
00:00:33.070 E: I: running special hook: sync-in "/tmp/tmp.XGg8KiP2jG" /var/cache/apt/archives/
00:00:33.189 E: I: running --setup-hook in shell: sh -c 'chmod 0755 "$1"/var/cache/apt/archives/' exec /tmp/mmdebstrap.bZamkNEOue
00:00:33.196 E: I: running apt-get update...
00:00:36.074 E: I: downloading packages with apt...
00:00:38.271 E: I: extracting archives...
00:00:40.100 E: I: installing essential packages...
00:00:45.686 E: I: installing remaining packages inside the chroot...
00:00:47.038 E: I: running --customize-hook in shell: sh -c 'touch "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.bZamkNEOue
00:00:47.045 E: I: running --customize-hook in shell: sh -c 'find "/tmp/tmp.XGg8KiP2jG" -type f -exec md5sum "{}" \; | sed "s|"/tmp/tmp.XGg8KiP2jG"|$1/var/cache/apt/archives|" | md5sum --check' exec /tmp/mmdebstrap.bZamkNEOue
00:00:47.086 E: /tmp/mmdebstrap.bZamkNEOue/var/cache/apt/archives/busybox_1.30.1-6+b3_amd64.deb: OK
00:00:47.089 E: /tmp/mmdebstrap.bZamkNEOue/var/cache/apt/archives/apt_2.2.4_amd64.deb: OK
00:00:47.093 E: /tmp/mmdebstrap.bZamkNEOue/var/cache/apt/archives/busybox_1.35.0-4+b3_amd64.deb: OK
00:00:47.096 E: /tmp/mmdebstrap.bZamkNEOue/var/cache/apt/archives/busybox_1.36.1-9_amd64.deb: OK
00:00:47.100 E: /tmp/mmdebstrap.bZamkNEOue/var/cache/apt/archives/apt_2.6.1_amd64.deb: OK
00:00:47.104 E: /tmp/mmdebstrap.bZamkNEOue/var/cache/apt/archives/apt_2.9.7_amd64.deb: OK
00:00:47.113 E: I: cleaning package lists and apt cache...
00:00:47.198 E: I: creating tarball...
00:00:47.817 E: I: done
00:00:47.829 E: I: removing tempdir /tmp/mmdebstrap.bZamkNEOue...
00:00:47.993 E: I: success in 15.2536 seconds
00:00:48.001 E: + cmp /tmp/orig.tar /tmp/test2.tar
00:00:48.109 E: + rm -f /tmp/tmp.XGg8KiP2jG/apt_2.2.4_amd64.deb /tmp/tmp.XGg8KiP2jG/apt_2.6.1_amd64.deb /tmp/tmp.XGg8KiP2jG/apt_2.9.7_amd64.deb /tmp/tmp.XGg8KiP2jG/busybox_1.30.1-6+b3_amd64.deb /tmp/tmp.XGg8KiP2jG/busybox_1.35.0-4+b3_amd64.deb /tmp/tmp.XGg8KiP2jG/busybox_1.36.1-9_amd64.deb /tmp/orig.tar /tmp/test1.tar /tmp/test2.tar
00:00:48.180 E: + rmdir /tmp/tmp.XGg8KiP2jG
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:59
result: SUCCESS
------------------------------------------------------------------------------
(192/280) compare-output-with-pre-seeded-var-cache-apt-archives
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:10:30
------------------------------------------------------------------------------
00:00:00.008 E: + set -eu
00:00:00.017 E: + export LC_ALL=C.UTF-8
00:00:00.023 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.027 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.031 E: + mktemp -d
00:00:00.036 E: + tmpdir=/tmp/tmp.1srl50uhD7
00:00:00.041 E: + trap rm -f "$tmpdir"/*.deb /tmp/orig.tar /tmp/test1.tar /tmp/test2.tar; rmdir "$tmpdir" EXIT INT TERM
00:00:00.045 E: + include=--include=doc-debian
00:00:00.049 E: + [ apt = custom ]
00:00:00.054 E: + mmdebstrap --include=doc-debian --mode=auto --variant=apt --setup-hook=mkdir -p "$1"/var/cache/apt/archives/partial --setup-hook=touch "$1"/var/cache/apt/archives/lock --setup-hook=chmod 0640 "$1"/var/cache/apt/archives/lock unstable - http://127.0.0.1/debian
00:00:00.509 E: I: automatically chosen mode: root
00:00:00.518 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.561 E: I: finding correct signed-by value...
00:00:00.671 E: I: automatically chosen format: tar
00:00:00.675 E: I: using /tmp/mmdebstrap.NQ2es7iGfl as tempdir
00:00:00.730 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.NQ2es7iGfl
00:00:00.737 E: I: running --setup-hook in shell: sh -c 'touch "$1"/var/cache/apt/archives/lock' exec /tmp/mmdebstrap.NQ2es7iGfl
00:00:00.746 E: I: running --setup-hook in shell: sh -c 'chmod 0640 "$1"/var/cache/apt/archives/lock' exec /tmp/mmdebstrap.NQ2es7iGfl
00:00:00.752 E: I: running apt-get update...
00:00:03.868 E: I: downloading packages with apt...
00:00:06.250 E: I: extracting archives...
00:00:08.149 E: I: installing essential packages...
00:00:14.046 E: I: installing remaining packages inside the chroot...
00:00:17.827 E: I: cleaning package lists and apt cache...
00:00:17.912 E: I: creating tarball...
00:00:18.736 E: I: done
00:00:18.743 E: I: removing tempdir /tmp/mmdebstrap.NQ2es7iGfl...
00:00:18.923 E: I: success in 18.5594 seconds
00:00:18.937 E: + cp /mnt/cache/debian/pool/main/b/busybox/busybox_1.30.1-6+b3_amd64.deb /mnt/cache/debian/pool/main/b/busybox/busybox_1.35.0-4+b3_amd64.deb /mnt/cache/debian/pool/main/b/busybox/busybox_1.36.1-9_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.2.4_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.6.1_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.9.7_amd64.deb /tmp/tmp.1srl50uhD7
00:00:19.091 E: + mmdebstrap --include=doc-debian --mode=auto --variant=apt --setup-hook=mkdir -p "$1"/var/cache/apt/archives/partial --setup-hook=sync-in "/tmp/tmp.1srl50uhD7" /var/cache/apt/archives/partial unstable - http://127.0.0.1/debian
00:00:19.475 E: I: automatically chosen mode: root
00:00:19.484 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:19.509 E: I: finding correct signed-by value...
00:00:19.613 E: I: automatically chosen format: tar
00:00:19.617 E: I: using /tmp/mmdebstrap.L2vnSZBY8X as tempdir
00:00:19.668 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.L2vnSZBY8X
00:00:19.674 E: I: running special hook: sync-in "/tmp/tmp.1srl50uhD7" /var/cache/apt/archives/partial
00:00:19.779 E: I: running apt-get update...
00:00:22.591 E: I: downloading packages with apt...
00:00:24.900 E: I: extracting archives...
00:00:26.697 E: I: installing essential packages...
00:00:32.551 E: I: installing remaining packages inside the chroot...
00:00:36.023 E: I: cleaning package lists and apt cache...
00:00:36.122 E: I: creating tarball...
00:00:36.901 E: I: done
00:00:36.909 E: I: removing tempdir /tmp/mmdebstrap.L2vnSZBY8X...
00:00:37.083 E: I: success in 17.7162 seconds
00:00:37.090 E: + cmp /tmp/orig.tar /tmp/test1.tar
00:00:37.247 E: + mmdebstrap --include=doc-debian --mode=auto --variant=apt --customize-hook=touch "$1"/var/cache/apt/archives/partial --setup-hook=mkdir -p "$1"/var/cache/apt/archives/ --setup-hook=sync-in "/tmp/tmp.1srl50uhD7" /var/cache/apt/archives/ --setup-hook=chmod 0755 "$1"/var/cache/apt/archives/ --customize-hook=find "/tmp/tmp.1srl50uhD7" -type f -exec md5sum "{}" \; | sed "s|"/tmp/tmp.1srl50uhD7"|$1/var/cache/apt/archives|" | md5sum --check unstable - http://127.0.0.1/debian
00:00:37.642 E: I: automatically chosen mode: root
00:00:37.651 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:37.678 E: I: finding correct signed-by value...
00:00:37.785 E: I: automatically chosen format: tar
00:00:37.789 E: I: using /tmp/mmdebstrap.ZEh8wloIse as tempdir
00:00:37.846 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/' exec /tmp/mmdebstrap.ZEh8wloIse
00:00:37.853 E: I: running special hook: sync-in "/tmp/tmp.1srl50uhD7" /var/cache/apt/archives/
00:00:37.964 E: I: running --setup-hook in shell: sh -c 'chmod 0755 "$1"/var/cache/apt/archives/' exec /tmp/mmdebstrap.ZEh8wloIse
00:00:37.970 E: I: running apt-get update...
00:00:40.737 E: I: downloading packages with apt...
00:00:42.895 E: I: extracting archives...
00:00:44.730 E: I: installing essential packages...
00:00:50.142 E: I: installing remaining packages inside the chroot...
00:00:53.580 E: I: running --customize-hook in shell: sh -c 'touch "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.ZEh8wloIse
00:00:53.587 E: I: running --customize-hook in shell: sh -c 'find "/tmp/tmp.1srl50uhD7" -type f -exec md5sum "{}" \; | sed "s|"/tmp/tmp.1srl50uhD7"|$1/var/cache/apt/archives|" | md5sum --check' exec /tmp/mmdebstrap.ZEh8wloIse
00:00:53.627 E: /tmp/mmdebstrap.ZEh8wloIse/var/cache/apt/archives/busybox_1.30.1-6+b3_amd64.deb: OK
00:00:53.631 E: /tmp/mmdebstrap.ZEh8wloIse/var/cache/apt/archives/apt_2.2.4_amd64.deb: OK
00:00:53.634 E: /tmp/mmdebstrap.ZEh8wloIse/var/cache/apt/archives/busybox_1.35.0-4+b3_amd64.deb: OK
00:00:53.638 E: /tmp/mmdebstrap.ZEh8wloIse/var/cache/apt/archives/busybox_1.36.1-9_amd64.deb: OK
00:00:53.641 E: /tmp/mmdebstrap.ZEh8wloIse/var/cache/apt/archives/apt_2.6.1_amd64.deb: OK
00:00:53.645 E: /tmp/mmdebstrap.ZEh8wloIse/var/cache/apt/archives/apt_2.9.7_amd64.deb: OK
00:00:53.658 E: I: cleaning package lists and apt cache...
00:00:53.756 E: I: creating tarball...
00:00:54.534 E: I: done
00:00:54.542 E: I: removing tempdir /tmp/mmdebstrap.ZEh8wloIse...
00:00:54.751 E: I: success in 17.2211 seconds
00:00:54.760 E: + cmp /tmp/orig.tar /tmp/test2.tar
00:00:54.898 E: + rm -f /tmp/tmp.1srl50uhD7/apt_2.2.4_amd64.deb /tmp/tmp.1srl50uhD7/apt_2.6.1_amd64.deb /tmp/tmp.1srl50uhD7/apt_2.9.7_amd64.deb /tmp/tmp.1srl50uhD7/busybox_1.30.1-6+b3_amd64.deb /tmp/tmp.1srl50uhD7/busybox_1.35.0-4+b3_amd64.deb /tmp/tmp.1srl50uhD7/busybox_1.36.1-9_amd64.deb /tmp/orig.tar /tmp/test1.tar /tmp/test2.tar
00:00:54.981 E: + rmdir /tmp/tmp.1srl50uhD7
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:06
result: SUCCESS
------------------------------------------------------------------------------
(193/280) compare-output-with-pre-seeded-var-cache-apt-archives
dist: unstable
mode: auto
variant: minbase
format: auto
time left: 1:09:51
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.016 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.020 E: + mktemp -d
00:00:00.024 E: + tmpdir=/tmp/tmp.eRGKqbB0aK
00:00:00.027 E: + trap rm -f "$tmpdir"/*.deb /tmp/orig.tar /tmp/test1.tar /tmp/test2.tar; rmdir "$tmpdir" EXIT INT TERM
00:00:00.030 E: + include=--include=doc-debian
00:00:00.034 E: + [ minbase = custom ]
00:00:00.037 E: + mmdebstrap --include=doc-debian --mode=auto --variant=minbase --setup-hook=mkdir -p "$1"/var/cache/apt/archives/partial --setup-hook=touch "$1"/var/cache/apt/archives/lock --setup-hook=chmod 0640 "$1"/var/cache/apt/archives/lock unstable - http://127.0.0.1/debian
00:00:00.464 E: I: automatically chosen mode: root
00:00:00.473 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.507 E: I: finding correct signed-by value...
00:00:00.633 E: I: automatically chosen format: tar
00:00:00.638 E: I: using /tmp/mmdebstrap.0EhqNKPK1u as tempdir
00:00:00.686 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.0EhqNKPK1u
00:00:00.691 E: I: running --setup-hook in shell: sh -c 'touch "$1"/var/cache/apt/archives/lock' exec /tmp/mmdebstrap.0EhqNKPK1u
00:00:00.697 E: I: running --setup-hook in shell: sh -c 'chmod 0640 "$1"/var/cache/apt/archives/lock' exec /tmp/mmdebstrap.0EhqNKPK1u
00:00:00.703 E: I: running apt-get update...
00:00:03.611 E: I: downloading packages with apt...
00:00:05.713 E: I: extracting archives...
00:00:07.488 E: I: installing essential packages...
00:00:13.097 E: I: installing remaining packages inside the chroot...
00:00:18.353 E: I: cleaning package lists and apt cache...
00:00:18.444 E: I: creating tarball...
00:00:19.312 E: I: done
00:00:19.320 E: I: removing tempdir /tmp/mmdebstrap.0EhqNKPK1u...
00:00:19.547 E: I: success in 19.2136 seconds
00:00:19.561 E: + cp /mnt/cache/debian/pool/main/b/busybox/busybox_1.30.1-6+b3_amd64.deb /mnt/cache/debian/pool/main/b/busybox/busybox_1.35.0-4+b3_amd64.deb /mnt/cache/debian/pool/main/b/busybox/busybox_1.36.1-9_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.2.4_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.6.1_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.9.7_amd64.deb /tmp/tmp.eRGKqbB0aK
00:00:19.713 E: + mmdebstrap --include=doc-debian --mode=auto --variant=minbase --setup-hook=mkdir -p "$1"/var/cache/apt/archives/partial --setup-hook=sync-in "/tmp/tmp.eRGKqbB0aK" /var/cache/apt/archives/partial unstable - http://127.0.0.1/debian
00:00:20.151 E: I: automatically chosen mode: root
00:00:20.160 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:20.186 E: I: finding correct signed-by value...
00:00:20.283 E: I: automatically chosen format: tar
00:00:20.287 E: I: using /tmp/mmdebstrap.jEE3KINzvn as tempdir
00:00:20.344 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.jEE3KINzvn
00:00:20.351 E: I: running special hook: sync-in "/tmp/tmp.eRGKqbB0aK" /var/cache/apt/archives/partial
00:00:20.495 E: I: running apt-get update...
00:00:23.317 E: I: downloading packages with apt...
00:00:25.390 E: I: extracting archives...
00:00:27.214 E: I: installing essential packages...
00:00:32.825 E: I: installing remaining packages inside the chroot...
00:00:38.136 E: I: cleaning package lists and apt cache...
00:00:38.227 E: I: creating tarball...
00:00:39.100 E: I: done
00:00:39.108 E: I: removing tempdir /tmp/mmdebstrap.jEE3KINzvn...
00:00:39.333 E: I: success in 19.2960 seconds
00:00:39.340 E: + cmp /tmp/orig.tar /tmp/test1.tar
00:00:39.494 E: + mmdebstrap --include=doc-debian --mode=auto --variant=minbase --customize-hook=touch "$1"/var/cache/apt/archives/partial --setup-hook=mkdir -p "$1"/var/cache/apt/archives/ --setup-hook=sync-in "/tmp/tmp.eRGKqbB0aK" /var/cache/apt/archives/ --setup-hook=chmod 0755 "$1"/var/cache/apt/archives/ --customize-hook=find "/tmp/tmp.eRGKqbB0aK" -type f -exec md5sum "{}" \; | sed "s|"/tmp/tmp.eRGKqbB0aK"|$1/var/cache/apt/archives|" | md5sum --check unstable - http://127.0.0.1/debian
00:00:39.898 E: I: automatically chosen mode: root
00:00:39.907 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:39.932 E: I: finding correct signed-by value...
00:00:40.031 E: I: automatically chosen format: tar
00:00:40.034 E: I: using /tmp/mmdebstrap.oxsBpjDsV3 as tempdir
00:00:40.094 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/' exec /tmp/mmdebstrap.oxsBpjDsV3
00:00:40.101 E: I: running special hook: sync-in "/tmp/tmp.eRGKqbB0aK" /var/cache/apt/archives/
00:00:40.215 E: I: running --setup-hook in shell: sh -c 'chmod 0755 "$1"/var/cache/apt/archives/' exec /tmp/mmdebstrap.oxsBpjDsV3
00:00:40.221 E: I: running apt-get update...
00:00:43.026 E: I: downloading packages with apt...
00:00:45.233 E: I: extracting archives...
00:00:47.046 E: I: installing essential packages...
00:00:52.614 E: I: installing remaining packages inside the chroot...
00:00:57.910 E: I: running --customize-hook in shell: sh -c 'touch "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.oxsBpjDsV3
00:00:57.916 E: I: running --customize-hook in shell: sh -c 'find "/tmp/tmp.eRGKqbB0aK" -type f -exec md5sum "{}" \; | sed "s|"/tmp/tmp.eRGKqbB0aK"|$1/var/cache/apt/archives|" | md5sum --check' exec /tmp/mmdebstrap.oxsBpjDsV3
00:00:57.956 E: /tmp/mmdebstrap.oxsBpjDsV3/var/cache/apt/archives/busybox_1.30.1-6+b3_amd64.deb: OK
00:00:57.960 E: /tmp/mmdebstrap.oxsBpjDsV3/var/cache/apt/archives/apt_2.2.4_amd64.deb: OK
00:00:57.964 E: /tmp/mmdebstrap.oxsBpjDsV3/var/cache/apt/archives/busybox_1.35.0-4+b3_amd64.deb: OK
00:00:57.967 E: /tmp/mmdebstrap.oxsBpjDsV3/var/cache/apt/archives/busybox_1.36.1-9_amd64.deb: OK
00:00:57.971 E: /tmp/mmdebstrap.oxsBpjDsV3/var/cache/apt/archives/apt_2.6.1_amd64.deb: OK
00:00:57.975 E: /tmp/mmdebstrap.oxsBpjDsV3/var/cache/apt/archives/apt_2.9.7_amd64.deb: OK
00:00:57.987 E: I: cleaning package lists and apt cache...
00:00:58.080 E: I: creating tarball...
00:00:58.939 E: I: done
00:00:58.948 E: I: removing tempdir /tmp/mmdebstrap.oxsBpjDsV3...
00:00:59.173 E: I: success in 19.3878 seconds
00:00:59.181 E: + cmp /tmp/orig.tar /tmp/test2.tar
00:00:59.334 E: + rm -f /tmp/tmp.eRGKqbB0aK/apt_2.2.4_amd64.deb /tmp/tmp.eRGKqbB0aK/apt_2.6.1_amd64.deb /tmp/tmp.eRGKqbB0aK/apt_2.9.7_amd64.deb /tmp/tmp.eRGKqbB0aK/busybox_1.30.1-6+b3_amd64.deb /tmp/tmp.eRGKqbB0aK/busybox_1.35.0-4+b3_amd64.deb /tmp/tmp.eRGKqbB0aK/busybox_1.36.1-9_amd64.deb /tmp/orig.tar /tmp/test1.tar /tmp/test2.tar
00:00:59.428 E: + rmdir /tmp/tmp.eRGKqbB0aK
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:09
result: SUCCESS
------------------------------------------------------------------------------
(194/280) compare-output-with-pre-seeded-var-cache-apt-archives
dist: unstable
mode: auto
variant: buildd
format: auto
time left: 1:09:13
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.018 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.022 E: + mktemp -d
00:00:00.027 E: + tmpdir=/tmp/tmp.bOtek1INu4
00:00:00.031 E: + trap rm -f "$tmpdir"/*.deb /tmp/orig.tar /tmp/test1.tar /tmp/test2.tar; rmdir "$tmpdir" EXIT INT TERM
00:00:00.036 E: + include=--include=doc-debian
00:00:00.039 E: + [ buildd = custom ]
00:00:00.043 E: + mmdebstrap --include=doc-debian --mode=auto --variant=buildd --setup-hook=mkdir -p "$1"/var/cache/apt/archives/partial --setup-hook=touch "$1"/var/cache/apt/archives/lock --setup-hook=chmod 0640 "$1"/var/cache/apt/archives/lock unstable - http://127.0.0.1/debian
00:00:00.456 E: I: automatically chosen mode: root
00:00:00.465 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.499 E: I: finding correct signed-by value...
00:00:00.599 E: I: automatically chosen format: tar
00:00:00.602 E: I: using /tmp/mmdebstrap.NIff7sVBV0 as tempdir
00:00:00.655 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.NIff7sVBV0
00:00:00.662 E: I: running --setup-hook in shell: sh -c 'touch "$1"/var/cache/apt/archives/lock' exec /tmp/mmdebstrap.NIff7sVBV0
00:00:00.668 E: I: running --setup-hook in shell: sh -c 'chmod 0640 "$1"/var/cache/apt/archives/lock' exec /tmp/mmdebstrap.NIff7sVBV0
00:00:00.674 E: I: running apt-get update...
00:00:03.521 E: I: downloading packages with apt...
00:00:05.533 E: I: extracting archives...
00:00:07.317 E: I: installing essential packages...
00:00:12.936 E: I: installing remaining packages inside the chroot...
00:00:26.158 E: I: cleaning package lists and apt cache...
00:00:26.273 E: I: creating tarball...
00:00:29.254 E: I: done
00:00:29.262 E: I: removing tempdir /tmp/mmdebstrap.NIff7sVBV0...
00:00:29.782 E: I: success in 29.4438 seconds
00:00:29.797 E: + cp /mnt/cache/debian/pool/main/b/busybox/busybox_1.30.1-6+b3_amd64.deb /mnt/cache/debian/pool/main/b/busybox/busybox_1.35.0-4+b3_amd64.deb /mnt/cache/debian/pool/main/b/busybox/busybox_1.36.1-9_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.2.4_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.6.1_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.9.7_amd64.deb /tmp/tmp.bOtek1INu4
00:00:29.952 E: + mmdebstrap --include=doc-debian --mode=auto --variant=buildd --setup-hook=mkdir -p "$1"/var/cache/apt/archives/partial --setup-hook=sync-in "/tmp/tmp.bOtek1INu4" /var/cache/apt/archives/partial unstable - http://127.0.0.1/debian
00:00:30.355 E: I: automatically chosen mode: root
00:00:30.365 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:30.392 E: I: finding correct signed-by value...
00:00:30.499 E: I: automatically chosen format: tar
00:00:30.503 E: I: using /tmp/mmdebstrap.l55UhSEh7Q as tempdir
00:00:30.560 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.l55UhSEh7Q
00:00:30.567 E: I: running special hook: sync-in "/tmp/tmp.bOtek1INu4" /var/cache/apt/archives/partial
00:00:30.679 E: I: running apt-get update...
00:00:33.505 E: I: downloading packages with apt...
00:00:35.631 E: I: extracting archives...
00:00:37.431 E: I: installing essential packages...
00:00:42.938 E: I: installing remaining packages inside the chroot...
00:00:56.315 E: I: cleaning package lists and apt cache...
00:00:56.426 E: I: creating tarball...
00:00:59.321 E: I: done
00:00:59.329 E: I: removing tempdir /tmp/mmdebstrap.l55UhSEh7Q...
00:00:59.826 E: I: success in 29.5890 seconds
00:00:59.834 E: + cmp /tmp/orig.tar /tmp/test1.tar
00:01:00.341 E: + mmdebstrap --include=doc-debian --mode=auto --variant=buildd --customize-hook=touch "$1"/var/cache/apt/archives/partial --setup-hook=mkdir -p "$1"/var/cache/apt/archives/ --setup-hook=sync-in "/tmp/tmp.bOtek1INu4" /var/cache/apt/archives/ --setup-hook=chmod 0755 "$1"/var/cache/apt/archives/ --customize-hook=find "/tmp/tmp.bOtek1INu4" -type f -exec md5sum "{}" \; | sed "s|"/tmp/tmp.bOtek1INu4"|$1/var/cache/apt/archives|" | md5sum --check unstable - http://127.0.0.1/debian
00:01:00.732 E: I: automatically chosen mode: root
00:01:00.742 E: I: chroot architecture amd64 is equal to the host's architecture
00:01:00.770 E: I: finding correct signed-by value...
00:01:00.876 E: I: automatically chosen format: tar
00:01:00.881 E: I: using /tmp/mmdebstrap.9wu2w_pJOL as tempdir
00:01:00.934 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/' exec /tmp/mmdebstrap.9wu2w_pJOL
00:01:00.941 E: I: running special hook: sync-in "/tmp/tmp.bOtek1INu4" /var/cache/apt/archives/
00:01:01.057 E: I: running --setup-hook in shell: sh -c 'chmod 0755 "$1"/var/cache/apt/archives/' exec /tmp/mmdebstrap.9wu2w_pJOL
00:01:01.064 E: I: running apt-get update...
00:01:03.920 E: I: downloading packages with apt...
00:01:05.975 E: I: extracting archives...
00:01:07.781 E: I: installing essential packages...
00:01:13.094 E: I: installing remaining packages inside the chroot...
00:01:26.259 E: I: running --customize-hook in shell: sh -c 'touch "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.9wu2w_pJOL
00:01:26.265 E: I: running --customize-hook in shell: sh -c 'find "/tmp/tmp.bOtek1INu4" -type f -exec md5sum "{}" \; | sed "s|"/tmp/tmp.bOtek1INu4"|$1/var/cache/apt/archives|" | md5sum --check' exec /tmp/mmdebstrap.9wu2w_pJOL
00:01:26.314 E: /tmp/mmdebstrap.9wu2w_pJOL/var/cache/apt/archives/busybox_1.30.1-6+b3_amd64.deb: OK
00:01:26.318 E: /tmp/mmdebstrap.9wu2w_pJOL/var/cache/apt/archives/apt_2.2.4_amd64.deb: OK
00:01:26.322 E: /tmp/mmdebstrap.9wu2w_pJOL/var/cache/apt/archives/busybox_1.35.0-4+b3_amd64.deb: OK
00:01:26.326 E: /tmp/mmdebstrap.9wu2w_pJOL/var/cache/apt/archives/busybox_1.36.1-9_amd64.deb: OK
00:01:26.330 E: /tmp/mmdebstrap.9wu2w_pJOL/var/cache/apt/archives/apt_2.6.1_amd64.deb: OK
00:01:26.335 E: /tmp/mmdebstrap.9wu2w_pJOL/var/cache/apt/archives/apt_2.9.7_amd64.deb: OK
00:01:26.346 E: I: cleaning package lists and apt cache...
00:01:26.470 E: I: creating tarball...
00:01:29.388 E: I: done
00:01:29.397 E: I: removing tempdir /tmp/mmdebstrap.9wu2w_pJOL...
00:01:29.897 E: I: success in 29.2803 seconds
00:01:29.905 E: + cmp /tmp/orig.tar /tmp/test2.tar
00:01:30.435 E: + rm -f /tmp/tmp.bOtek1INu4/apt_2.2.4_amd64.deb /tmp/tmp.bOtek1INu4/apt_2.6.1_amd64.deb /tmp/tmp.bOtek1INu4/apt_2.9.7_amd64.deb /tmp/tmp.bOtek1INu4/busybox_1.30.1-6+b3_amd64.deb /tmp/tmp.bOtek1INu4/busybox_1.35.0-4+b3_amd64.deb /tmp/tmp.bOtek1INu4/busybox_1.36.1-9_amd64.deb /tmp/orig.tar /tmp/test1.tar /tmp/test2.tar
00:01:30.753 E: + rmdir /tmp/tmp.bOtek1INu4
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:41
result: SUCCESS
------------------------------------------------------------------------------
(195/280) compare-output-with-pre-seeded-var-cache-apt-archives
dist: unstable
mode: auto
variant: -
format: auto
time left: 1:08:49
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.017 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.021 E: + mktemp -d
00:00:00.025 E: + tmpdir=/tmp/tmp.CTl6ftmru8
00:00:00.029 E: + trap rm -f "$tmpdir"/*.deb /tmp/orig.tar /tmp/test1.tar /tmp/test2.tar; rmdir "$tmpdir" EXIT INT TERM
00:00:00.033 E: + include=--include=doc-debian
00:00:00.037 E: + [ - = custom ]
00:00:00.040 E: + mmdebstrap --include=doc-debian --mode=auto --variant=- --setup-hook=mkdir -p "$1"/var/cache/apt/archives/partial --setup-hook=touch "$1"/var/cache/apt/archives/lock --setup-hook=chmod 0640 "$1"/var/cache/apt/archives/lock unstable - http://127.0.0.1/debian
00:00:00.447 E: I: automatically chosen mode: root
00:00:00.455 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.487 E: I: finding correct signed-by value...
00:00:00.586 E: I: automatically chosen format: tar
00:00:00.590 E: I: using /tmp/mmdebstrap.FfexeVVIWk as tempdir
00:00:00.642 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.FfexeVVIWk
00:00:00.649 E: I: running --setup-hook in shell: sh -c 'touch "$1"/var/cache/apt/archives/lock' exec /tmp/mmdebstrap.FfexeVVIWk
00:00:00.655 E: I: running --setup-hook in shell: sh -c 'chmod 0640 "$1"/var/cache/apt/archives/lock' exec /tmp/mmdebstrap.FfexeVVIWk
00:00:00.662 E: I: running apt-get update...
00:00:03.666 E: I: downloading packages with apt...
00:00:05.826 E: I: extracting archives...
00:00:07.668 E: I: installing essential packages...
00:00:13.478 E: I: installing remaining packages inside the chroot...
00:00:26.158 E: I: cleaning package lists and apt cache...
00:00:26.283 E: I: creating tarball...
00:00:27.702 E: I: done
00:00:27.710 E: I: removing tempdir /tmp/mmdebstrap.FfexeVVIWk...
00:00:28.067 E: I: success in 27.7378 seconds
00:00:28.080 E: + cp /mnt/cache/debian/pool/main/b/busybox/busybox_1.30.1-6+b3_amd64.deb /mnt/cache/debian/pool/main/b/busybox/busybox_1.35.0-4+b3_amd64.deb /mnt/cache/debian/pool/main/b/busybox/busybox_1.36.1-9_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.2.4_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.6.1_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.9.7_amd64.deb /tmp/tmp.CTl6ftmru8
00:00:28.234 E: + mmdebstrap --include=doc-debian --mode=auto --variant=- --setup-hook=mkdir -p "$1"/var/cache/apt/archives/partial --setup-hook=sync-in "/tmp/tmp.CTl6ftmru8" /var/cache/apt/archives/partial unstable - http://127.0.0.1/debian
00:00:28.669 E: I: automatically chosen mode: root
00:00:28.679 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:28.708 E: I: finding correct signed-by value...
00:00:28.823 E: I: automatically chosen format: tar
00:00:28.827 E: I: using /tmp/mmdebstrap.SpzEMaCfXa as tempdir
00:00:28.886 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.SpzEMaCfXa
00:00:28.894 E: I: running special hook: sync-in "/tmp/tmp.CTl6ftmru8" /var/cache/apt/archives/partial
00:00:29.010 E: I: running apt-get update...
00:00:31.801 E: I: downloading packages with apt...
00:00:34.064 E: I: extracting archives...
00:00:35.913 E: I: installing essential packages...
00:00:41.495 E: I: installing remaining packages inside the chroot...
00:00:54.025 E: I: cleaning package lists and apt cache...
00:00:54.152 E: I: creating tarball...
00:00:55.567 E: I: done
00:00:55.575 E: I: removing tempdir /tmp/mmdebstrap.SpzEMaCfXa...
00:00:55.931 E: I: success in 27.3861 seconds
00:00:55.939 E: + cmp /tmp/orig.tar /tmp/test1.tar
00:00:56.242 E: + mmdebstrap --include=doc-debian --mode=auto --variant=- --customize-hook=touch "$1"/var/cache/apt/archives/partial --setup-hook=mkdir -p "$1"/var/cache/apt/archives/ --setup-hook=sync-in "/tmp/tmp.CTl6ftmru8" /var/cache/apt/archives/ --setup-hook=chmod 0755 "$1"/var/cache/apt/archives/ --customize-hook=find "/tmp/tmp.CTl6ftmru8" -type f -exec md5sum "{}" \; | sed "s|"/tmp/tmp.CTl6ftmru8"|$1/var/cache/apt/archives|" | md5sum --check unstable - http://127.0.0.1/debian
00:00:56.647 E: I: automatically chosen mode: root
00:00:56.656 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:56.684 E: I: finding correct signed-by value...
00:00:56.791 E: I: automatically chosen format: tar
00:00:56.795 E: I: using /tmp/mmdebstrap.hq5KpFC2Hj as tempdir
00:00:56.861 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/' exec /tmp/mmdebstrap.hq5KpFC2Hj
00:00:56.868 E: I: running special hook: sync-in "/tmp/tmp.CTl6ftmru8" /var/cache/apt/archives/
00:00:56.999 E: I: running --setup-hook in shell: sh -c 'chmod 0755 "$1"/var/cache/apt/archives/' exec /tmp/mmdebstrap.hq5KpFC2Hj
00:00:57.005 E: I: running apt-get update...
00:00:59.847 E: I: downloading packages with apt...
00:01:02.186 E: I: extracting archives...
00:01:04.083 E: I: installing essential packages...
00:01:09.916 E: I: installing remaining packages inside the chroot...
00:01:23.004 E: I: running --customize-hook in shell: sh -c 'touch "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.hq5KpFC2Hj
00:01:23.012 E: I: running --customize-hook in shell: sh -c 'find "/tmp/tmp.CTl6ftmru8" -type f -exec md5sum "{}" \; | sed "s|"/tmp/tmp.CTl6ftmru8"|$1/var/cache/apt/archives|" | md5sum --check' exec /tmp/mmdebstrap.hq5KpFC2Hj
00:01:23.057 E: /tmp/mmdebstrap.hq5KpFC2Hj/var/cache/apt/archives/busybox_1.30.1-6+b3_amd64.deb: OK
00:01:23.062 E: /tmp/mmdebstrap.hq5KpFC2Hj/var/cache/apt/archives/apt_2.2.4_amd64.deb: OK
00:01:23.066 E: /tmp/mmdebstrap.hq5KpFC2Hj/var/cache/apt/archives/busybox_1.35.0-4+b3_amd64.deb: OK
00:01:23.071 E: /tmp/mmdebstrap.hq5KpFC2Hj/var/cache/apt/archives/busybox_1.36.1-9_amd64.deb: OK
00:01:23.076 E: /tmp/mmdebstrap.hq5KpFC2Hj/var/cache/apt/archives/apt_2.6.1_amd64.deb: OK
00:01:23.082 E: /tmp/mmdebstrap.hq5KpFC2Hj/var/cache/apt/archives/apt_2.9.7_amd64.deb: OK
00:01:23.094 E: I: cleaning package lists and apt cache...
00:01:23.236 E: I: creating tarball...
00:01:24.739 E: I: done
00:01:24.749 E: I: removing tempdir /tmp/mmdebstrap.hq5KpFC2Hj...
00:01:25.149 E: I: success in 28.6280 seconds
00:01:25.158 E: + cmp /tmp/orig.tar /tmp/test2.tar
00:01:25.431 E: + rm -f /tmp/tmp.CTl6ftmru8/apt_2.2.4_amd64.deb /tmp/tmp.CTl6ftmru8/apt_2.6.1_amd64.deb /tmp/tmp.CTl6ftmru8/apt_2.9.7_amd64.deb /tmp/tmp.CTl6ftmru8/busybox_1.30.1-6+b3_amd64.deb /tmp/tmp.CTl6ftmru8/busybox_1.35.0-4+b3_amd64.deb /tmp/tmp.CTl6ftmru8/busybox_1.36.1-9_amd64.deb /tmp/orig.tar /tmp/test1.tar /tmp/test2.tar
00:01:25.598 E: + rmdir /tmp/tmp.CTl6ftmru8
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:36
result: SUCCESS
------------------------------------------------------------------------------
(196/280) compare-output-with-pre-seeded-var-cache-apt-archives
dist: unstable
mode: auto
variant: standard
format: auto
time left: 1:08:22
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.024 E: + mktemp -d
00:00:00.029 E: + tmpdir=/tmp/tmp.w0qWL4yVoY
00:00:00.034 E: + trap rm -f "$tmpdir"/*.deb /tmp/orig.tar /tmp/test1.tar /tmp/test2.tar; rmdir "$tmpdir" EXIT INT TERM
00:00:00.038 E: + include=--include=doc-debian
00:00:00.042 E: + [ standard = custom ]
00:00:00.046 E: + mmdebstrap --include=doc-debian --mode=auto --variant=standard --setup-hook=mkdir -p "$1"/var/cache/apt/archives/partial --setup-hook=touch "$1"/var/cache/apt/archives/lock --setup-hook=chmod 0640 "$1"/var/cache/apt/archives/lock unstable - http://127.0.0.1/debian
00:00:00.486 E: I: automatically chosen mode: root
00:00:00.495 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.529 E: I: finding correct signed-by value...
00:00:00.636 E: I: automatically chosen format: tar
00:00:00.641 E: I: using /tmp/mmdebstrap.8b4MrL6AKB as tempdir
00:00:00.692 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.8b4MrL6AKB
00:00:00.699 E: I: running --setup-hook in shell: sh -c 'touch "$1"/var/cache/apt/archives/lock' exec /tmp/mmdebstrap.8b4MrL6AKB
00:00:00.705 E: I: running --setup-hook in shell: sh -c 'chmod 0640 "$1"/var/cache/apt/archives/lock' exec /tmp/mmdebstrap.8b4MrL6AKB
00:00:00.711 E: I: running apt-get update...
00:00:03.769 E: I: downloading packages with apt...
00:00:06.613 E: I: extracting archives...
00:00:08.419 E: I: installing essential packages...
00:00:14.333 E: I: installing remaining packages inside the chroot...
00:00:54.724 E: I: cleaning package lists and apt cache...
00:00:54.867 E: I: creating tarball...
00:00:57.666 E: I: done
00:00:57.673 E: I: removing tempdir /tmp/mmdebstrap.8b4MrL6AKB...
00:00:58.481 E: I: success in 58.1221 seconds
00:00:58.496 E: + cp /mnt/cache/debian/pool/main/b/busybox/busybox_1.30.1-6+b3_amd64.deb /mnt/cache/debian/pool/main/b/busybox/busybox_1.35.0-4+b3_amd64.deb /mnt/cache/debian/pool/main/b/busybox/busybox_1.36.1-9_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.2.4_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.6.1_amd64.deb /mnt/cache/debian/pool/main/a/apt/apt_2.9.7_amd64.deb /tmp/tmp.w0qWL4yVoY
00:00:58.648 E: + mmdebstrap --include=doc-debian --mode=auto --variant=standard --setup-hook=mkdir -p "$1"/var/cache/apt/archives/partial --setup-hook=sync-in "/tmp/tmp.w0qWL4yVoY" /var/cache/apt/archives/partial unstable - http://127.0.0.1/debian
00:00:59.058 E: I: automatically chosen mode: root
00:00:59.069 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:59.097 E: I: finding correct signed-by value...
00:00:59.207 E: I: automatically chosen format: tar
00:00:59.211 E: I: using /tmp/mmdebstrap.9A13gn0tqQ as tempdir
00:00:59.265 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.9A13gn0tqQ
00:00:59.272 E: I: running special hook: sync-in "/tmp/tmp.w0qWL4yVoY" /var/cache/apt/archives/partial
00:00:59.392 E: I: running apt-get update...
00:01:02.253 E: I: downloading packages with apt...
00:01:04.582 E: I: extracting archives...
00:01:06.433 E: I: installing essential packages...
00:01:11.931 E: I: installing remaining packages inside the chroot...
00:01:50.568 E: I: cleaning package lists and apt cache...
00:01:50.731 E: I: creating tarball...
00:01:53.668 E: I: done
00:01:53.676 E: I: removing tempdir /tmp/mmdebstrap.9A13gn0tqQ...
00:01:54.478 E: I: success in 55.5463 seconds
00:01:54.485 E: + cmp /tmp/orig.tar /tmp/test1.tar
00:01:55.020 E: + mmdebstrap --include=doc-debian --mode=auto --variant=standard --customize-hook=touch "$1"/var/cache/apt/archives/partial --setup-hook=mkdir -p "$1"/var/cache/apt/archives/ --setup-hook=sync-in "/tmp/tmp.w0qWL4yVoY" /var/cache/apt/archives/ --setup-hook=chmod 0755 "$1"/var/cache/apt/archives/ --customize-hook=find "/tmp/tmp.w0qWL4yVoY" -type f -exec md5sum "{}" \; | sed "s|"/tmp/tmp.w0qWL4yVoY"|$1/var/cache/apt/archives|" | md5sum --check unstable - http://127.0.0.1/debian
00:01:55.410 E: I: automatically chosen mode: root
00:01:55.421 E: I: chroot architecture amd64 is equal to the host's architecture
00:01:55.454 E: I: finding correct signed-by value...
00:01:55.566 E: I: automatically chosen format: tar
00:01:55.570 E: I: using /tmp/mmdebstrap.Bh3RvrAepe as tempdir
00:01:55.630 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1"/var/cache/apt/archives/' exec /tmp/mmdebstrap.Bh3RvrAepe
00:01:55.638 E: I: running special hook: sync-in "/tmp/tmp.w0qWL4yVoY" /var/cache/apt/archives/
00:01:55.764 E: I: running --setup-hook in shell: sh -c 'chmod 0755 "$1"/var/cache/apt/archives/' exec /tmp/mmdebstrap.Bh3RvrAepe
00:01:55.770 E: I: running apt-get update...
00:01:58.671 E: I: downloading packages with apt...
00:02:00.926 E: I: extracting archives...
00:02:02.777 E: I: installing essential packages...
00:02:08.416 E: I: installing remaining packages inside the chroot...
00:02:47.509 E: I: running --customize-hook in shell: sh -c 'touch "$1"/var/cache/apt/archives/partial' exec /tmp/mmdebstrap.Bh3RvrAepe
00:02:47.517 E: I: running --customize-hook in shell: sh -c 'find "/tmp/tmp.w0qWL4yVoY" -type f -exec md5sum "{}" \; | sed "s|"/tmp/tmp.w0qWL4yVoY"|$1/var/cache/apt/archives|" | md5sum --check' exec /tmp/mmdebstrap.Bh3RvrAepe
00:02:47.565 E: /tmp/mmdebstrap.Bh3RvrAepe/var/cache/apt/archives/busybox_1.30.1-6+b3_amd64.deb: OK
00:02:47.570 E: /tmp/mmdebstrap.Bh3RvrAepe/var/cache/apt/archives/apt_2.2.4_amd64.deb: OK
00:02:47.574 E: /tmp/mmdebstrap.Bh3RvrAepe/var/cache/apt/archives/busybox_1.35.0-4+b3_amd64.deb: OK
00:02:47.579 E: /tmp/mmdebstrap.Bh3RvrAepe/var/cache/apt/archives/busybox_1.36.1-9_amd64.deb: OK
00:02:47.584 E: /tmp/mmdebstrap.Bh3RvrAepe/var/cache/apt/archives/apt_2.6.1_amd64.deb: OK
00:02:47.590 E: /tmp/mmdebstrap.Bh3RvrAepe/var/cache/apt/archives/apt_2.9.7_amd64.deb: OK
00:02:47.604 E: I: cleaning package lists and apt cache...
00:02:47.759 E: I: creating tarball...
00:02:50.564 E: I: done
00:02:50.574 E: I: removing tempdir /tmp/mmdebstrap.Bh3RvrAepe...
00:02:51.374 E: I: success in 56.0792 seconds
00:02:51.381 E: + cmp /tmp/orig.tar /tmp/test2.tar
00:02:51.894 E: + rm -f /tmp/tmp.w0qWL4yVoY/apt_2.2.4_amd64.deb /tmp/tmp.w0qWL4yVoY/apt_2.6.1_amd64.deb /tmp/tmp.w0qWL4yVoY/apt_2.9.7_amd64.deb /tmp/tmp.w0qWL4yVoY/busybox_1.30.1-6+b3_amd64.deb /tmp/tmp.w0qWL4yVoY/busybox_1.35.0-4+b3_amd64.deb /tmp/tmp.w0qWL4yVoY/busybox_1.36.1-9_amd64.deb /tmp/orig.tar /tmp/test1.tar /tmp/test2.tar
00:02:52.206 E: + rmdir /tmp/tmp.w0qWL4yVoY
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:03:03
result: SUCCESS
------------------------------------------------------------------------------
(197/280) create-directory-dry-run
dist: unstable
mode: root
variant: apt
format: auto
time left: 1:08:32
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.019 E: + mmdebstrap --mode=root --dry-run --variant=apt --setup-hook=exit 1 --essential-hook=exit 1 --customize-hook=exit 1 unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.388 E: W: In dry-run mode, --setup-hook options have no effect
00:00:00.392 E: W: In dry-run mode, --essential-hook options have no effect
00:00:00.397 E: W: In dry-run mode, --customize-hook options have no effect
00:00:00.480 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.517 E: I: finding correct signed-by value...
00:00:00.620 E: I: automatically chosen format: directory
00:00:00.672 E: I: not running setup-hooks because of --dry-run
00:00:00.676 E: I: running apt-get update...
00:00:03.482 E: I: simulate downloading packages with apt...
00:00:05.760 E: I: skip extracting packages because of --dry-run
00:00:05.773 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:05.778 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:05.782 E: I: no essential packages -- skipping...
00:00:05.786 E: I: not running essential-hooks because of --dry-run
00:00:05.790 E: I: simulate installing remaining packages inside the chroot...
00:00:08.020 E: I: not running customize-hooks because of --dry-run
00:00:08.028 E: I: cleaning package lists and apt cache...
00:00:08.109 E: I: simulate creating tarball...
00:00:08.119 E: I: success in 7.7702 seconds
00:00:08.125 E: + rm /tmp/debian-chroot/dev/console
00:00:08.129 E: + rm /tmp/debian-chroot/dev/fd
00:00:08.133 E: + rm /tmp/debian-chroot/dev/full
00:00:08.136 E: + rm /tmp/debian-chroot/dev/null
00:00:08.140 E: + rm /tmp/debian-chroot/dev/ptmx
00:00:08.143 E: + rm /tmp/debian-chroot/dev/random
00:00:08.146 E: + rm /tmp/debian-chroot/dev/stderr
00:00:08.150 E: + rm /tmp/debian-chroot/dev/stdin
00:00:08.154 E: + rm /tmp/debian-chroot/dev/stdout
00:00:08.157 E: + rm /tmp/debian-chroot/dev/tty
00:00:08.161 E: + rm /tmp/debian-chroot/dev/urandom
00:00:08.164 E: + rm /tmp/debian-chroot/dev/zero
00:00:08.168 E: + rm /tmp/debian-chroot/etc/apt/sources.list
00:00:08.171 E: + rm /tmp/debian-chroot/etc/fstab
00:00:08.175 E: + rm /tmp/debian-chroot/etc/hostname
00:00:08.178 E: + rm /tmp/debian-chroot/etc/resolv.conf
00:00:08.182 E: + rm /tmp/debian-chroot/var/lib/apt/lists/lock
00:00:08.185 E: + rm /tmp/debian-chroot/var/lib/dpkg/status
00:00:08.189 E: + rm /tmp/debian-chroot/var/lib/dpkg/arch
00:00:08.193 E: + find /tmp/debian-chroot -depth -print0
00:00:08.196 E: + xargs -0 rmdir
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:18
result: SUCCESS
------------------------------------------------------------------------------
(198/280) create-tarball-dry-run
dist: unstable
mode: auto
variant: extract
format: auto
time left: 1:07:30
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + prefix=
00:00:00.020 E: + include=,
00:00:00.024 E: + id -u
00:00:00.028 E: + [ 0 -eq 0 ]
00:00:00.032 E: + [ auto != root ]
00:00:00.036 E: + [ auto != auto ]
00:00:00.040 E: + mmdebstrap --mode=auto --include=, --dry-run --variant=extract unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.476 E: I: automatically chosen mode: root
00:00:00.487 E: I: skipping emulation check for extract variant
00:00:00.519 E: I: finding correct signed-by value...
00:00:00.620 E: I: automatically chosen format: tar
00:00:00.624 E: I: using /tmp/mmdebstrap.Z79KZDOymh as tempdir
00:00:00.673 E: I: running apt-get update...
00:00:03.580 E: I: nothing to download -- skipping...
00:00:03.585 E: I: skip extracting packages because of --dry-run
00:00:03.591 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:03.595 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:03.600 E: I: cleaning package lists and apt cache...
00:00:03.687 E: I: simulate creating tarball...
00:00:03.696 E: I: removing tempdir /tmp/mmdebstrap.Z79KZDOymh...
00:00:03.701 E: I: success in 3.3446 seconds
00:00:03.708 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:14
result: SUCCESS
------------------------------------------------------------------------------
(199/280) create-tarball-dry-run
dist: unstable
mode: auto
variant: custom
format: auto
time left: 1:06:27
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.012 E: + prefix=
00:00:00.016 E: + include=,
00:00:00.019 E: + id -u
00:00:00.023 E: + [ 0 -eq 0 ]
00:00:00.026 E: + [ auto != root ]
00:00:00.030 E: + [ auto != auto ]
00:00:00.033 E: + mmdebstrap --mode=auto --include=, --dry-run --variant=custom unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.442 E: I: automatically chosen mode: root
00:00:00.451 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.486 E: I: finding correct signed-by value...
00:00:00.589 E: I: automatically chosen format: tar
00:00:00.594 E: I: using /tmp/mmdebstrap.1Ledj_Ylem as tempdir
00:00:00.645 E: I: running apt-get update...
00:00:03.851 E: I: nothing to download -- skipping...
00:00:03.856 E: I: skip extracting packages because of --dry-run
00:00:03.860 E: I: no essential packages -- skipping...
00:00:03.864 E: I: cleaning package lists and apt cache...
00:00:03.944 E: I: simulate creating tarball...
00:00:03.954 E: I: removing tempdir /tmp/mmdebstrap.1Ledj_Ylem...
00:00:03.960 E: I: success in 3.6414 seconds
00:00:03.967 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:14
result: SUCCESS
------------------------------------------------------------------------------
(200/280) create-tarball-dry-run
dist: unstable
mode: auto
variant: essential
format: auto
time left: 1:05:25
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + prefix=
00:00:00.018 E: + include=,
00:00:00.022 E: + id -u
00:00:00.027 E: + [ 0 -eq 0 ]
00:00:00.031 E: + [ auto != root ]
00:00:00.035 E: + [ auto != auto ]
00:00:00.039 E: + mmdebstrap --mode=auto --include=, --dry-run --variant=essential unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.464 E: I: automatically chosen mode: root
00:00:00.473 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.511 E: I: finding correct signed-by value...
00:00:00.613 E: I: automatically chosen format: tar
00:00:00.618 E: I: using /tmp/mmdebstrap.x2a5lsP0YP as tempdir
00:00:00.667 E: I: running apt-get update...
00:00:03.693 E: I: simulate downloading packages with apt...
00:00:06.328 E: I: skip extracting packages because of --dry-run
00:00:06.339 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:06.343 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:06.347 E: I: no essential packages -- skipping...
00:00:06.351 E: I: cleaning package lists and apt cache...
00:00:06.435 E: I: simulate creating tarball...
00:00:06.445 E: I: removing tempdir /tmp/mmdebstrap.x2a5lsP0YP...
00:00:06.450 E: I: success in 6.1144 seconds
00:00:06.457 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:17
result: SUCCESS
------------------------------------------------------------------------------
(201/280) create-tarball-dry-run
dist: unstable
mode: auto
variant: apt
format: auto
time left: 1:04:24
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + prefix=
00:00:00.018 E: + include=,
00:00:00.024 E: + id -u
00:00:00.028 E: + [ 0 -eq 0 ]
00:00:00.033 E: + [ auto != root ]
00:00:00.037 E: + [ auto != auto ]
00:00:00.041 E: + mmdebstrap --mode=auto --include=, --dry-run --variant=apt unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.465 E: I: automatically chosen mode: root
00:00:00.476 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.510 E: I: finding correct signed-by value...
00:00:00.612 E: I: automatically chosen format: tar
00:00:00.616 E: I: using /tmp/mmdebstrap.dyKe9v4l3d as tempdir
00:00:00.668 E: I: running apt-get update...
00:00:03.573 E: I: simulate downloading packages with apt...
00:00:06.534 E: I: skip extracting packages because of --dry-run
00:00:06.545 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:06.550 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:06.554 E: I: no essential packages -- skipping...
00:00:06.558 E: I: simulate installing remaining packages inside the chroot...
00:00:08.661 E: I: cleaning package lists and apt cache...
00:00:08.745 E: I: simulate creating tarball...
00:00:08.755 E: I: removing tempdir /tmp/mmdebstrap.dyKe9v4l3d...
00:00:08.761 E: I: success in 8.4182 seconds
00:00:08.770 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:19
result: SUCCESS
------------------------------------------------------------------------------
(202/280) create-tarball-dry-run
dist: unstable
mode: auto
variant: minbase
format: auto
time left: 1:03:24
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + prefix=
00:00:00.018 E: + include=,
00:00:00.022 E: + id -u
00:00:00.026 E: + [ 0 -eq 0 ]
00:00:00.031 E: + [ auto != root ]
00:00:00.035 E: + [ auto != auto ]
00:00:00.039 E: + mmdebstrap --mode=auto --include=, --dry-run --variant=minbase unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.457 E: I: automatically chosen mode: root
00:00:00.465 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.498 E: I: finding correct signed-by value...
00:00:00.597 E: I: automatically chosen format: tar
00:00:00.601 E: I: using /tmp/mmdebstrap.kMFkQA0pDs as tempdir
00:00:00.658 E: I: running apt-get update...
00:00:03.508 E: I: simulate downloading packages with apt...
00:00:06.220 E: I: skip extracting packages because of --dry-run
00:00:06.233 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:06.238 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:06.242 E: I: no essential packages -- skipping...
00:00:06.246 E: I: simulate installing remaining packages inside the chroot...
00:00:09.483 E: I: cleaning package lists and apt cache...
00:00:09.576 E: I: simulate creating tarball...
00:00:09.586 E: I: removing tempdir /tmp/mmdebstrap.kMFkQA0pDs...
00:00:09.591 E: I: success in 9.2565 seconds
00:00:09.598 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:20
result: SUCCESS
------------------------------------------------------------------------------
(203/280) create-tarball-dry-run
dist: unstable
mode: auto
variant: buildd
format: auto
time left: 1:02:25
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + prefix=
00:00:00.019 E: + include=,
00:00:00.023 E: + id -u
00:00:00.027 E: + [ 0 -eq 0 ]
00:00:00.030 E: + [ auto != root ]
00:00:00.034 E: + [ auto != auto ]
00:00:00.038 E: + mmdebstrap --mode=auto --include=, --dry-run --variant=buildd unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.453 E: I: automatically chosen mode: root
00:00:00.462 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.496 E: I: finding correct signed-by value...
00:00:00.596 E: I: automatically chosen format: tar
00:00:00.601 E: I: using /tmp/mmdebstrap.FsH9Uv26au as tempdir
00:00:00.652 E: I: running apt-get update...
00:00:03.566 E: I: simulate downloading packages with apt...
00:00:06.119 E: I: skip extracting packages because of --dry-run
00:00:06.130 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:06.135 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:06.139 E: I: no essential packages -- skipping...
00:00:06.143 E: I: simulate installing remaining packages inside the chroot...
00:00:08.960 E: I: cleaning package lists and apt cache...
00:00:09.041 E: I: simulate creating tarball...
00:00:09.050 E: I: removing tempdir /tmp/mmdebstrap.FsH9Uv26au...
00:00:09.056 E: I: success in 8.7231 seconds
00:00:09.063 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:19
result: SUCCESS
------------------------------------------------------------------------------
(204/280) create-tarball-dry-run
dist: unstable
mode: auto
variant: -
format: auto
time left: 1:01:27
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + prefix=
00:00:00.019 E: + include=,
00:00:00.023 E: + id -u
00:00:00.027 E: + [ 0 -eq 0 ]
00:00:00.031 E: + [ auto != root ]
00:00:00.034 E: + [ auto != auto ]
00:00:00.038 E: + mmdebstrap --mode=auto --include=, --dry-run --variant=- unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.463 E: I: automatically chosen mode: root
00:00:00.472 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.507 E: I: finding correct signed-by value...
00:00:00.613 E: I: automatically chosen format: tar
00:00:00.617 E: I: using /tmp/mmdebstrap.Zu6tnHnIue as tempdir
00:00:00.676 E: I: running apt-get update...
00:00:03.598 E: I: simulate downloading packages with apt...
00:00:05.976 E: I: skip extracting packages because of --dry-run
00:00:05.992 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:05.996 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:06.000 E: I: no essential packages -- skipping...
00:00:06.003 E: I: simulate installing remaining packages inside the chroot...
00:00:09.656 E: I: cleaning package lists and apt cache...
00:00:09.739 E: I: simulate creating tarball...
00:00:09.749 E: I: removing tempdir /tmp/mmdebstrap.Zu6tnHnIue...
00:00:09.754 E: I: success in 9.4098 seconds
00:00:09.761 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:20
result: SUCCESS
------------------------------------------------------------------------------
(205/280) create-tarball-dry-run
dist: unstable
mode: auto
variant: standard
format: auto
time left: 1:00:29
------------------------------------------------------------------------------
00:00:00.008 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + prefix=
00:00:00.020 E: + include=,
00:00:00.024 E: + id -u
00:00:00.028 E: + [ 0 -eq 0 ]
00:00:00.032 E: + [ auto != root ]
00:00:00.036 E: + [ auto != auto ]
00:00:00.039 E: + mmdebstrap --mode=auto --include=, --dry-run --variant=standard unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.455 E: I: automatically chosen mode: root
00:00:00.464 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.496 E: I: finding correct signed-by value...
00:00:00.607 E: I: automatically chosen format: tar
00:00:00.611 E: I: using /tmp/mmdebstrap.u7EQTbA3fo as tempdir
00:00:00.660 E: I: running apt-get update...
00:00:03.835 E: I: simulate downloading packages with apt...
00:00:06.394 E: I: skip extracting packages because of --dry-run
00:00:06.406 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:06.410 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:06.414 E: I: no essential packages -- skipping...
00:00:06.418 E: I: simulate installing remaining packages inside the chroot...
00:00:11.257 E: I: cleaning package lists and apt cache...
00:00:11.341 E: I: simulate creating tarball...
00:00:11.352 E: I: removing tempdir /tmp/mmdebstrap.u7EQTbA3fo...
00:00:11.357 E: I: success in 11.0173 seconds
00:00:11.365 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:21
result: SUCCESS
------------------------------------------------------------------------------
(206/280) create-tarball-dry-run
dist: unstable
mode: root
variant: extract
format: auto
time left: 0:59:31
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + prefix=
00:00:00.018 E: + include=,
00:00:00.021 E: + id -u
00:00:00.025 E: + [ 0 -eq 0 ]
00:00:00.028 E: + [ root != root ]
00:00:00.032 E: + mmdebstrap --mode=root --include=, --dry-run --variant=extract unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.470 E: I: skipping emulation check for extract variant
00:00:00.503 E: I: finding correct signed-by value...
00:00:00.605 E: I: automatically chosen format: tar
00:00:00.610 E: I: using /tmp/mmdebstrap.Fjs79glICd as tempdir
00:00:00.666 E: I: running apt-get update...
00:00:03.677 E: I: nothing to download -- skipping...
00:00:03.682 E: I: skip extracting packages because of --dry-run
00:00:03.690 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:03.695 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:03.699 E: I: cleaning package lists and apt cache...
00:00:03.788 E: I: simulate creating tarball...
00:00:03.798 E: I: removing tempdir /tmp/mmdebstrap.Fjs79glICd...
00:00:03.803 E: I: success in 3.4618 seconds
00:00:03.809 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:15
result: SUCCESS
------------------------------------------------------------------------------
(207/280) create-tarball-dry-run
dist: unstable
mode: root
variant: custom
format: auto
time left: 0:58:32
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.020 E: + prefix=
00:00:00.024 E: + include=,
00:00:00.028 E: + id -u
00:00:00.032 E: + [ 0 -eq 0 ]
00:00:00.036 E: + [ root != root ]
00:00:00.039 E: + mmdebstrap --mode=root --include=, --dry-run --variant=custom unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.464 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.546 E: I: finding correct signed-by value...
00:00:00.643 E: I: automatically chosen format: tar
00:00:00.647 E: I: using /tmp/mmdebstrap.Pno3Gr02Bl as tempdir
00:00:00.699 E: I: running apt-get update...
00:00:03.537 E: I: nothing to download -- skipping...
00:00:03.542 E: I: skip extracting packages because of --dry-run
00:00:03.546 E: I: no essential packages -- skipping...
00:00:03.550 E: I: cleaning package lists and apt cache...
00:00:03.620 E: I: simulate creating tarball...
00:00:03.629 E: I: removing tempdir /tmp/mmdebstrap.Pno3Gr02Bl...
00:00:03.634 E: I: success in 3.2974 seconds
00:00:03.640 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:14
result: SUCCESS
------------------------------------------------------------------------------
(208/280) create-tarball-dry-run
dist: unstable
mode: root
variant: essential
format: auto
time left: 0:57:33
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + prefix=
00:00:00.018 E: + include=,
00:00:00.022 E: + id -u
00:00:00.026 E: + [ 0 -eq 0 ]
00:00:00.030 E: + [ root != root ]
00:00:00.034 E: + mmdebstrap --mode=root --include=, --dry-run --variant=essential unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.463 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.496 E: I: finding correct signed-by value...
00:00:00.598 E: I: automatically chosen format: tar
00:00:00.602 E: I: using /tmp/mmdebstrap.8D800LFV9t as tempdir
00:00:00.652 E: I: running apt-get update...
00:00:03.546 E: I: simulate downloading packages with apt...
00:00:06.099 E: I: skip extracting packages because of --dry-run
00:00:06.112 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:06.117 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:06.121 E: I: no essential packages -- skipping...
00:00:06.125 E: I: cleaning package lists and apt cache...
00:00:06.208 E: I: simulate creating tarball...
00:00:06.217 E: I: removing tempdir /tmp/mmdebstrap.8D800LFV9t...
00:00:06.222 E: I: success in 5.8839 seconds
00:00:06.229 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:16
result: SUCCESS
------------------------------------------------------------------------------
(209/280) create-tarball-dry-run
dist: unstable
mode: root
variant: apt
format: auto
time left: 0:56:35
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + prefix=
00:00:00.017 E: + include=,
00:00:00.021 E: + id -u
00:00:00.028 E: + [ 0 -eq 0 ]
00:00:00.031 E: + [ root != root ]
00:00:00.035 E: + mmdebstrap --mode=root --include=, --dry-run --variant=apt unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.453 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.487 E: I: finding correct signed-by value...
00:00:00.585 E: I: automatically chosen format: tar
00:00:00.591 E: I: using /tmp/mmdebstrap.mWmfohhOdc as tempdir
00:00:00.642 E: I: running apt-get update...
00:00:03.537 E: I: simulate downloading packages with apt...
00:00:06.151 E: I: skip extracting packages because of --dry-run
00:00:06.163 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:06.167 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:06.172 E: I: no essential packages -- skipping...
00:00:06.177 E: I: simulate installing remaining packages inside the chroot...
00:00:08.514 E: I: cleaning package lists and apt cache...
00:00:08.599 E: I: simulate creating tarball...
00:00:08.608 E: I: removing tempdir /tmp/mmdebstrap.mWmfohhOdc...
00:00:08.613 E: I: success in 8.2899 seconds
00:00:08.621 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:18
result: SUCCESS
------------------------------------------------------------------------------
(210/280) create-tarball-dry-run
dist: unstable
mode: root
variant: minbase
format: auto
time left: 0:55:38
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + prefix=
00:00:00.017 E: + include=,
00:00:00.020 E: + id -u
00:00:00.023 E: + [ 0 -eq 0 ]
00:00:00.027 E: + [ root != root ]
00:00:00.031 E: + mmdebstrap --mode=root --include=, --dry-run --variant=minbase unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.467 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.500 E: I: finding correct signed-by value...
00:00:00.599 E: I: automatically chosen format: tar
00:00:00.603 E: I: using /tmp/mmdebstrap.A3sxSYPRxv as tempdir
00:00:00.663 E: I: running apt-get update...
00:00:03.545 E: I: simulate downloading packages with apt...
00:00:06.330 E: I: skip extracting packages because of --dry-run
00:00:06.343 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:06.347 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:06.353 E: I: no essential packages -- skipping...
00:00:06.358 E: I: simulate installing remaining packages inside the chroot...
00:00:09.709 E: I: cleaning package lists and apt cache...
00:00:09.790 E: I: simulate creating tarball...
00:00:09.799 E: I: removing tempdir /tmp/mmdebstrap.A3sxSYPRxv...
00:00:09.807 E: I: success in 9.4705 seconds
00:00:09.814 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:20
result: SUCCESS
------------------------------------------------------------------------------
(211/280) create-tarball-dry-run
dist: unstable
mode: root
variant: buildd
format: auto
time left: 0:54:42
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + prefix=
00:00:00.018 E: + include=,
00:00:00.022 E: + id -u
00:00:00.025 E: + [ 0 -eq 0 ]
00:00:00.029 E: + [ root != root ]
00:00:00.033 E: + mmdebstrap --mode=root --include=, --dry-run --variant=buildd unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.470 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.501 E: I: finding correct signed-by value...
00:00:00.609 E: I: automatically chosen format: tar
00:00:00.613 E: I: using /tmp/mmdebstrap.DKN_LllWny as tempdir
00:00:00.668 E: I: running apt-get update...
00:00:03.597 E: I: simulate downloading packages with apt...
00:00:06.137 E: I: skip extracting packages because of --dry-run
00:00:06.148 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:06.153 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:06.157 E: I: no essential packages -- skipping...
00:00:06.163 E: I: simulate installing remaining packages inside the chroot...
00:00:09.290 E: I: cleaning package lists and apt cache...
00:00:09.383 E: I: simulate creating tarball...
00:00:09.393 E: I: removing tempdir /tmp/mmdebstrap.DKN_LllWny...
00:00:09.397 E: I: success in 9.0532 seconds
00:00:09.404 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:20
result: SUCCESS
------------------------------------------------------------------------------
(212/280) create-tarball-dry-run
dist: unstable
mode: root
variant: -
format: auto
time left: 0:53:47
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + prefix=
00:00:00.020 E: + include=,
00:00:00.023 E: + id -u
00:00:00.027 E: + [ 0 -eq 0 ]
00:00:00.030 E: + [ root != root ]
00:00:00.035 E: + mmdebstrap --mode=root --include=, --dry-run --variant=- unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.438 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.468 E: I: finding correct signed-by value...
00:00:00.564 E: I: automatically chosen format: tar
00:00:00.568 E: I: using /tmp/mmdebstrap.XjsmHYkfsk as tempdir
00:00:00.619 E: I: running apt-get update...
00:00:03.546 E: I: simulate downloading packages with apt...
00:00:06.428 E: I: skip extracting packages because of --dry-run
00:00:06.441 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:06.446 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:06.451 E: I: no essential packages -- skipping...
00:00:06.455 E: I: simulate installing remaining packages inside the chroot...
00:00:10.716 E: I: cleaning package lists and apt cache...
00:00:10.798 E: I: simulate creating tarball...
00:00:10.809 E: I: removing tempdir /tmp/mmdebstrap.XjsmHYkfsk...
00:00:10.813 E: I: success in 10.4934 seconds
00:00:10.820 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:21
result: SUCCESS
------------------------------------------------------------------------------
(213/280) create-tarball-dry-run
dist: unstable
mode: root
variant: standard
format: auto
time left: 0:52:52
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + prefix=
00:00:00.016 E: + include=,
00:00:00.020 E: + id -u
00:00:00.024 E: + [ 0 -eq 0 ]
00:00:00.027 E: + [ root != root ]
00:00:00.031 E: + mmdebstrap --mode=root --include=, --dry-run --variant=standard unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.446 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.482 E: I: finding correct signed-by value...
00:00:00.587 E: I: automatically chosen format: tar
00:00:00.592 E: I: using /tmp/mmdebstrap.DBR6J0Lxyf as tempdir
00:00:00.643 E: I: running apt-get update...
00:00:03.515 E: I: simulate downloading packages with apt...
00:00:06.310 E: I: skip extracting packages because of --dry-run
00:00:06.324 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:06.328 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:06.331 E: I: no essential packages -- skipping...
00:00:06.335 E: I: simulate installing remaining packages inside the chroot...
00:00:12.029 E: I: cleaning package lists and apt cache...
00:00:12.110 E: I: simulate creating tarball...
00:00:12.119 E: I: removing tempdir /tmp/mmdebstrap.DBR6J0Lxyf...
00:00:12.124 E: I: success in 11.7975 seconds
00:00:12.132 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:21
result: SUCCESS
------------------------------------------------------------------------------
(214/280) create-tarball-dry-run
dist: unstable
mode: unshare
variant: extract
format: auto
time left: 0:51:57
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + prefix=
00:00:00.018 E: + include=,
00:00:00.022 E: + id -u
00:00:00.026 E: + [ 0 -eq 0 ]
00:00:00.030 E: + [ unshare != root ]
00:00:00.034 E: + [ unshare != auto ]
00:00:00.037 E: + id user
00:00:00.041 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.045 E: + useradd --home-dir /home/user --create-home user
00:00:00.048 E: + prefix=runuser -u user --
00:00:00.053 E: + [ extract = extract ]
00:00:00.057 E: + tr \n ,
00:00:00.061 E: + include=apt,base-files,base-passwd,bash,bsdutils,coreutils,dash,debconf,debian-archive-keyring,debianutils,diffutils,dpkg,findutils,gcc-14-base:amd64,gpgv,grep,gzip,hostname,init-system-helpers,libacl1:amd64,libapt-pkg6.0t64:amd64,libattr1:amd64,libaudit-common,libaudit1:amd64,libblkid1:amd64,libbz2-1.0:amd64,libc-bin,libc6:amd64,libcap-ng0:amd64,libcap2:amd64,libcrypt1:amd64,libdb5.3t64:amd64,libdebconfclient0:amd64,libffi8:amd64,libgcc-s1:amd64,libgcrypt20:amd64,libgmp10:amd64,libgnutls30t64:amd64,libgpg-error0:amd64,libhogweed6t64:amd64,libidn2-0:amd64,liblz4-1:amd64,liblzma5:amd64,libmd0:amd64,libmount1:amd64,libnettle8t64:amd64,libp11-kit0:amd64,libpam-modules:amd64,libpam-modules-bin,libpam-runtime,libpam0g:amd64,libpcre2-8-0:amd64,libseccomp2:amd64,libselinux1:amd64,libsmartcols1:amd64,libssl3t64:amd64,libstdc++6:amd64,libsystemd0:amd64,libtasn1-6:amd64,libtinfo6:amd64,libudev1:amd64,libunistring5:amd64,libuuid1:amd64,libxxhash0:amd64,libzstd1:amd64,mawk,ncurses-base,ncurses-bin,perl-base,sed,sysvinit-utils,tar,util-linux,zlib1g:amd64,
00:00:00.065 E: + runuser -u user -- mmdebstrap --mode=unshare --include=apt,base-files,base-passwd,bash,bsdutils,coreutils,dash,debconf,debian-archive-keyring,debianutils,diffutils,dpkg,findutils,gcc-14-base:amd64,gpgv,grep,gzip,hostname,init-system-helpers,libacl1:amd64,libapt-pkg6.0t64:amd64,libattr1:amd64,libaudit-common,libaudit1:amd64,libblkid1:amd64,libbz2-1.0:amd64,libc-bin,libc6:amd64,libcap-ng0:amd64,libcap2:amd64,libcrypt1:amd64,libdb5.3t64:amd64,libdebconfclient0:amd64,libffi8:amd64,libgcc-s1:amd64,libgcrypt20:amd64,libgmp10:amd64,libgnutls30t64:amd64,libgpg-error0:amd64,libhogweed6t64:amd64,libidn2-0:amd64,liblz4-1:amd64,liblzma5:amd64,libmd0:amd64,libmount1:amd64,libnettle8t64:amd64,libp11-kit0:amd64,libpam-modules:amd64,libpam-modules-bin,libpam-runtime,libpam0g:amd64,libpcre2-8-0:amd64,libseccomp2:amd64,libselinux1:amd64,libsmartcols1:amd64,libssl3t64:amd64,libstdc++6:amd64,libsystemd0:amd64,libtasn1-6:amd64,libtinfo6:amd64,libudev1:amd64,libunistring5:amd64,libuuid1:amd64,libxxhash0:amd64,libzstd1:amd64,mawk,ncurses-base,ncurses-bin,perl-base,sed,sysvinit-utils,tar,util-linux,zlib1g:amd64, --dry-run --variant=extract unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.548 E: I: skipping emulation check for extract variant
00:00:00.582 E: I: finding correct signed-by value...
00:00:00.677 E: I: automatically chosen format: tar
00:00:00.681 E: I: using /tmp/mmdebstrap._AAOUd3sd2 as tempdir
00:00:00.783 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.796 E: I: running apt-get update...
00:00:03.655 E: I: simulate downloading packages with apt...
00:00:07.149 E: I: skip extracting packages because of --dry-run
00:00:07.155 E: W: skipping creation of ./dev/console because the /dev directory is missing in the target
00:00:07.159 E: W: skipping creation of ./dev/fd because the /dev directory is missing in the target
00:00:07.163 E: W: skipping creation of ./dev/full because the /dev directory is missing in the target
00:00:07.167 E: W: skipping creation of ./dev/null because the /dev directory is missing in the target
00:00:07.171 E: W: skipping creation of ./dev/ptmx because the /dev directory is missing in the target
00:00:07.174 E: W: skipping creation of ./dev/pts/ because the /dev directory is missing in the target
00:00:07.178 E: W: skipping creation of ./dev/random because the /dev directory is missing in the target
00:00:07.182 E: W: skipping creation of ./dev/shm/ because the /dev directory is missing in the target
00:00:07.185 E: W: skipping creation of ./dev/stderr because the /dev directory is missing in the target
00:00:07.191 E: W: skipping creation of ./dev/stdin because the /dev directory is missing in the target
00:00:07.194 E: W: skipping creation of ./dev/stdout because the /dev directory is missing in the target
00:00:07.197 E: W: skipping creation of ./dev/tty because the /dev directory is missing in the target
00:00:07.201 E: W: skipping creation of ./dev/urandom because the /dev directory is missing in the target
00:00:07.205 E: W: skipping creation of ./dev/zero because the /dev directory is missing in the target
00:00:07.209 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:07.214 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:07.218 E: I: cleaning package lists and apt cache...
00:00:07.243 E: I: simulate creating tarball...
00:00:07.261 E: I: removing tempdir /tmp/mmdebstrap._AAOUd3sd2...
00:00:07.309 E: I: success in 6.9462 seconds
00:00:07.317 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:17
result: SUCCESS
------------------------------------------------------------------------------
(215/280) create-tarball-dry-run
dist: unstable
mode: unshare
variant: custom
format: auto
time left: 0:51:01
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + prefix=
00:00:00.019 E: + include=,
00:00:00.023 E: + id -u
00:00:00.027 E: + [ 0 -eq 0 ]
00:00:00.031 E: + [ unshare != root ]
00:00:00.035 E: + [ unshare != auto ]
00:00:00.039 E: + id user
00:00:00.043 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.047 E: + useradd --home-dir /home/user --create-home user
00:00:00.050 E: + prefix=runuser -u user --
00:00:00.054 E: + [ custom = extract ]
00:00:00.057 E: + [ custom = custom ]
00:00:00.061 E: + tr \n ,
00:00:00.065 E: + include=apt,base-files,base-passwd,bash,bsdutils,coreutils,dash,debconf,debian-archive-keyring,debianutils,diffutils,dpkg,findutils,gcc-14-base:amd64,gpgv,grep,gzip,hostname,init-system-helpers,libacl1:amd64,libapt-pkg6.0t64:amd64,libattr1:amd64,libaudit-common,libaudit1:amd64,libblkid1:amd64,libbz2-1.0:amd64,libc-bin,libc6:amd64,libcap-ng0:amd64,libcap2:amd64,libcrypt1:amd64,libdb5.3t64:amd64,libdebconfclient0:amd64,libffi8:amd64,libgcc-s1:amd64,libgcrypt20:amd64,libgmp10:amd64,libgnutls30t64:amd64,libgpg-error0:amd64,libhogweed6t64:amd64,libidn2-0:amd64,liblz4-1:amd64,liblzma5:amd64,libmd0:amd64,libmount1:amd64,libnettle8t64:amd64,libp11-kit0:amd64,libpam-modules:amd64,libpam-modules-bin,libpam-runtime,libpam0g:amd64,libpcre2-8-0:amd64,libseccomp2:amd64,libselinux1:amd64,libsmartcols1:amd64,libssl3t64:amd64,libstdc++6:amd64,libsystemd0:amd64,libtasn1-6:amd64,libtinfo6:amd64,libudev1:amd64,libunistring5:amd64,libuuid1:amd64,libxxhash0:amd64,libzstd1:amd64,mawk,ncurses-base,ncurses-bin,perl-base,sed,sysvinit-utils,tar,util-linux,zlib1g:amd64,
00:00:00.069 E: + runuser -u user -- mmdebstrap --mode=unshare --include=apt,base-files,base-passwd,bash,bsdutils,coreutils,dash,debconf,debian-archive-keyring,debianutils,diffutils,dpkg,findutils,gcc-14-base:amd64,gpgv,grep,gzip,hostname,init-system-helpers,libacl1:amd64,libapt-pkg6.0t64:amd64,libattr1:amd64,libaudit-common,libaudit1:amd64,libblkid1:amd64,libbz2-1.0:amd64,libc-bin,libc6:amd64,libcap-ng0:amd64,libcap2:amd64,libcrypt1:amd64,libdb5.3t64:amd64,libdebconfclient0:amd64,libffi8:amd64,libgcc-s1:amd64,libgcrypt20:amd64,libgmp10:amd64,libgnutls30t64:amd64,libgpg-error0:amd64,libhogweed6t64:amd64,libidn2-0:amd64,liblz4-1:amd64,liblzma5:amd64,libmd0:amd64,libmount1:amd64,libnettle8t64:amd64,libp11-kit0:amd64,libpam-modules:amd64,libpam-modules-bin,libpam-runtime,libpam0g:amd64,libpcre2-8-0:amd64,libseccomp2:amd64,libselinux1:amd64,libsmartcols1:amd64,libssl3t64:amd64,libstdc++6:amd64,libsystemd0:amd64,libtasn1-6:amd64,libtinfo6:amd64,libudev1:amd64,libunistring5:amd64,libuuid1:amd64,libxxhash0:amd64,libzstd1:amd64,mawk,ncurses-base,ncurses-bin,perl-base,sed,sysvinit-utils,tar,util-linux,zlib1g:amd64, --dry-run --variant=custom unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.565 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.598 E: I: finding correct signed-by value...
00:00:00.697 E: I: automatically chosen format: tar
00:00:00.701 E: I: using /tmp/mmdebstrap.pU3ysdhg7q as tempdir
00:00:00.812 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.825 E: I: running apt-get update...
00:00:03.708 E: I: simulate downloading packages with apt...
00:00:06.183 E: I: skip extracting packages because of --dry-run
00:00:06.187 E: W: skipping creation of ./dev/console because the /dev directory is missing in the target
00:00:06.191 E: W: skipping creation of ./dev/fd because the /dev directory is missing in the target
00:00:06.195 E: W: skipping creation of ./dev/full because the /dev directory is missing in the target
00:00:06.199 E: W: skipping creation of ./dev/null because the /dev directory is missing in the target
00:00:06.202 E: W: skipping creation of ./dev/ptmx because the /dev directory is missing in the target
00:00:06.206 E: W: skipping creation of ./dev/pts/ because the /dev directory is missing in the target
00:00:06.210 E: W: skipping creation of ./dev/random because the /dev directory is missing in the target
00:00:06.213 E: W: skipping creation of ./dev/shm/ because the /dev directory is missing in the target
00:00:06.217 E: W: skipping creation of ./dev/stderr because the /dev directory is missing in the target
00:00:06.221 E: W: skipping creation of ./dev/stdin because the /dev directory is missing in the target
00:00:06.224 E: W: skipping creation of ./dev/stdout because the /dev directory is missing in the target
00:00:06.228 E: W: skipping creation of ./dev/tty because the /dev directory is missing in the target
00:00:06.231 E: W: skipping creation of ./dev/urandom because the /dev directory is missing in the target
00:00:06.235 E: W: skipping creation of ./dev/zero because the /dev directory is missing in the target
00:00:06.239 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:06.242 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:06.245 E: I: no essential packages -- skipping...
00:00:06.249 E: I: cleaning package lists and apt cache...
00:00:06.286 E: I: simulate creating tarball...
00:00:06.303 E: I: removing tempdir /tmp/mmdebstrap.pU3ysdhg7q...
00:00:06.346 E: I: success in 5.9741 seconds
00:00:06.354 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:16
result: SUCCESS
------------------------------------------------------------------------------
(216/280) create-tarball-dry-run
dist: unstable
mode: unshare
variant: essential
format: auto
time left: 0:50:06
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + prefix=
00:00:00.020 E: + include=,
00:00:00.023 E: + id -u
00:00:00.028 E: + [ 0 -eq 0 ]
00:00:00.033 E: + [ unshare != root ]
00:00:00.038 E: + [ unshare != auto ]
00:00:00.042 E: + id user
00:00:00.047 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.051 E: + useradd --home-dir /home/user --create-home user
00:00:00.055 E: + prefix=runuser -u user --
00:00:00.059 E: + [ essential = extract ]
00:00:00.063 E: + [ essential = custom ]
00:00:00.067 E: + runuser -u user -- mmdebstrap --mode=unshare --include=, --dry-run --variant=essential unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.555 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.589 E: I: finding correct signed-by value...
00:00:00.687 E: I: automatically chosen format: tar
00:00:00.691 E: I: using /tmp/mmdebstrap.P2Ut8tj4XT as tempdir
00:00:00.805 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.819 E: I: running apt-get update...
00:00:03.867 E: I: simulate downloading packages with apt...
00:00:06.394 E: I: skip extracting packages because of --dry-run
00:00:06.399 E: W: skipping creation of ./dev/console because the /dev directory is missing in the target
00:00:06.404 E: W: skipping creation of ./dev/fd because the /dev directory is missing in the target
00:00:06.408 E: W: skipping creation of ./dev/full because the /dev directory is missing in the target
00:00:06.412 E: W: skipping creation of ./dev/null because the /dev directory is missing in the target
00:00:06.416 E: W: skipping creation of ./dev/ptmx because the /dev directory is missing in the target
00:00:06.421 E: W: skipping creation of ./dev/pts/ because the /dev directory is missing in the target
00:00:06.425 E: W: skipping creation of ./dev/random because the /dev directory is missing in the target
00:00:06.430 E: W: skipping creation of ./dev/shm/ because the /dev directory is missing in the target
00:00:06.434 E: W: skipping creation of ./dev/stderr because the /dev directory is missing in the target
00:00:06.438 E: W: skipping creation of ./dev/stdin because the /dev directory is missing in the target
00:00:06.443 E: W: skipping creation of ./dev/stdout because the /dev directory is missing in the target
00:00:06.447 E: W: skipping creation of ./dev/tty because the /dev directory is missing in the target
00:00:06.451 E: W: skipping creation of ./dev/urandom because the /dev directory is missing in the target
00:00:06.457 E: W: skipping creation of ./dev/zero because the /dev directory is missing in the target
00:00:06.461 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:06.466 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:06.470 E: I: no essential packages -- skipping...
00:00:06.475 E: I: cleaning package lists and apt cache...
00:00:06.491 E: I: simulate creating tarball...
00:00:06.509 E: I: removing tempdir /tmp/mmdebstrap.P2Ut8tj4XT...
00:00:06.558 E: I: success in 6.1854 seconds
00:00:06.566 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:17
result: SUCCESS
------------------------------------------------------------------------------
(217/280) create-tarball-dry-run
dist: unstable
mode: unshare
variant: apt
format: auto
time left: 0:49:11
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + prefix=
00:00:00.019 E: + include=,
00:00:00.023 E: + id -u
00:00:00.027 E: + [ 0 -eq 0 ]
00:00:00.031 E: + [ unshare != root ]
00:00:00.038 E: + [ unshare != auto ]
00:00:00.041 E: + id user
00:00:00.046 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.050 E: + useradd --home-dir /home/user --create-home user
00:00:00.055 E: + prefix=runuser -u user --
00:00:00.060 E: + [ apt = extract ]
00:00:00.066 E: + [ apt = custom ]
00:00:00.072 E: + runuser -u user -- mmdebstrap --mode=unshare --include=, --dry-run --variant=apt unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.576 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.607 E: I: finding correct signed-by value...
00:00:00.704 E: I: automatically chosen format: tar
00:00:00.708 E: I: using /tmp/mmdebstrap.FECsGfUUX7 as tempdir
00:00:00.812 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.825 E: I: running apt-get update...
00:00:03.847 E: I: simulate downloading packages with apt...
00:00:06.620 E: I: skip extracting packages because of --dry-run
00:00:06.625 E: W: skipping creation of ./dev/console because the /dev directory is missing in the target
00:00:06.631 E: W: skipping creation of ./dev/fd because the /dev directory is missing in the target
00:00:06.635 E: W: skipping creation of ./dev/full because the /dev directory is missing in the target
00:00:06.639 E: W: skipping creation of ./dev/null because the /dev directory is missing in the target
00:00:06.643 E: W: skipping creation of ./dev/ptmx because the /dev directory is missing in the target
00:00:06.648 E: W: skipping creation of ./dev/pts/ because the /dev directory is missing in the target
00:00:06.656 E: W: skipping creation of ./dev/random because the /dev directory is missing in the target
00:00:06.663 E: W: skipping creation of ./dev/shm/ because the /dev directory is missing in the target
00:00:06.668 E: W: skipping creation of ./dev/stderr because the /dev directory is missing in the target
00:00:06.672 E: W: skipping creation of ./dev/stdin because the /dev directory is missing in the target
00:00:06.676 E: W: skipping creation of ./dev/stdout because the /dev directory is missing in the target
00:00:06.680 E: W: skipping creation of ./dev/tty because the /dev directory is missing in the target
00:00:06.684 E: W: skipping creation of ./dev/urandom because the /dev directory is missing in the target
00:00:06.688 E: W: skipping creation of ./dev/zero because the /dev directory is missing in the target
00:00:06.692 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:06.696 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:06.700 E: I: no essential packages -- skipping...
00:00:06.703 E: I: simulate installing remaining packages inside the chroot...
00:00:09.040 E: I: cleaning package lists and apt cache...
00:00:09.122 E: I: simulate creating tarball...
00:00:09.143 E: I: removing tempdir /tmp/mmdebstrap.FECsGfUUX7...
00:00:09.189 E: I: success in 8.8082 seconds
00:00:09.197 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:19
result: SUCCESS
------------------------------------------------------------------------------
(218/280) create-tarball-dry-run
dist: unstable
mode: unshare
variant: minbase
format: auto
time left: 0:48:17
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.018 E: + prefix=
00:00:00.022 E: + include=,
00:00:00.026 E: + id -u
00:00:00.030 E: + [ 0 -eq 0 ]
00:00:00.034 E: + [ unshare != root ]
00:00:00.038 E: + [ unshare != auto ]
00:00:00.043 E: + id user
00:00:00.048 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.053 E: + useradd --home-dir /home/user --create-home user
00:00:00.058 E: + prefix=runuser -u user --
00:00:00.063 E: + [ minbase = extract ]
00:00:00.068 E: + [ minbase = custom ]
00:00:00.072 E: + runuser -u user -- mmdebstrap --mode=unshare --include=, --dry-run --variant=minbase unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.562 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.595 E: I: finding correct signed-by value...
00:00:00.695 E: I: automatically chosen format: tar
00:00:00.699 E: I: using /tmp/mmdebstrap.Hy2DHodva1 as tempdir
00:00:00.811 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.827 E: I: running apt-get update...
00:00:03.924 E: I: simulate downloading packages with apt...
00:00:07.038 E: I: skip extracting packages because of --dry-run
00:00:07.042 E: W: skipping creation of ./dev/console because the /dev directory is missing in the target
00:00:07.047 E: W: skipping creation of ./dev/fd because the /dev directory is missing in the target
00:00:07.051 E: W: skipping creation of ./dev/full because the /dev directory is missing in the target
00:00:07.055 E: W: skipping creation of ./dev/null because the /dev directory is missing in the target
00:00:07.059 E: W: skipping creation of ./dev/ptmx because the /dev directory is missing in the target
00:00:07.064 E: W: skipping creation of ./dev/pts/ because the /dev directory is missing in the target
00:00:07.069 E: W: skipping creation of ./dev/random because the /dev directory is missing in the target
00:00:07.073 E: W: skipping creation of ./dev/shm/ because the /dev directory is missing in the target
00:00:07.077 E: W: skipping creation of ./dev/stderr because the /dev directory is missing in the target
00:00:07.080 E: W: skipping creation of ./dev/stdin because the /dev directory is missing in the target
00:00:07.084 E: W: skipping creation of ./dev/stdout because the /dev directory is missing in the target
00:00:07.087 E: W: skipping creation of ./dev/tty because the /dev directory is missing in the target
00:00:07.091 E: W: skipping creation of ./dev/urandom because the /dev directory is missing in the target
00:00:07.095 E: W: skipping creation of ./dev/zero because the /dev directory is missing in the target
00:00:07.099 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:07.103 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:07.107 E: I: no essential packages -- skipping...
00:00:07.111 E: I: simulate installing remaining packages inside the chroot...
00:00:10.363 E: I: cleaning package lists and apt cache...
00:00:10.459 E: I: simulate creating tarball...
00:00:10.477 E: I: removing tempdir /tmp/mmdebstrap.Hy2DHodva1...
00:00:10.522 E: I: success in 10.1460 seconds
00:00:10.530 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:21
result: SUCCESS
------------------------------------------------------------------------------
(219/280) create-tarball-dry-run
dist: unstable
mode: unshare
variant: buildd
format: auto
time left: 0:47:25
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + prefix=
00:00:00.018 E: + include=,
00:00:00.022 E: + id -u
00:00:00.026 E: + [ 0 -eq 0 ]
00:00:00.029 E: + [ unshare != root ]
00:00:00.033 E: + [ unshare != auto ]
00:00:00.036 E: + id user
00:00:00.040 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.043 E: + useradd --home-dir /home/user --create-home user
00:00:00.048 E: + prefix=runuser -u user --
00:00:00.053 E: + [ buildd = extract ]
00:00:00.057 E: + [ buildd = custom ]
00:00:00.061 E: + runuser -u user -- mmdebstrap --mode=unshare --include=, --dry-run --variant=buildd unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.608 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.640 E: I: finding correct signed-by value...
00:00:00.734 E: I: automatically chosen format: tar
00:00:00.739 E: I: using /tmp/mmdebstrap.ikEaUozU3g as tempdir
00:00:00.862 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.876 E: I: running apt-get update...
00:00:03.761 E: I: simulate downloading packages with apt...
00:00:06.163 E: I: skip extracting packages because of --dry-run
00:00:06.167 E: W: skipping creation of ./dev/console because the /dev directory is missing in the target
00:00:06.171 E: W: skipping creation of ./dev/fd because the /dev directory is missing in the target
00:00:06.176 E: W: skipping creation of ./dev/full because the /dev directory is missing in the target
00:00:06.179 E: W: skipping creation of ./dev/null because the /dev directory is missing in the target
00:00:06.183 E: W: skipping creation of ./dev/ptmx because the /dev directory is missing in the target
00:00:06.187 E: W: skipping creation of ./dev/pts/ because the /dev directory is missing in the target
00:00:06.192 E: W: skipping creation of ./dev/random because the /dev directory is missing in the target
00:00:06.196 E: W: skipping creation of ./dev/shm/ because the /dev directory is missing in the target
00:00:06.199 E: W: skipping creation of ./dev/stderr because the /dev directory is missing in the target
00:00:06.204 E: W: skipping creation of ./dev/stdin because the /dev directory is missing in the target
00:00:06.209 E: W: skipping creation of ./dev/stdout because the /dev directory is missing in the target
00:00:06.213 E: W: skipping creation of ./dev/tty because the /dev directory is missing in the target
00:00:06.217 E: W: skipping creation of ./dev/urandom because the /dev directory is missing in the target
00:00:06.221 E: W: skipping creation of ./dev/zero because the /dev directory is missing in the target
00:00:06.226 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:06.229 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:06.233 E: I: no essential packages -- skipping...
00:00:06.237 E: I: simulate installing remaining packages inside the chroot...
00:00:09.016 E: I: cleaning package lists and apt cache...
00:00:09.100 E: I: simulate creating tarball...
00:00:09.125 E: I: removing tempdir /tmp/mmdebstrap.ikEaUozU3g...
00:00:09.165 E: I: success in 8.7373 seconds
00:00:09.173 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:19
result: SUCCESS
------------------------------------------------------------------------------
(220/280) create-tarball-dry-run
dist: unstable
mode: unshare
variant: -
format: auto
time left: 0:46:31
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + prefix=
00:00:00.018 E: + include=,
00:00:00.022 E: + id -u
00:00:00.026 E: + [ 0 -eq 0 ]
00:00:00.030 E: + [ unshare != root ]
00:00:00.034 E: + [ unshare != auto ]
00:00:00.037 E: + id user
00:00:00.041 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.046 E: + useradd --home-dir /home/user --create-home user
00:00:00.050 E: + prefix=runuser -u user --
00:00:00.054 E: + [ - = extract ]
00:00:00.058 E: + [ - = custom ]
00:00:00.062 E: + runuser -u user -- mmdebstrap --mode=unshare --include=, --dry-run --variant=- unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.624 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.663 E: I: finding correct signed-by value...
00:00:00.766 E: I: automatically chosen format: tar
00:00:00.770 E: I: using /tmp/mmdebstrap.tovidfgBbc as tempdir
00:00:00.928 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.940 E: I: running apt-get update...
00:00:04.211 E: I: simulate downloading packages with apt...
00:00:06.808 E: I: skip extracting packages because of --dry-run
00:00:06.812 E: W: skipping creation of ./dev/console because the /dev directory is missing in the target
00:00:06.817 E: W: skipping creation of ./dev/fd because the /dev directory is missing in the target
00:00:06.821 E: W: skipping creation of ./dev/full because the /dev directory is missing in the target
00:00:06.826 E: W: skipping creation of ./dev/null because the /dev directory is missing in the target
00:00:06.830 E: W: skipping creation of ./dev/ptmx because the /dev directory is missing in the target
00:00:06.835 E: W: skipping creation of ./dev/pts/ because the /dev directory is missing in the target
00:00:06.840 E: W: skipping creation of ./dev/random because the /dev directory is missing in the target
00:00:06.845 E: W: skipping creation of ./dev/shm/ because the /dev directory is missing in the target
00:00:06.850 E: W: skipping creation of ./dev/stderr because the /dev directory is missing in the target
00:00:06.855 E: W: skipping creation of ./dev/stdin because the /dev directory is missing in the target
00:00:06.859 E: W: skipping creation of ./dev/stdout because the /dev directory is missing in the target
00:00:06.864 E: W: skipping creation of ./dev/tty because the /dev directory is missing in the target
00:00:06.868 E: W: skipping creation of ./dev/urandom because the /dev directory is missing in the target
00:00:06.872 E: W: skipping creation of ./dev/zero because the /dev directory is missing in the target
00:00:06.877 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:06.882 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:06.886 E: I: no essential packages -- skipping...
00:00:06.890 E: I: simulate installing remaining packages inside the chroot...
00:00:10.490 E: I: cleaning package lists and apt cache...
00:00:10.594 E: I: simulate creating tarball...
00:00:10.615 E: I: removing tempdir /tmp/mmdebstrap.tovidfgBbc...
00:00:10.660 E: I: success in 10.2718 seconds
00:00:10.667 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:21
result: SUCCESS
------------------------------------------------------------------------------
(221/280) create-tarball-dry-run
dist: unstable
mode: unshare
variant: standard
format: auto
time left: 0:45:39
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + prefix=
00:00:00.017 E: + include=,
00:00:00.020 E: + id -u
00:00:00.024 E: + [ 0 -eq 0 ]
00:00:00.028 E: + [ unshare != root ]
00:00:00.031 E: + [ unshare != auto ]
00:00:00.035 E: + id user
00:00:00.038 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.042 E: + useradd --home-dir /home/user --create-home user
00:00:00.045 E: + prefix=runuser -u user --
00:00:00.049 E: + [ standard = extract ]
00:00:00.052 E: + [ standard = custom ]
00:00:00.056 E: + runuser -u user -- mmdebstrap --mode=unshare --include=, --dry-run --variant=standard unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.581 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.612 E: I: finding correct signed-by value...
00:00:00.708 E: I: automatically chosen format: tar
00:00:00.712 E: I: using /tmp/mmdebstrap.QJiU5I6DpL as tempdir
00:00:00.820 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.833 E: I: running apt-get update...
00:00:03.696 E: I: simulate downloading packages with apt...
00:00:06.084 E: I: skip extracting packages because of --dry-run
00:00:06.089 E: W: skipping creation of ./dev/console because the /dev directory is missing in the target
00:00:06.093 E: W: skipping creation of ./dev/fd because the /dev directory is missing in the target
00:00:06.097 E: W: skipping creation of ./dev/full because the /dev directory is missing in the target
00:00:06.100 E: W: skipping creation of ./dev/null because the /dev directory is missing in the target
00:00:06.104 E: W: skipping creation of ./dev/ptmx because the /dev directory is missing in the target
00:00:06.108 E: W: skipping creation of ./dev/pts/ because the /dev directory is missing in the target
00:00:06.113 E: W: skipping creation of ./dev/random because the /dev directory is missing in the target
00:00:06.117 E: W: skipping creation of ./dev/shm/ because the /dev directory is missing in the target
00:00:06.121 E: W: skipping creation of ./dev/stderr because the /dev directory is missing in the target
00:00:06.127 E: W: skipping creation of ./dev/stdin because the /dev directory is missing in the target
00:00:06.132 E: W: skipping creation of ./dev/stdout because the /dev directory is missing in the target
00:00:06.136 E: W: skipping creation of ./dev/tty because the /dev directory is missing in the target
00:00:06.140 E: W: skipping creation of ./dev/urandom because the /dev directory is missing in the target
00:00:06.144 E: W: skipping creation of ./dev/zero because the /dev directory is missing in the target
00:00:06.148 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:06.152 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:06.156 E: I: no essential packages -- skipping...
00:00:06.160 E: I: simulate installing remaining packages inside the chroot...
00:00:12.221 E: I: cleaning package lists and apt cache...
00:00:12.321 E: I: simulate creating tarball...
00:00:12.341 E: I: removing tempdir /tmp/mmdebstrap.QJiU5I6DpL...
00:00:12.387 E: I: success in 11.9985 seconds
00:00:12.395 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:22
result: SUCCESS
------------------------------------------------------------------------------
(222/280) create-tarball-dry-run
dist: unstable
mode: fakechroot
variant: extract
format: auto
time left: 0:44:47
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + prefix=
00:00:00.017 E: + include=,
00:00:00.021 E: + id -u
00:00:00.025 E: + [ 0 -eq 0 ]
00:00:00.030 E: + [ fakechroot != root ]
00:00:00.034 E: + [ fakechroot != auto ]
00:00:00.038 E: + id user
00:00:00.041 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.045 E: + useradd --home-dir /home/user --create-home user
00:00:00.049 E: + prefix=runuser -u user --
00:00:00.053 E: + [ extract = extract ]
00:00:00.056 E: + tr \n ,
00:00:00.061 E: + include=apt,base-files,base-passwd,bash,bsdutils,coreutils,dash,debconf,debian-archive-keyring,debianutils,diffutils,dpkg,findutils,gcc-14-base:amd64,gpgv,grep,gzip,hostname,init-system-helpers,libacl1:amd64,libapt-pkg6.0t64:amd64,libattr1:amd64,libaudit-common,libaudit1:amd64,libblkid1:amd64,libbz2-1.0:amd64,libc-bin,libc6:amd64,libcap-ng0:amd64,libcap2:amd64,libcrypt1:amd64,libdb5.3t64:amd64,libdebconfclient0:amd64,libffi8:amd64,libgcc-s1:amd64,libgcrypt20:amd64,libgmp10:amd64,libgnutls30t64:amd64,libgpg-error0:amd64,libhogweed6t64:amd64,libidn2-0:amd64,liblz4-1:amd64,liblzma5:amd64,libmd0:amd64,libmount1:amd64,libnettle8t64:amd64,libp11-kit0:amd64,libpam-modules:amd64,libpam-modules-bin,libpam-runtime,libpam0g:amd64,libpcre2-8-0:amd64,libseccomp2:amd64,libselinux1:amd64,libsmartcols1:amd64,libssl3t64:amd64,libstdc++6:amd64,libsystemd0:amd64,libtasn1-6:amd64,libtinfo6:amd64,libudev1:amd64,libunistring5:amd64,libuuid1:amd64,libxxhash0:amd64,libzstd1:amd64,mawk,ncurses-base,ncurses-bin,perl-base,sed,sysvinit-utils,tar,util-linux,zlib1g:amd64,
00:00:00.065 E: + runuser -u user -- mmdebstrap --mode=fakechroot --include=apt,base-files,base-passwd,bash,bsdutils,coreutils,dash,debconf,debian-archive-keyring,debianutils,diffutils,dpkg,findutils,gcc-14-base:amd64,gpgv,grep,gzip,hostname,init-system-helpers,libacl1:amd64,libapt-pkg6.0t64:amd64,libattr1:amd64,libaudit-common,libaudit1:amd64,libblkid1:amd64,libbz2-1.0:amd64,libc-bin,libc6:amd64,libcap-ng0:amd64,libcap2:amd64,libcrypt1:amd64,libdb5.3t64:amd64,libdebconfclient0:amd64,libffi8:amd64,libgcc-s1:amd64,libgcrypt20:amd64,libgmp10:amd64,libgnutls30t64:amd64,libgpg-error0:amd64,libhogweed6t64:amd64,libidn2-0:amd64,liblz4-1:amd64,liblzma5:amd64,libmd0:amd64,libmount1:amd64,libnettle8t64:amd64,libp11-kit0:amd64,libpam-modules:amd64,libpam-modules-bin,libpam-runtime,libpam0g:amd64,libpcre2-8-0:amd64,libseccomp2:amd64,libselinux1:amd64,libsmartcols1:amd64,libssl3t64:amd64,libstdc++6:amd64,libsystemd0:amd64,libtasn1-6:amd64,libtinfo6:amd64,libudev1:amd64,libunistring5:amd64,libuuid1:amd64,libxxhash0:amd64,libzstd1:amd64,mawk,ncurses-base,ncurses-bin,perl-base,sed,sysvinit-utils,tar,util-linux,zlib1g:amd64, --dry-run --variant=extract unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.999 E: I: skipping emulation check for extract variant
00:00:01.052 E: I: finding correct signed-by value...
00:00:01.165 E: I: automatically chosen format: tar
00:00:01.170 E: I: creating a tarball, squashfs, ext2 or ext4 image in fakechroot mode might fail in extract and custom variants because there might be no tar inside the chroot
00:00:01.174 E: I: using /tmp/mmdebstrap.bwZktEtlVN as tempdir
00:00:01.225 E: I: running apt-get update...
00:00:04.157 E: I: simulate downloading packages with apt...
00:00:07.612 E: I: skip extracting packages because of --dry-run
00:00:07.617 E: I: cleaning package lists and apt cache...
00:00:07.702 E: I: simulate creating tarball...
00:00:07.712 E: I: removing tempdir /tmp/mmdebstrap.bwZktEtlVN...
00:00:07.764 E: I: success in 6.9023 seconds
00:00:07.773 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:18
result: SUCCESS
------------------------------------------------------------------------------
(223/280) create-tarball-dry-run
dist: unstable
mode: fakechroot
variant: custom
format: auto
time left: 0:43:55
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + prefix=
00:00:00.017 E: + include=,
00:00:00.021 E: + id -u
00:00:00.025 E: + [ 0 -eq 0 ]
00:00:00.028 E: + [ fakechroot != root ]
00:00:00.033 E: + [ fakechroot != auto ]
00:00:00.036 E: + id user
00:00:00.040 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.044 E: + useradd --home-dir /home/user --create-home user
00:00:00.048 E: + prefix=runuser -u user --
00:00:00.051 E: + [ custom = extract ]
00:00:00.056 E: + [ custom = custom ]
00:00:00.060 E: + tr \n ,
00:00:00.064 E: + include=apt,base-files,base-passwd,bash,bsdutils,coreutils,dash,debconf,debian-archive-keyring,debianutils,diffutils,dpkg,findutils,gcc-14-base:amd64,gpgv,grep,gzip,hostname,init-system-helpers,libacl1:amd64,libapt-pkg6.0t64:amd64,libattr1:amd64,libaudit-common,libaudit1:amd64,libblkid1:amd64,libbz2-1.0:amd64,libc-bin,libc6:amd64,libcap-ng0:amd64,libcap2:amd64,libcrypt1:amd64,libdb5.3t64:amd64,libdebconfclient0:amd64,libffi8:amd64,libgcc-s1:amd64,libgcrypt20:amd64,libgmp10:amd64,libgnutls30t64:amd64,libgpg-error0:amd64,libhogweed6t64:amd64,libidn2-0:amd64,liblz4-1:amd64,liblzma5:amd64,libmd0:amd64,libmount1:amd64,libnettle8t64:amd64,libp11-kit0:amd64,libpam-modules:amd64,libpam-modules-bin,libpam-runtime,libpam0g:amd64,libpcre2-8-0:amd64,libseccomp2:amd64,libselinux1:amd64,libsmartcols1:amd64,libssl3t64:amd64,libstdc++6:amd64,libsystemd0:amd64,libtasn1-6:amd64,libtinfo6:amd64,libudev1:amd64,libunistring5:amd64,libuuid1:amd64,libxxhash0:amd64,libzstd1:amd64,mawk,ncurses-base,ncurses-bin,perl-base,sed,sysvinit-utils,tar,util-linux,zlib1g:amd64,
00:00:00.069 E: + runuser -u user -- mmdebstrap --mode=fakechroot --include=apt,base-files,base-passwd,bash,bsdutils,coreutils,dash,debconf,debian-archive-keyring,debianutils,diffutils,dpkg,findutils,gcc-14-base:amd64,gpgv,grep,gzip,hostname,init-system-helpers,libacl1:amd64,libapt-pkg6.0t64:amd64,libattr1:amd64,libaudit-common,libaudit1:amd64,libblkid1:amd64,libbz2-1.0:amd64,libc-bin,libc6:amd64,libcap-ng0:amd64,libcap2:amd64,libcrypt1:amd64,libdb5.3t64:amd64,libdebconfclient0:amd64,libffi8:amd64,libgcc-s1:amd64,libgcrypt20:amd64,libgmp10:amd64,libgnutls30t64:amd64,libgpg-error0:amd64,libhogweed6t64:amd64,libidn2-0:amd64,liblz4-1:amd64,liblzma5:amd64,libmd0:amd64,libmount1:amd64,libnettle8t64:amd64,libp11-kit0:amd64,libpam-modules:amd64,libpam-modules-bin,libpam-runtime,libpam0g:amd64,libpcre2-8-0:amd64,libseccomp2:amd64,libselinux1:amd64,libsmartcols1:amd64,libssl3t64:amd64,libstdc++6:amd64,libsystemd0:amd64,libtasn1-6:amd64,libtinfo6:amd64,libudev1:amd64,libunistring5:amd64,libuuid1:amd64,libxxhash0:amd64,libzstd1:amd64,mawk,ncurses-base,ncurses-bin,perl-base,sed,sysvinit-utils,tar,util-linux,zlib1g:amd64, --dry-run --variant=custom unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.984 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.030 E: I: finding correct signed-by value...
00:00:01.154 E: I: automatically chosen format: tar
00:00:01.160 E: I: creating a tarball, squashfs, ext2 or ext4 image in fakechroot mode might fail in extract and custom variants because there might be no tar inside the chroot
00:00:01.164 E: I: using /tmp/mmdebstrap.gHWOd8hVvQ as tempdir
00:00:01.223 E: I: running apt-get update...
00:00:04.236 E: I: simulate downloading packages with apt...
00:00:06.964 E: I: skip extracting packages because of --dry-run
00:00:06.969 E: I: no essential packages -- skipping...
00:00:06.973 E: I: cleaning package lists and apt cache...
00:00:07.062 E: I: simulate creating tarball...
00:00:07.071 E: I: removing tempdir /tmp/mmdebstrap.gHWOd8hVvQ...
00:00:07.125 E: I: success in 6.2678 seconds
00:00:07.134 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:17
result: SUCCESS
------------------------------------------------------------------------------
(224/280) create-tarball-dry-run
dist: unstable
mode: fakechroot
variant: essential
format: auto
time left: 0:43:02
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + prefix=
00:00:00.020 E: + include=,
00:00:00.024 E: + id -u
00:00:00.028 E: + [ 0 -eq 0 ]
00:00:00.032 E: + [ fakechroot != root ]
00:00:00.037 E: + [ fakechroot != auto ]
00:00:00.041 E: + id user
00:00:00.045 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.049 E: + useradd --home-dir /home/user --create-home user
00:00:00.054 E: + prefix=runuser -u user --
00:00:00.058 E: + [ essential = extract ]
00:00:00.062 E: + [ essential = custom ]
00:00:00.066 E: + runuser -u user -- mmdebstrap --mode=fakechroot --include=, --dry-run --variant=essential unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.999 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.044 E: I: finding correct signed-by value...
00:00:01.155 E: I: automatically chosen format: tar
00:00:01.159 E: I: using /tmp/mmdebstrap.Nq8sjNqAvJ as tempdir
00:00:01.206 E: I: running apt-get update...
00:00:04.115 E: I: simulate downloading packages with apt...
00:00:06.837 E: I: skip extracting packages because of --dry-run
00:00:06.842 E: I: no essential packages -- skipping...
00:00:06.846 E: I: cleaning package lists and apt cache...
00:00:06.937 E: I: simulate creating tarball...
00:00:06.947 E: I: removing tempdir /tmp/mmdebstrap.Nq8sjNqAvJ...
00:00:07.001 E: I: success in 6.1359 seconds
00:00:07.011 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:17
result: SUCCESS
------------------------------------------------------------------------------
(225/280) create-tarball-dry-run
dist: unstable
mode: fakechroot
variant: apt
format: auto
time left: 0:42:10
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.012 E: + prefix=
00:00:00.016 E: + include=,
00:00:00.020 E: + id -u
00:00:00.023 E: + [ 0 -eq 0 ]
00:00:00.027 E: + [ fakechroot != root ]
00:00:00.030 E: + [ fakechroot != auto ]
00:00:00.033 E: + id user
00:00:00.037 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.041 E: + useradd --home-dir /home/user --create-home user
00:00:00.045 E: + prefix=runuser -u user --
00:00:00.049 E: + [ apt = extract ]
00:00:00.052 E: + [ apt = custom ]
00:00:00.055 E: + runuser -u user -- mmdebstrap --mode=fakechroot --include=, --dry-run --variant=apt unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.982 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.038 E: I: finding correct signed-by value...
00:00:01.165 E: I: automatically chosen format: tar
00:00:01.169 E: I: using /tmp/mmdebstrap.yOPExe3kOA as tempdir
00:00:01.218 E: I: running apt-get update...
00:00:04.060 E: I: simulate downloading packages with apt...
00:00:06.501 E: I: skip extracting packages because of --dry-run
00:00:06.506 E: I: no essential packages -- skipping...
00:00:06.511 E: I: simulate installing remaining packages inside the chroot...
00:00:08.954 E: I: cleaning package lists and apt cache...
00:00:09.044 E: I: simulate creating tarball...
00:00:09.054 E: I: removing tempdir /tmp/mmdebstrap.yOPExe3kOA...
00:00:09.112 E: I: success in 8.2692 seconds
00:00:09.122 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:19
result: SUCCESS
------------------------------------------------------------------------------
(226/280) create-tarball-dry-run
dist: unstable
mode: fakechroot
variant: minbase
format: auto
time left: 0:41:18
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + prefix=
00:00:00.018 E: + include=,
00:00:00.021 E: + id -u
00:00:00.025 E: + [ 0 -eq 0 ]
00:00:00.028 E: + [ fakechroot != root ]
00:00:00.032 E: + [ fakechroot != auto ]
00:00:00.035 E: + id user
00:00:00.039 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.042 E: + useradd --home-dir /home/user --create-home user
00:00:00.046 E: + prefix=runuser -u user --
00:00:00.049 E: + [ minbase = extract ]
00:00:00.053 E: + [ minbase = custom ]
00:00:00.056 E: + runuser -u user -- mmdebstrap --mode=fakechroot --include=, --dry-run --variant=minbase unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.956 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.996 E: I: finding correct signed-by value...
00:00:01.103 E: I: automatically chosen format: tar
00:00:01.107 E: I: using /tmp/mmdebstrap.lhzi2jVCjB as tempdir
00:00:01.155 E: I: running apt-get update...
00:00:04.039 E: I: simulate downloading packages with apt...
00:00:06.965 E: I: skip extracting packages because of --dry-run
00:00:06.970 E: I: no essential packages -- skipping...
00:00:06.974 E: I: simulate installing remaining packages inside the chroot...
00:00:09.787 E: I: cleaning package lists and apt cache...
00:00:09.877 E: I: simulate creating tarball...
00:00:09.886 E: I: removing tempdir /tmp/mmdebstrap.lhzi2jVCjB...
00:00:09.940 E: I: success in 9.1072 seconds
00:00:09.948 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:19
result: SUCCESS
------------------------------------------------------------------------------
(227/280) create-tarball-dry-run
dist: unstable
mode: fakechroot
variant: buildd
format: auto
time left: 0:40:27
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + prefix=
00:00:00.017 E: + include=,
00:00:00.022 E: + id -u
00:00:00.026 E: + [ 0 -eq 0 ]
00:00:00.029 E: + [ fakechroot != root ]
00:00:00.033 E: + [ fakechroot != auto ]
00:00:00.037 E: + id user
00:00:00.041 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.044 E: + useradd --home-dir /home/user --create-home user
00:00:00.049 E: + prefix=runuser -u user --
00:00:00.052 E: + [ buildd = extract ]
00:00:00.056 E: + [ buildd = custom ]
00:00:00.060 E: + runuser -u user -- mmdebstrap --mode=fakechroot --include=, --dry-run --variant=buildd unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.996 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.035 E: I: finding correct signed-by value...
00:00:01.145 E: I: automatically chosen format: tar
00:00:01.149 E: I: using /tmp/mmdebstrap.f1m5UxBY64 as tempdir
00:00:01.197 E: I: running apt-get update...
00:00:04.192 E: I: simulate downloading packages with apt...
00:00:07.226 E: I: skip extracting packages because of --dry-run
00:00:07.230 E: I: no essential packages -- skipping...
00:00:07.234 E: I: simulate installing remaining packages inside the chroot...
00:00:10.204 E: I: cleaning package lists and apt cache...
00:00:10.297 E: I: simulate creating tarball...
00:00:10.308 E: I: removing tempdir /tmp/mmdebstrap.f1m5UxBY64...
00:00:10.360 E: I: success in 9.4930 seconds
00:00:10.370 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:20
result: SUCCESS
------------------------------------------------------------------------------
(228/280) create-tarball-dry-run
dist: unstable
mode: fakechroot
variant: -
format: auto
time left: 0:39:36
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + prefix=
00:00:00.019 E: + include=,
00:00:00.023 E: + id -u
00:00:00.026 E: + [ 0 -eq 0 ]
00:00:00.030 E: + [ fakechroot != root ]
00:00:00.033 E: + [ fakechroot != auto ]
00:00:00.037 E: + id user
00:00:00.040 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.043 E: + useradd --home-dir /home/user --create-home user
00:00:00.047 E: + prefix=runuser -u user --
00:00:00.050 E: + [ - = extract ]
00:00:00.053 E: + [ - = custom ]
00:00:00.057 E: + runuser -u user -- mmdebstrap --mode=fakechroot --include=, --dry-run --variant=- unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:01.000 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.044 E: I: finding correct signed-by value...
00:00:01.157 E: I: automatically chosen format: tar
00:00:01.161 E: I: using /tmp/mmdebstrap.c1fYdsJVT9 as tempdir
00:00:01.211 E: I: running apt-get update...
00:00:04.222 E: I: simulate downloading packages with apt...
00:00:07.110 E: I: skip extracting packages because of --dry-run
00:00:07.114 E: I: no essential packages -- skipping...
00:00:07.118 E: I: simulate installing remaining packages inside the chroot...
00:00:11.670 E: I: cleaning package lists and apt cache...
00:00:11.762 E: I: simulate creating tarball...
00:00:11.771 E: I: removing tempdir /tmp/mmdebstrap.c1fYdsJVT9...
00:00:11.828 E: I: success in 10.9572 seconds
00:00:11.836 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:21
result: SUCCESS
------------------------------------------------------------------------------
(229/280) create-tarball-dry-run
dist: unstable
mode: fakechroot
variant: standard
format: auto
time left: 0:38:46
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.012 E: + prefix=
00:00:00.016 E: + include=,
00:00:00.021 E: + id -u
00:00:00.025 E: + [ 0 -eq 0 ]
00:00:00.028 E: + [ fakechroot != root ]
00:00:00.032 E: + [ fakechroot != auto ]
00:00:00.036 E: + id user
00:00:00.040 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.044 E: + useradd --home-dir /home/user --create-home user
00:00:00.048 E: + prefix=runuser -u user --
00:00:00.053 E: + [ standard = extract ]
00:00:00.057 E: + [ standard = custom ]
00:00:00.060 E: + runuser -u user -- mmdebstrap --mode=fakechroot --include=, --dry-run --variant=standard unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.963 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.006 E: I: finding correct signed-by value...
00:00:01.145 E: I: automatically chosen format: tar
00:00:01.149 E: I: using /tmp/mmdebstrap.W9Nd33hvDg as tempdir
00:00:01.199 E: I: running apt-get update...
00:00:04.171 E: I: simulate downloading packages with apt...
00:00:06.628 E: I: skip extracting packages because of --dry-run
00:00:06.633 E: I: no essential packages -- skipping...
00:00:06.637 E: I: simulate installing remaining packages inside the chroot...
00:00:13.043 E: I: cleaning package lists and apt cache...
00:00:13.144 E: I: simulate creating tarball...
00:00:13.154 E: I: removing tempdir /tmp/mmdebstrap.W9Nd33hvDg...
00:00:13.209 E: I: success in 12.3765 seconds
00:00:13.218 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:22
result: SUCCESS
------------------------------------------------------------------------------
(230/280) create-tarball-dry-run
dist: unstable
mode: chrootless
variant: extract
format: auto
time left: 0:37:57
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + prefix=
00:00:00.020 E: + include=,
00:00:00.025 E: + id -u
00:00:00.029 E: + [ 0 -eq 0 ]
00:00:00.033 E: + [ chrootless != root ]
00:00:00.036 E: + [ chrootless != auto ]
00:00:00.040 E: + id user
00:00:00.044 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.048 E: + useradd --home-dir /home/user --create-home user
00:00:00.052 E: + prefix=runuser -u user --
00:00:00.056 E: + [ extract = extract ]
00:00:00.061 E: + tr \n ,
00:00:00.067 E: + include=apt,base-files,base-passwd,bash,bsdutils,coreutils,dash,debconf,debian-archive-keyring,debianutils,diffutils,dpkg,findutils,gcc-14-base:amd64,gpgv,grep,gzip,hostname,init-system-helpers,libacl1:amd64,libapt-pkg6.0t64:amd64,libattr1:amd64,libaudit-common,libaudit1:amd64,libblkid1:amd64,libbz2-1.0:amd64,libc-bin,libc6:amd64,libcap-ng0:amd64,libcap2:amd64,libcrypt1:amd64,libdb5.3t64:amd64,libdebconfclient0:amd64,libffi8:amd64,libgcc-s1:amd64,libgcrypt20:amd64,libgmp10:amd64,libgnutls30t64:amd64,libgpg-error0:amd64,libhogweed6t64:amd64,libidn2-0:amd64,liblz4-1:amd64,liblzma5:amd64,libmd0:amd64,libmount1:amd64,libnettle8t64:amd64,libp11-kit0:amd64,libpam-modules:amd64,libpam-modules-bin,libpam-runtime,libpam0g:amd64,libpcre2-8-0:amd64,libseccomp2:amd64,libselinux1:amd64,libsmartcols1:amd64,libssl3t64:amd64,libstdc++6:amd64,libsystemd0:amd64,libtasn1-6:amd64,libtinfo6:amd64,libudev1:amd64,libunistring5:amd64,libuuid1:amd64,libxxhash0:amd64,libzstd1:amd64,mawk,ncurses-base,ncurses-bin,perl-base,sed,sysvinit-utils,tar,util-linux,zlib1g:amd64,
00:00:00.071 E: + runuser -u user -- mmdebstrap --mode=chrootless --include=apt,base-files,base-passwd,bash,bsdutils,coreutils,dash,debconf,debian-archive-keyring,debianutils,diffutils,dpkg,findutils,gcc-14-base:amd64,gpgv,grep,gzip,hostname,init-system-helpers,libacl1:amd64,libapt-pkg6.0t64:amd64,libattr1:amd64,libaudit-common,libaudit1:amd64,libblkid1:amd64,libbz2-1.0:amd64,libc-bin,libc6:amd64,libcap-ng0:amd64,libcap2:amd64,libcrypt1:amd64,libdb5.3t64:amd64,libdebconfclient0:amd64,libffi8:amd64,libgcc-s1:amd64,libgcrypt20:amd64,libgmp10:amd64,libgnutls30t64:amd64,libgpg-error0:amd64,libhogweed6t64:amd64,libidn2-0:amd64,liblz4-1:amd64,liblzma5:amd64,libmd0:amd64,libmount1:amd64,libnettle8t64:amd64,libp11-kit0:amd64,libpam-modules:amd64,libpam-modules-bin,libpam-runtime,libpam0g:amd64,libpcre2-8-0:amd64,libseccomp2:amd64,libselinux1:amd64,libsmartcols1:amd64,libssl3t64:amd64,libstdc++6:amd64,libsystemd0:amd64,libtasn1-6:amd64,libtinfo6:amd64,libudev1:amd64,libunistring5:amd64,libuuid1:amd64,libxxhash0:amd64,libzstd1:amd64,mawk,ncurses-base,ncurses-bin,perl-base,sed,sysvinit-utils,tar,util-linux,zlib1g:amd64, --dry-run --variant=extract unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.501 E: I: skipping emulation check in chrootless mode
00:00:00.540 E: I: finding correct signed-by value...
00:00:00.646 E: I: automatically chosen format: tar
00:00:00.650 E: I: using /tmp/mmdebstrap.iIBNRcOeN4 as tempdir
00:00:00.670 E: I: running apt-get update...
00:00:03.565 E: I: simulate downloading packages with apt...
00:00:06.503 E: I: skip extracting packages because of --dry-run
00:00:06.508 E: I: cleaning package lists and apt cache...
00:00:06.590 E: I: simulate creating tarball...
00:00:06.602 E: I: removing tempdir /tmp/mmdebstrap.iIBNRcOeN4...
00:00:06.607 E: I: success in 6.2323 seconds
00:00:06.616 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:17
result: SUCCESS
------------------------------------------------------------------------------
(231/280) create-tarball-dry-run
dist: unstable
mode: chrootless
variant: custom
format: auto
time left: 0:37:06
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + prefix=
00:00:00.019 E: + include=,
00:00:00.023 E: + id -u
00:00:00.027 E: + [ 0 -eq 0 ]
00:00:00.031 E: + [ chrootless != root ]
00:00:00.036 E: + [ chrootless != auto ]
00:00:00.040 E: + id user
00:00:00.044 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.048 E: + useradd --home-dir /home/user --create-home user
00:00:00.052 E: + prefix=runuser -u user --
00:00:00.056 E: + [ custom = extract ]
00:00:00.060 E: + [ custom = custom ]
00:00:00.064 E: + tr \n ,
00:00:00.068 E: + include=apt,base-files,base-passwd,bash,bsdutils,coreutils,dash,debconf,debian-archive-keyring,debianutils,diffutils,dpkg,findutils,gcc-14-base:amd64,gpgv,grep,gzip,hostname,init-system-helpers,libacl1:amd64,libapt-pkg6.0t64:amd64,libattr1:amd64,libaudit-common,libaudit1:amd64,libblkid1:amd64,libbz2-1.0:amd64,libc-bin,libc6:amd64,libcap-ng0:amd64,libcap2:amd64,libcrypt1:amd64,libdb5.3t64:amd64,libdebconfclient0:amd64,libffi8:amd64,libgcc-s1:amd64,libgcrypt20:amd64,libgmp10:amd64,libgnutls30t64:amd64,libgpg-error0:amd64,libhogweed6t64:amd64,libidn2-0:amd64,liblz4-1:amd64,liblzma5:amd64,libmd0:amd64,libmount1:amd64,libnettle8t64:amd64,libp11-kit0:amd64,libpam-modules:amd64,libpam-modules-bin,libpam-runtime,libpam0g:amd64,libpcre2-8-0:amd64,libseccomp2:amd64,libselinux1:amd64,libsmartcols1:amd64,libssl3t64:amd64,libstdc++6:amd64,libsystemd0:amd64,libtasn1-6:amd64,libtinfo6:amd64,libudev1:amd64,libunistring5:amd64,libuuid1:amd64,libxxhash0:amd64,libzstd1:amd64,mawk,ncurses-base,ncurses-bin,perl-base,sed,sysvinit-utils,tar,util-linux,zlib1g:amd64,
00:00:00.072 E: + runuser -u user -- mmdebstrap --mode=chrootless --include=apt,base-files,base-passwd,bash,bsdutils,coreutils,dash,debconf,debian-archive-keyring,debianutils,diffutils,dpkg,findutils,gcc-14-base:amd64,gpgv,grep,gzip,hostname,init-system-helpers,libacl1:amd64,libapt-pkg6.0t64:amd64,libattr1:amd64,libaudit-common,libaudit1:amd64,libblkid1:amd64,libbz2-1.0:amd64,libc-bin,libc6:amd64,libcap-ng0:amd64,libcap2:amd64,libcrypt1:amd64,libdb5.3t64:amd64,libdebconfclient0:amd64,libffi8:amd64,libgcc-s1:amd64,libgcrypt20:amd64,libgmp10:amd64,libgnutls30t64:amd64,libgpg-error0:amd64,libhogweed6t64:amd64,libidn2-0:amd64,liblz4-1:amd64,liblzma5:amd64,libmd0:amd64,libmount1:amd64,libnettle8t64:amd64,libp11-kit0:amd64,libpam-modules:amd64,libpam-modules-bin,libpam-runtime,libpam0g:amd64,libpcre2-8-0:amd64,libseccomp2:amd64,libselinux1:amd64,libsmartcols1:amd64,libssl3t64:amd64,libstdc++6:amd64,libsystemd0:amd64,libtasn1-6:amd64,libtinfo6:amd64,libudev1:amd64,libunistring5:amd64,libuuid1:amd64,libxxhash0:amd64,libzstd1:amd64,mawk,ncurses-base,ncurses-bin,perl-base,sed,sysvinit-utils,tar,util-linux,zlib1g:amd64, --dry-run --variant=custom unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.512 E: I: skipping emulation check in chrootless mode
00:00:00.550 E: I: finding correct signed-by value...
00:00:00.649 E: I: automatically chosen format: tar
00:00:00.654 E: I: using /tmp/mmdebstrap.SAocAiRbpY as tempdir
00:00:00.677 E: I: running apt-get update...
00:00:03.544 E: I: simulate downloading packages with apt...
00:00:06.611 E: I: skip extracting packages because of --dry-run
00:00:06.616 E: I: no essential packages -- skipping...
00:00:09.230 E: I: cleaning package lists and apt cache...
00:00:09.310 E: I: simulate creating tarball...
00:00:09.319 E: I: removing tempdir /tmp/mmdebstrap.SAocAiRbpY...
00:00:09.327 E: I: success in 8.9440 seconds
00:00:09.335 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:20
result: SUCCESS
------------------------------------------------------------------------------
(232/280) create-tarball-dry-run
dist: unstable
mode: chrootless
variant: essential
format: auto
time left: 0:36:16
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + prefix=
00:00:00.018 E: + include=,
00:00:00.021 E: + id -u
00:00:00.025 E: + [ 0 -eq 0 ]
00:00:00.028 E: + [ chrootless != root ]
00:00:00.032 E: + [ chrootless != auto ]
00:00:00.036 E: + id user
00:00:00.040 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.045 E: + useradd --home-dir /home/user --create-home user
00:00:00.050 E: + prefix=runuser -u user --
00:00:00.054 E: + [ essential = extract ]
00:00:00.058 E: + [ essential = custom ]
00:00:00.061 E: + runuser -u user -- mmdebstrap --mode=chrootless --include=, --dry-run --variant=essential unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.490 E: I: skipping emulation check in chrootless mode
00:00:00.524 E: I: finding correct signed-by value...
00:00:00.628 E: I: automatically chosen format: tar
00:00:00.633 E: I: using /tmp/mmdebstrap.wz47uCLKT4 as tempdir
00:00:00.654 E: I: running apt-get update...
00:00:03.576 E: I: simulate downloading packages with apt...
00:00:06.450 E: I: skip extracting packages because of --dry-run
00:00:06.454 E: I: no essential packages -- skipping...
00:00:06.459 E: I: cleaning package lists and apt cache...
00:00:06.535 E: I: simulate creating tarball...
00:00:06.544 E: I: removing tempdir /tmp/mmdebstrap.wz47uCLKT4...
00:00:06.548 E: I: success in 6.1791 seconds
00:00:06.555 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:17
result: SUCCESS
------------------------------------------------------------------------------
(233/280) create-tarball-dry-run
dist: unstable
mode: chrootless
variant: apt
format: auto
time left: 0:35:26
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + prefix=
00:00:00.017 E: + include=,
00:00:00.020 E: + id -u
00:00:00.024 E: + [ 0 -eq 0 ]
00:00:00.027 E: + [ chrootless != root ]
00:00:00.031 E: + [ chrootless != auto ]
00:00:00.034 E: + id user
00:00:00.037 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.041 E: + useradd --home-dir /home/user --create-home user
00:00:00.044 E: + prefix=runuser -u user --
00:00:00.047 E: + [ apt = extract ]
00:00:00.050 E: + [ apt = custom ]
00:00:00.054 E: + runuser -u user -- mmdebstrap --mode=chrootless --include=, --dry-run --variant=apt unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.483 E: I: skipping emulation check in chrootless mode
00:00:00.515 E: I: finding correct signed-by value...
00:00:00.617 E: I: automatically chosen format: tar
00:00:00.621 E: I: using /tmp/mmdebstrap.7s8LLNr2w1 as tempdir
00:00:00.641 E: I: running apt-get update...
00:00:03.519 E: I: simulate downloading packages with apt...
00:00:05.942 E: I: skip extracting packages because of --dry-run
00:00:05.947 E: I: no essential packages -- skipping...
00:00:07.921 E: I: cleaning package lists and apt cache...
00:00:08.003 E: I: simulate creating tarball...
00:00:08.014 E: I: removing tempdir /tmp/mmdebstrap.7s8LLNr2w1...
00:00:08.018 E: I: success in 7.6624 seconds
00:00:08.026 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:18
result: SUCCESS
------------------------------------------------------------------------------
(234/280) create-tarball-dry-run
dist: unstable
mode: chrootless
variant: minbase
format: auto
time left: 0:34:37
------------------------------------------------------------------------------
00:00:00.008 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + prefix=
00:00:00.021 E: + include=,
00:00:00.025 E: + id -u
00:00:00.030 E: + [ 0 -eq 0 ]
00:00:00.034 E: + [ chrootless != root ]
00:00:00.037 E: + [ chrootless != auto ]
00:00:00.041 E: + id user
00:00:00.046 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.050 E: + useradd --home-dir /home/user --create-home user
00:00:00.054 E: + prefix=runuser -u user --
00:00:00.058 E: + [ minbase = extract ]
00:00:00.062 E: + [ minbase = custom ]
00:00:00.066 E: + runuser -u user -- mmdebstrap --mode=chrootless --include=, --dry-run --variant=minbase unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.542 E: I: skipping emulation check in chrootless mode
00:00:00.578 E: I: finding correct signed-by value...
00:00:00.677 E: I: automatically chosen format: tar
00:00:00.681 E: I: using /tmp/mmdebstrap.UjJva7st20 as tempdir
00:00:00.705 E: I: running apt-get update...
00:00:03.825 E: I: simulate downloading packages with apt...
00:00:06.427 E: I: skip extracting packages because of --dry-run
00:00:06.432 E: I: no essential packages -- skipping...
00:00:08.929 E: I: cleaning package lists and apt cache...
00:00:09.027 E: I: simulate creating tarball...
00:00:09.036 E: I: removing tempdir /tmp/mmdebstrap.UjJva7st20...
00:00:09.040 E: I: success in 8.6304 seconds
00:00:09.049 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:20
result: SUCCESS
------------------------------------------------------------------------------
(235/280) create-tarball-dry-run
dist: unstable
mode: chrootless
variant: buildd
format: auto
time left: 0:33:48
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + prefix=
00:00:00.023 E: + include=,
00:00:00.029 E: + id -u
00:00:00.033 E: + [ 0 -eq 0 ]
00:00:00.039 E: + [ chrootless != root ]
00:00:00.044 E: + [ chrootless != auto ]
00:00:00.049 E: + id user
00:00:00.054 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.058 E: + useradd --home-dir /home/user --create-home user
00:00:00.063 E: + prefix=runuser -u user --
00:00:00.068 E: + [ buildd = extract ]
00:00:00.074 E: + [ buildd = custom ]
00:00:00.082 E: + runuser -u user -- mmdebstrap --mode=chrootless --include=, --dry-run --variant=buildd unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.626 E: I: skipping emulation check in chrootless mode
00:00:00.660 E: I: finding correct signed-by value...
00:00:00.778 E: I: automatically chosen format: tar
00:00:00.782 E: I: using /tmp/mmdebstrap.9ojRDxTOZn as tempdir
00:00:00.806 E: I: running apt-get update...
00:00:03.947 E: I: simulate downloading packages with apt...
00:00:06.921 E: I: skip extracting packages because of --dry-run
00:00:06.925 E: I: no essential packages -- skipping...
00:00:09.852 E: I: cleaning package lists and apt cache...
00:00:09.941 E: I: simulate creating tarball...
00:00:09.952 E: I: removing tempdir /tmp/mmdebstrap.9ojRDxTOZn...
00:00:09.956 E: I: success in 9.4889 seconds
00:00:09.965 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:21
result: SUCCESS
------------------------------------------------------------------------------
(236/280) create-tarball-dry-run
dist: unstable
mode: chrootless
variant: -
format: auto
time left: 0:33:00
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + prefix=
00:00:00.018 E: + include=,
00:00:00.021 E: + id -u
00:00:00.026 E: + [ 0 -eq 0 ]
00:00:00.030 E: + [ chrootless != root ]
00:00:00.034 E: + [ chrootless != auto ]
00:00:00.039 E: + id user
00:00:00.043 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.048 E: + useradd --home-dir /home/user --create-home user
00:00:00.054 E: + prefix=runuser -u user --
00:00:00.058 E: + [ - = extract ]
00:00:00.062 E: + [ - = custom ]
00:00:00.066 E: + runuser -u user -- mmdebstrap --mode=chrootless --include=, --dry-run --variant=- unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.482 E: I: skipping emulation check in chrootless mode
00:00:00.513 E: I: finding correct signed-by value...
00:00:00.615 E: I: automatically chosen format: tar
00:00:00.620 E: I: using /tmp/mmdebstrap.rtwFjQBz4u as tempdir
00:00:00.655 E: I: running apt-get update...
00:00:03.859 E: I: simulate downloading packages with apt...
00:00:07.216 E: I: skip extracting packages because of --dry-run
00:00:07.221 E: I: no essential packages -- skipping...
00:00:11.027 E: I: cleaning package lists and apt cache...
00:00:11.108 E: I: simulate creating tarball...
00:00:11.118 E: I: removing tempdir /tmp/mmdebstrap.rtwFjQBz4u...
00:00:11.122 E: I: success in 10.7561 seconds
00:00:11.129 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:22
result: SUCCESS
------------------------------------------------------------------------------
(237/280) create-tarball-dry-run
dist: unstable
mode: chrootless
variant: standard
format: auto
time left: 0:32:12
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + prefix=
00:00:00.017 E: + include=,
00:00:00.020 E: + id -u
00:00:00.024 E: + [ 0 -eq 0 ]
00:00:00.027 E: + [ chrootless != root ]
00:00:00.031 E: + [ chrootless != auto ]
00:00:00.035 E: + id user
00:00:00.039 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.043 E: + useradd --home-dir /home/user --create-home user
00:00:00.047 E: + prefix=runuser -u user --
00:00:00.051 E: + [ standard = extract ]
00:00:00.055 E: + [ standard = custom ]
00:00:00.060 E: + runuser -u user -- mmdebstrap --mode=chrootless --include=, --dry-run --variant=standard unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.499 E: I: skipping emulation check in chrootless mode
00:00:00.531 E: I: finding correct signed-by value...
00:00:00.636 E: I: automatically chosen format: tar
00:00:00.640 E: I: using /tmp/mmdebstrap.rvbhEVqVeZ as tempdir
00:00:00.665 E: I: running apt-get update...
00:00:03.551 E: I: simulate downloading packages with apt...
00:00:05.834 E: I: skip extracting packages because of --dry-run
00:00:05.839 E: I: no essential packages -- skipping...
00:00:10.982 E: I: cleaning package lists and apt cache...
00:00:11.078 E: I: simulate creating tarball...
00:00:11.089 E: I: removing tempdir /tmp/mmdebstrap.rvbhEVqVeZ...
00:00:11.095 E: I: success in 10.7301 seconds
00:00:11.101 E: + [ -e /tmp/debian-chroot.tar ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:21
result: SUCCESS
------------------------------------------------------------------------------
(238/280) unpack-doc-debian
dist: unstable
mode: root
variant: extract
format: auto
time left: 0:31:24
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + trap rm -rf /tmp/debian-chroot EXIT INT TERM
00:00:00.017 E: + [ extract = extract ]
00:00:00.021 E: + prefix=
00:00:00.024 E: + id -u
00:00:00.028 E: + [ 0 -eq 0 ]
00:00:00.031 E: + [ root != root ]
00:00:00.035 E: + [ root = fakechroot ]
00:00:00.038 E: + mmdebstrap --mode=root --variant=extract --include=doc-debian unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.439 E: I: skipping emulation check for extract variant
00:00:00.470 E: I: finding correct signed-by value...
00:00:00.564 E: I: automatically chosen format: directory
00:00:00.616 E: I: running apt-get update...
00:00:03.534 E: I: downloading packages with apt...
00:00:04.609 E: I: extracting archives...
00:00:04.637 E: W: skipping mounting of sysfs because the /sys directory is missing in the target
00:00:04.642 E: W: skipping mounting of proc because the /proc directory is missing in the target
00:00:04.647 E: I: cleaning package lists and apt cache...
00:00:04.747 E: I: success in 4.4305 seconds
00:00:04.755 E: + rm /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-constitution-text /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-mailing-lists /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-manifesto /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-reporting-bugs /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-social-contract
00:00:04.759 E: + rm -r /tmp/debian-chroot/usr/share/doc/debian
00:00:04.763 E: + rm -r /tmp/debian-chroot/usr/share/doc/doc-debian
00:00:04.767 E: + rm /tmp/debian-chroot/etc/apt/sources.list
00:00:04.770 E: + rm /tmp/debian-chroot/etc/fstab
00:00:04.774 E: + rm /tmp/debian-chroot/etc/hostname
00:00:04.779 E: + rm /tmp/debian-chroot/etc/resolv.conf
00:00:04.783 E: + rm /tmp/debian-chroot/var/lib/dpkg/status
00:00:04.787 E: + rm /tmp/debian-chroot/var/lib/dpkg/arch
00:00:04.791 E: + rm /tmp/debian-chroot/var/cache/apt/archives/lock
00:00:04.795 E: + rm /tmp/debian-chroot/var/lib/apt/lists/lock
00:00:04.800 E: + rm -f /tmp/debian-chroot/dev/console
00:00:04.804 E: + rm -f /tmp/debian-chroot/dev/fd
00:00:04.808 E: + rm -f /tmp/debian-chroot/dev/full
00:00:04.811 E: + rm -f /tmp/debian-chroot/dev/null
00:00:04.815 E: + rm -f /tmp/debian-chroot/dev/ptmx
00:00:04.819 E: + rm -f /tmp/debian-chroot/dev/random
00:00:04.823 E: + rm -f /tmp/debian-chroot/dev/stderr
00:00:04.827 E: + rm -f /tmp/debian-chroot/dev/stdin
00:00:04.832 E: + rm -f /tmp/debian-chroot/dev/stdout
00:00:04.837 E: + rm -f /tmp/debian-chroot/dev/tty
00:00:04.842 E: + rm -f /tmp/debian-chroot/dev/urandom
00:00:04.847 E: + rm -f /tmp/debian-chroot/dev/zero
00:00:04.852 E: + find /tmp/debian-chroot -depth -print0
00:00:04.856 E: + xargs -0 rmdir
00:00:04.860 E: + rm -rf /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:15
result: SUCCESS
------------------------------------------------------------------------------
(239/280) unpack-doc-debian
dist: unstable
mode: fakechroot
variant: extract
format: auto
time left: 0:30:35
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.018 E: + trap rm -rf /tmp/debian-chroot EXIT INT TERM
00:00:00.023 E: + [ extract = extract ]
00:00:00.027 E: + prefix=
00:00:00.031 E: + id -u
00:00:00.035 E: + [ 0 -eq 0 ]
00:00:00.039 E: + [ fakechroot != root ]
00:00:00.045 E: + [ fakechroot != auto ]
00:00:00.051 E: + id user
00:00:00.055 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.059 E: + useradd --home-dir /home/user --create-home user
00:00:00.064 E: + prefix=runuser -u user --
00:00:00.070 E: + [ fakechroot = fakechroot ]
00:00:00.075 E: + prefix=runuser -u user -- fakechroot fakeroot
00:00:00.080 E: + runuser -u user -- fakechroot fakeroot mmdebstrap --mode=fakechroot --variant=extract --include=doc-debian unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.619 E: I: skipping emulation check for extract variant
00:00:00.670 E: I: finding correct signed-by value...
00:00:00.809 E: I: automatically chosen format: directory
00:00:00.904 E: I: running apt-get update...
00:00:04.024 E: I: downloading packages with apt...
00:00:05.268 E: I: extracting archives...
00:00:05.315 E: I: cleaning package lists and apt cache...
00:00:05.419 E: I: success in 4.9586 seconds
00:00:05.429 E: + rm /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-constitution-text /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-mailing-lists /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-manifesto /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-reporting-bugs /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-social-contract
00:00:05.433 E: + rm -r /tmp/debian-chroot/usr/share/doc/debian
00:00:05.437 E: + rm -r /tmp/debian-chroot/usr/share/doc/doc-debian
00:00:05.442 E: + rm /tmp/debian-chroot/etc/apt/sources.list
00:00:05.446 E: + rm /tmp/debian-chroot/etc/fstab
00:00:05.451 E: + rm /tmp/debian-chroot/etc/hostname
00:00:05.455 E: + rm /tmp/debian-chroot/etc/resolv.conf
00:00:05.459 E: + rm /tmp/debian-chroot/var/lib/dpkg/status
00:00:05.463 E: + rm /tmp/debian-chroot/var/lib/dpkg/arch
00:00:05.467 E: + rm /tmp/debian-chroot/var/cache/apt/archives/lock
00:00:05.472 E: + rm /tmp/debian-chroot/var/lib/apt/lists/lock
00:00:05.476 E: + rm -f /tmp/debian-chroot/dev/console
00:00:05.481 E: + rm -f /tmp/debian-chroot/dev/fd
00:00:05.485 E: + rm -f /tmp/debian-chroot/dev/full
00:00:05.489 E: + rm -f /tmp/debian-chroot/dev/null
00:00:05.492 E: + rm -f /tmp/debian-chroot/dev/ptmx
00:00:05.496 E: + rm -f /tmp/debian-chroot/dev/random
00:00:05.500 E: + rm -f /tmp/debian-chroot/dev/stderr
00:00:05.504 E: + rm -f /tmp/debian-chroot/dev/stdin
00:00:05.508 E: + rm -f /tmp/debian-chroot/dev/stdout
00:00:05.512 E: + rm -f /tmp/debian-chroot/dev/tty
00:00:05.516 E: + rm -f /tmp/debian-chroot/dev/urandom
00:00:05.520 E: + rm -f /tmp/debian-chroot/dev/zero
00:00:05.524 E: + find /tmp/debian-chroot -depth -print0
00:00:05.528 E: + xargs -0 rmdir
00:00:05.532 E: + rm -rf /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:17
result: SUCCESS
------------------------------------------------------------------------------
(240/280) install-doc-debian
dist: unstable
mode: chrootless
variant: custom
format: auto
time left: 0:29:47
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.017 E: + [ custom = custom ]
00:00:00.021 E: + [ chrootless = chrootless ]
00:00:00.026 E: + trap rm -rf /tmp/debian-chroot EXIT INT TERM
00:00:00.032 E: + prefix=
00:00:00.036 E: + id -u
00:00:00.041 E: + [ 0 -eq 0 ]
00:00:00.047 E: + [ chrootless != root ]
00:00:00.052 E: + [ chrootless != auto ]
00:00:00.056 E: + id user
00:00:00.061 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.065 E: + useradd --home-dir /home/user --create-home user
00:00:00.069 E: + prefix=runuser -u user --
00:00:00.073 E: + runuser -u user -- mmdebstrap --mode=chrootless --variant=custom --include=doc-debian unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.525 E: I: skipping emulation check in chrootless mode
00:00:00.560 E: I: finding correct signed-by value...
00:00:00.661 E: I: automatically chosen format: directory
00:00:00.687 E: I: running apt-get update...
00:00:03.919 E: I: downloading packages with apt...
00:00:05.266 E: I: extracting archives...
00:00:05.281 E: I: installing essential packages...
00:00:06.397 E: I: cleaning package lists and apt cache...
00:00:06.532 E: I: success in 6.1318 seconds
00:00:06.551 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:00:06.557 E: + tar -C /tmp/debian-chroot --owner=0 --group=0 --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/debian-chroot.tar .
00:00:06.561 E: + tar tvf /tmp/debian-chroot.tar
00:00:06.580 E: + rm /tmp/debian-chroot.tar
00:00:06.585 E: + rm /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-constitution-text /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-mailing-lists /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-manifesto /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-reporting-bugs /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-social-contract
00:00:06.590 E: + rm -r /tmp/debian-chroot/usr/share/doc/debian
00:00:06.595 E: + rm -r /tmp/debian-chroot/usr/share/doc/doc-debian
00:00:06.601 E: + rm /tmp/debian-chroot/etc/apt/sources.list
00:00:06.606 E: + rm /tmp/debian-chroot/etc/fstab
00:00:06.611 E: + rm /tmp/debian-chroot/etc/hostname
00:00:06.616 E: + rm /tmp/debian-chroot/etc/resolv.conf
00:00:06.620 E: + rm /tmp/debian-chroot/var/lib/dpkg/status
00:00:06.624 E: + rm /tmp/debian-chroot/var/lib/dpkg/arch
00:00:06.628 E: + rm /tmp/debian-chroot/var/cache/apt/archives/lock
00:00:06.633 E: + rm /tmp/debian-chroot/var/lib/dpkg/lock
00:00:06.637 E: + rm /tmp/debian-chroot/var/lib/dpkg/lock-frontend
00:00:06.641 E: + rm /tmp/debian-chroot/var/lib/apt/lists/lock
00:00:06.645 E: + rm /tmp/debian-chroot/var/lib/dpkg/triggers/Lock
00:00:06.649 E: + rm /tmp/debian-chroot/var/lib/dpkg/triggers/Unincorp
00:00:06.653 E: + rm /tmp/debian-chroot/var/lib/dpkg/status-old
00:00:06.657 E: + rm /tmp/debian-chroot/var/lib/dpkg/info/format
00:00:06.661 E: + rm /tmp/debian-chroot/var/lib/dpkg/info/doc-debian.md5sums
00:00:06.665 E: + rm /tmp/debian-chroot/var/lib/dpkg/info/doc-debian.list
00:00:06.668 E: + find /tmp/debian-chroot -depth -print0
00:00:06.673 E: + xargs -0 rmdir
00:00:06.677 E: + rm -rf /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:18
result: SUCCESS
------------------------------------------------------------------------------
(241/280) chrootless
dist: unstable
mode: chrootless
variant: essential
format: auto
time left: 0:28:59
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + trap rm -f /tmp/chrootless.tar /tmp/root.tar EXIT INT TERM
00:00:00.023 E: + mmdebstrap --mode=root --variant=essential --hook-dir=./hooks/merged-usr --skip=check/chrootless unstable /tmp/root.tar http://127.0.0.1/debian
00:00:00.473 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.509 E: I: finding correct signed-by value...
00:00:00.613 E: I: automatically chosen format: tar
00:00:00.619 E: I: using /tmp/mmdebstrap.QUrzA1XWjH as tempdir
00:00:00.676 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.QUrzA1XWjH
00:00:00.693 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.QUrzA1XWjH/tmp/tmp.jjWkd1XM2N/usr-is-merged.deb'.
00:00:00.741 E: Selecting previously unselected package usr-is-merged.
00:00:00.747 E: (Reading database ... 0 files and directories currently installed.)
00:00:00.753 E: Preparing to unpack .../usr-is-merged.deb ...
00:00:00.758 E: Unpacking usr-is-merged (1) ...
00:00:00.765 E: Setting up usr-is-merged (1) ...
00:00:00.781 E: I: running apt-get update...
00:00:03.887 E: I: downloading packages with apt...
00:00:06.355 E: I: extracting archives...
00:00:08.237 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.QUrzA1XWjH
00:00:08.247 E: I: installing essential packages...
00:00:15.248 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.QUrzA1XWjH
00:00:15.437 E: Reading package lists...
00:00:15.655 E: Building dependency tree...
00:00:16.231 E: The following packages will be upgraded:
00:00:16.236 E:   usr-is-merged
00:00:16.282 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:00:16.286 E: Need to get 5572 B of archives.
00:00:16.290 E: After this operation, 13.3 kB of additional disk space will be used.
00:00:16.295 E: Get:1 http://127.0.0.1/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
00:00:16.393 E: Fetched 5572 B in 0s (259 kB/s)
00:00:16.398 E: Chrooting into /tmp/mmdebstrap.QUrzA1XWjH/
00:00:16.503 E: debconf: delaying package configuration, since apt-utils is not installed
00:00:16.569 E: Fetched 5572 B in 0s (259 kB/s)
00:00:16.574 E: Chrooting into /tmp/mmdebstrap.QUrzA1XWjH/
00:00:16.592 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:00:16.596 E: Preparing to unpack .../usr-is-merged_39_all.deb ...
00:00:16.605 E: Unpacking usr-is-merged (39) over (1) ...
00:00:16.624 E: Chrooting into /tmp/mmdebstrap.QUrzA1XWjH/
00:00:16.629 E: Setting up usr-is-merged (39) ...
00:00:16.651 E: Chrooting into /tmp/mmdebstrap.QUrzA1XWjH/
00:00:16.868 E: I: cleaning package lists and apt cache...
00:00:16.965 E: I: creating tarball...
00:00:17.622 E: I: done
00:00:17.672 E: I: removing tempdir /tmp/mmdebstrap.QUrzA1XWjH...
00:00:17.835 E: I: success in 17.5002 seconds
00:00:17.844 E: + mmdebstrap --mode=chrootless --variant=essential --hook-dir=./hooks/merged-usr --skip=check/chrootless unstable /tmp/chrootless.tar http://127.0.0.1/debian
00:00:18.256 E: I: skipping check/chrootless as requested
00:00:18.260 E: I: skipping emulation check in chrootless mode
00:00:18.284 E: I: finding correct signed-by value...
00:00:18.392 E: I: automatically chosen format: tar
00:00:18.397 E: I: using /tmp/mmdebstrap.q3TFCt9xbl as tempdir
00:00:18.465 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.q3TFCt9xbl
00:00:18.481 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.q3TFCt9xbl/tmp/tmp.qtRPr2EiK2/usr-is-merged.deb'.
00:00:18.538 E: Selecting previously unselected package usr-is-merged.
00:00:18.543 E: (Reading database ... 0 files and directories currently installed.)
00:00:18.546 E: Preparing to unpack .../usr-is-merged.deb ...
00:00:18.551 E: Unpacking usr-is-merged (1) ...
00:00:18.557 E: Setting up usr-is-merged (1) ...
00:00:18.571 E: I: running apt-get update...
00:00:21.607 E: I: downloading packages with apt...
00:00:23.925 E: I: extracting archives...
00:00:25.799 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.q3TFCt9xbl
00:00:25.808 E: I: installing essential packages...
00:00:32.861 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.q3TFCt9xbl
00:00:33.040 E: Reading package lists...
00:00:33.291 E: Building dependency tree...
00:00:33.866 E: The following packages will be upgraded:
00:00:33.871 E:   usr-is-merged
00:00:33.910 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:00:33.915 E: Need to get 5572 B of archives.
00:00:33.919 E: After this operation, 13.3 kB of additional disk space will be used.
00:00:33.924 E: Get:1 http://127.0.0.1/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
00:00:34.256 E: Fetched 5572 B in 0s (267 kB/s)
00:00:34.280 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:00:34.284 E: Preparing to unpack .../usr-is-merged_39_all.deb ...
00:00:34.295 E: Unpacking usr-is-merged (39) over (1) ...
00:00:34.320 E: Setting up usr-is-merged (39) ...
00:00:34.521 E: I: cleaning package lists and apt cache...
00:00:34.625 E: I: creating tarball...
00:00:35.304 E: I: done
00:00:35.334 E: I: removing tempdir /tmp/mmdebstrap.q3TFCt9xbl...
00:00:35.507 E: I: success in 17.3750 seconds
00:00:35.519 E: + cmp /tmp/root.tar /tmp/chrootless.tar
00:00:35.649 E: + rm /tmp/chrootless.tar /tmp/root.tar
00:00:35.695 E: + mmdebstrap --mode=root --variant=essential --hook-dir=./hooks/merged-usr --include=apt --skip=check/chrootless unstable /tmp/root.tar http://127.0.0.1/debian
00:00:36.129 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:36.161 E: I: finding correct signed-by value...
00:00:36.271 E: I: automatically chosen format: tar
00:00:36.275 E: I: using /tmp/mmdebstrap.34CA8BJTqv as tempdir
00:00:36.333 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.34CA8BJTqv
00:00:36.348 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.34CA8BJTqv/tmp/tmp.GHjotoDDd5/usr-is-merged.deb'.
00:00:36.390 E: Selecting previously unselected package usr-is-merged.
00:00:36.394 E: (Reading database ... 0 files and directories currently installed.)
00:00:36.399 E: Preparing to unpack .../usr-is-merged.deb ...
00:00:36.402 E: Unpacking usr-is-merged (1) ...
00:00:36.406 E: Setting up usr-is-merged (1) ...
00:00:36.416 E: I: running apt-get update...
00:00:39.372 E: I: downloading packages with apt...
00:00:41.688 E: I: extracting archives...
00:00:43.560 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.34CA8BJTqv
00:00:43.570 E: I: installing essential packages...
00:00:49.282 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.34CA8BJTqv
00:00:49.478 E: Reading package lists...
00:00:49.793 E: Building dependency tree...
00:00:50.500 E: The following packages will be upgraded:
00:00:50.505 E:   usr-is-merged
00:00:50.556 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:00:50.560 E: Need to get 5572 B of archives.
00:00:50.564 E: After this operation, 13.3 kB of additional disk space will be used.
00:00:50.569 E: Get:1 http://127.0.0.1/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
00:00:50.651 E: Fetched 5572 B in 0s (223 kB/s)
00:00:50.655 E: Chrooting into /tmp/mmdebstrap.34CA8BJTqv/
00:00:50.758 E: debconf: delaying package configuration, since apt-utils is not installed
00:00:50.809 E: Fetched 5572 B in 0s (223 kB/s)
00:00:50.814 E: Chrooting into /tmp/mmdebstrap.34CA8BJTqv/
00:00:50.834 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:00:50.839 E: Preparing to unpack .../usr-is-merged_39_all.deb ...
00:00:50.850 E: Unpacking usr-is-merged (39) over (1) ...
00:00:50.872 E: Chrooting into /tmp/mmdebstrap.34CA8BJTqv/
00:00:50.877 E: Setting up usr-is-merged (39) ...
00:00:50.902 E: Chrooting into /tmp/mmdebstrap.34CA8BJTqv/
00:00:51.073 E: I: installing remaining packages inside the chroot...
00:00:54.754 E: I: cleaning package lists and apt cache...
00:00:54.860 E: I: creating tarball...
00:00:55.742 E: I: done
00:00:55.841 E: I: removing tempdir /tmp/mmdebstrap.34CA8BJTqv...
00:00:56.040 E: I: success in 20.0415 seconds
00:00:56.048 E: + mmdebstrap --mode=chrootless --variant=essential --hook-dir=./hooks/merged-usr --include=apt --skip=check/chrootless unstable /tmp/chrootless.tar http://127.0.0.1/debian
00:00:56.473 E: I: skipping check/chrootless as requested
00:00:56.477 E: I: skipping emulation check in chrootless mode
00:00:56.501 E: I: finding correct signed-by value...
00:00:56.612 E: I: automatically chosen format: tar
00:00:56.617 E: I: using /tmp/mmdebstrap.hQHbcPve5B as tempdir
00:00:56.678 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.hQHbcPve5B
00:00:56.694 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.hQHbcPve5B/tmp/tmp.ABBoG5M2QL/usr-is-merged.deb'.
00:00:56.733 E: Selecting previously unselected package usr-is-merged.
00:00:56.738 E: (Reading database ... 0 files and directories currently installed.)
00:00:56.742 E: Preparing to unpack .../usr-is-merged.deb ...
00:00:56.747 E: Unpacking usr-is-merged (1) ...
00:00:56.751 E: Setting up usr-is-merged (1) ...
00:00:56.761 E: I: running apt-get update...
00:00:59.646 E: I: downloading packages with apt...
00:01:02.006 E: I: extracting archives...
00:01:03.877 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.hQHbcPve5B
00:01:03.886 E: I: installing essential packages...
00:01:10.923 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.hQHbcPve5B
00:01:11.105 E: Reading package lists...
00:01:11.350 E: Building dependency tree...
00:01:11.930 E: The following packages will be upgraded:
00:01:11.936 E:   usr-is-merged
00:01:11.981 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:01:11.987 E: Need to get 5572 B of archives.
00:01:11.991 E: After this operation, 13.3 kB of additional disk space will be used.
00:01:11.995 E: Get:1 http://127.0.0.1/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
00:01:12.283 E: Fetched 5572 B in 0s (233 kB/s)
00:01:12.306 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:01:12.312 E: Preparing to unpack .../usr-is-merged_39_all.deb ...
00:01:12.323 E: Unpacking usr-is-merged (39) over (1) ...
00:01:12.348 E: Setting up usr-is-merged (39) ...
00:01:16.716 E: I: cleaning package lists and apt cache...
00:01:16.825 E: I: creating tarball...
00:01:17.662 E: I: done
00:01:17.732 E: I: removing tempdir /tmp/mmdebstrap.hQHbcPve5B...
00:01:17.919 E: I: success in 21.5775 seconds
00:01:17.927 E: + cmp /tmp/root.tar /tmp/chrootless.tar
00:01:18.077 E: + rm /tmp/chrootless.tar /tmp/root.tar
00:01:18.141 E: + mmdebstrap --mode=root --variant=essential --hook-dir=./hooks/merged-usr --include=apt,build-essential --skip=check/chrootless unstable /tmp/root.tar http://127.0.0.1/debian
00:01:18.595 E: I: chroot architecture amd64 is equal to the host's architecture
00:01:18.627 E: I: finding correct signed-by value...
00:01:18.724 E: I: automatically chosen format: tar
00:01:18.729 E: I: using /tmp/mmdebstrap.Kd8wZEJpkM as tempdir
00:01:18.785 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.Kd8wZEJpkM
00:01:18.800 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.Kd8wZEJpkM/tmp/tmp.kfCuMCwqiJ/usr-is-merged.deb'.
00:01:18.841 E: Selecting previously unselected package usr-is-merged.
00:01:18.846 E: (Reading database ... 0 files and directories currently installed.)
00:01:18.851 E: Preparing to unpack .../usr-is-merged.deb ...
00:01:18.856 E: Unpacking usr-is-merged (1) ...
00:01:18.862 E: Setting up usr-is-merged (1) ...
00:01:18.873 E: I: running apt-get update...
00:01:21.886 E: I: downloading packages with apt...
00:01:24.373 E: I: extracting archives...
00:01:26.295 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.Kd8wZEJpkM
00:01:26.306 E: I: installing essential packages...
00:01:32.270 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.Kd8wZEJpkM
00:01:32.458 E: Reading package lists...
00:01:32.694 E: Building dependency tree...
00:01:33.252 E: The following packages will be upgraded:
00:01:33.256 E:   usr-is-merged
00:01:33.295 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:01:33.299 E: Need to get 5572 B of archives.
00:01:33.304 E: After this operation, 13.3 kB of additional disk space will be used.
00:01:33.308 E: Get:1 http://127.0.0.1/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
00:01:33.378 E: Fetched 5572 B in 0s (266 kB/s)
00:01:33.383 E: Chrooting into /tmp/mmdebstrap.Kd8wZEJpkM/
00:01:33.483 E: debconf: delaying package configuration, since apt-utils is not installed
00:01:33.530 E: Fetched 5572 B in 0s (266 kB/s)
00:01:33.535 E: Chrooting into /tmp/mmdebstrap.Kd8wZEJpkM/
00:01:33.556 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:01:33.560 E: Preparing to unpack .../usr-is-merged_39_all.deb ...
00:01:33.570 E: Unpacking usr-is-merged (39) over (1) ...
00:01:33.589 E: Chrooting into /tmp/mmdebstrap.Kd8wZEJpkM/
00:01:33.594 E: Setting up usr-is-merged (39) ...
00:01:33.619 E: Chrooting into /tmp/mmdebstrap.Kd8wZEJpkM/
00:01:33.842 E: I: installing remaining packages inside the chroot...
00:01:48.126 E: I: cleaning package lists and apt cache...
00:01:48.247 E: I: creating tarball...
00:01:51.520 E: I: done
00:01:51.792 E: I: removing tempdir /tmp/mmdebstrap.Kd8wZEJpkM...
00:01:52.352 E: I: success in 33.8809 seconds
00:01:52.362 E: + mmdebstrap --mode=chrootless --variant=essential --hook-dir=./hooks/merged-usr --include=apt,build-essential --skip=check/chrootless unstable /tmp/chrootless.tar http://127.0.0.1/debian
00:01:52.807 E: I: skipping check/chrootless as requested
00:01:52.812 E: I: skipping emulation check in chrootless mode
00:01:52.835 E: I: finding correct signed-by value...
00:01:52.946 E: I: automatically chosen format: tar
00:01:52.954 E: I: using /tmp/mmdebstrap.IuX8Klvw3R as tempdir
00:01:53.018 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.IuX8Klvw3R
00:01:53.035 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.IuX8Klvw3R/tmp/tmp.TiVaLolL2u/usr-is-merged.deb'.
00:01:53.076 E: Selecting previously unselected package usr-is-merged.
00:01:53.080 E: (Reading database ... 0 files and directories currently installed.)
00:01:53.085 E: Preparing to unpack .../usr-is-merged.deb ...
00:01:53.088 E: Unpacking usr-is-merged (1) ...
00:01:53.092 E: Setting up usr-is-merged (1) ...
00:01:53.102 E: I: running apt-get update...
00:01:56.060 E: I: downloading packages with apt...
00:01:58.544 E: I: extracting archives...
00:02:00.420 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.IuX8Klvw3R
00:02:00.431 E: I: installing essential packages...
00:02:07.418 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.IuX8Klvw3R
00:02:07.601 E: Reading package lists...
00:02:07.884 E: Building dependency tree...
00:02:08.508 E: The following packages will be upgraded:
00:02:08.512 E:   usr-is-merged
00:02:08.553 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:02:08.559 E: Need to get 5572 B of archives.
00:02:08.563 E: After this operation, 13.3 kB of additional disk space will be used.
00:02:08.568 E: Get:1 http://127.0.0.1/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
00:02:08.869 E: Fetched 5572 B in 0s (256 kB/s)
00:02:08.891 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:02:08.895 E: Preparing to unpack .../usr-is-merged_39_all.deb ...
00:02:08.905 E: Unpacking usr-is-merged (39) over (1) ...
00:02:08.928 E: Setting up usr-is-merged (39) ...
00:02:23.712 E: I: cleaning package lists and apt cache...
00:02:23.842 E: I: creating tarball...
00:02:26.901 E: I: done
00:02:27.174 E: I: removing tempdir /tmp/mmdebstrap.IuX8Klvw3R...
00:02:27.708 E: I: success in 35.0326 seconds
00:02:27.715 E: + cmp /tmp/root.tar /tmp/chrootless.tar
00:02:28.242 E: + rm /tmp/chrootless.tar /tmp/root.tar
00:02:28.442 E: + mmdebstrap --mode=root --variant=essential --hook-dir=./hooks/merged-usr --include=systemd-sysv --skip=check/chrootless unstable /tmp/root.tar http://127.0.0.1/debian
00:02:28.862 E: I: chroot architecture amd64 is equal to the host's architecture
00:02:28.889 E: I: finding correct signed-by value...
00:02:28.993 E: I: automatically chosen format: tar
00:02:28.998 E: I: using /tmp/mmdebstrap.qfaZQS6XfE as tempdir
00:02:29.056 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.qfaZQS6XfE
00:02:29.071 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.qfaZQS6XfE/tmp/tmp.DfidruoYCA/usr-is-merged.deb'.
00:02:29.107 E: Selecting previously unselected package usr-is-merged.
00:02:29.111 E: (Reading database ... 0 files and directories currently installed.)
00:02:29.115 E: Preparing to unpack .../usr-is-merged.deb ...
00:02:29.119 E: Unpacking usr-is-merged (1) ...
00:02:29.123 E: Setting up usr-is-merged (1) ...
00:02:29.135 E: I: running apt-get update...
00:02:31.944 E: I: downloading packages with apt...
00:02:34.171 E: I: extracting archives...
00:02:36.008 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.qfaZQS6XfE
00:02:36.019 E: I: installing essential packages...
00:02:41.546 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.qfaZQS6XfE
00:02:41.721 E: Reading package lists...
00:02:41.974 E: Building dependency tree...
00:02:42.503 E: The following packages will be upgraded:
00:02:42.509 E:   usr-is-merged
00:02:42.547 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:02:42.552 E: Need to get 5572 B of archives.
00:02:42.558 E: After this operation, 13.3 kB of additional disk space will be used.
00:02:42.563 E: Get:1 http://127.0.0.1/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
00:02:42.631 E: Fetched 5572 B in 0s (299 kB/s)
00:02:42.635 E: Chrooting into /tmp/mmdebstrap.qfaZQS6XfE/
00:02:42.748 E: debconf: delaying package configuration, since apt-utils is not installed
00:02:42.803 E: Fetched 5572 B in 0s (299 kB/s)
00:02:42.806 E: Chrooting into /tmp/mmdebstrap.qfaZQS6XfE/
00:02:42.824 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:02:42.829 E: Preparing to unpack .../usr-is-merged_39_all.deb ...
00:02:42.843 E: Unpacking usr-is-merged (39) over (1) ...
00:02:42.865 E: Chrooting into /tmp/mmdebstrap.qfaZQS6XfE/
00:02:42.872 E: Setting up usr-is-merged (39) ...
00:02:42.896 E: Chrooting into /tmp/mmdebstrap.qfaZQS6XfE/
00:02:43.079 E: I: installing remaining packages inside the chroot...
00:02:45.463 E: I: cleaning package lists and apt cache...
00:02:45.583 E: I: creating tarball...
00:02:46.326 E: I: done
00:02:46.370 E: I: removing tempdir /tmp/mmdebstrap.qfaZQS6XfE...
00:02:46.588 E: I: success in 17.8654 seconds
00:02:46.594 E: + mmdebstrap --mode=chrootless --variant=essential --hook-dir=./hooks/merged-usr --include=systemd-sysv --skip=check/chrootless unstable /tmp/chrootless.tar http://127.0.0.1/debian
00:02:47.015 E: I: skipping check/chrootless as requested
00:02:47.020 E: I: skipping emulation check in chrootless mode
00:02:47.041 E: I: finding correct signed-by value...
00:02:47.149 E: I: automatically chosen format: tar
00:02:47.153 E: I: using /tmp/mmdebstrap.CUmHooVFXA as tempdir
00:02:47.211 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.CUmHooVFXA
00:02:47.228 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.CUmHooVFXA/tmp/tmp.tWcpiktIWx/usr-is-merged.deb'.
00:02:47.271 E: Selecting previously unselected package usr-is-merged.
00:02:47.275 E: (Reading database ... 0 files and directories currently installed.)
00:02:47.279 E: Preparing to unpack .../usr-is-merged.deb ...
00:02:47.283 E: Unpacking usr-is-merged (1) ...
00:02:47.287 E: Setting up usr-is-merged (1) ...
00:02:47.297 E: I: running apt-get update...
00:02:50.083 E: I: downloading packages with apt...
00:02:52.324 E: I: extracting archives...
00:02:54.144 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.CUmHooVFXA
00:02:54.151 E: I: installing essential packages...
00:03:00.965 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.CUmHooVFXA
00:03:01.139 E: Reading package lists...
00:03:01.378 E: Building dependency tree...
00:03:01.923 E: The following packages will be upgraded:
00:03:01.927 E:   usr-is-merged
00:03:01.967 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:03:01.971 E: Need to get 5572 B of archives.
00:03:01.975 E: After this operation, 13.3 kB of additional disk space will be used.
00:03:01.979 E: Get:1 http://127.0.0.1/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
00:03:02.276 E: Fetched 5572 B in 0s (283 kB/s)
00:03:02.302 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:03:02.306 E: Preparing to unpack .../usr-is-merged_39_all.deb ...
00:03:02.316 E: Unpacking usr-is-merged (39) over (1) ...
00:03:02.341 E: Setting up usr-is-merged (39) ...
00:03:05.063 E: I: cleaning package lists and apt cache...
00:03:05.195 E: I: creating tarball...
00:03:06.009 E: I: done
00:03:06.102 E: I: removing tempdir /tmp/mmdebstrap.CUmHooVFXA...
00:03:06.296 E: I: success in 19.4105 seconds
00:03:06.305 E: + cmp /tmp/root.tar /tmp/chrootless.tar
00:03:06.434 E: + rm /tmp/chrootless.tar /tmp/root.tar
00:03:06.486 E: + rm -f /tmp/chrootless.tar /tmp/root.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:03:18
result: SUCCESS
------------------------------------------------------------------------------
(242/280) chrootless-fakeroot
dist: unstable
mode: chrootless
variant: essential
format: auto
time left: 0:28:41
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + trap rm -f /tmp/chrootless.tar /tmp/root.tar EXIT INT TERM
00:00:00.023 E: + [ chrootless = chrootless ]
00:00:00.028 E: + prefix=
00:00:00.032 E: + id -u
00:00:00.036 E: + [ 0 -eq 0 ]
00:00:00.041 E: + [ chrootless != root ]
00:00:00.045 E: + [ chrootless != auto ]
00:00:00.050 E: + id user
00:00:00.055 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.059 E: + useradd --home-dir /home/user --create-home user
00:00:00.064 E: + prefix=runuser -u user --
00:00:00.067 E: + MMTARFILTER=
00:00:00.071 E: + [ -x /usr/bin/mmtarfilter ]
00:00:00.076 E: + MMTARFILTER=/usr/bin/mmtarfilter
00:00:00.081 E: + [ -x ./tarfilter ]
00:00:00.086 E: + MMTARFILTER=./tarfilter
00:00:00.091 E: + mmdebstrap --variant=essential --hook-dir=./hooks/merged-usr unstable - http://127.0.0.1/debian
00:00:00.095 E: + ./tarfilter --path-exclude=/var/log/journal --path-exclude=/etc/credstore*
00:00:00.536 E: I: automatically chosen mode: root
00:00:00.545 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.577 E: I: finding correct signed-by value...
00:00:00.685 E: I: automatically chosen format: tar
00:00:00.691 E: I: using /tmp/mmdebstrap.e8sZk1FO35 as tempdir
00:00:00.747 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.e8sZk1FO35
00:00:00.762 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.e8sZk1FO35/tmp/tmp.zbpJWety56/usr-is-merged.deb'.
00:00:00.807 E: Selecting previously unselected package usr-is-merged.
00:00:00.811 E: (Reading database ... 0 files and directories currently installed.)
00:00:00.817 E: Preparing to unpack .../usr-is-merged.deb ...
00:00:00.821 E: Unpacking usr-is-merged (1) ...
00:00:00.826 E: Setting up usr-is-merged (1) ...
00:00:00.841 E: I: running apt-get update...
00:00:03.880 E: I: downloading packages with apt...
00:00:05.988 E: I: extracting archives...
00:00:07.825 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.e8sZk1FO35
00:00:07.833 E: I: installing essential packages...
00:00:13.705 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.e8sZk1FO35
00:00:13.879 E: Reading package lists...
00:00:14.104 E: Building dependency tree...
00:00:14.588 E: The following packages will be upgraded:
00:00:14.592 E:   usr-is-merged
00:00:14.629 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:00:14.633 E: Need to get 5572 B of archives.
00:00:14.637 E: After this operation, 13.3 kB of additional disk space will be used.
00:00:14.641 E: Get:1 http://127.0.0.1/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
00:00:14.700 E: Fetched 5572 B in 0s (283 kB/s)
00:00:14.704 E: Chrooting into /tmp/mmdebstrap.e8sZk1FO35/
00:00:14.805 E: debconf: delaying package configuration, since apt-utils is not installed
00:00:14.848 E: Fetched 5572 B in 0s (283 kB/s)
00:00:14.852 E: Chrooting into /tmp/mmdebstrap.e8sZk1FO35/
00:00:14.870 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:00:14.874 E: Preparing to unpack .../usr-is-merged_39_all.deb ...
00:00:14.883 E: Unpacking usr-is-merged (39) over (1) ...
00:00:14.903 E: Chrooting into /tmp/mmdebstrap.e8sZk1FO35/
00:00:14.908 E: Setting up usr-is-merged (39) ...
00:00:14.930 E: Chrooting into /tmp/mmdebstrap.e8sZk1FO35/
00:00:15.107 E: I: cleaning package lists and apt cache...
00:00:15.205 E: I: creating tarball...
00:00:16.316 E: I: done
00:00:16.323 E: I: removing tempdir /tmp/mmdebstrap.e8sZk1FO35...
00:00:16.484 E: I: success in 16.0926 seconds
00:00:16.491 E: + runuser -u user -- fakeroot mmdebstrap --mode=chrootless --variant=essential --hook-dir=./hooks/merged-usr unstable - http://127.0.0.1/debian
00:00:16.495 E: + ./tarfilter --path-exclude=/var/log/journal --path-exclude=/etc/credstore*
00:00:16.977 E: I: skipping emulation check in chrootless mode
00:00:17.010 E: I: finding correct signed-by value...
00:00:17.127 E: I: automatically chosen format: tar
00:00:17.132 E: I: using /tmp/mmdebstrap.6oS7akHqSa as tempdir
00:00:17.194 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.6oS7akHqSa
00:00:17.209 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.6oS7akHqSa/tmp/tmp.cm55SGaLYn/usr-is-merged.deb'.
00:00:17.254 E: Selecting previously unselected package usr-is-merged.
00:00:17.259 E: (Reading database ... 0 files and directories currently installed.)
00:00:17.264 E: Preparing to unpack .../usr-is-merged.deb ...
00:00:17.268 E: Unpacking usr-is-merged (1) ...
00:00:17.273 E: Setting up usr-is-merged (1) ...
00:00:17.285 E: I: running apt-get update...
00:00:20.260 E: I: downloading packages with apt...
00:00:22.476 E: I: extracting archives...
00:00:24.350 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.6oS7akHqSa
00:00:24.359 E: I: installing essential packages...
00:00:30.908 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.6oS7akHqSa
00:00:31.111 E: Reading package lists...
00:00:31.344 E: Building dependency tree...
00:00:31.853 E: The following packages will be upgraded:
00:00:31.858 E:   usr-is-merged
00:00:31.897 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:00:31.902 E: Need to get 5572 B of archives.
00:00:31.907 E: After this operation, 13.3 kB of additional disk space will be used.
00:00:31.911 E: Get:1 http://127.0.0.1/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
00:00:32.086 E: debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Permission denied
00:00:32.115 E: mkdir /var/cache/debconf/tmp.ci: Permission denied at /usr/sbin/dpkg-preconfigure line 78.
00:00:32.162 E: Fetched 5572 B in 0s (253 kB/s)
00:00:32.191 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:00:32.195 E: Preparing to unpack .../usr-is-merged_39_all.deb ...
00:00:32.207 E: Unpacking usr-is-merged (39) over (1) ...
00:00:32.233 E: Setting up usr-is-merged (39) ...
00:00:32.425 E: I: cleaning package lists and apt cache...
00:00:32.528 E: I: creating tarball...
00:00:33.742 E: I: done
00:00:33.751 E: I: removing tempdir /tmp/mmdebstrap.6oS7akHqSa...
00:00:33.984 E: I: success in 17.1606 seconds
00:00:33.995 E: + cmp /tmp/root.tar /tmp/chrootless.tar
00:00:34.106 E: + rm /tmp/chrootless.tar /tmp/root.tar
00:00:34.156 E: + mmdebstrap --variant=essential --hook-dir=./hooks/merged-usr --include=apt unstable - http://127.0.0.1/debian
00:00:34.161 E: + ./tarfilter --path-exclude=/var/log/journal --path-exclude=/etc/credstore*
00:00:34.577 E: I: automatically chosen mode: root
00:00:34.587 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:34.615 E: I: finding correct signed-by value...
00:00:34.723 E: I: automatically chosen format: tar
00:00:34.727 E: I: using /tmp/mmdebstrap.n7JW5XVgxM as tempdir
00:00:34.786 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.n7JW5XVgxM
00:00:34.801 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.n7JW5XVgxM/tmp/tmp.tAMHswBBWv/usr-is-merged.deb'.
00:00:34.839 E: Selecting previously unselected package usr-is-merged.
00:00:34.843 E: (Reading database ... 0 files and directories currently installed.)
00:00:34.847 E: Preparing to unpack .../usr-is-merged.deb ...
00:00:34.851 E: Unpacking usr-is-merged (1) ...
00:00:34.854 E: Setting up usr-is-merged (1) ...
00:00:34.863 E: I: running apt-get update...
00:00:37.720 E: I: downloading packages with apt...
00:00:40.029 E: I: extracting archives...
00:00:41.878 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.n7JW5XVgxM
00:00:41.884 E: I: installing essential packages...
00:00:47.450 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.n7JW5XVgxM
00:00:47.640 E: Reading package lists...
00:00:47.916 E: Building dependency tree...
00:00:48.521 E: The following packages will be upgraded:
00:00:48.526 E:   usr-is-merged
00:00:48.574 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:00:48.578 E: Need to get 5572 B of archives.
00:00:48.582 E: After this operation, 13.3 kB of additional disk space will be used.
00:00:48.586 E: Get:1 http://127.0.0.1/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
00:00:48.675 E: Fetched 5572 B in 0s (226 kB/s)
00:00:48.679 E: Chrooting into /tmp/mmdebstrap.n7JW5XVgxM/
00:00:48.779 E: debconf: delaying package configuration, since apt-utils is not installed
00:00:48.837 E: Fetched 5572 B in 0s (226 kB/s)
00:00:48.842 E: Chrooting into /tmp/mmdebstrap.n7JW5XVgxM/
00:00:48.861 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:00:48.865 E: Preparing to unpack .../usr-is-merged_39_all.deb ...
00:00:48.874 E: Unpacking usr-is-merged (39) over (1) ...
00:00:48.893 E: Chrooting into /tmp/mmdebstrap.n7JW5XVgxM/
00:00:48.899 E: Setting up usr-is-merged (39) ...
00:00:48.919 E: Chrooting into /tmp/mmdebstrap.n7JW5XVgxM/
00:00:49.101 E: I: installing remaining packages inside the chroot...
00:00:52.624 E: I: cleaning package lists and apt cache...
00:00:52.722 E: I: creating tarball...
00:00:54.011 E: I: done
00:00:54.019 E: I: removing tempdir /tmp/mmdebstrap.n7JW5XVgxM...
00:00:54.213 E: I: success in 19.7660 seconds
00:00:54.221 E: + runuser -u user -- fakeroot mmdebstrap --mode=chrootless --variant=essential --hook-dir=./hooks/merged-usr --include=apt unstable - http://127.0.0.1/debian
00:00:54.225 E: + ./tarfilter --path-exclude=/var/log/journal --path-exclude=/etc/credstore*
00:00:54.665 E: I: skipping emulation check in chrootless mode
00:00:54.698 E: I: finding correct signed-by value...
00:00:54.822 E: I: automatically chosen format: tar
00:00:54.826 E: I: using /tmp/mmdebstrap.l5mjzsCksw as tempdir
00:00:54.889 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.l5mjzsCksw
00:00:54.907 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.l5mjzsCksw/tmp/tmp.Hk0MIxlROj/usr-is-merged.deb'.
00:00:54.950 E: Selecting previously unselected package usr-is-merged.
00:00:54.954 E: (Reading database ... 0 files and directories currently installed.)
00:00:54.958 E: Preparing to unpack .../usr-is-merged.deb ...
00:00:54.962 E: Unpacking usr-is-merged (1) ...
00:00:54.966 E: Setting up usr-is-merged (1) ...
00:00:54.978 E: I: running apt-get update...
00:00:57.810 E: I: downloading packages with apt...
00:00:59.960 E: I: extracting archives...
00:01:01.930 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.l5mjzsCksw
00:01:01.941 E: I: installing essential packages...
00:01:08.680 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.l5mjzsCksw
00:01:08.886 E: Reading package lists...
00:01:09.156 E: Building dependency tree...
00:01:09.844 E: The following packages will be upgraded:
00:01:09.849 E:   usr-is-merged
00:01:09.893 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:01:09.897 E: Need to get 5572 B of archives.
00:01:09.901 E: After this operation, 13.3 kB of additional disk space will be used.
00:01:09.905 E: Get:1 http://127.0.0.1/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
00:01:10.087 E: debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Permission denied
00:01:10.113 E: mkdir /var/cache/debconf/tmp.ci: Permission denied at /usr/sbin/dpkg-preconfigure line 78.
00:01:10.169 E: Fetched 5572 B in 0s (261 kB/s)
00:01:10.201 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:01:10.206 E: Preparing to unpack .../usr-is-merged_39_all.deb ...
00:01:10.218 E: Unpacking usr-is-merged (39) over (1) ...
00:01:10.248 E: Setting up usr-is-merged (39) ...
00:01:14.730 E: I: cleaning package lists and apt cache...
00:01:14.838 E: I: creating tarball...
00:01:16.245 E: I: done
00:01:16.254 E: I: removing tempdir /tmp/mmdebstrap.l5mjzsCksw...
00:01:16.509 E: I: success in 21.9835 seconds
00:01:16.520 E: + cmp /tmp/root.tar /tmp/chrootless.tar
00:01:16.653 E: + rm /tmp/chrootless.tar /tmp/root.tar
00:01:16.722 E: + mmdebstrap --variant=essential --hook-dir=./hooks/merged-usr --include=apt,build-essential unstable - http://127.0.0.1/debian
00:01:16.727 E: + ./tarfilter --path-exclude=/var/log/journal --path-exclude=/etc/credstore*
00:01:17.219 E: I: automatically chosen mode: root
00:01:17.230 E: I: chroot architecture amd64 is equal to the host's architecture
00:01:17.265 E: I: finding correct signed-by value...
00:01:17.400 E: I: automatically chosen format: tar
00:01:17.408 E: I: using /tmp/mmdebstrap.Fx0dW3PrQh as tempdir
00:01:17.484 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.Fx0dW3PrQh
00:01:17.504 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.Fx0dW3PrQh/tmp/tmp.MSA90N0TLK/usr-is-merged.deb'.
00:01:17.551 E: Selecting previously unselected package usr-is-merged.
00:01:17.555 E: (Reading database ... 0 files and directories currently installed.)
00:01:17.559 E: Preparing to unpack .../usr-is-merged.deb ...
00:01:17.563 E: Unpacking usr-is-merged (1) ...
00:01:17.567 E: Setting up usr-is-merged (1) ...
00:01:17.579 E: I: running apt-get update...
00:01:20.773 E: I: downloading packages with apt...
00:01:23.254 E: I: extracting archives...
00:01:25.141 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.Fx0dW3PrQh
00:01:25.150 E: I: installing essential packages...
00:01:31.604 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.Fx0dW3PrQh
00:01:31.806 E: Reading package lists...
00:01:32.134 E: Building dependency tree...
00:01:32.888 E: The following packages will be upgraded:
00:01:32.900 E:   usr-is-merged
00:01:32.919 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:01:32.924 E: Need to get 5572 B of archives.
00:01:32.929 E: After this operation, 13.3 kB of additional disk space will be used.
00:01:32.935 E: Get:1 http://127.0.0.1/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
00:01:33.033 E: Fetched 5572 B in 0s (216 kB/s)
00:01:33.039 E: Chrooting into /tmp/mmdebstrap.Fx0dW3PrQh/
00:01:33.164 E: debconf: delaying package configuration, since apt-utils is not installed
00:01:33.225 E: Fetched 5572 B in 0s (216 kB/s)
00:01:33.229 E: Chrooting into /tmp/mmdebstrap.Fx0dW3PrQh/
00:01:33.252 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:01:33.258 E: Preparing to unpack .../usr-is-merged_39_all.deb ...
00:01:33.271 E: Unpacking usr-is-merged (39) over (1) ...
00:01:33.294 E: Chrooting into /tmp/mmdebstrap.Fx0dW3PrQh/
00:01:33.300 E: Setting up usr-is-merged (39) ...
00:01:33.325 E: Chrooting into /tmp/mmdebstrap.Fx0dW3PrQh/
00:01:33.526 E: I: installing remaining packages inside the chroot...
00:01:48.566 E: I: cleaning package lists and apt cache...
00:01:48.691 E: I: creating tarball...
00:01:53.523 E: I: done
00:01:53.532 E: I: removing tempdir /tmp/mmdebstrap.Fx0dW3PrQh...
00:01:54.041 E: I: success in 36.9815 seconds
00:01:54.077 E: + runuser -u user -- fakeroot mmdebstrap --mode=chrootless --variant=essential --hook-dir=./hooks/merged-usr --include=apt,build-essential unstable - http://127.0.0.1/debian
00:01:54.086 E: + ./tarfilter --path-exclude=/var/log/journal --path-exclude=/etc/credstore*
00:01:54.549 E: I: skipping emulation check in chrootless mode
00:01:54.588 E: I: finding correct signed-by value...
00:01:54.710 E: I: automatically chosen format: tar
00:01:54.714 E: I: using /tmp/mmdebstrap.c1XkCLjQ_8 as tempdir
00:01:54.781 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.c1XkCLjQ_8
00:01:54.799 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.c1XkCLjQ_8/tmp/tmp.QZif0H127s/usr-is-merged.deb'.
00:01:54.846 E: Selecting previously unselected package usr-is-merged.
00:01:54.850 E: (Reading database ... 0 files and directories currently installed.)
00:01:54.854 E: Preparing to unpack .../usr-is-merged.deb ...
00:01:54.858 E: Unpacking usr-is-merged (1) ...
00:01:54.862 E: Setting up usr-is-merged (1) ...
00:01:54.875 E: I: running apt-get update...
00:01:57.772 E: I: downloading packages with apt...
00:02:00.036 E: I: extracting archives...
00:02:01.971 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.c1XkCLjQ_8
00:02:01.982 E: I: installing essential packages...
00:02:09.687 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.c1XkCLjQ_8
00:02:09.929 E: Reading package lists...
00:02:10.289 E: Building dependency tree...
00:02:11.056 E: The following packages will be upgraded:
00:02:11.064 E:   usr-is-merged
00:02:11.127 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:02:11.132 E: Need to get 5572 B of archives.
00:02:11.137 E: After this operation, 13.3 kB of additional disk space will be used.
00:02:11.141 E: Get:1 http://127.0.0.1/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
00:02:11.350 E: debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Permission denied
00:02:11.381 E: mkdir /var/cache/debconf/tmp.ci: Permission denied at /usr/sbin/dpkg-preconfigure line 78.
00:02:11.445 E: Fetched 5572 B in 0s (143 kB/s)
00:02:11.552 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:02:11.559 E: Preparing to unpack .../usr-is-merged_39_all.deb ...
00:02:11.579 E: Unpacking usr-is-merged (39) over (1) ...
00:02:11.620 E: Setting up usr-is-merged (39) ...
00:02:29.715 E: I: cleaning package lists and apt cache...
00:02:29.852 E: I: creating tarball...
00:02:35.984 E: I: done
00:02:35.991 E: I: removing tempdir /tmp/mmdebstrap.c1XkCLjQ_8...
00:02:36.928 E: I: success in 42.5185 seconds
00:02:36.964 E: + cmp /tmp/root.tar /tmp/chrootless.tar
00:02:37.574 E: + rm /tmp/chrootless.tar /tmp/root.tar
00:02:37.840 E: + mmdebstrap --variant=essential --hook-dir=./hooks/merged-usr --include=systemd-sysv unstable - http://127.0.0.1/debian
00:02:37.844 E: + ./tarfilter --path-exclude=/var/log/journal --path-exclude=/etc/credstore*
00:02:38.317 E: I: automatically chosen mode: root
00:02:38.328 E: I: chroot architecture amd64 is equal to the host's architecture
00:02:38.360 E: I: finding correct signed-by value...
00:02:38.480 E: I: automatically chosen format: tar
00:02:38.486 E: I: using /tmp/mmdebstrap.TmhLvT7ECM as tempdir
00:02:38.547 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.TmhLvT7ECM
00:02:38.564 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.TmhLvT7ECM/tmp/tmp.qZlyUgQCMp/usr-is-merged.deb'.
00:02:38.620 E: Selecting previously unselected package usr-is-merged.
00:02:38.625 E: (Reading database ... 0 files and directories currently installed.)
00:02:38.631 E: Preparing to unpack .../usr-is-merged.deb ...
00:02:38.637 E: Unpacking usr-is-merged (1) ...
00:02:38.643 E: Setting up usr-is-merged (1) ...
00:02:38.657 E: I: running apt-get update...
00:02:41.812 E: I: downloading packages with apt...
00:02:44.570 E: I: extracting archives...
00:02:46.635 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.TmhLvT7ECM
00:02:46.646 E: I: installing essential packages...
00:02:53.471 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.TmhLvT7ECM
00:02:53.664 E: Reading package lists...
00:02:53.940 E: Building dependency tree...
00:02:54.574 E: The following packages will be upgraded:
00:02:54.580 E:   usr-is-merged
00:02:54.621 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:02:54.626 E: Need to get 5572 B of archives.
00:02:54.631 E: After this operation, 13.3 kB of additional disk space will be used.
00:02:54.636 E: Get:1 http://127.0.0.1/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
00:02:54.706 E: Fetched 5572 B in 0s (246 kB/s)
00:02:54.710 E: Chrooting into /tmp/mmdebstrap.TmhLvT7ECM/
00:02:54.817 E: debconf: delaying package configuration, since apt-utils is not installed
00:02:54.871 E: Fetched 5572 B in 0s (246 kB/s)
00:02:54.877 E: Chrooting into /tmp/mmdebstrap.TmhLvT7ECM/
00:02:54.899 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:02:54.904 E: Preparing to unpack .../usr-is-merged_39_all.deb ...
00:02:54.916 E: Unpacking usr-is-merged (39) over (1) ...
00:02:54.939 E: Chrooting into /tmp/mmdebstrap.TmhLvT7ECM/
00:02:54.945 E: Setting up usr-is-merged (39) ...
00:02:54.968 E: Chrooting into /tmp/mmdebstrap.TmhLvT7ECM/
00:02:55.152 E: I: installing remaining packages inside the chroot...
00:02:58.091 E: I: cleaning package lists and apt cache...
00:02:58.216 E: I: creating tarball...
00:02:59.718 E: I: done
00:02:59.727 E: I: removing tempdir /tmp/mmdebstrap.TmhLvT7ECM...
00:02:59.949 E: I: success in 21.7781 seconds
00:02:59.985 E: + runuser -u user -- fakeroot mmdebstrap --mode=chrootless --variant=essential --hook-dir=./hooks/merged-usr --include=systemd-sysv unstable - http://127.0.0.1/debian
00:02:59.989 E: + ./tarfilter --path-exclude=/var/log/journal --path-exclude=/etc/credstore*
00:03:00.466 E: I: skipping emulation check in chrootless mode
00:03:00.506 E: I: finding correct signed-by value...
00:03:00.623 E: I: automatically chosen format: tar
00:03:00.627 E: I: using /tmp/mmdebstrap.dKRLljszE3 as tempdir
00:03:00.693 E: I: running --setup-hook directly: ./hooks/merged-usr/setup00.sh /tmp/mmdebstrap.dKRLljszE3
00:03:00.712 E: dpkg-deb: building package 'usr-is-merged' in '/tmp/mmdebstrap.dKRLljszE3/tmp/tmp.8tS6oYxlRm/usr-is-merged.deb'.
00:03:00.760 E: Selecting previously unselected package usr-is-merged.
00:03:00.765 E: (Reading database ... 0 files and directories currently installed.)
00:03:00.768 E: Preparing to unpack .../usr-is-merged.deb ...
00:03:00.772 E: Unpacking usr-is-merged (1) ...
00:03:00.776 E: Setting up usr-is-merged (1) ...
00:03:00.789 E: I: running apt-get update...
00:03:04.014 E: I: downloading packages with apt...
00:03:06.880 E: I: extracting archives...
00:03:09.079 E: I: running --extract-hook directly: ./hooks/merged-usr/extract00.sh /tmp/mmdebstrap.dKRLljszE3
00:03:09.094 E: I: installing essential packages...
00:03:16.975 E: I: running --essential-hook directly: ./hooks/merged-usr/essential00.sh /tmp/mmdebstrap.dKRLljszE3
00:03:17.184 E: Reading package lists...
00:03:17.447 E: Building dependency tree...
00:03:18.062 E: The following packages will be upgraded:
00:03:18.068 E:   usr-is-merged
00:03:18.113 E: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
00:03:18.118 E: Need to get 5572 B of archives.
00:03:18.123 E: After this operation, 13.3 kB of additional disk space will be used.
00:03:18.128 E: Get:1 http://127.0.0.1/debian unstable/main amd64 usr-is-merged all 39 [5572 B]
00:03:18.314 E: debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Permission denied
00:03:18.345 E: mkdir /var/cache/debconf/tmp.ci: Permission denied at /usr/sbin/dpkg-preconfigure line 78.
00:03:18.403 E: Fetched 5572 B in 0s (219 kB/s)
00:03:18.433 E: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 3522 files and directories currently installed.)
00:03:18.438 E: Preparing to unpack .../usr-is-merged_39_all.deb ...
00:03:18.456 E: Unpacking usr-is-merged (39) over (1) ...
00:03:18.485 E: Setting up usr-is-merged (39) ...
00:03:21.873 E: I: cleaning package lists and apt cache...
00:03:22.024 E: I: creating tarball...
00:03:23.726 E: I: done
00:03:23.736 E: I: removing tempdir /tmp/mmdebstrap.dKRLljszE3...
00:03:24.049 E: I: success in 23.7204 seconds
00:03:24.077 E: + cmp /tmp/root.tar /tmp/chrootless.tar
00:03:24.233 E: + rm /tmp/chrootless.tar /tmp/root.tar
00:03:24.303 E: + rm -f /tmp/chrootless.tar /tmp/root.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:03:35
result: SUCCESS
------------------------------------------------------------------------------
(243/280) chrootless-foreign
dist: unstable
mode: chrootless
variant: essential
format: auto
time left: 0:28:23
skipped because of not run_ma_same_tests
------------------------------------------------------------------------------
(244/280) install-doc-debian-and-output-tarball
dist: unstable
mode: chrootless
variant: custom
format: auto
time left: 0:27:32
------------------------------------------------------------------------------
00:00:00.008 E: + set -eu
00:00:00.014 E: + export LC_ALL=C.UTF-8
00:00:00.022 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.032 E: + [ custom = custom ]
00:00:00.041 E: + [ chrootless = chrootless ]
00:00:00.047 E: + prefix=
00:00:00.054 E: + id -u
00:00:00.067 E: + [ 0 -eq 0 ]
00:00:00.074 E: + [ chrootless != root ]
00:00:00.079 E: + [ chrootless != auto ]
00:00:00.086 E: + id user
00:00:00.092 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.101 E: + useradd --home-dir /home/user --create-home user
00:00:00.107 E: + prefix=runuser -u user --
00:00:00.114 E: + runuser -u user -- mmdebstrap --mode=chrootless --variant=custom --include=doc-debian unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.650 E: I: skipping emulation check in chrootless mode
00:00:00.691 E: I: finding correct signed-by value...
00:00:00.805 E: I: automatically chosen format: tar
00:00:00.810 E: I: using /tmp/mmdebstrap.HeBv_460Xp as tempdir
00:00:00.838 E: I: running apt-get update...
00:00:03.823 E: I: downloading packages with apt...
00:00:04.815 E: I: extracting archives...
00:00:04.830 E: I: installing essential packages...
00:00:05.814 E: I: cleaning package lists and apt cache...
00:00:05.912 E: I: creating tarball...
00:00:05.925 E: I: done
00:00:05.936 E: I: removing tempdir /tmp/mmdebstrap.HeBv_460Xp...
00:00:05.942 E: I: success in 5.4525 seconds
00:00:05.952 E: + tar tvf /tmp/debian-chroot.tar
00:00:05.956 E: + grep -v  ./dev
00:00:05.960 E: + diff -u doc-debian.tar.list -
00:00:05.963 E: + rm /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:18
result: SUCCESS
------------------------------------------------------------------------------
(245/280) install-doc-debian-and-test-hooks
dist: unstable
mode: chrootless
variant: custom
format: auto
time left: 0:26:43
------------------------------------------------------------------------------
00:00:00.011 E: + set -eu
00:00:00.017 E: + export LC_ALL=C.UTF-8
00:00:00.024 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.029 E: + [ custom = custom ]
00:00:00.035 E: + [ chrootless = chrootless ]
00:00:00.042 E: + trap rm -rf /tmp/debian-chroot EXIT INT TERM
00:00:00.046 E: + prefix=
00:00:00.051 E: + id -u
00:00:00.057 E: + [ 0 -eq 0 ]
00:00:00.061 E: + [ chrootless != root ]
00:00:00.065 E: + [ chrootless != auto ]
00:00:00.070 E: + id user
00:00:00.074 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.078 E: + useradd --home-dir /home/user --create-home user
00:00:00.082 E: + prefix=runuser -u user --
00:00:00.086 E: + runuser -u user -- mmdebstrap --mode=chrootless --skip=cleanup/tmp --variant=custom --include=doc-debian --setup-hook=touch "$1/tmp/setup" --customize-hook=touch "$1/tmp/customize" unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.558 E: I: skipping emulation check in chrootless mode
00:00:00.595 E: I: finding correct signed-by value...
00:00:00.701 E: I: automatically chosen format: directory
00:00:00.733 E: I: running --setup-hook in shell: sh -c 'touch "$1/tmp/setup"' exec /tmp/debian-chroot
00:00:00.741 E: I: running apt-get update...
00:00:03.779 E: I: downloading packages with apt...
00:00:04.768 E: I: extracting archives...
00:00:04.784 E: I: installing essential packages...
00:00:05.815 E: I: running --customize-hook in shell: sh -c 'touch "$1/tmp/customize"' exec /tmp/debian-chroot
00:00:05.822 E: I: cleaning package lists and apt cache...
00:00:05.914 E: I: skipping cleanup/tmp as requested
00:00:05.923 E: I: success in 5.4988 seconds
00:00:05.933 E: + rm /tmp/debian-chroot/tmp/setup
00:00:05.937 E: + rm /tmp/debian-chroot/tmp/customize
00:00:05.942 E: + date --utc --date=@1722845704 --iso-8601=seconds
00:00:05.947 E: + tar -C /tmp/debian-chroot --owner=0 --group=0 --numeric-owner --sort=name --clamp-mtime --mtime=2024-08-05T08:15:04+00:00 -cf /tmp/debian-chroot.tar .
00:00:05.951 E: + tar tvf /tmp/debian-chroot.tar
00:00:05.956 E: + grep -v  ./dev
00:00:05.960 E: + diff -u doc-debian.tar.list -
00:00:05.964 E: + rm /tmp/debian-chroot.tar
00:00:05.968 E: + rm /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-constitution-text /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-mailing-lists /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-manifesto /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-reporting-bugs /tmp/debian-chroot/usr/share/doc-base/doc-debian.debian-social-contract
00:00:05.973 E: + rm -r /tmp/debian-chroot/usr/share/doc/debian
00:00:05.977 E: + rm -r /tmp/debian-chroot/usr/share/doc/doc-debian
00:00:05.982 E: + rm /tmp/debian-chroot/etc/apt/sources.list
00:00:05.987 E: + rm /tmp/debian-chroot/etc/fstab
00:00:05.991 E: + rm /tmp/debian-chroot/etc/hostname
00:00:05.995 E: + rm /tmp/debian-chroot/etc/resolv.conf
00:00:05.999 E: + rm /tmp/debian-chroot/var/lib/dpkg/status
00:00:06.003 E: + rm /tmp/debian-chroot/var/lib/dpkg/arch
00:00:06.008 E: + rm /tmp/debian-chroot/var/cache/apt/archives/lock
00:00:06.012 E: + rm /tmp/debian-chroot/var/lib/dpkg/lock
00:00:06.016 E: + rm /tmp/debian-chroot/var/lib/dpkg/lock-frontend
00:00:06.020 E: + rm /tmp/debian-chroot/var/lib/apt/lists/lock
00:00:06.025 E: + rm /tmp/debian-chroot/var/lib/dpkg/triggers/Lock
00:00:06.029 E: + rm /tmp/debian-chroot/var/lib/dpkg/triggers/Unincorp
00:00:06.032 E: + rm /tmp/debian-chroot/var/lib/dpkg/status-old
00:00:06.036 E: + rm /tmp/debian-chroot/var/lib/dpkg/info/format
00:00:06.041 E: + rm /tmp/debian-chroot/var/lib/dpkg/info/doc-debian.md5sums
00:00:06.045 E: + rm /tmp/debian-chroot/var/lib/dpkg/info/doc-debian.list
00:00:06.049 E: + find /tmp/debian-chroot -depth -print0
00:00:06.054 E: + xargs -0 rmdir
00:00:06.059 E: + rm -rf /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:18
result: SUCCESS
------------------------------------------------------------------------------
(246/280) install-libmagic-mgc-on-foreign
dist: unstable
mode: chrootless
variant: custom
format: auto
time left: 0:25:55
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.019 E: + [ custom = custom ]
00:00:00.024 E: + [ chrootless = chrootless ]
00:00:00.030 E: + prefix=
00:00:00.041 E: + id -u
00:00:00.046 E: + [ 0 -eq 0 ]
00:00:00.050 E: + [ chrootless != root ]
00:00:00.056 E: + [ chrootless != auto ]
00:00:00.061 E: + id user
00:00:00.065 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.072 E: + useradd --home-dir /home/user --create-home user
00:00:00.077 E: + prefix=runuser -u user --
00:00:00.082 E: + dpkg --print-architecture
00:00:00.090 E: + foreign_arch=arm64
00:00:00.095 E: + runuser -u user -- mmdebstrap --mode=chrootless --variant=custom --architectures=arm64 --include=libmagic-mgc unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.640 E: I: skipping emulation check in chrootless mode
00:00:00.729 E: I: finding correct signed-by value...
00:00:00.845 E: I: automatically chosen format: directory
00:00:00.878 E: I: running apt-get update...
00:00:04.250 E: I: downloading packages with apt...
00:00:05.683 E: I: extracting archives...
00:00:05.725 E: I: installing essential packages...
00:00:06.891 E: I: cleaning package lists and apt cache...
00:00:06.985 E: I: success in 6.5244 seconds
00:00:06.994 E: + rm /tmp/debian-chroot/usr/lib/file/magic.mgc
00:00:06.999 E: + rm /tmp/debian-chroot/usr/share/doc/libmagic-mgc/README.Debian
00:00:07.003 E: + rm /tmp/debian-chroot/usr/share/doc/libmagic-mgc/changelog.Debian.gz
00:00:07.009 E: + rm /tmp/debian-chroot/usr/share/doc/libmagic-mgc/changelog.gz
00:00:07.014 E: + rm /tmp/debian-chroot/usr/share/doc/libmagic-mgc/copyright
00:00:07.019 E: + rm -f /tmp/debian-chroot/usr/share/doc/libmagic-mgc/changelog.Debian.arm64.gz
00:00:07.023 E: + rm /tmp/debian-chroot/usr/share/file/magic.mgc
00:00:07.028 E: + rm /tmp/debian-chroot/usr/share/misc/magic.mgc
00:00:07.035 E: + rm /tmp/debian-chroot/etc/apt/sources.list
00:00:07.039 E: + rm /tmp/debian-chroot/etc/fstab
00:00:07.044 E: + rm /tmp/debian-chroot/etc/hostname
00:00:07.048 E: + rm /tmp/debian-chroot/etc/resolv.conf
00:00:07.052 E: + rm /tmp/debian-chroot/var/lib/dpkg/status
00:00:07.056 E: + rm /tmp/debian-chroot/var/cache/apt/archives/lock
00:00:07.060 E: + rm /tmp/debian-chroot/var/lib/dpkg/lock
00:00:07.065 E: + rm /tmp/debian-chroot/var/lib/dpkg/lock-frontend
00:00:07.069 E: + rm /tmp/debian-chroot/var/lib/apt/lists/lock
00:00:07.072 E: + rm /tmp/debian-chroot/var/lib/dpkg/arch
00:00:07.076 E: + rm /tmp/debian-chroot/var/lib/dpkg/triggers/Lock
00:00:07.080 E: + rm /tmp/debian-chroot/var/lib/dpkg/triggers/Unincorp
00:00:07.084 E: + rm /tmp/debian-chroot/var/lib/dpkg/status-old
00:00:07.089 E: + rm /tmp/debian-chroot/var/lib/dpkg/info/format
00:00:07.093 E: + rm /tmp/debian-chroot/var/lib/dpkg/info/libmagic-mgc.md5sums
00:00:07.097 E: + rm /tmp/debian-chroot/var/lib/dpkg/info/libmagic-mgc.list
00:00:07.100 E: + find /tmp/debian-chroot -depth -print0
00:00:07.105 E: + xargs -0 rmdir
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:20
result: SUCCESS
------------------------------------------------------------------------------
(247/280) install-busybox-based-sub-essential-system
dist: unstable
mode: auto
variant: apt
format: auto
time left: 0:25:07
------------------------------------------------------------------------------
00:00:00.008 E: + set -eu
00:00:00.013 E: + export LC_ALL=C.UTF-8
00:00:00.018 E: + trap rm -rf /tmp/debian-chroot EXIT INT TERM
00:00:00.023 E: + pkgs=base-files,base-passwd,busybox,debianutils,dpkg,libc-bin,mawk,tar
00:00:00.027 E: + mmdebstrap --mode=root --variant=custom --include=base-files,base-passwd,busybox,debianutils,dpkg,libc-bin,mawk,tar --setup-hook=mkdir -p "$1/bin" --setup-hook=echo root:x:0:0:root:/root:/bin/sh > "$1/etc/passwd" --setup-hook=printf "root:x:0:\nmail:x:8:\nutmp:x:43:\n" > "$1/etc/group" --extract-hook=chroot "$1" busybox --install -s unstable /tmp/debian-chroot http://127.0.0.1/debian
00:00:00.551 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.596 E: I: finding correct signed-by value...
00:00:00.701 E: I: automatically chosen format: directory
00:00:00.763 E: I: running --setup-hook in shell: sh -c 'mkdir -p "$1/bin"' exec /tmp/debian-chroot
00:00:00.771 E: I: running --setup-hook in shell: sh -c 'echo root:x:0:0:root:/root:/bin/sh > "$1/etc/passwd"' exec /tmp/debian-chroot
00:00:00.776 E: I: running --setup-hook in shell: sh -c 'printf "root:x:0:\nmail:x:8:\nutmp:x:43:\n" > "$1/etc/group"' exec /tmp/debian-chroot
00:00:00.781 E: I: running apt-get update...
00:00:04.095 E: I: downloading packages with apt...
00:00:05.814 E: I: extracting archives...
00:00:06.482 E: I: running --extract-hook in shell: sh -c 'chroot "$1" busybox --install -s' exec /tmp/debian-chroot
00:00:06.499 E: I: installing essential packages...
00:00:08.326 E: I: cleaning package lists and apt cache...
00:00:08.438 E: I: success in 8.0599 seconds
00:00:08.446 E: + echo base-files,base-passwd,busybox,debianutils,dpkg,libc-bin,mawk,tar
00:00:08.451 E: + tr , \n
00:00:08.456 E: + chroot /tmp/debian-chroot dpkg-query -f ${binary:Package}\n -W
00:00:08.461 E: + + diff -u - /tmp/expected
00:00:08.466 E: comm -12 - /tmp/expected
00:00:08.474 E: + rm /tmp/expected
00:00:08.485 E: + test -L /tmp/debian-chroot/bin/echo
00:00:08.494 E: + readlink /tmp/debian-chroot/bin/echo
00:00:08.499 E: + test /usr/bin/busybox = /usr/bin/busybox
00:00:08.503 E: + test -L /tmp/debian-chroot/bin/cat
00:00:08.511 E: + readlink /tmp/debian-chroot/bin/cat
00:00:08.515 E: + test /usr/bin/busybox = /usr/bin/busybox
00:00:08.520 E: + test -L /tmp/debian-chroot/bin/sed
00:00:08.525 E: + readlink /tmp/debian-chroot/bin/sed
00:00:08.529 E: + test /usr/bin/busybox = /usr/bin/busybox
00:00:08.534 E: + test -L /tmp/debian-chroot/bin/grep
00:00:08.539 E: + readlink /tmp/debian-chroot/bin/grep
00:00:08.544 E: + test /usr/bin/busybox = /usr/bin/busybox
00:00:08.549 E: + test -L /tmp/debian-chroot/usr/bin/sort
00:00:08.554 E: + readlink /tmp/debian-chroot/usr/bin/sort
00:00:08.558 E: + test /usr/bin/busybox = /usr/bin/busybox
00:00:08.562 E: + test -L /tmp/debian-chroot/usr/bin/tee
00:00:08.566 E: + readlink /tmp/debian-chroot/usr/bin/tee
00:00:08.571 E: + test /usr/bin/busybox = /usr/bin/busybox
00:00:08.576 E: + [ ! -L /tmp/debian-chroot/bin ]
00:00:08.580 E: + [ ! -L /tmp/debian-chroot/sbin ]
00:00:08.585 E: + chroot /tmp/debian-chroot echo foobar
00:00:08.589 E: + chroot /tmp/debian-chroot cat
00:00:08.593 E: + chroot /tmp/debian-chroot sort
00:00:08.598 E: + chroot /tmp/debian-chroot tee /dev/null
00:00:08.603 E: + chroot /tmp/debian-chroot sed s/foobar/blubber/
00:00:08.607 E: + chroot /tmp/debian-chroot grep blubber
00:00:08.610 E: + rm -rf /tmp/debian-chroot
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:21
result: SUCCESS
------------------------------------------------------------------------------
(248/280) create-foreign-tarball
dist: unstable
mode: root
variant: apt
format: auto
time left: 0:24:20
------------------------------------------------------------------------------
00:00:00.014 E: + set -eu
00:00:00.018 E: + export LC_ALL=C.UTF-8
00:00:00.023 E: + prefix=
00:00:00.028 E: + id -u
00:00:00.033 E: + [ 0 -eq 0 ]
00:00:00.038 E: + [ root != root ]
00:00:00.041 E: + dpkg --print-architecture
00:00:00.045 E: + native_arch=amd64
00:00:00.048 E: + native_gnu=x86_64-linux-gnu
00:00:00.052 E: + foreign_arch=arm64
00:00:00.056 E: + foreign_gnu=aarch64-linux-gnu
00:00:00.060 E: + [ root = fakechroot ]
00:00:00.065 E: + mmdebstrap --mode=root --variant=apt --architectures=arm64 unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.621 E: I: arm64 cannot be executed natively, but transparently using qemu-user binfmt emulation
00:00:00.655 E: I: finding correct signed-by value...
00:00:00.776 E: I: automatically chosen format: tar
00:00:00.781 E: I: using /tmp/mmdebstrap.1X6MaMGt6m as tempdir
00:00:00.832 E: I: running apt-get update...
00:00:03.974 E: I: downloading packages with apt...
00:00:06.142 E: I: extracting archives...
00:00:08.063 E: I: installing essential packages...
00:02:57.842 E: I: installing remaining packages inside the chroot...
00:04:13.074 E: I: cleaning package lists and apt cache...
00:04:13.158 E: I: creating tarball...
00:04:14.111 E: I: done
00:04:14.242 E: I: removing tempdir /tmp/mmdebstrap.1X6MaMGt6m...
00:04:14.424 E: I: success in 254.0475 seconds
00:04:14.434 E: + sort
00:04:14.444 E: + tar -tf /tmp/debian-chroot.tar
00:04:14.454 E: + grep -v ^\./usr/bin/i386$
00:04:14.467 E: + grep -v ^\./usr/share/man/man8/i386\.8\.gz$
00:04:14.474 E: + + grep -vsed ^\./usr/share/man/man8/x86_64\.8\.gz$
00:04:14.480 E:  s/aarch64-linux-gnu/x86_64-linux-gnu/
00:04:14.492 E: + grep -v ^\./usr/lib/aarch64-linux-gnu/ld-linux-aarch64\.so\.1$
00:04:14.497 E: + + grep -v ^\./usr/lib/aarch64-linux-gnu/libmvec\.so\.1$
00:04:14.504 E: grep -v ^\./usr/lib/ld-linux-aarch64\.so\.1$
00:04:14.512 E: + grep -v ^\./usr/lib/aarch64-linux-gnu/ld-linux-x86-64\.so\.2$
00:04:14.516 E: + grep -v ^\./usr/bin/x86_64$
00:04:14.522 E: + grep -v ^\./usr/lib/aarch64-linux-gnu/perl/5\.[0-9][.0-9]\+/.*\.ph$
00:04:14.526 E: + grep -v ^\./lib64$
00:04:14.531 E: + sed s/arm64/amd64/
00:04:14.535 E: + grep -v ^\./usr/share/doc/[^/]\+/changelog\(\.Debian\)\?\.arm64\.gz$
00:04:14.539 E: + grep -v ^\./usr/lib64/$
00:04:14.543 E: + grep -v ^\./usr/lib64/ld-linux-x86-64\.so\.2$
00:04:14.547 E: + sort
00:04:14.551 E: + diff -u - /tmp/tar2.txt
00:04:14.555 E: + grep -v ^\./lib32$
00:04:14.559 E: + grep -v ^\./lib64$
00:04:14.563 E: + grep -v ^\./usr/lib32/$
00:04:14.566 E: + grep -v ^\./usr/lib64/$
00:04:14.571 E: + grep -v ^\./usr/lib64/ld-linux-x86-64\.so\.2$
00:04:14.575 E: + + grep -v ^\./usr/share/man/man8/i386\.8\.gz$
00:04:14.580 E: grep -v ^\./usr/share/doc/[^/]\+/changelog\(\.Debian\)\?\.amd64\.gz$
00:04:14.586 E: + + grep -v ^\./usr/lib/x86_64-linux-gnu/ld-linux-x86-64\.so\.2$
00:04:14.590 E: grep -v ^\./usr/lib/x86_64-linux-gnu/libmvec\.so\.1$
00:04:14.594 E: + grep -v ^\./usr/share/man/man8/x86_64\.8\.gz$
00:04:14.599 E: + grep -v ^\./libx32$
00:04:14.604 E: + grep -v ^\./usr/bin/x86_64$
00:04:14.609 E: + grep -v ^\./usr/lib/x86_64-linux-gnu/ld-linux-aarch64\.so\.1$
00:04:14.613 E: + grep -v ^\./usr/lib/x86_64-linux-gnu/perl/5\.[0-9][.0-9]\+/.*\.ph$
00:04:14.617 E: + grep -v ^\./usr/libx32/$
00:04:14.620 E: + grep -v ^\./usr/lib/ld-linux-aarch64\.so\.1$
00:04:14.624 E: + grep -v ^\./usr/bin/i386$
00:04:14.629 E: + rm /tmp/debian-chroot.tar /tmp/tar2.txt
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:04:26
result: SUCCESS
------------------------------------------------------------------------------
(249/280) create-foreign-tarball
dist: unstable
mode: unshare
variant: apt
format: auto
time left: 0:24:04
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + prefix=
00:00:00.020 E: + id -u
00:00:00.026 E: + [ 0 -eq 0 ]
00:00:00.030 E: + [ unshare != root ]
00:00:00.034 E: + [ unshare != auto ]
00:00:00.038 E: + id user
00:00:00.042 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.046 E: + useradd --home-dir /home/user --create-home user
00:00:00.050 E: + prefix=runuser -u user --
00:00:00.056 E: + dpkg --print-architecture
00:00:00.061 E: + native_arch=amd64
00:00:00.066 E: + native_gnu=x86_64-linux-gnu
00:00:00.071 E: + foreign_arch=arm64
00:00:00.075 E: + foreign_gnu=aarch64-linux-gnu
00:00:00.080 E: + [ unshare = fakechroot ]
00:00:00.084 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=apt --architectures=arm64 unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.654 E: I: arm64 cannot be executed natively, but transparently using qemu-user binfmt emulation
00:00:00.690 E: I: finding correct signed-by value...
00:00:00.805 E: I: automatically chosen format: tar
00:00:00.810 E: I: using /tmp/mmdebstrap.Ofa_Fnlo39 as tempdir
00:00:00.929 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.944 E: I: running apt-get update...
00:00:04.061 E: I: downloading packages with apt...
00:00:06.248 E: I: extracting archives...
00:00:08.204 E: I: installing essential packages...
00:02:45.191 E: I: installing remaining packages inside the chroot...
00:04:00.628 E: I: cleaning package lists and apt cache...
00:04:00.734 E: I: creating tarball...
00:04:01.827 E: I: done
00:04:01.963 E: I: removing tempdir /tmp/mmdebstrap.Ofa_Fnlo39...
00:04:02.226 E: I: success in 241.8320 seconds
00:04:02.242 E: + sort
00:04:02.247 E: + tar -tf /tmp/debian-chroot.tar
00:04:02.252 E: + grep -v ^\./usr/bin/i386$
00:04:02.260 E: + grep -v ^\./usr/bin/x86_64$
00:04:02.265 E: + grep -v ^\./usr/lib64/$
00:04:02.270 E: + grep -v ^\./usr/lib/ld-linux-aarch64\.so\.1$
00:04:02.275 E: + grep -v ^\./usr/lib/aarch64-linux-gnu/perl/5\.[0-9][.0-9]\+/.*\.ph$
00:04:02.280 E: + grep -v ^\./usr/lib/aarch64-linux-gnu/ld-linux-aarch64\.so\.1$
00:04:02.285 E: + grep -v ^\./usr/share/doc/[^/]\+/changelog\(\.Debian\)\?\.arm64\.gz$
00:04:02.295 E: + grep -v ^\./usr/lib/aarch64-linux-gnu/ld-linux-x86-64\.so\.2$
00:04:02.299 E: + sed s/arm64/amd64/
00:04:02.304 E: + grep -v ^\./usr/share/man/man8/i386\.8\.gz$
00:04:02.309 E: + grep -v ^\./lib64$
00:04:02.313 E: + grep -v ^\./usr/lib64/ld-linux-x86-64\.so\.2$
00:04:02.317 E: + + grep -v ^\./usr/share/man/man8/x86_64\.8\.gz$
00:04:02.321 E: grep -v ^\./usr/lib/aarch64-linux-gnu/libmvec\.so\.1$
00:04:02.325 E: + sed s/aarch64-linux-gnu/x86_64-linux-gnu/
00:04:02.329 E: + sort
00:04:02.333 E: + diff -u - /tmp/tar2.txt
00:04:02.337 E: + grep -v ^\./usr/bin/x86_64$
00:04:02.341 E: + grep -v ^\./lib32$
00:04:02.345 E: + grep -v ^\./libx32$
00:04:02.348 E: + grep -v ^\./lib64$
00:04:02.352 E: + grep -v ^\./usr/lib64/ld-linux-x86-64\.so\.2$
00:04:02.356 E: + grep -v ^\./usr/libx32/$
00:04:02.360 E: + grep -v ^\./usr/lib/x86_64-linux-gnu/ld-linux-aarch64\.so\.1$
00:04:02.364 E: + grep -v ^\./usr/lib/x86_64-linux-gnu/libmvec\.so\.1$
00:04:02.368 E: + grep -v ^\./usr/lib64/$
00:04:02.372 E: + + grep -v ^\./usr/share/doc/[^/]\+/changelog\(\.Debian\)\?\.amd64\.gz$
00:04:02.376 E: grep -v ^\./usr/lib/ld-linux-aarch64\.so\.1$
00:04:02.380 E: + grep -v ^\./usr/lib32/$
00:04:02.383 E: + grep -v ^\./usr/lib/x86_64-linux-gnu/perl/5\.[0-9][.0-9]\+/.*\.ph$
00:04:02.387 E: + grep -v ^\./usr/lib/x86_64-linux-gnu/ld-linux-x86-64\.so\.2$
00:04:02.391 E: + grep -v ^\./usr/share/man/man8/x86_64\.8\.gz$
00:04:02.395 E: + grep -v ^\./usr/share/man/man8/i386\.8\.gz$
00:04:02.400 E: + grep -v ^\./usr/bin/i386$
00:04:02.404 E: + rm /tmp/debian-chroot.tar /tmp/tar2.txt
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:04:14
result: SUCCESS
------------------------------------------------------------------------------
(250/280) create-foreign-tarball
dist: unstable
mode: fakechroot
variant: apt
format: auto
time left: 0:23:45
skipped because of mode == "fakechroot" and not run_ma_same_tests
------------------------------------------------------------------------------
(251/280) no-sbin-in-path
dist: unstable
mode: fakechroot
variant: apt
format: auto
time left: 0:22:54
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + trap rm -f /tmp/debian-chroot.tar EXIT INT TERM
00:00:00.019 E: + [ fakechroot = fakechroot ]
00:00:00.024 E: + prefix=
00:00:00.029 E: + id -u
00:00:00.034 E: + [ 0 -eq 0 ]
00:00:00.039 E: + [ fakechroot != root ]
00:00:00.043 E: + [ fakechroot != auto ]
00:00:00.047 E: + id user
00:00:00.051 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.055 E: + useradd --home-dir /home/user --create-home user
00:00:00.060 E: + prefix=runuser -u user --
00:00:00.065 E: + runuser -u user -- env PATH=/usr/bin:/bin fakechroot fakeroot mmdebstrap --mode=fakechroot --variant=apt unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.638 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.685 E: I: finding correct signed-by value...
00:00:00.808 E: I: automatically chosen format: tar
00:00:00.813 E: I: using /tmp/mmdebstrap.PmqTF8O0fV as tempdir
00:00:00.873 E: I: running apt-get update...
00:00:03.897 E: I: downloading packages with apt...
00:00:06.195 E: I: extracting archives...
00:00:12.906 E: I: installing essential packages...
00:00:20.584 E: I: installing remaining packages inside the chroot...
00:00:24.650 E: I: cleaning package lists and apt cache...
00:00:24.757 E: I: creating tarball...
00:00:26.204 E: I: done
00:00:26.270 E: I: removing tempdir /tmp/mmdebstrap.PmqTF8O0fV...
00:00:29.948 E: I: success in 29.4506 seconds
00:00:29.954 E: + tar -tf /tmp/debian-chroot.tar
00:00:29.958 E: + sort
00:00:29.963 E: + diff -u tar1.txt -
00:00:29.996 E: + rm -f /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:41
result: SUCCESS
------------------------------------------------------------------------------
(252/280) dev-ptmx
dist: unstable
mode: root
variant: apt
format: auto
time left: 0:22:08
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + [ root != unshare ]
00:00:00.020 E: + [ root != root ]
00:00:00.024 E: + prefix=
00:00:00.028 E: + id -u
00:00:00.032 E: + [ 0 -eq 0 ]
00:00:00.036 E: + [ root != root ]
00:00:00.040 E: + cat
00:00:00.045 E: + script -qfec  mmdebstrap --mode=root --variant=apt 	--include=gcc,libc6-dev,python3,passwd 	--customize-hook='chroot "$1" useradd --home-dir /home/user --create-home user' 	--customize-hook='chroot "$1" python3 -c "import pty; print(pty.openpty())"' 	--customize-hook='chroot "$1" runuser -u user -- python3 -c "import pty; print(pty.openpty())"' 	--customize-hook='chroot "$1" script -c "echo foobar"' 	--customize-hook='chroot "$1" runuser -u user -- env --chdir=/home/user script -c "echo foobar"' 	--customize-hook='chroot "$1" apt-get install --yes doc-debian 2>&1 | tee "$1"/tmp/log' 	--customize-hook="copy-in /tmp/test.c /tmp" 	--customize-hook='chroot "$1" gcc /tmp/test.c -o /tmp/test' 	--customize-hook='chroot "$1" /tmp/test' 	--customize-hook='chroot "$1" runuser -u user -- /tmp/test' 	--customize-hook='rm "$1"/tmp/test "$1"/tmp/test.c' 	--customize-hook="copy-out /tmp/log /tmp" 	unstable /dev/null http://127.0.0.1/debian /dev/null
00:00:00.484 O: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.521 O: I: finding correct signed-by value...
00:00:00.642 O: I: automatically chosen format: null
00:00:00.647 O: I: using /tmp/mmdebstrap.nfDLQoW7AM as tempdir
00:00:00.707 O: I: running apt-get update...
00:00:03.787 O: I: downloading packages with apt...
00:00:06.146 O: I: extracting archives...
00:00:07.989 O: I: installing essential packages...
00:00:13.852 O: I: installing remaining packages inside the chroot...
00:00:30.807 O: I: running --customize-hook in shell: sh -c 'chroot "$1" useradd --home-dir /home/user --create-home user' exec /tmp/mmdebstrap.nfDLQoW7AM
00:00:30.839 O: I: running --customize-hook in shell: sh -c 'chroot "$1" python3 -c "import pty; print(pty.openpty())"' exec /tmp/mmdebstrap.nfDLQoW7AM
00:00:30.864 O: (3, 4)
00:00:30.869 O: I: running --customize-hook in shell: sh -c 'chroot "$1" runuser -u user -- python3 -c "import pty; print(pty.openpty())"' exec /tmp/mmdebstrap.nfDLQoW7AM
00:00:30.898 O: (3, 4)
00:00:30.903 O: I: running --customize-hook in shell: sh -c 'chroot "$1" script -c "echo foobar"' exec /tmp/mmdebstrap.nfDLQoW7AM
00:00:30.910 O: Script started, output log file is 'typescript'.
00:00:30.914 O: foobar
00:00:30.922 O: Script done.
00:00:30.926 O: I: running --customize-hook in shell: sh -c 'chroot "$1" runuser -u user -- env --chdir=/home/user script -c "echo foobar"' exec /tmp/mmdebstrap.nfDLQoW7AM
00:00:30.936 O: Script started, output log file is 'typescript'.
00:00:30.940 O: foobar
00:00:30.947 O: Script done.
00:00:30.951 O: I: running --customize-hook in shell: sh -c 'chroot "$1" apt-get install --yes doc-debian 2>&1 | tee "$1"/tmp/log' exec /tmp/mmdebstrap.nfDLQoW7AM
00:00:32.069 O: Reading package lists...
00:00:32.300 O: Building dependency tree...
00:00:32.305 O: Reading state information...
00:00:32.710 O: Suggested packages:
00:00:32.715 O:   postscript-viewer www-browser
00:00:32.719 O: Recommended packages:
00:00:32.724 O:   debian-faq
00:00:32.745 O: The following NEW packages will be installed:
00:00:32.750 O:   doc-debian
00:00:32.805 O: 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
00:00:32.809 O: Need to get 156 kB of archives.
00:00:32.814 O: After this operation, 191 kB of additional disk space will be used.
00:00:32.818 O: Get:1 http://127.0.0.1/debian unstable/main amd64 doc-debian all 11.3+nmu1 [156 kB]
00:00:32.997 O: debconf: delaying package configuration, since apt-utils is not installed
00:00:33.042 O: Fetched 156 kB in 0s (6576 kB/s)
00:00:33.064 O: Selecting previously unselected package doc-debian.
00:00:33.074 O: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9931 files and directories currently installed.)
00:00:33.078 O: Preparing to unpack .../doc-debian_11.3+nmu1_all.deb ...
00:00:33.082 O: Unpacking doc-debian (11.3+nmu1) ...
00:00:33.119 O: Setting up doc-debian (11.3+nmu1) ...
00:00:33.301 O: I: running special hook: copy-in /tmp/test.c /tmp
00:00:33.322 O: I: running --customize-hook in shell: sh -c 'chroot "$1" gcc /tmp/test.c -o /tmp/test' exec /tmp/mmdebstrap.nfDLQoW7AM
00:00:33.423 O: I: running --customize-hook in shell: sh -c 'chroot "$1" /tmp/test' exec /tmp/mmdebstrap.nfDLQoW7AM
00:00:33.429 O: I: running --customize-hook in shell: sh -c 'chroot "$1" runuser -u user -- /tmp/test' exec /tmp/mmdebstrap.nfDLQoW7AM
00:00:33.445 O: I: running --customize-hook in shell: sh -c 'rm "$1"/tmp/test "$1"/tmp/test.c' exec /tmp/mmdebstrap.nfDLQoW7AM
00:00:33.451 O: I: running special hook: copy-out /tmp/log /tmp
00:00:33.486 O: I: cleaning package lists and apt cache...
00:00:33.624 O: I: removing tempdir /tmp/mmdebstrap.nfDLQoW7AM...
00:00:34.099 O: I: success in 33.7437 seconds
00:00:34.118 E: + fail=0
00:00:34.122 E: + [ -r /tmp/log ]
00:00:34.126 E: + grep ^E: /tmp/log
00:00:34.131 E: + grep Can not write log /tmp/log
00:00:34.135 E: + grep posix_openpt /tmp/log
00:00:34.140 E: + grep No such file or directory /tmp/log
00:00:34.144 E: + [ 0 -eq 1 ]
00:00:34.148 E: + rm /tmp/test.c /tmp/log
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:45
result: SUCCESS
------------------------------------------------------------------------------
(253/280) dev-ptmx
dist: unstable
mode: unshare
variant: apt
format: auto
time left: 0:21:22
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + [ unshare != unshare ]
00:00:00.020 E: + prefix=
00:00:00.025 E: + id -u
00:00:00.029 E: + [ 0 -eq 0 ]
00:00:00.033 E: + [ unshare != root ]
00:00:00.039 E: + [ unshare != auto ]
00:00:00.044 E: + id user
00:00:00.048 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.053 E: + useradd --home-dir /home/user --create-home user
00:00:00.057 E: + prefix=runuser -u user --
00:00:00.065 E: + cat
00:00:00.070 E: + script -qfec runuser -u user -- mmdebstrap --mode=unshare --variant=apt 	--include=gcc,libc6-dev,python3,passwd 	--customize-hook='chroot "$1" useradd --home-dir /home/user --create-home user' 	--customize-hook='chroot "$1" python3 -c "import pty; print(pty.openpty())"' 	--customize-hook='chroot "$1" runuser -u user -- python3 -c "import pty; print(pty.openpty())"' 	--customize-hook='chroot "$1" script -c "echo foobar"' 	--customize-hook='chroot "$1" runuser -u user -- env --chdir=/home/user script -c "echo foobar"' 	--customize-hook='chroot "$1" apt-get install --yes doc-debian 2>&1 | tee "$1"/tmp/log' 	--customize-hook="copy-in /tmp/test.c /tmp" 	--customize-hook='chroot "$1" gcc /tmp/test.c -o /tmp/test' 	--customize-hook='chroot "$1" /tmp/test' 	--customize-hook='chroot "$1" runuser -u user -- /tmp/test' 	--customize-hook='rm "$1"/tmp/test "$1"/tmp/test.c' 	--customize-hook="copy-out /tmp/log /tmp" 	unstable /dev/null http://127.0.0.1/debian /dev/null
00:00:00.594 O: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.625 O: I: finding correct signed-by value...
00:00:00.736 O: I: automatically chosen format: null
00:00:00.740 O: I: using /tmp/mmdebstrap._gbFS3K15K as tempdir
00:00:00.851 O: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.865 O: I: running apt-get update...
00:00:03.754 O: I: downloading packages with apt...
00:00:05.968 O: I: extracting archives...
00:00:07.887 O: I: installing essential packages...
00:00:13.858 O: I: installing remaining packages inside the chroot...
00:00:30.179 O: I: running --customize-hook in shell: sh -c 'chroot "$1" useradd --home-dir /home/user --create-home user' exec /tmp/mmdebstrap._gbFS3K15K
00:00:30.210 O: I: running --customize-hook in shell: sh -c 'chroot "$1" python3 -c "import pty; print(pty.openpty())"' exec /tmp/mmdebstrap._gbFS3K15K
00:00:30.233 O: (3, 4)
00:00:30.238 O: I: running --customize-hook in shell: sh -c 'chroot "$1" runuser -u user -- python3 -c "import pty; print(pty.openpty())"' exec /tmp/mmdebstrap._gbFS3K15K
00:00:30.268 O: (3, 4)
00:00:30.272 O: I: running --customize-hook in shell: sh -c 'chroot "$1" script -c "echo foobar"' exec /tmp/mmdebstrap._gbFS3K15K
00:00:30.278 O: Script started, output log file is 'typescript'.
00:00:30.283 O: foobar
00:00:30.290 O: Script done.
00:00:30.294 O: I: running --customize-hook in shell: sh -c 'chroot "$1" runuser -u user -- env --chdir=/home/user script -c "echo foobar"' exec /tmp/mmdebstrap._gbFS3K15K
00:00:30.306 O: Script started, output log file is 'typescript'.
00:00:30.310 O: foobar
00:00:30.318 O: Script done.
00:00:30.321 O: I: running --customize-hook in shell: sh -c 'chroot "$1" apt-get install --yes doc-debian 2>&1 | tee "$1"/tmp/log' exec /tmp/mmdebstrap._gbFS3K15K
00:00:31.583 O: Reading package lists...
00:00:31.871 O: Building dependency tree...
00:00:31.877 O: Reading state information...
00:00:32.361 O: Suggested packages:
00:00:32.366 O:   postscript-viewer www-browser
00:00:32.371 O: Recommended packages:
00:00:32.375 O:   debian-faq
00:00:32.397 O: The following NEW packages will be installed:
00:00:32.401 O:   doc-debian
00:00:32.449 O: 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
00:00:32.453 O: Need to get 156 kB of archives.
00:00:32.457 O: After this operation, 191 kB of additional disk space will be used.
00:00:32.462 O: Get:1 http://127.0.0.1/debian unstable/main amd64 doc-debian all 11.3+nmu1 [156 kB]
00:00:32.648 O: debconf: delaying package configuration, since apt-utils is not installed
00:00:32.698 O: Fetched 156 kB in 0s (6614 kB/s)
00:00:32.721 O: Selecting previously unselected package doc-debian.
00:00:32.729 O: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9931 files and directories currently installed.)
00:00:32.733 O: Preparing to unpack .../doc-debian_11.3+nmu1_all.deb ...
00:00:32.737 O: Unpacking doc-debian (11.3+nmu1) ...
00:00:32.832 O: Setting up doc-debian (11.3+nmu1) ...
00:00:33.014 O: I: running special hook: copy-in /tmp/test.c /tmp
00:00:33.034 O: I: running --customize-hook in shell: sh -c 'chroot "$1" gcc /tmp/test.c -o /tmp/test' exec /tmp/mmdebstrap._gbFS3K15K
00:00:33.135 O: I: running --customize-hook in shell: sh -c 'chroot "$1" /tmp/test' exec /tmp/mmdebstrap._gbFS3K15K
00:00:33.142 O: I: running --customize-hook in shell: sh -c 'chroot "$1" runuser -u user -- /tmp/test' exec /tmp/mmdebstrap._gbFS3K15K
00:00:33.154 O: I: running --customize-hook in shell: sh -c 'rm "$1"/tmp/test "$1"/tmp/test.c' exec /tmp/mmdebstrap._gbFS3K15K
00:00:33.160 O: I: running special hook: copy-out /tmp/log /tmp
00:00:33.232 O: I: cleaning package lists and apt cache...
00:00:33.364 O: I: removing tempdir /tmp/mmdebstrap._gbFS3K15K...
00:00:33.859 O: I: success in 33.4640 seconds
00:00:33.879 E: + fail=0
00:00:33.884 E: + [ -r /tmp/log ]
00:00:33.888 E: + grep ^E: /tmp/log
00:00:33.891 E: + grep Can not write log /tmp/log
00:00:33.895 E: + grep posix_openpt /tmp/log
00:00:33.899 E: + grep No such file or directory /tmp/log
00:00:33.903 E: + [ 0 -eq 1 ]
00:00:33.906 E: + rm /tmp/test.c /tmp/log
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:44
result: SUCCESS
------------------------------------------------------------------------------
(254/280) error-if-stdout-is-tty
dist: unstable
mode: auto
variant: apt
format: auto
time left: 0:20:36
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + ret=0
00:00:00.017 E: + script -qfec mmdebstrap --mode=auto --variant=apt unstable - http://127.0.0.1/debian /dev/null
00:00:00.467 O: I: automatically chosen mode: root
00:00:00.475 O: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.513 O: I: finding correct signed-by value...
00:00:00.620 O: E: stdout is a an interactive tty
00:00:00.639 E: + ret=255
00:00:00.644 E: + [ 255 = 0 ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:11
result: SUCCESS
------------------------------------------------------------------------------
(255/280) variant-custom-timeout
dist: unstable
mode: auto
variant: apt
format: auto
time left: 0:19:47
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + ret=0
00:00:00.018 E: + mmdebstrap --mode=auto --variant=custom --include=this-package-does-not-exist unstable /dev/null http://127.0.0.1/debian
00:00:00.549 E: I: automatically chosen mode: root
00:00:00.559 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.598 E: I: finding correct signed-by value...
00:00:00.700 E: I: automatically chosen format: null
00:00:00.704 E: I: using /tmp/mmdebstrap.wmoLl0i20N as tempdir
00:00:00.784 E: I: running apt-get update...
00:00:03.708 E: I: downloading packages with apt...
00:00:04.011 E: Reading package lists...
00:00:04.016 E: Building dependency tree...
00:00:04.022 E: E: Unable to locate package this-package-does-not-exist
00:00:04.028 E: E: apt download failed: E: apt-get --yes -oDebug::pkgDpkgPm=1 -oDir::Log=/dev/null -oAPT::Keep-Fds::=8 -oDPkg::Tools::options::'cat >&8'::InfoFD=8 -oDpkg::Pre-Install-Pkgs::=cat >&8 -oDebug::NoLocking=1 -oDpkg::Use-Pty=0 -oDPkg::Chroot-Directory= install this-package-does-not-exist -oAPT::Status-Fd=<$fd> -oDpkg::Use-Pty=false failed
00:00:04.033 E: W: hooklistener errored out: E: received eof on socket
00:00:04.039 E: 
00:00:04.046 E: I: main() received signal PIPE: waiting for setup...
00:00:04.052 E: I: removing tempdir /tmp/mmdebstrap.wmoLl0i20N...
00:00:04.091 E: E: mmdebstrap failed to run
00:00:04.102 E: + ret=1
00:00:04.108 E: + [ 1 -eq 1 ]
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:15
result: SUCCESS
------------------------------------------------------------------------------
(256/280) include-deb-file
dist: unstable
mode: root
variant: apt
format: auto
time left: 0:18:58
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + trap rm -rf /tmp/dummypkg.deb /tmp/dummypkg EXIT INT TERM
00:00:00.016 O: dpkg-deb: building package 'dummypkg' in '/tmp/dummypkg.deb'.
00:00:00.020 E: + prefix=
00:00:00.025 E: + id -u
00:00:00.029 E: + [ 0 -eq 0 ]
00:00:00.033 E: + [ root != root ]
00:00:00.037 E: + mkdir -p /tmp/dummypkg/DEBIAN
00:00:00.041 E: + cat
00:00:00.045 E: + dpkg-deb --build /tmp/dummypkg /tmp/dummypkg.deb
00:00:00.049 E: + mmdebstrap --mode=root --variant=apt --include=/tmp/dummypkg.deb --hook-dir=./hooks/file-mirror-automount --customize-hook=chroot "$1" dpkg-query -W -f="\${Status}\n" dummypkg | grep "^install ok installed$" unstable /dev/null http://127.0.0.1/debian
00:00:00.510 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.546 E: I: finding correct signed-by value...
00:00:00.654 E: I: automatically chosen format: null
00:00:00.658 E: I: using /tmp/mmdebstrap._2HKt_JOAa as tempdir
00:00:00.710 E: I: running --setup-hook directly: ./hooks/file-mirror-automount/setup00.sh /tmp/mmdebstrap._2HKt_JOAa
00:00:00.749 E: bind-mounting /tmp/dummypkg.deb into the chroot
00:00:00.754 E: I: running apt-get update...
00:00:03.740 E: I: downloading packages with apt...
00:00:06.025 E: I: extracting archives...
00:00:08.084 E: I: installing essential packages...
00:00:14.124 E: I: installing remaining packages inside the chroot...
00:00:17.891 E: I: running --customize-hook directly: ./hooks/file-mirror-automount/customize00.sh /tmp/mmdebstrap._2HKt_JOAa
00:00:17.898 E: unmounting the following mountpoints:
00:00:17.903 E:     /tmp/mmdebstrap._2HKt_JOAa///tmp/dummypkg.deb
00:00:17.913 E: I: running --customize-hook in shell: sh -c 'chroot "$1" dpkg-query -W -f="\${Status}\n" dummypkg | grep "^install ok installed$"' exec /tmp/mmdebstrap._2HKt_JOAa
00:00:17.922 E: install ok installed
00:00:17.939 E: I: cleaning package lists and apt cache...
00:00:18.045 E: I: removing tempdir /tmp/mmdebstrap._2HKt_JOAa...
00:00:18.236 E: I: success in 17.8723 seconds
00:00:18.246 E: + rm -rf /tmp/dummypkg.deb /tmp/dummypkg
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:29
result: SUCCESS
------------------------------------------------------------------------------
(257/280) include-deb-file
dist: unstable
mode: unshare
variant: apt
format: auto
time left: 0:18:11
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.021 E: + trap rm -rf /tmp/dummypkg.deb /tmp/dummypkg EXIT INT TERM
00:00:00.033 E: + prefix=
00:00:00.037 E: + id -u
00:00:00.044 E: + [ 0 -eq 0 ]
00:00:00.048 E: + [ unshare != root ]
00:00:00.053 E: + [ unshare != auto ]
00:00:00.057 E: + id user
00:00:00.061 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.061 O: dpkg-deb: building package 'dummypkg' in '/tmp/dummypkg.deb'.
00:00:00.065 E: + useradd --home-dir /home/user --create-home user
00:00:00.069 E: + prefix=runuser -u user --
00:00:00.073 E: + mkdir -p /tmp/dummypkg/DEBIAN
00:00:00.077 E: + cat
00:00:00.081 E: + dpkg-deb --build /tmp/dummypkg /tmp/dummypkg.deb
00:00:00.087 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=apt --include=/tmp/dummypkg.deb --hook-dir=./hooks/file-mirror-automount --customize-hook=chroot "$1" dpkg-query -W -f="\${Status}\n" dummypkg | grep "^install ok installed$" unstable /dev/null http://127.0.0.1/debian
00:00:00.720 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.758 E: I: finding correct signed-by value...
00:00:00.900 E: I: automatically chosen format: null
00:00:00.905 E: I: using /tmp/mmdebstrap.rDlSVe3V59 as tempdir
00:00:01.058 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:01.074 E: I: running --setup-hook directly: ./hooks/file-mirror-automount/setup00.sh /tmp/mmdebstrap.rDlSVe3V59
00:00:01.110 E: bind-mounting /tmp/dummypkg.deb into the chroot
00:00:01.116 E: I: running apt-get update...
00:00:04.289 E: I: downloading packages with apt...
00:00:06.589 E: I: extracting archives...
00:00:08.458 E: I: installing essential packages...
00:00:14.420 E: I: installing remaining packages inside the chroot...
00:00:18.233 E: I: running --customize-hook directly: ./hooks/file-mirror-automount/customize00.sh /tmp/mmdebstrap.rDlSVe3V59
00:00:18.240 E: unmounting the following mountpoints:
00:00:18.245 E:     /tmp/mmdebstrap.rDlSVe3V59///tmp/dummypkg.deb
00:00:18.255 E: I: running --customize-hook in shell: sh -c 'chroot "$1" dpkg-query -W -f="\${Status}\n" dummypkg | grep "^install ok installed$"' exec /tmp/mmdebstrap.rDlSVe3V59
00:00:18.268 E: install ok installed
00:00:18.324 E: I: cleaning package lists and apt cache...
00:00:18.449 E: I: removing tempdir /tmp/mmdebstrap.rDlSVe3V59...
00:00:18.741 E: I: success in 18.2692 seconds
00:00:18.753 E: + rm -rf /tmp/dummypkg.deb /tmp/dummypkg
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:29
result: SUCCESS
------------------------------------------------------------------------------
(258/280) include-deb-file
dist: unstable
mode: fakechroot
variant: apt
format: auto
time left: 0:17:24
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + trap rm -rf /tmp/dummypkg.deb /tmp/dummypkg EXIT INT TERM
00:00:00.017 E: + prefix=
00:00:00.022 E: + id -u
00:00:00.026 E: + [ 0 -eq 0 ]
00:00:00.030 E: + [ fakechroot != root ]
00:00:00.034 E: + [ fakechroot != auto ]
00:00:00.038 E: + id user
00:00:00.041 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.046 E: + useradd --home-dir /home/user --create-home user
00:00:00.048 O: dpkg-deb: building package 'dummypkg' in '/tmp/dummypkg.deb'.
00:00:00.050 E: + prefix=runuser -u user --
00:00:00.053 E: + mkdir -p /tmp/dummypkg/DEBIAN
00:00:00.057 E: + cat
00:00:00.061 E: + dpkg-deb --build /tmp/dummypkg /tmp/dummypkg.deb
00:00:00.075 E: + runuser -u user -- mmdebstrap --mode=fakechroot --variant=apt --include=/tmp/dummypkg.deb --hook-dir=./hooks/file-mirror-automount --customize-hook=chroot "$1" dpkg-query -W -f="\${Status}\n" dummypkg | grep "^install ok installed$" unstable /dev/null http://127.0.0.1/debian
00:00:01.074 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:01.123 E: I: finding correct signed-by value...
00:00:01.250 E: I: automatically chosen format: null
00:00:01.253 E: I: using /tmp/mmdebstrap.7XTBQ4LruN as tempdir
00:00:01.308 E: I: running --setup-hook directly: ./hooks/file-mirror-automount/setup00.sh /tmp/mmdebstrap.7XTBQ4LruN
00:00:01.352 E: copying /tmp/dummypkg.deb into the chroot
00:00:01.665 E: I: running apt-get update...
00:00:04.751 E: I: downloading packages with apt...
00:00:07.081 E: I: extracting archives...
00:00:14.733 E: I: installing essential packages...
00:00:22.851 E: I: installing remaining packages inside the chroot...
00:00:27.082 E: I: running --customize-hook directly: ./hooks/file-mirror-automount/customize00.sh /tmp/mmdebstrap.7XTBQ4LruN
00:00:27.091 E: removing the following directories:
00:00:27.096 E:     /tmp/mmdebstrap.7XTBQ4LruN///tmp/dummypkg.deb
00:00:27.107 E: I: running --customize-hook in shell: sh -c 'chroot "$1" dpkg-query -W -f="\${Status}\n" dummypkg | grep "^install ok installed$"' exec /tmp/mmdebstrap.7XTBQ4LruN
00:00:27.150 E: install ok installed
00:00:27.155 E: I: cleaning package lists and apt cache...
00:00:27.296 E: I: removing tempdir /tmp/mmdebstrap.7XTBQ4LruN...
00:00:31.034 E: I: success in 30.1105 seconds
00:00:31.046 E: + rm -rf /tmp/dummypkg.deb /tmp/dummypkg
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:42
result: SUCCESS
------------------------------------------------------------------------------
(259/280) unshare-include-deb
dist: unstable
mode: unshare
variant: apt
format: auto
time left: 0:16:38
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + [ unshare = unshare ]
00:00:00.020 E: + trap rm -rf /tmp/dummypkg.deb /tmp/dummypkg EXIT INT TERM
00:00:00.023 E: + prefix=
00:00:00.027 E: + id -u
00:00:00.032 E: + [ 0 -eq 0 ]
00:00:00.035 E: + [ unshare != root ]
00:00:00.040 E: + [ unshare != auto ]
00:00:00.043 E: + id user
00:00:00.047 O: dpkg-deb: building package 'dummypkg' in '/tmp/dummypkg.deb'.
00:00:00.047 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.051 E: + useradd --home-dir /home/user --create-home user
00:00:00.055 E: + prefix=runuser -u user --
00:00:00.059 E: + mkdir -p /tmp/dummypkg/DEBIAN
00:00:00.063 E: + cat
00:00:00.067 E: + dpkg-deb --build /tmp/dummypkg /tmp/dummypkg.deb
00:00:00.070 E: + chmod 600 /tmp/dummypkg.deb
00:00:00.074 E: + ret=0
00:00:00.078 E: + runuser -u user -- mmdebstrap --variant=apt --mode=unshare --include=/tmp/dummypkg.deb unstable /dev/null http://127.0.0.1/debian
00:00:00.445 E: E: /tmp/dummypkg.deb is not readable
00:00:00.503 E: Usage:
00:00:00.506 E:     mmdebstrap [OPTION...] [SUITE [TARGET [MIRROR...]]]
00:00:00.510 E: 
00:00:00.580 E: + ret=2
00:00:00.584 E: + [ 2 -eq 0 ]
00:00:00.588 E: + rm -rf /tmp/dummypkg.deb /tmp/dummypkg
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:11
result: SUCCESS
------------------------------------------------------------------------------
(260/280) pivot_root
dist: unstable
mode: root
variant: apt
format: auto
time left: 0:15:50
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.018 E: + trap rm -f /tmp/chroot1.tar /tmp/chroot2.tar /tmp/chroot3.tar /tmp/mmdebstrap EXIT INT TERM
00:00:00.022 E: + prefix=
00:00:00.025 E: + id -u
00:00:00.029 E: + [ 0 -eq 0 ]
00:00:00.033 E: + [ root != root ]
00:00:00.037 E: + mmdebstrap --mode=root --variant=apt --include=mount,perl unstable /tmp/chroot1.tar http://127.0.0.1/debian
00:00:00.479 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.515 E: I: finding correct signed-by value...
00:00:00.622 E: I: automatically chosen format: tar
00:00:00.627 E: I: using /tmp/mmdebstrap.ZADcVoA2_b as tempdir
00:00:00.684 E: I: running apt-get update...
00:00:03.742 E: I: downloading packages with apt...
00:00:06.286 E: I: extracting archives...
00:00:08.170 E: I: installing essential packages...
00:00:14.237 E: I: installing remaining packages inside the chroot...
00:00:19.394 E: I: cleaning package lists and apt cache...
00:00:19.490 E: I: creating tarball...
00:00:20.646 E: I: done
00:00:20.777 E: I: removing tempdir /tmp/mmdebstrap.ZADcVoA2_b...
00:00:21.084 E: I: success in 20.7384 seconds
00:00:21.091 E: + [ root = unshare ]
00:00:21.096 E: + mmdebstrap --mode=root --variant=apt --include=mount,perl --customize-hook=mkdir -p "$1/mnt" --customize-hook=[ ! -e /usr/bin/mmdebstrap ] || cp -aT /usr/bin/mmdebstrap "$1/usr/bin/mmdebstrap" --customize-hook=[ ! -e ./mmdebstrap ] || cp -aT ./mmdebstrap "$1/mnt/mmdebstrap" --chrooted-customize-hook=env --chdir=/mnt mmdebstrap --mode=unshare --variant=apt --include=mount,perl unstable /tmp/chroot3.tar http://127.0.0.1/debian --customize-hook=copy-out /tmp/chroot3.tar /tmp --customize-hook=rm -f "$1/usr/bin/mmdebstrap" "$1/mnt/mmdebstrap" unstable /tmp/chroot2.tar http://127.0.0.1/debian
00:00:21.510 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:21.536 E: I: finding correct signed-by value...
00:00:21.643 E: I: automatically chosen format: tar
00:00:21.647 E: I: using /tmp/mmdebstrap.PJhxDa9Vof as tempdir
00:00:21.708 E: I: running apt-get update...
00:00:24.542 E: I: downloading packages with apt...
00:00:26.694 E: I: extracting archives...
00:00:28.582 E: I: installing essential packages...
00:00:34.618 E: I: installing remaining packages inside the chroot...
00:00:39.437 E: I: running --customize-hook in shell: sh -c 'mkdir -p "$1/mnt"' exec /tmp/mmdebstrap.PJhxDa9Vof
00:00:39.444 E: I: running --customize-hook in shell: sh -c '[ ! -e /usr/bin/mmdebstrap ] || cp -aT /usr/bin/mmdebstrap "$1/usr/bin/mmdebstrap"' exec /tmp/mmdebstrap.PJhxDa9Vof
00:00:39.452 E: I: running --customize-hook in shell: sh -c '[ ! -e ./mmdebstrap ] || cp -aT ./mmdebstrap "$1/mnt/mmdebstrap"' exec /tmp/mmdebstrap.PJhxDa9Vof
00:00:39.469 E: I: running --chrooted-customize-hook in shell: sh -c 'env --chdir=/mnt mmdebstrap --mode=unshare --variant=apt --include=mount,perl unstable /tmp/chroot3.tar http://127.0.0.1/debian'
00:00:39.880 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:39.884 E: W: gpg --version failed: cannot infer signed-by value
00:00:39.889 E: I: automatically chosen format: tar
00:00:39.893 E: I: using /tmp/mmdebstrap.ojgVABNtcL as tempdir
00:00:39.954 E: I: running apt-get update...
00:00:42.850 E: I: downloading packages with apt...
00:00:45.269 E: I: extracting archives...
00:00:47.106 E: mount: /: not mount point or bad option.
00:00:47.110 E:        dmesg(1) may have more information after failed mount system call.
00:00:47.113 E: W: mount --make-rprivate / failed: 8192
00:00:47.154 E: I: installing essential packages...
00:00:53.198 E: I: installing remaining packages inside the chroot...
00:00:58.410 E: I: cleaning package lists and apt cache...
00:00:58.502 E: I: creating tarball...
00:00:59.679 E: I: done
00:00:59.843 E: I: removing tempdir /tmp/mmdebstrap.ojgVABNtcL...
00:01:00.162 E: I: success in 20.3935 seconds
00:01:00.180 E: I: running special hook: copy-out /tmp/chroot3.tar /tmp
00:01:03.171 E: I: running --customize-hook in shell: sh -c 'rm -f "$1/usr/bin/mmdebstrap" "$1/mnt/mmdebstrap"' exec /tmp/mmdebstrap.PJhxDa9Vof
00:01:03.198 E: I: cleaning package lists and apt cache...
00:01:03.339 E: I: creating tarball...
00:01:04.522 E: I: done
00:01:04.678 E: I: removing tempdir /tmp/mmdebstrap.PJhxDa9Vof...
00:01:04.940 E: I: success in 43.5692 seconds
00:01:04.949 E: + cmp /tmp/chroot1.tar /tmp/chroot2.tar
00:01:05.184 E: + cmp /tmp/chroot1.tar /tmp/chroot3.tar
00:01:05.408 E: + rm -f /tmp/chroot1.tar /tmp/chroot2.tar /tmp/chroot3.tar /tmp/mmdebstrap
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:16
result: SUCCESS
------------------------------------------------------------------------------
(261/280) pivot_root
dist: unstable
mode: unshare
variant: apt
format: auto
time left: 0:15:07
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.018 E: + export LC_ALL=C.UTF-8
00:00:00.021 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.025 E: + trap rm -f /tmp/chroot1.tar /tmp/chroot2.tar /tmp/chroot3.tar /tmp/mmdebstrap EXIT INT TERM
00:00:00.029 E: + prefix=
00:00:00.033 E: + id -u
00:00:00.037 E: + [ 0 -eq 0 ]
00:00:00.041 E: + [ unshare != root ]
00:00:00.044 E: + [ unshare != auto ]
00:00:00.048 E: + id user
00:00:00.052 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.056 E: + useradd --home-dir /home/user --create-home user
00:00:00.060 E: + prefix=runuser -u user --
00:00:00.063 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=apt --include=mount,perl unstable /tmp/chroot1.tar http://127.0.0.1/debian
00:00:00.590 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.627 E: I: finding correct signed-by value...
00:00:00.732 E: I: automatically chosen format: tar
00:00:00.737 E: I: using /tmp/mmdebstrap.SAtTZi11BL as tempdir
00:00:00.862 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.867 E: I: running apt-get update...
00:00:03.828 E: I: downloading packages with apt...
00:00:05.885 E: I: extracting archives...
00:00:07.767 E: I: installing essential packages...
00:00:13.944 E: I: installing remaining packages inside the chroot...
00:00:18.858 E: I: cleaning package lists and apt cache...
00:00:18.954 E: I: creating tarball...
00:00:20.079 E: I: done
00:00:20.208 E: I: removing tempdir /tmp/mmdebstrap.SAtTZi11BL...
00:00:20.520 E: I: success in 20.1317 seconds
00:00:20.529 E: + [ unshare = unshare ]
00:00:20.534 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=apt --include=mount,perl --customize-hook=mkdir -p "$1/mnt" "$1/oldroot" --customize-hook=[ ! -e /usr/bin/mmdebstrap ] || cp -aT /usr/bin/mmdebstrap "$1/usr/bin/mmdebstrap" --customize-hook=[ ! -e ./mmdebstrap ] || cp -aT ./mmdebstrap "$1/mnt/mmdebstrap" --customize-hook=mount -o rbind "$1" /mnt && cd /mnt && /sbin/pivot_root . oldroot --customize-hook=unshare -U echo nested unprivileged unshare --customize-hook=env --chdir=/mnt mmdebstrap --mode=unshare --variant=apt --include=mount,perl unstable /tmp/chroot3.tar http://127.0.0.1/debian --customize-hook=copy-out /tmp/chroot3.tar /tmp --customize-hook=rm -f "/usr/bin/mmdebstrap" "/mnt/mmdebstrap" --customize-hook=umount -l oldroot sys --customize-hook=rmdir /oldroot unstable /tmp/chroot2.tar http://127.0.0.1/debian
00:00:20.997 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:21.029 E: I: finding correct signed-by value...
00:00:21.138 E: I: automatically chosen format: tar
00:00:21.143 E: I: using /tmp/mmdebstrap.XsFo6s3TQh as tempdir
00:00:21.264 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:21.277 E: I: running apt-get update...
00:00:24.075 E: I: downloading packages with apt...
00:00:26.295 E: I: extracting archives...
00:00:28.160 E: I: installing essential packages...
00:00:33.988 E: I: installing remaining packages inside the chroot...
00:00:39.080 E: I: running --customize-hook in shell: sh -c 'mkdir -p "$1/mnt" "$1/oldroot"' exec /tmp/mmdebstrap.XsFo6s3TQh
00:00:39.088 E: I: running --customize-hook in shell: sh -c '[ ! -e /usr/bin/mmdebstrap ] || cp -aT /usr/bin/mmdebstrap "$1/usr/bin/mmdebstrap"' exec /tmp/mmdebstrap.XsFo6s3TQh
00:00:39.099 E: I: running --customize-hook in shell: sh -c '[ ! -e ./mmdebstrap ] || cp -aT ./mmdebstrap "$1/mnt/mmdebstrap"' exec /tmp/mmdebstrap.XsFo6s3TQh
00:00:39.122 E: I: running --customize-hook in shell: sh -c 'mount -o rbind "$1" /mnt && cd /mnt && /sbin/pivot_root . oldroot' exec /tmp/mmdebstrap.XsFo6s3TQh
00:00:39.132 E: I: detected pivot_root, changing chroot directory to /
00:00:39.137 E: I: running --customize-hook in shell: sh -c 'unshare -U echo nested unprivileged unshare' exec /
00:00:39.141 E: nested unprivileged unshare
00:00:39.144 E: I: running --customize-hook in shell: sh -c 'env --chdir=/mnt mmdebstrap --mode=unshare --variant=apt --include=mount,perl unstable /tmp/chroot3.tar http://127.0.0.1/debian' exec /
00:00:39.546 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:39.550 E: W: gpg --version failed: cannot infer signed-by value
00:00:39.555 E: I: automatically chosen format: tar
00:00:39.559 E: I: using /tmp/mmdebstrap.IJwzZLfVPE as tempdir
00:00:39.629 E: I: running apt-get update...
00:00:42.481 E: I: downloading packages with apt...
00:00:44.634 E: I: extracting archives...
00:00:46.501 E: I: installing essential packages...
00:00:52.555 E: I: installing remaining packages inside the chroot...
00:00:57.678 E: I: cleaning package lists and apt cache...
00:00:57.765 E: I: creating tarball...
00:00:58.957 E: I: done
00:00:59.112 E: I: removing tempdir /tmp/mmdebstrap.IJwzZLfVPE...
00:00:59.418 E: I: success in 19.9855 seconds
00:00:59.430 E: I: running special hook: copy-out /tmp/chroot3.tar /tmp
00:01:02.397 E: I: running --customize-hook in shell: sh -c 'rm -f "/usr/bin/mmdebstrap" "/mnt/mmdebstrap"' exec /
00:01:02.404 E: I: running --customize-hook in shell: sh -c 'umount -l oldroot sys' exec /
00:01:02.412 E: I: running --customize-hook in shell: sh -c 'rmdir /oldroot' exec /
00:01:02.429 E: umount: //sys: umount failed: No such file or directory.
00:01:02.433 E: W: umount /sys failed: 8192
00:01:02.437 E: umount: //dev/zero: umount failed: No such file or directory.
00:01:02.441 E: W: umount ./dev/zero failed: 8192
00:01:02.445 E: W: cannot unlink ./dev/zero: Device or resource busy
00:01:02.449 E: umount: //dev/urandom: umount failed: No such file or directory.
00:01:02.454 E: W: umount ./dev/urandom failed: 8192
00:01:02.457 E: W: cannot unlink ./dev/urandom: Device or resource busy
00:01:02.462 E: umount: //dev/tty: umount failed: No such file or directory.
00:01:02.466 E: W: umount ./dev/tty failed: 8192
00:01:02.471 E: W: cannot unlink ./dev/tty: Device or resource busy
00:01:02.476 E: umount: //dev/random: umount failed: No such file or directory.
00:01:02.480 E: W: umount ./dev/random failed: 8192
00:01:02.485 E: W: cannot unlink ./dev/random: Device or resource busy
00:01:02.489 E: umount: //dev/null: umount failed: No such file or directory.
00:01:02.493 E: W: umount ./dev/null failed: 8192
00:01:02.497 E: W: cannot unlink ./dev/null: Device or resource busy
00:01:02.501 E: umount: //dev/full: umount failed: No such file or directory.
00:01:02.505 E: W: umount ./dev/full failed: 8192
00:01:02.510 E: W: cannot unlink ./dev/full: Device or resource busy
00:01:02.514 E: umount: //dev/console: umount failed: No such file or directory.
00:01:02.518 E: W: umount ./dev/console failed: 8192
00:01:02.522 E: W: cannot unlink ./dev/console: Device or resource busy
00:01:02.527 E: I: cleaning package lists and apt cache...
00:01:02.633 E: I: creating tarball...
00:01:03.803 E: I: done
00:01:03.975 E: I: removing tempdir /tmp/mmdebstrap.XsFo6s3TQh...
00:01:04.332 E: I: success in 43.5197 seconds
00:01:04.343 E: + cmp /tmp/chroot1.tar /tmp/chroot2.tar
00:01:04.551 E: + cmp /tmp/chroot1.tar /tmp/chroot3.tar
00:01:04.765 E: + rm /tmp/chroot2.tar /tmp/chroot3.tar
00:01:04.846 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=apt --include=mount,perl --customize-hook=mkdir -p "$1/mnt" --customize-hook=[ ! -e /usr/bin/mmdebstrap ] || cp -aT /usr/bin/mmdebstrap "$1/usr/bin/mmdebstrap" --customize-hook=[ ! -e ./mmdebstrap ] || cp -aT ./mmdebstrap "$1/mnt/mmdebstrap" --chrooted-customize-hook=env --chdir=/mnt mmdebstrap --mode=unshare --variant=apt --include=mount,perl unstable /tmp/chroot3.tar http://127.0.0.1/debian --customize-hook=copy-out /tmp/chroot3.tar /tmp --customize-hook=rm -f "$1/usr/bin/mmdebstrap" "$1/mnt/mmdebstrap" unstable /tmp/chroot2.tar http://127.0.0.1/debian
00:01:05.363 E: I: chroot architecture amd64 is equal to the host's architecture
00:01:05.390 E: I: finding correct signed-by value...
00:01:05.501 E: I: automatically chosen format: tar
00:01:05.506 E: I: using /tmp/mmdebstrap.Iv3n44G3ug as tempdir
00:01:05.631 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:01:05.646 E: I: running apt-get update...
00:01:08.584 E: I: downloading packages with apt...
00:01:11.019 E: I: extracting archives...
00:01:12.932 E: I: installing essential packages...
00:01:18.681 E: I: installing remaining packages inside the chroot...
00:01:23.887 E: I: running --customize-hook in shell: sh -c 'mkdir -p "$1/mnt"' exec /tmp/mmdebstrap.Iv3n44G3ug
00:01:23.894 E: I: running --customize-hook in shell: sh -c '[ ! -e /usr/bin/mmdebstrap ] || cp -aT /usr/bin/mmdebstrap "$1/usr/bin/mmdebstrap"' exec /tmp/mmdebstrap.Iv3n44G3ug
00:01:23.912 E: I: running --customize-hook in shell: sh -c '[ ! -e ./mmdebstrap ] || cp -aT ./mmdebstrap "$1/mnt/mmdebstrap"' exec /tmp/mmdebstrap.Iv3n44G3ug
00:01:23.924 E: I: running --chrooted-customize-hook in shell: sh -c 'env --chdir=/mnt mmdebstrap --mode=unshare --variant=apt --include=mount,perl unstable /tmp/chroot3.tar http://127.0.0.1/debian'
00:01:24.376 E: I: chroot architecture amd64 is equal to the host's architecture
00:01:24.381 E: W: gpg --version failed: cannot infer signed-by value
00:01:24.386 E: I: automatically chosen format: tar
00:01:24.391 E: I: using /tmp/mmdebstrap.womb1zotUV as tempdir
00:01:24.460 E: I: running apt-get update...
00:01:27.334 E: I: downloading packages with apt...
00:01:29.508 E: I: extracting archives...
00:01:31.410 E: I: installing essential packages...
00:01:37.252 E: I: installing remaining packages inside the chroot...
00:01:42.451 E: I: cleaning package lists and apt cache...
00:01:42.575 E: I: creating tarball...
00:01:43.780 E: I: done
00:01:43.908 E: I: removing tempdir /tmp/mmdebstrap.womb1zotUV...
00:01:44.223 E: I: success in 19.9836 seconds
00:01:44.244 E: I: running special hook: copy-out /tmp/chroot3.tar /tmp
00:01:47.163 E: I: running --customize-hook in shell: sh -c 'rm -f "$1/usr/bin/mmdebstrap" "$1/mnt/mmdebstrap"' exec /tmp/mmdebstrap.Iv3n44G3ug
00:01:47.221 E: I: cleaning package lists and apt cache...
00:01:47.367 E: I: creating tarball...
00:01:48.484 E: I: done
00:01:48.664 E: I: removing tempdir /tmp/mmdebstrap.Iv3n44G3ug...
00:01:48.982 E: I: success in 43.8292 seconds
00:01:48.990 E: + cmp /tmp/chroot1.tar /tmp/chroot2.tar
00:01:49.210 E: + cmp /tmp/chroot1.tar /tmp/chroot3.tar
00:01:49.416 E: + rm -f /tmp/chroot1.tar /tmp/chroot2.tar /tmp/chroot3.tar /tmp/mmdebstrap
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:02:00
result: SUCCESS
------------------------------------------------------------------------------
(262/280) jessie-or-older
dist: unstable
mode: root
variant: essential
format: auto
time left: 0:14:27
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.017 E: + trap rm -f /tmp/debian-chroot-root.tar /tmp/debian-chroot-root-normal.tar EXIT INT TERM
00:00:00.021 E: + id -u
00:00:00.025 E: + [ 0 -eq 0 ]
00:00:00.029 E: + prefix=
00:00:00.033 E: + id -u
00:00:00.037 E: + [ 0 -eq 0 ]
00:00:00.041 E: + [ root != root ]
00:00:00.045 E: + MMTARFILTER=
00:00:00.048 E: + [ -x /usr/bin/mmtarfilter ]
00:00:00.052 E: + MMTARFILTER=/usr/bin/mmtarfilter
00:00:00.056 E: + [ -x ./tarfilter ]
00:00:00.060 E: + MMTARFILTER=./tarfilter
00:00:00.064 E: + mmdebstrap --mode=root --variant=essential unstable - http://127.0.0.1/debian
00:00:00.560 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.600 E: I: finding correct signed-by value...
00:00:00.708 E: I: automatically chosen format: tar
00:00:00.712 E: I: using /tmp/mmdebstrap.T7NN8ReIxG as tempdir
00:00:00.768 E: I: running apt-get update...
00:00:03.737 E: I: downloading packages with apt...
00:00:06.138 E: I: extracting archives...
00:00:07.987 E: I: installing essential packages...
00:00:13.912 E: I: cleaning package lists and apt cache...
00:00:14.005 E: I: creating tarball...
00:00:14.676 E: I: done
00:00:14.684 E: I: removing tempdir /tmp/mmdebstrap.T7NN8ReIxG...
00:00:14.841 E: I: success in 14.4179 seconds
00:00:14.850 E: + mmdebstrap --mode=root --variant=essential --hook-dir=./hooks/jessie-or-older unstable - http://127.0.0.1/debian
00:00:14.854 E: + filter
00:00:14.860 E: + ./tarfilter --path-exclude=/usr/bin/uncompress --path-exclude=/var/cache/debconf/config.dat-old --path-exclude=/var/cache/debconf/templates.dat-old --path-exclude=/var/lib/dpkg/available --path-exclude=/var/lib/dpkg/diversions --path-exclude=/var/lib/dpkg/diversions-old --path-exclude=/var/lib/dpkg/cmethopt --path-exclude=/var/lib/dpkg/status-old --path-exclude=/var/lib/shells.state
00:00:15.311 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:15.338 E: I: finding correct signed-by value...
00:00:15.446 E: I: automatically chosen format: tar
00:00:15.450 E: I: using /tmp/mmdebstrap.fmaTS0AY4q as tempdir
00:00:15.571 E: I: running apt-get update...
00:00:18.615 E: I: downloading packages with apt...
00:00:20.944 E: I: extracting archives...
00:00:22.863 E: I: running --extract-hook directly: ./hooks/jessie-or-older/extract00.sh /tmp/mmdebstrap.fmaTS0AY4q
00:00:22.881 E: I: running --extract-hook directly: ./hooks/jessie-or-older/extract01.sh /tmp/mmdebstrap.fmaTS0AY4q
00:00:23.406 E: Selecting previously unselected package base-passwd.
00:00:23.412 E: (Reading database ... 0 files and directories currently installed.)
00:00:23.417 E: Preparing to unpack .../base-passwd_3.6.4_amd64.deb ...
00:00:23.422 E: Unpacking base-passwd (3.6.4) ...
00:00:23.435 E: dpkg: base-passwd: dependency problems, but configuring anyway as you requested:
00:00:23.440 E:  base-passwd depends on libc6 (>= 2.34); however:
00:00:23.444 E:   Package libc6 is not installed.
00:00:23.449 E:  base-passwd depends on libdebconfclient0 (>= 0.145); however:
00:00:23.454 E:   Package libdebconfclient0 is not installed.
00:00:23.458 E:  base-passwd depends on libselinux1 (>= 3.1~); however:
00:00:23.463 E:   Package libselinux1 is not installed.
00:00:23.467 E: 
00:00:23.471 E: Setting up base-passwd (3.6.4) ...
00:00:23.604 E: Selecting previously unselected package base-files.
00:00:23.609 E: dpkg: regarding .../base-files_13.5_amd64.deb containing base-files, pre-dependency problem:
00:00:23.613 E:  base-files pre-depends on awk
00:00:23.619 E:   awk is not installed.
00:00:23.623 E: 
00:00:23.627 E: dpkg: warning: ignoring pre-dependency problem!
00:00:23.631 E: (Reading database ... 41 files and directories currently installed.)
00:00:23.635 E: Preparing to unpack .../base-files_13.5_amd64.deb ...
00:00:23.639 E: Unpacking base-files (13.5) ...
00:00:23.663 E: dpkg: base-files: dependency problems, but configuring anyway as you requested:
00:00:23.667 E:  base-files depends on awk; however:
00:00:23.671 E:   Package awk is not installed.
00:00:23.675 E: 
00:00:23.679 E: Setting up base-files (13.5) ...
00:00:23.786 E: Selecting previously unselected package dpkg.
00:00:23.791 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:23.796 E:  dpkg pre-depends on libbz2-1.0
00:00:23.800 E:   libbz2-1.0 is not installed.
00:00:23.805 E: 
00:00:23.810 E: dpkg: warning: ignoring pre-dependency problem!
00:00:23.815 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:23.821 E:  dpkg pre-depends on libc6 (>= 2.38)
00:00:23.826 E:   libc6 is not installed.
00:00:23.830 E: 
00:00:23.835 E: dpkg: warning: ignoring pre-dependency problem!
00:00:23.841 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:23.850 E:  dpkg pre-depends on liblzma5 (>= 5.4.0)
00:00:23.855 E:   liblzma5 is not installed.
00:00:23.860 E: 
00:00:23.865 E: dpkg: warning: ignoring pre-dependency problem!
00:00:23.872 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:23.878 E:  dpkg pre-depends on libmd0 (>= 0.0.0)
00:00:23.883 E:   libmd0 is not installed.
00:00:23.888 E: 
00:00:23.893 E: dpkg: warning: ignoring pre-dependency problem!
00:00:23.896 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:23.900 E:  dpkg pre-depends on libselinux1 (>= 3.1~)
00:00:23.904 E:   libselinux1 is not installed.
00:00:23.909 E: 
00:00:23.913 E: dpkg: warning: ignoring pre-dependency problem!
00:00:23.918 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:23.922 E:  dpkg pre-depends on libzstd1 (>= 1.5.5)
00:00:23.926 E:   libzstd1 is not installed.
00:00:23.931 E: 
00:00:23.935 E: dpkg: warning: ignoring pre-dependency problem!
00:00:23.940 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:23.944 E:  dpkg pre-depends on zlib1g (>= 1:1.1.4)
00:00:23.948 E:   zlib1g is not installed.
00:00:23.952 E: 
00:00:23.956 E: dpkg: warning: ignoring pre-dependency problem!
00:00:23.960 E: (Reading database ... 133 files and directories currently installed.)
00:00:23.964 E: Preparing to unpack .../dpkg_1.22.11_amd64.deb ...
00:00:23.968 E: Unpacking dpkg (1.22.11) ...
00:00:23.972 E: dpkg: dpkg: dependency problems, but configuring anyway as you requested:
00:00:23.977 E:  dpkg depends on libbz2-1.0; however:
00:00:23.981 E:   Package libbz2-1.0 is not installed.
00:00:23.985 E:  dpkg depends on libc6 (>= 2.38); however:
00:00:23.989 E:   Package libc6 is not installed.
00:00:23.993 E:  dpkg depends on liblzma5 (>= 5.4.0); however:
00:00:23.997 E:   Package liblzma5 is not installed.
00:00:24.000 E:  dpkg depends on libmd0 (>= 0.0.0); however:
00:00:24.004 E:   Package libmd0 is not installed.
00:00:24.008 E:  dpkg depends on libselinux1 (>= 3.1~); however:
00:00:24.012 E:   Package libselinux1 is not installed.
00:00:24.016 E:  dpkg depends on libzstd1 (>= 1.5.5); however:
00:00:24.020 E:   Package libzstd1 is not installed.
00:00:24.024 E:  dpkg depends on zlib1g (>= 1:1.1.4); however:
00:00:24.027 E:   Package zlib1g is not installed.
00:00:24.031 E:  dpkg depends on tar (>= 1.28-1); however:
00:00:24.035 E:   Package tar is not installed.
00:00:24.040 E: 
00:00:24.044 E: Setting up dpkg (1.22.11) ...
00:00:24.194 E: Selecting previously unselected package gcc-14-base:amd64.
00:00:24.198 E: (Reading database ... 413 files and directories currently installed.)
00:00:24.202 E: Preparing to unpack .../gcc-14-base_14.2.0-1_amd64.deb ...
00:00:24.206 E: Unpacking gcc-14-base:amd64 (14.2.0-1) ...
00:00:24.234 E: Selecting previously unselected package libc6:amd64.
00:00:24.238 E: Preparing to unpack .../libc6_2.39-6_amd64.deb ...
00:00:24.400 E: Unpacking libc6:amd64 (2.39-6) ...
00:00:24.649 E: Selecting previously unselected package libgcc-s1:amd64.
00:00:24.653 E: Preparing to unpack .../libgcc-s1_14.2.0-1_amd64.deb ...
00:00:24.657 E: Unpacking libgcc-s1:amd64 (14.2.0-1) ...
00:00:24.680 E: Selecting previously unselected package mawk.
00:00:24.684 E: Preparing to unpack .../mawk_1.3.4.20240622-2_amd64.deb ...
00:00:24.688 E: Unpacking mawk (1.3.4.20240622-2) ...
00:00:24.722 E: dpkg: regarding .../base-files_13.5_amd64.deb containing base-files, pre-dependency problem:
00:00:24.726 E:  base-files pre-depends on awk
00:00:24.730 E:   mawk provides awk but is unpacked but not configured.
00:00:24.733 E: 
00:00:24.737 E: dpkg: warning: ignoring pre-dependency problem!
00:00:24.741 E: Preparing to unpack .../base-files_13.5_amd64.deb ...
00:00:24.745 E: Unpacking base-files (13.5) over (13.5) ...
00:00:24.792 E: Selecting previously unselected package libtinfo6:amd64.
00:00:24.796 E: Preparing to unpack .../libtinfo6_6.5-2_amd64.deb ...
00:00:24.801 E: Unpacking libtinfo6:amd64 (6.5-2) ...
00:00:24.837 E: Selecting previously unselected package debianutils.
00:00:24.842 E: dpkg: regarding .../debianutils_5.20_amd64.deb containing debianutils, pre-dependency problem:
00:00:24.847 E:  debianutils pre-depends on libc6 (>= 2.38)
00:00:24.852 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:24.856 E: 
00:00:24.860 E: dpkg: warning: ignoring pre-dependency problem!
00:00:24.865 E: Preparing to unpack .../debianutils_5.20_amd64.deb ...
00:00:24.869 E: Unpacking debianutils (5.20) ...
00:00:24.900 E: Selecting previously unselected package bash.
00:00:24.904 E: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:24.908 E:  bash pre-depends on libc6 (>= 2.38)
00:00:24.913 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:24.917 E: 
00:00:24.920 E: dpkg: warning: ignoring pre-dependency problem!
00:00:24.924 E: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:24.928 E:  bash pre-depends on libtinfo6 (>= 6)
00:00:24.932 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:24.935 E: 
00:00:24.939 E: dpkg: warning: ignoring pre-dependency problem!
00:00:24.943 E: Preparing to unpack .../bash_5.2.21-2.1_amd64.deb ...
00:00:24.947 E: Unpacking bash (5.2.21-2.1) ...
00:00:25.032 E: Selecting previously unselected package libcap2:amd64.
00:00:25.036 E: Preparing to unpack .../libcap2_1%3a2.66-5_amd64.deb ...
00:00:25.041 E: Unpacking libcap2:amd64 (1:2.66-5) ...
00:00:25.062 E: Selecting previously unselected package libsystemd0:amd64.
00:00:25.066 E: Preparing to unpack .../libsystemd0_256.4-2_amd64.deb ...
00:00:25.070 E: Unpacking libsystemd0:amd64 (256.4-2) ...
00:00:25.112 E: Selecting previously unselected package bsdutils.
00:00:25.116 E: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:25.120 E:  bsdutils pre-depends on libc6 (>= 2.38)
00:00:25.124 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:25.128 E: 
00:00:25.132 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.136 E: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:25.140 E:  bsdutils pre-depends on libsystemd0 (>= 254)
00:00:25.143 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:25.147 E: 
00:00:25.151 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.155 E: Preparing to unpack .../bsdutils_1%3a2.40.2-2_amd64.deb ...
00:00:25.159 E: Unpacking bsdutils (1:2.40.2-2) ...
00:00:25.163 E: Selecting previously unselected package libacl1:amd64.
00:00:25.166 E: Preparing to unpack .../libacl1_2.3.2-2_amd64.deb ...
00:00:25.172 E: Unpacking libacl1:amd64 (2.3.2-2) ...
00:00:25.184 E: Selecting previously unselected package libattr1:amd64.
00:00:25.188 E: Preparing to unpack .../libattr1_1%3a2.5.2-1_amd64.deb ...
00:00:25.191 E: Unpacking libattr1:amd64 (1:2.5.2-1) ...
00:00:25.213 E: Selecting previously unselected package libgmp10:amd64.
00:00:25.217 E: Preparing to unpack .../libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb ...
00:00:25.222 E: Unpacking libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:25.261 E: Selecting previously unselected package libpcre2-8-0:amd64.
00:00:25.265 E: Preparing to unpack .../libpcre2-8-0_10.42-4+b1_amd64.deb ...
00:00:25.270 E: Unpacking libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:25.314 E: Selecting previously unselected package libselinux1:amd64.
00:00:25.320 E: Preparing to unpack .../libselinux1_3.5-2+b3_amd64.deb ...
00:00:25.324 E: Unpacking libselinux1:amd64 (3.5-2+b3) ...
00:00:25.351 E: Selecting previously unselected package libzstd1:amd64.
00:00:25.355 E: Preparing to unpack .../libzstd1_1.5.6+dfsg-1_amd64.deb ...
00:00:25.360 E: Unpacking libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:25.405 E: Selecting previously unselected package zlib1g:amd64.
00:00:25.410 E: Preparing to unpack .../zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb ...
00:00:25.413 E: Unpacking zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:25.440 E: Selecting previously unselected package libssl3t64:amd64.
00:00:25.444 E: Preparing to unpack .../libssl3t64_3.3.1-2_amd64.deb ...
00:00:25.448 E: Unpacking libssl3t64:amd64 (3.3.1-2) ...
00:00:25.598 E: Selecting previously unselected package coreutils.
00:00:25.602 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:25.606 E:  coreutils pre-depends on libacl1 (>= 2.2.23)
00:00:25.610 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:25.614 E: 
00:00:25.618 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.622 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:25.626 E:  coreutils pre-depends on libattr1 (>= 1:2.4.48)
00:00:25.630 E:   libattr1:amd64 is unpacked, but has never been configured.
00:00:25.635 E: 
00:00:25.639 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.643 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:25.647 E:  coreutils pre-depends on libc6 (>= 2.34)
00:00:25.651 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:25.655 E: 
00:00:25.659 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.663 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:25.667 E:  coreutils pre-depends on libgmp10 (>= 2:6.3.0+dfsg)
00:00:25.671 E:   libgmp10:amd64 is unpacked, but has never been configured.
00:00:25.675 E: 
00:00:25.679 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.682 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:25.686 E:  coreutils pre-depends on libselinux1 (>= 3.1~)
00:00:25.690 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:25.693 E: 
00:00:25.698 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.701 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:25.705 E:  coreutils pre-depends on libssl3t64 (>= 3.0.0)
00:00:25.710 E:   libssl3t64:amd64 is unpacked, but has never been configured.
00:00:25.714 E: 
00:00:25.718 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.722 E: Preparing to unpack .../coreutils_9.4-3.1_amd64.deb ...
00:00:25.726 E: Unpacking coreutils (9.4-3.1) ...
00:00:25.872 E: Selecting previously unselected package dash.
00:00:25.877 E: dpkg: regarding .../dash_0.5.12-9_amd64.deb containing dash, pre-dependency problem:
00:00:25.881 E:  dash pre-depends on libc6 (>= 2.38)
00:00:25.885 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:25.889 E: 
00:00:25.892 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.896 E: Preparing to unpack .../dash_0.5.12-9_amd64.deb ...
00:00:25.900 E: Unpacking dash (0.5.12-9) ...
00:00:25.908 E: Selecting previously unselected package diffutils.
00:00:25.912 E: dpkg: regarding .../diffutils_1%3a3.10-1_amd64.deb containing diffutils, pre-dependency problem:
00:00:25.916 E:  diffutils pre-depends on libc6 (>= 2.34)
00:00:25.920 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:25.924 E: 
00:00:25.929 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.933 E: Preparing to unpack .../diffutils_1%3a3.10-1_amd64.deb ...
00:00:25.937 E: Unpacking diffutils (1:3.10-1) ...
00:00:25.973 E: Selecting previously unselected package libbz2-1.0:amd64.
00:00:25.977 E: Preparing to unpack .../libbz2-1.0_1.0.8-5.1_amd64.deb ...
00:00:25.981 E: Unpacking libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:26.005 E: Selecting previously unselected package liblzma5:amd64.
00:00:26.010 E: Preparing to unpack .../liblzma5_5.6.2-2_amd64.deb ...
00:00:26.013 E: Unpacking liblzma5:amd64 (5.6.2-2) ...
00:00:26.043 E: Selecting previously unselected package libmd0:amd64.
00:00:26.048 E: Preparing to unpack .../libmd0_1.1.0-2_amd64.deb ...
00:00:26.052 E: Unpacking libmd0:amd64 (1.1.0-2) ...
00:00:26.076 E: Selecting previously unselected package tar.
00:00:26.081 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:26.085 E:  tar pre-depends on libacl1 (>= 2.2.23)
00:00:26.090 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:26.093 E: 
00:00:26.097 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.101 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:26.105 E:  tar pre-depends on libc6 (>= 2.34)
00:00:26.109 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:26.113 E: 
00:00:26.117 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.121 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:26.124 E:  tar pre-depends on libselinux1 (>= 3.1~)
00:00:26.128 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:26.132 E: 
00:00:26.136 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.139 E: Preparing to unpack .../tar_1.35+dfsg-3_amd64.deb ...
00:00:26.143 E: Unpacking tar (1.35+dfsg-3) ...
00:00:26.161 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:26.165 E:  dpkg pre-depends on libbz2-1.0
00:00:26.170 E:   libbz2-1.0:amd64 is unpacked, but has never been configured.
00:00:26.174 E: 
00:00:26.178 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.181 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:26.185 E:  dpkg pre-depends on libc6 (>= 2.38)
00:00:26.188 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:26.192 E: 
00:00:26.197 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.202 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:26.205 E:  dpkg pre-depends on liblzma5 (>= 5.4.0)
00:00:26.209 E:   liblzma5:amd64 is unpacked, but has never been configured.
00:00:26.212 E: 
00:00:26.216 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.220 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:26.224 E:  dpkg pre-depends on libmd0 (>= 0.0.0)
00:00:26.228 E:   libmd0:amd64 is unpacked, but has never been configured.
00:00:26.232 E: 
00:00:26.236 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.240 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:26.244 E:  dpkg pre-depends on libselinux1 (>= 3.1~)
00:00:26.249 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:26.253 E: 
00:00:26.257 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.262 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:26.265 E:  dpkg pre-depends on libzstd1 (>= 1.5.5)
00:00:26.269 E:   libzstd1:amd64 is unpacked, but has never been configured.
00:00:26.273 E: 
00:00:26.277 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.281 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:26.285 E:  dpkg pre-depends on zlib1g (>= 1:1.1.4)
00:00:26.289 E:   zlib1g:amd64 is unpacked, but has never been configured.
00:00:26.292 E: 
00:00:26.296 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.300 E: Preparing to unpack .../dpkg_1.22.11_amd64.deb ...
00:00:26.304 E: Unpacking dpkg (1.22.11) over (1.22.11) ...
00:00:26.312 E: Selecting previously unselected package findutils.
00:00:26.317 E: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:26.323 E:  findutils pre-depends on libc6 (>= 2.38)
00:00:26.327 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:26.332 E: 
00:00:26.336 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.340 E: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:26.345 E:  findutils pre-depends on libselinux1 (>= 3.1~)
00:00:26.349 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:26.354 E: 
00:00:26.358 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.363 E: Preparing to unpack .../findutils_4.10.0-2_amd64.deb ...
00:00:26.367 E: Unpacking findutils (4.10.0-2) ...
00:00:26.388 E: Selecting previously unselected package grep.
00:00:26.392 E: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:26.397 E:  grep pre-depends on libc6 (>= 2.34)
00:00:26.401 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:26.405 E: 
00:00:26.409 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.413 E: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:26.419 E:  grep pre-depends on libpcre2-8-0 (>= 10.32)
00:00:26.423 E:   libpcre2-8-0:amd64 is unpacked, but has never been configured.
00:00:26.426 E: 
00:00:26.430 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.434 E: Preparing to unpack .../archives/grep_3.11-4_amd64.deb ...
00:00:26.438 E: Unpacking grep (3.11-4) ...
00:00:26.455 E: Selecting previously unselected package gzip.
00:00:26.459 E: dpkg: regarding .../gzip_1.12-1.1_amd64.deb containing gzip, pre-dependency problem:
00:00:26.464 E:  gzip pre-depends on libc6 (>= 2.34)
00:00:26.467 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:26.471 E: 
00:00:26.475 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.479 E: Preparing to unpack .../gzip_1.12-1.1_amd64.deb ...
00:00:26.490 E: Unpacking gzip (1.12-1.1) ...
00:00:26.528 E: Selecting previously unselected package hostname.
00:00:26.532 E: dpkg: regarding .../hostname_3.23+nmu2_amd64.deb containing hostname, pre-dependency problem:
00:00:26.536 E:  hostname pre-depends on libc6 (>= 2.34)
00:00:26.540 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:26.544 E: 
00:00:26.548 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.555 E: Preparing to unpack .../hostname_3.23+nmu2_amd64.deb ...
00:00:26.560 E: Unpacking hostname (3.23+nmu2) ...
00:00:26.565 E: Selecting previously unselected package ncurses-bin.
00:00:26.569 E: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:26.573 E:  ncurses-bin pre-depends on libc6 (>= 2.34)
00:00:26.576 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:26.580 E: 
00:00:26.584 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.587 E: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:26.591 E:  ncurses-bin pre-depends on libtinfo6 (>= 6.4+20230603)
00:00:26.595 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:26.599 E: 
00:00:26.603 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.607 E: Preparing to unpack .../ncurses-bin_6.5-2_amd64.deb ...
00:00:26.610 E: Unpacking ncurses-bin (6.5-2) ...
00:00:26.615 E: Selecting previously unselected package libcrypt1:amd64.
00:00:26.618 E: Preparing to unpack .../libcrypt1_1%3a4.4.36-4_amd64.deb ...
00:00:26.622 E: Unpacking libcrypt1:amd64 (1:4.4.36-4) ...
00:00:26.638 E: Selecting previously unselected package perl-base.
00:00:26.642 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:26.646 E:  perl-base pre-depends on libc6 (>= 2.38)
00:00:26.650 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:26.654 E: 
00:00:26.658 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.662 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:26.666 E:  perl-base pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:26.670 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:26.674 E: 
00:00:26.677 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.681 E: Preparing to unpack .../perl-base_5.38.2-5_amd64.deb ...
00:00:26.685 E: Unpacking perl-base (5.38.2-5) ...
00:00:26.992 E: Selecting previously unselected package sed.
00:00:26.996 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:27.001 E:  sed pre-depends on libacl1 (>= 2.2.23)
00:00:27.006 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:27.010 E: 
00:00:27.015 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.019 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:27.022 E:  sed pre-depends on libc6 (>= 2.34)
00:00:27.026 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:27.030 E: 
00:00:27.033 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.037 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:27.041 E:  sed pre-depends on libselinux1 (>= 3.1~)
00:00:27.044 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:27.048 E: 
00:00:27.053 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.056 E: Preparing to unpack .../archives/sed_4.9-2_amd64.deb ...
00:00:27.060 E: Unpacking sed (4.9-2) ...
00:00:27.064 E: Selecting previously unselected package libaudit-common.
00:00:27.067 E: Preparing to unpack .../libaudit-common_1%3a3.1.2-4_all.deb ...
00:00:27.071 E: Unpacking libaudit-common (1:3.1.2-4) ...
00:00:27.085 E: Selecting previously unselected package libcap-ng0:amd64.
00:00:27.090 E: Preparing to unpack .../libcap-ng0_0.8.5-1+b1_amd64.deb ...
00:00:27.094 E: Unpacking libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:27.116 E: Selecting previously unselected package libaudit1:amd64.
00:00:27.120 E: Preparing to unpack .../libaudit1_1%3a3.1.2-4+b1_amd64.deb ...
00:00:27.125 E: Unpacking libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:27.148 E: Selecting previously unselected package libdb5.3t64:amd64.
00:00:27.152 E: Preparing to unpack .../libdb5.3t64_5.3.28+dfsg2-7_amd64.deb ...
00:00:27.156 E: Unpacking libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:27.226 E: Selecting previously unselected package debconf.
00:00:27.231 E: Preparing to unpack .../debconf_1.5.87_all.deb ...
00:00:27.235 E: Unpacking debconf (1.5.87) ...
00:00:27.308 E: Selecting previously unselected package libpam0g:amd64.
00:00:27.313 E: Preparing to unpack .../libpam0g_1.5.3-7_amd64.deb ...
00:00:27.318 E: Unpacking libpam0g:amd64 (1.5.3-7) ...
00:00:27.348 E: Selecting previously unselected package libpam-modules-bin.
00:00:27.353 E: Preparing to unpack .../libpam-modules-bin_1.5.3-7_amd64.deb ...
00:00:27.358 E: Unpacking libpam-modules-bin (1.5.3-7) ...
00:00:27.388 E: Selecting previously unselected package libpam-modules:amd64.
00:00:27.393 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:27.396 E:  libpam-modules pre-depends on libaudit1 (>= 1:2.2.1)
00:00:27.400 E:   libaudit1:amd64 is unpacked, but has never been configured.
00:00:27.404 E: 
00:00:27.408 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.411 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:27.415 E:  libpam-modules pre-depends on libc6 (>= 2.34)
00:00:27.419 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:27.423 E: 
00:00:27.427 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.431 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:27.434 E:  libpam-modules pre-depends on libcrypt1 (>= 1:4.3.0)
00:00:27.438 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:27.442 E: 
00:00:27.446 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.449 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:27.453 E:  libpam-modules pre-depends on libdb5.3t64
00:00:27.457 E:   libdb5.3t64:amd64 is unpacked, but has never been configured.
00:00:27.460 E: 
00:00:27.463 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.467 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:27.471 E:  libpam-modules pre-depends on libpam0g (>= 1.4.1)
00:00:27.475 E:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:27.479 E: 
00:00:27.483 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.487 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:27.491 E:  libpam-modules pre-depends on libselinux1 (>= 3.1~)
00:00:27.494 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:27.498 E: 
00:00:27.502 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.505 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:27.508 E:  libpam-modules pre-depends on libsystemd0
00:00:27.512 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:27.517 E: 
00:00:27.521 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.525 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:27.529 E:  libpam-modules pre-depends on debconf (>= 0.5) | debconf-2.0
00:00:27.533 E:   debconf is unpacked, but has never been configured.
00:00:27.536 E:   debconf provides debconf-2.0 but is unpacked but not configured.
00:00:27.540 E: 
00:00:27.544 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.548 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:27.552 E:  libpam-modules pre-depends on libpam-modules-bin (= 1.5.3-7)
00:00:27.556 E:   libpam-modules-bin is unpacked, but has never been configured.
00:00:27.560 E: 
00:00:27.564 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.567 E: Preparing to unpack .../libpam-modules_1.5.3-7_amd64.deb ...
00:00:27.571 E: Unpacking libpam-modules:amd64 (1.5.3-7) ...
00:00:27.575 E: Selecting previously unselected package libpam-runtime.
00:00:27.579 E: Preparing to unpack .../libpam-runtime_1.5.3-7_all.deb ...
00:00:27.583 E: Unpacking libpam-runtime (1.5.3-7) ...
00:00:27.648 E: Selecting previously unselected package libblkid1:amd64.
00:00:27.652 E: Preparing to unpack .../libblkid1_2.40.2-2_amd64.deb ...
00:00:27.657 E: Unpacking libblkid1:amd64 (2.40.2-2) ...
00:00:27.691 E: Selecting previously unselected package libmount1:amd64.
00:00:27.696 E: Preparing to unpack .../libmount1_2.40.2-2_amd64.deb ...
00:00:27.700 E: Unpacking libmount1:amd64 (2.40.2-2) ...
00:00:27.738 E: Selecting previously unselected package libsmartcols1:amd64.
00:00:27.742 E: Preparing to unpack .../libsmartcols1_2.40.2-2_amd64.deb ...
00:00:27.746 E: Unpacking libsmartcols1:amd64 (2.40.2-2) ...
00:00:27.782 E: Selecting previously unselected package libudev1:amd64.
00:00:27.786 E: Preparing to unpack .../libudev1_256.4-2_amd64.deb ...
00:00:27.792 E: Unpacking libudev1:amd64 (256.4-2) ...
00:00:27.825 E: Selecting previously unselected package libuuid1:amd64.
00:00:27.830 E: Preparing to unpack .../libuuid1_2.40.2-2_amd64.deb ...
00:00:27.836 E: Unpacking libuuid1:amd64 (2.40.2-2) ...
00:00:27.871 E: Selecting previously unselected package util-linux.
00:00:27.877 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:27.882 E:  util-linux pre-depends on libpam-modules
00:00:27.891 E:   libpam-modules:amd64 is unpacked, but has never been configured.
00:00:27.901 E: 
00:00:27.906 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.913 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:27.919 E:  util-linux pre-depends on libpam-runtime
00:00:27.925 E:   libpam-runtime is unpacked, but has never been configured.
00:00:27.931 E: 
00:00:27.936 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.943 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:27.951 E:  util-linux pre-depends on libblkid1 (= 2.40.2-2)
00:00:27.958 E:   libblkid1:amd64 is unpacked, but has never been configured.
00:00:27.964 E: 
00:00:27.971 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.976 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:27.980 E:  util-linux pre-depends on libc6 (>= 2.38)
00:00:27.988 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:27.993 E: 
00:00:27.999 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.005 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:28.014 E:  util-linux pre-depends on libcap-ng0 (>= 0.7.9)
00:00:28.018 E:   libcap-ng0:amd64 is unpacked, but has never been configured.
00:00:28.023 E: 
00:00:28.030 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.034 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:28.039 E:  util-linux pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:28.044 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:28.048 E: 
00:00:28.053 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.057 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:28.064 E:  util-linux pre-depends on libmount1 (= 2.40.2-2)
00:00:28.068 E:   libmount1:amd64 is unpacked, but has never been configured.
00:00:28.073 E: 
00:00:28.077 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.082 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:28.086 E:  util-linux pre-depends on libpam0g (>= 0.99.7.1)
00:00:28.090 E:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:28.094 E: 
00:00:28.098 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.102 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:28.106 E:  util-linux pre-depends on libselinux1 (>= 3.1~)
00:00:28.110 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:28.114 E: 
00:00:28.118 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.122 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:28.126 E:  util-linux pre-depends on libsmartcols1 (= 2.40.2-2)
00:00:28.131 E:   libsmartcols1:amd64 is unpacked, but has never been configured.
00:00:28.135 E: 
00:00:28.138 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.143 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:28.148 E:  util-linux pre-depends on libsystemd0
00:00:28.152 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:28.157 E: 
00:00:28.161 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.166 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:28.170 E:  util-linux pre-depends on libtinfo6 (>= 6)
00:00:28.175 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:28.179 E: 
00:00:28.183 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.187 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:28.192 E:  util-linux pre-depends on libudev1 (>= 183)
00:00:28.196 E:   libudev1:amd64 is unpacked, but has never been configured.
00:00:28.201 E: 
00:00:28.205 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.209 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:28.213 E:  util-linux pre-depends on libuuid1 (= 2.40.2-2)
00:00:28.217 E:   libuuid1:amd64 is unpacked, but has never been configured.
00:00:28.221 E: 
00:00:28.225 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.230 E: Preparing to unpack .../util-linux_2.40.2-2_amd64.deb ...
00:00:28.234 E: Unpacking util-linux (2.40.2-2) ...
00:00:28.238 E: Selecting previously unselected package libdebconfclient0:amd64.
00:00:28.242 E: Preparing to unpack .../libdebconfclient0_0.272_amd64.deb ...
00:00:28.246 E: Unpacking libdebconfclient0:amd64 (0.272) ...
00:00:28.250 E: Preparing to unpack .../base-passwd_3.6.4_amd64.deb ...
00:00:28.255 E: Unpacking base-passwd (3.6.4) over (3.6.4) ...
00:00:28.261 E: Selecting previously unselected package init-system-helpers.
00:00:28.266 E: Preparing to unpack .../init-system-helpers_1.66_all.deb ...
00:00:28.271 E: Unpacking init-system-helpers (1.66) ...
00:00:28.277 E: Selecting previously unselected package libc-bin.
00:00:28.281 E: Preparing to unpack .../libc-bin_2.39-6_amd64.deb ...
00:00:28.285 E: Unpacking libc-bin (2.39-6) ...
00:00:28.290 E: Selecting previously unselected package ncurses-base.
00:00:28.294 E: Preparing to unpack .../ncurses-base_6.5-2_all.deb ...
00:00:28.298 E: Unpacking ncurses-base (6.5-2) ...
00:00:28.341 E: Selecting previously unselected package sysvinit-utils.
00:00:28.346 E: Preparing to unpack .../sysvinit-utils_3.09-2_amd64.deb ...
00:00:28.351 E: Unpacking sysvinit-utils (3.09-2) ...
00:00:28.404 E: Setting up gcc-14-base:amd64 (14.2.0-1) ...
00:00:28.419 E: Setting up libaudit-common (1:3.1.2-4) ...
00:00:28.424 E: Setting up debconf (1.5.87) ...
00:00:28.562 E: Setting up ncurses-base (6.5-2) ...
00:00:28.576 E: Setting up libgcc-s1:amd64 (14.2.0-1) ...
00:00:28.583 E: Setting up libc6:amd64 (2.39-6) ...
00:00:28.712 E: Setting up libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:28.717 E: Setting up libmd0:amd64 (1.1.0-2) ...
00:00:28.721 E: Setting up libattr1:amd64 (1:2.5.2-1) ...
00:00:28.726 E: Setting up sysvinit-utils (3.09-2) ...
00:00:28.731 E: Setting up debianutils (5.20) ...
00:00:28.797 E: update-alternatives: using /usr/bin/which.debianutils to provide /usr/bin/which (which) in auto mode
00:00:28.803 E: Setting up mawk (1.3.4.20240622-2) ...
00:00:28.809 E: update-alternatives: using /usr/bin/mawk to provide /usr/bin/awk (awk) in auto mode
00:00:28.813 E: Setting up libdebconfclient0:amd64 (0.272) ...
00:00:28.818 E: Setting up base-files (13.5) ...
00:00:28.864 E: Setting up libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:28.868 E: Setting up libblkid1:amd64 (2.40.2-2) ...
00:00:28.873 E: Setting up dash (0.5.12-9) ...
00:00:28.932 E: Setting up libtinfo6:amd64 (6.5-2) ...
00:00:28.936 E: Setting up bash (5.2.21-2.1) ...
00:00:28.950 E: update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
00:00:28.955 E: Setting up libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:28.960 E: Setting up liblzma5:amd64 (5.6.2-2) ...
00:00:28.964 E: Setting up libc-bin (2.39-6) ...
00:00:28.988 E: Setting up ncurses-bin (6.5-2) ...
00:00:28.993 E: Setting up libacl1:amd64 (2.3.2-2) ...
00:00:28.998 E: Setting up libsmartcols1:amd64 (2.40.2-2) ...
00:00:29.002 E: Setting up zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:29.006 E: Setting up libcrypt1:amd64 (1:4.4.36-4) ...
00:00:29.011 E: Setting up diffutils (1:3.10-1) ...
00:00:29.014 E: Setting up libcap2:amd64 (1:2.66-5) ...
00:00:29.018 E: Setting up hostname (3.23+nmu2) ...
00:00:29.022 E: Setting up libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:29.026 E: Setting up libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:29.030 E: Setting up init-system-helpers (1.66) ...
00:00:29.034 E: Setting up libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:29.039 E: Setting up libuuid1:amd64 (2.40.2-2) ...
00:00:29.044 E: Setting up libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:29.049 E: Setting up libudev1:amd64 (256.4-2) ...
00:00:29.055 E: Setting up grep (3.11-4) ...
00:00:29.059 E: Setting up libssl3t64:amd64 (3.3.1-2) ...
00:00:29.063 E: Setting up libsystemd0:amd64 (256.4-2) ...
00:00:29.068 E: Setting up libselinux1:amd64 (3.5-2+b3) ...
00:00:29.074 E: Setting up libpam0g:amd64 (1.5.3-7) ...
00:00:29.184 E: Setting up sed (4.9-2) ...
00:00:29.189 E: Setting up findutils (4.10.0-2) ...
00:00:29.193 E: Setting up libmount1:amd64 (2.40.2-2) ...
00:00:29.197 E: Setting up base-passwd (3.6.4) ...
00:00:29.328 E: Setting up bsdutils (1:2.40.2-2) ...
00:00:29.334 E: Setting up tar (1.35+dfsg-3) ...
00:00:29.340 E: update-alternatives: using /usr/sbin/rmt-tar to provide /usr/sbin/rmt (rmt) in auto mode
00:00:29.344 E: Setting up libpam-modules-bin (1.5.3-7) ...
00:00:29.351 E: Setting up coreutils (9.4-3.1) ...
00:00:29.356 E: Setting up dpkg (1.22.11) ...
00:00:29.578 E: Setting up libpam-modules:amd64 (1.5.3-7) ...
00:00:29.610 E: Setting up perl-base (5.38.2-5) ...
00:00:29.622 E: Setting up gzip (1.12-1.1) ...
00:00:29.683 E: Setting up libpam-runtime (1.5.3-7) ...
00:00:29.864 E: Setting up util-linux (2.40.2-2) ...
00:00:29.879 E: update-alternatives: using /bin/more to provide /usr/bin/pager (pager) in auto mode
00:00:30.092 E: Processing triggers for libc-bin (2.39-6) ...
00:00:30.112 E: I: installing essential packages...
00:00:36.705 E: I: cleaning package lists and apt cache...
00:00:36.800 E: I: creating tarball...
00:00:37.920 E: I: done
00:00:37.928 E: I: removing tempdir /tmp/mmdebstrap.fmaTS0AY4q...
00:00:38.083 E: I: success in 22.9393 seconds
00:00:38.105 E: + filter
00:00:38.109 E: + ./tarfilter --path-exclude=/usr/bin/uncompress --path-exclude=/var/cache/debconf/config.dat-old --path-exclude=/var/cache/debconf/templates.dat-old --path-exclude=/var/lib/dpkg/available --path-exclude=/var/lib/dpkg/diversions --path-exclude=/var/lib/dpkg/diversions-old --path-exclude=/var/lib/dpkg/cmethopt --path-exclude=/var/lib/dpkg/status-old --path-exclude=/var/lib/shells.state
00:00:38.113 E: + cmp - /tmp/debian-chroot-root.tar
00:00:39.169 E: + rm -f /tmp/debian-chroot-root.tar /tmp/debian-chroot-root-normal.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:50
result: SUCCESS
------------------------------------------------------------------------------
(263/280) jessie-or-older
dist: unstable
mode: root
variant: apt
format: auto
time left: 0:13:42
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.018 E: + trap rm -f /tmp/debian-chroot-root.tar /tmp/debian-chroot-root-normal.tar EXIT INT TERM
00:00:00.022 E: + id -u
00:00:00.026 E: + [ 0 -eq 0 ]
00:00:00.030 E: + prefix=
00:00:00.034 E: + id -u
00:00:00.037 E: + [ 0 -eq 0 ]
00:00:00.041 E: + [ root != root ]
00:00:00.044 E: + MMTARFILTER=
00:00:00.052 E: + [ -x /usr/bin/mmtarfilter ]
00:00:00.060 E: + MMTARFILTER=/usr/bin/mmtarfilter
00:00:00.065 E: + [ -x ./tarfilter ]
00:00:00.071 E: + MMTARFILTER=./tarfilter
00:00:00.077 E: + mmdebstrap --mode=root --variant=apt unstable - http://127.0.0.1/debian
00:00:00.552 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.586 E: I: finding correct signed-by value...
00:00:00.687 E: I: automatically chosen format: tar
00:00:00.692 E: I: using /tmp/mmdebstrap.1iMehEWK8Q as tempdir
00:00:00.740 E: I: running apt-get update...
00:00:03.701 E: I: downloading packages with apt...
00:00:05.913 E: I: extracting archives...
00:00:07.756 E: I: installing essential packages...
00:00:13.758 E: I: installing remaining packages inside the chroot...
00:00:17.380 E: I: cleaning package lists and apt cache...
00:00:17.477 E: I: creating tarball...
00:00:18.295 E: I: done
00:00:18.305 E: I: removing tempdir /tmp/mmdebstrap.1iMehEWK8Q...
00:00:18.521 E: I: success in 18.0876 seconds
00:00:18.528 E: + mmdebstrap --mode=root --variant=apt --hook-dir=./hooks/jessie-or-older unstable - http://127.0.0.1/debian
00:00:18.533 E: + filter
00:00:18.538 E: + ./tarfilter --path-exclude=/usr/bin/uncompress --path-exclude=/var/cache/debconf/config.dat-old --path-exclude=/var/cache/debconf/templates.dat-old --path-exclude=/var/lib/dpkg/available --path-exclude=/var/lib/dpkg/diversions --path-exclude=/var/lib/dpkg/diversions-old --path-exclude=/var/lib/dpkg/cmethopt --path-exclude=/var/lib/dpkg/status-old --path-exclude=/var/lib/shells.state
00:00:18.969 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:19.000 E: I: finding correct signed-by value...
00:00:19.110 E: I: automatically chosen format: tar
00:00:19.114 E: I: using /tmp/mmdebstrap.7YktZXvuVO as tempdir
00:00:19.181 E: I: running apt-get update...
00:00:22.109 E: I: downloading packages with apt...
00:00:24.626 E: I: extracting archives...
00:00:26.580 E: I: running --extract-hook directly: ./hooks/jessie-or-older/extract00.sh /tmp/mmdebstrap.7YktZXvuVO
00:00:26.595 E: I: running --extract-hook directly: ./hooks/jessie-or-older/extract01.sh /tmp/mmdebstrap.7YktZXvuVO
00:00:27.126 E: Selecting previously unselected package base-passwd.
00:00:27.130 E: (Reading database ... 0 files and directories currently installed.)
00:00:27.134 E: Preparing to unpack .../base-passwd_3.6.4_amd64.deb ...
00:00:27.138 E: Unpacking base-passwd (3.6.4) ...
00:00:27.156 E: dpkg: base-passwd: dependency problems, but configuring anyway as you requested:
00:00:27.161 E:  base-passwd depends on libc6 (>= 2.34); however:
00:00:27.165 E:   Package libc6 is not installed.
00:00:27.169 E:  base-passwd depends on libdebconfclient0 (>= 0.145); however:
00:00:27.174 E:   Package libdebconfclient0 is not installed.
00:00:27.178 E:  base-passwd depends on libselinux1 (>= 3.1~); however:
00:00:27.182 E:   Package libselinux1 is not installed.
00:00:27.185 E: 
00:00:27.189 E: Setting up base-passwd (3.6.4) ...
00:00:27.304 E: Selecting previously unselected package base-files.
00:00:27.308 E: dpkg: regarding .../base-files_13.5_amd64.deb containing base-files, pre-dependency problem:
00:00:27.312 E:  base-files pre-depends on awk
00:00:27.316 E:   awk is not installed.
00:00:27.320 E: 
00:00:27.324 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.328 E: (Reading database ... 41 files and directories currently installed.)
00:00:27.332 E: Preparing to unpack .../base-files_13.5_amd64.deb ...
00:00:27.336 E: Unpacking base-files (13.5) ...
00:00:27.361 E: dpkg: base-files: dependency problems, but configuring anyway as you requested:
00:00:27.365 E:  base-files depends on awk; however:
00:00:27.370 E:   Package awk is not installed.
00:00:27.374 E: 
00:00:27.378 E: Setting up base-files (13.5) ...
00:00:27.493 E: Selecting previously unselected package dpkg.
00:00:27.498 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:27.505 E:  dpkg pre-depends on libbz2-1.0
00:00:27.510 E:   libbz2-1.0 is not installed.
00:00:27.515 E: 
00:00:27.520 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.525 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:27.529 E:  dpkg pre-depends on libc6 (>= 2.38)
00:00:27.533 E:   libc6 is not installed.
00:00:27.537 E: 
00:00:27.541 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.545 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:27.550 E:  dpkg pre-depends on liblzma5 (>= 5.4.0)
00:00:27.554 E:   liblzma5 is not installed.
00:00:27.558 E: 
00:00:27.563 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.566 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:27.571 E:  dpkg pre-depends on libmd0 (>= 0.0.0)
00:00:27.575 E:   libmd0 is not installed.
00:00:27.579 E: 
00:00:27.583 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.588 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:27.591 E:  dpkg pre-depends on libselinux1 (>= 3.1~)
00:00:27.595 E:   libselinux1 is not installed.
00:00:27.600 E: 
00:00:27.603 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.607 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:27.611 E:  dpkg pre-depends on libzstd1 (>= 1.5.5)
00:00:27.615 E:   libzstd1 is not installed.
00:00:27.620 E: 
00:00:27.623 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.627 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:27.632 E:  dpkg pre-depends on zlib1g (>= 1:1.1.4)
00:00:27.635 E:   zlib1g is not installed.
00:00:27.639 E: 
00:00:27.643 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.648 E: (Reading database ... 133 files and directories currently installed.)
00:00:27.652 E: Preparing to unpack .../dpkg_1.22.11_amd64.deb ...
00:00:27.655 E: Unpacking dpkg (1.22.11) ...
00:00:27.659 E: dpkg: dpkg: dependency problems, but configuring anyway as you requested:
00:00:27.663 E:  dpkg depends on libbz2-1.0; however:
00:00:27.667 E:   Package libbz2-1.0 is not installed.
00:00:27.671 E:  dpkg depends on libc6 (>= 2.38); however:
00:00:27.674 E:   Package libc6 is not installed.
00:00:27.678 E:  dpkg depends on liblzma5 (>= 5.4.0); however:
00:00:27.681 E:   Package liblzma5 is not installed.
00:00:27.685 E:  dpkg depends on libmd0 (>= 0.0.0); however:
00:00:27.689 E:   Package libmd0 is not installed.
00:00:27.692 E:  dpkg depends on libselinux1 (>= 3.1~); however:
00:00:27.696 E:   Package libselinux1 is not installed.
00:00:27.700 E:  dpkg depends on libzstd1 (>= 1.5.5); however:
00:00:27.703 E:   Package libzstd1 is not installed.
00:00:27.707 E:  dpkg depends on zlib1g (>= 1:1.1.4); however:
00:00:27.711 E:   Package zlib1g is not installed.
00:00:27.715 E:  dpkg depends on tar (>= 1.28-1); however:
00:00:27.719 E:   Package tar is not installed.
00:00:27.723 E: 
00:00:27.726 E: Setting up dpkg (1.22.11) ...
00:00:27.863 E: Selecting previously unselected package gcc-14-base:amd64.
00:00:27.869 E: (Reading database ... 413 files and directories currently installed.)
00:00:27.872 E: Preparing to unpack .../gcc-14-base_14.2.0-1_amd64.deb ...
00:00:27.877 E: Unpacking gcc-14-base:amd64 (14.2.0-1) ...
00:00:27.903 E: Selecting previously unselected package libc6:amd64.
00:00:27.908 E: Preparing to unpack .../libc6_2.39-6_amd64.deb ...
00:00:28.049 E: Unpacking libc6:amd64 (2.39-6) ...
00:00:28.286 E: Selecting previously unselected package libgcc-s1:amd64.
00:00:28.290 E: Preparing to unpack .../libgcc-s1_14.2.0-1_amd64.deb ...
00:00:28.294 E: Unpacking libgcc-s1:amd64 (14.2.0-1) ...
00:00:28.316 E: Selecting previously unselected package mawk.
00:00:28.320 E: Preparing to unpack .../mawk_1.3.4.20240622-2_amd64.deb ...
00:00:28.324 E: Unpacking mawk (1.3.4.20240622-2) ...
00:00:28.357 E: dpkg: regarding .../base-files_13.5_amd64.deb containing base-files, pre-dependency problem:
00:00:28.362 E:  base-files pre-depends on awk
00:00:28.365 E:   mawk provides awk but is unpacked but not configured.
00:00:28.370 E: 
00:00:28.374 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.378 E: Preparing to unpack .../base-files_13.5_amd64.deb ...
00:00:28.381 E: Unpacking base-files (13.5) over (13.5) ...
00:00:28.423 E: Selecting previously unselected package libtinfo6:amd64.
00:00:28.427 E: Preparing to unpack .../libtinfo6_6.5-2_amd64.deb ...
00:00:28.431 E: Unpacking libtinfo6:amd64 (6.5-2) ...
00:00:28.462 E: Selecting previously unselected package debianutils.
00:00:28.467 E: dpkg: regarding .../debianutils_5.20_amd64.deb containing debianutils, pre-dependency problem:
00:00:28.471 E:  debianutils pre-depends on libc6 (>= 2.38)
00:00:28.475 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:28.480 E: 
00:00:28.483 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.487 E: Preparing to unpack .../debianutils_5.20_amd64.deb ...
00:00:28.490 E: Unpacking debianutils (5.20) ...
00:00:28.521 E: Selecting previously unselected package bash.
00:00:28.526 E: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:28.531 E:  bash pre-depends on libc6 (>= 2.38)
00:00:28.535 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:28.538 E: 
00:00:28.542 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.546 E: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:28.550 E:  bash pre-depends on libtinfo6 (>= 6)
00:00:28.554 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:28.558 E: 
00:00:28.562 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.566 E: Preparing to unpack .../bash_5.2.21-2.1_amd64.deb ...
00:00:28.569 E: Unpacking bash (5.2.21-2.1) ...
00:00:28.652 E: Selecting previously unselected package libcap2:amd64.
00:00:28.656 E: Preparing to unpack .../libcap2_1%3a2.66-5_amd64.deb ...
00:00:28.660 E: Unpacking libcap2:amd64 (1:2.66-5) ...
00:00:28.683 E: Selecting previously unselected package libsystemd0:amd64.
00:00:28.687 E: Preparing to unpack .../libsystemd0_256.4-2_amd64.deb ...
00:00:28.691 E: Unpacking libsystemd0:amd64 (256.4-2) ...
00:00:28.739 E: Selecting previously unselected package bsdutils.
00:00:28.743 E: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:28.747 E:  bsdutils pre-depends on libc6 (>= 2.38)
00:00:28.751 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:28.754 E: 
00:00:28.758 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.761 E: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:28.765 E:  bsdutils pre-depends on libsystemd0 (>= 254)
00:00:28.770 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:28.773 E: 
00:00:28.777 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.780 E: Preparing to unpack .../bsdutils_1%3a2.40.2-2_amd64.deb ...
00:00:28.785 E: Unpacking bsdutils (1:2.40.2-2) ...
00:00:28.789 E: Selecting previously unselected package libacl1:amd64.
00:00:28.793 E: Preparing to unpack .../libacl1_2.3.2-2_amd64.deb ...
00:00:28.797 E: Unpacking libacl1:amd64 (2.3.2-2) ...
00:00:28.807 E: Selecting previously unselected package libattr1:amd64.
00:00:28.811 E: Preparing to unpack .../libattr1_1%3a2.5.2-1_amd64.deb ...
00:00:28.814 E: Unpacking libattr1:amd64 (1:2.5.2-1) ...
00:00:28.838 E: Selecting previously unselected package libgmp10:amd64.
00:00:28.842 E: Preparing to unpack .../libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb ...
00:00:28.847 E: Unpacking libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:28.885 E: Selecting previously unselected package libpcre2-8-0:amd64.
00:00:28.888 E: Preparing to unpack .../libpcre2-8-0_10.42-4+b1_amd64.deb ...
00:00:28.892 E: Unpacking libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:28.930 E: Selecting previously unselected package libselinux1:amd64.
00:00:28.935 E: Preparing to unpack .../libselinux1_3.5-2+b3_amd64.deb ...
00:00:28.939 E: Unpacking libselinux1:amd64 (3.5-2+b3) ...
00:00:28.963 E: Selecting previously unselected package libzstd1:amd64.
00:00:28.967 E: Preparing to unpack .../libzstd1_1.5.6+dfsg-1_amd64.deb ...
00:00:28.972 E: Unpacking libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:29.016 E: Selecting previously unselected package zlib1g:amd64.
00:00:29.020 E: Preparing to unpack .../zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb ...
00:00:29.025 E: Unpacking zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:29.053 E: Selecting previously unselected package libssl3t64:amd64.
00:00:29.058 E: Preparing to unpack .../libssl3t64_3.3.1-2_amd64.deb ...
00:00:29.063 E: Unpacking libssl3t64:amd64 (3.3.1-2) ...
00:00:29.214 E: Selecting previously unselected package coreutils.
00:00:29.218 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:29.222 E:  coreutils pre-depends on libacl1 (>= 2.2.23)
00:00:29.225 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:29.229 E: 
00:00:29.232 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.236 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:29.239 E:  coreutils pre-depends on libattr1 (>= 1:2.4.48)
00:00:29.243 E:   libattr1:amd64 is unpacked, but has never been configured.
00:00:29.247 E: 
00:00:29.251 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.255 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:29.258 E:  coreutils pre-depends on libc6 (>= 2.34)
00:00:29.263 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:29.268 E: 
00:00:29.271 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.275 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:29.279 E:  coreutils pre-depends on libgmp10 (>= 2:6.3.0+dfsg)
00:00:29.282 E:   libgmp10:amd64 is unpacked, but has never been configured.
00:00:29.286 E: 
00:00:29.289 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.292 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:29.296 E:  coreutils pre-depends on libselinux1 (>= 3.1~)
00:00:29.300 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:29.304 E: 
00:00:29.308 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.311 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:29.315 E:  coreutils pre-depends on libssl3t64 (>= 3.0.0)
00:00:29.318 E:   libssl3t64:amd64 is unpacked, but has never been configured.
00:00:29.322 E: 
00:00:29.325 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.329 E: Preparing to unpack .../coreutils_9.4-3.1_amd64.deb ...
00:00:29.332 E: Unpacking coreutils (9.4-3.1) ...
00:00:29.492 E: Selecting previously unselected package dash.
00:00:29.496 E: dpkg: regarding .../dash_0.5.12-9_amd64.deb containing dash, pre-dependency problem:
00:00:29.500 E:  dash pre-depends on libc6 (>= 2.38)
00:00:29.504 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:29.509 E: 
00:00:29.512 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.516 E: Preparing to unpack .../dash_0.5.12-9_amd64.deb ...
00:00:29.520 E: Unpacking dash (0.5.12-9) ...
00:00:29.526 E: Selecting previously unselected package diffutils.
00:00:29.531 E: dpkg: regarding .../diffutils_1%3a3.10-1_amd64.deb containing diffutils, pre-dependency problem:
00:00:29.534 E:  diffutils pre-depends on libc6 (>= 2.34)
00:00:29.538 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:29.542 E: 
00:00:29.545 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.549 E: Preparing to unpack .../diffutils_1%3a3.10-1_amd64.deb ...
00:00:29.553 E: Unpacking diffutils (1:3.10-1) ...
00:00:29.587 E: Selecting previously unselected package libbz2-1.0:amd64.
00:00:29.592 E: Preparing to unpack .../libbz2-1.0_1.0.8-5.1_amd64.deb ...
00:00:29.595 E: Unpacking libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:29.616 E: Selecting previously unselected package liblzma5:amd64.
00:00:29.619 E: Preparing to unpack .../liblzma5_5.6.2-2_amd64.deb ...
00:00:29.623 E: Unpacking liblzma5:amd64 (5.6.2-2) ...
00:00:29.651 E: Selecting previously unselected package libmd0:amd64.
00:00:29.655 E: Preparing to unpack .../libmd0_1.1.0-2_amd64.deb ...
00:00:29.659 E: Unpacking libmd0:amd64 (1.1.0-2) ...
00:00:29.679 E: Selecting previously unselected package tar.
00:00:29.683 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:29.686 E:  tar pre-depends on libacl1 (>= 2.2.23)
00:00:29.690 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:29.694 E: 
00:00:29.698 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.701 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:29.705 E:  tar pre-depends on libc6 (>= 2.34)
00:00:29.709 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:29.712 E: 
00:00:29.715 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.720 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:29.724 E:  tar pre-depends on libselinux1 (>= 3.1~)
00:00:29.727 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:29.731 E: 
00:00:29.735 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.738 E: Preparing to unpack .../tar_1.35+dfsg-3_amd64.deb ...
00:00:29.742 E: Unpacking tar (1.35+dfsg-3) ...
00:00:29.760 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.764 E:  dpkg pre-depends on libbz2-1.0
00:00:29.768 E:   libbz2-1.0:amd64 is unpacked, but has never been configured.
00:00:29.772 E: 
00:00:29.775 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.779 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.783 E:  dpkg pre-depends on libc6 (>= 2.38)
00:00:29.786 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:29.789 E: 
00:00:29.793 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.797 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.801 E:  dpkg pre-depends on liblzma5 (>= 5.4.0)
00:00:29.806 E:   liblzma5:amd64 is unpacked, but has never been configured.
00:00:29.809 E: 
00:00:29.813 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.816 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.820 E:  dpkg pre-depends on libmd0 (>= 0.0.0)
00:00:29.825 E:   libmd0:amd64 is unpacked, but has never been configured.
00:00:29.828 E: 
00:00:29.833 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.836 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.840 E:  dpkg pre-depends on libselinux1 (>= 3.1~)
00:00:29.844 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:29.848 E: 
00:00:29.851 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.856 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.860 E:  dpkg pre-depends on libzstd1 (>= 1.5.5)
00:00:29.863 E:   libzstd1:amd64 is unpacked, but has never been configured.
00:00:29.867 E: 
00:00:29.871 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.875 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.879 E:  dpkg pre-depends on zlib1g (>= 1:1.1.4)
00:00:29.883 E:   zlib1g:amd64 is unpacked, but has never been configured.
00:00:29.886 E: 
00:00:29.890 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.894 E: Preparing to unpack .../dpkg_1.22.11_amd64.deb ...
00:00:29.898 E: Unpacking dpkg (1.22.11) over (1.22.11) ...
00:00:29.910 E: Selecting previously unselected package findutils.
00:00:29.914 E: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:29.917 E:  findutils pre-depends on libc6 (>= 2.38)
00:00:29.921 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:29.924 E: 
00:00:29.928 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.932 E: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:29.936 E:  findutils pre-depends on libselinux1 (>= 3.1~)
00:00:29.940 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:29.944 E: 
00:00:29.947 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.951 E: Preparing to unpack .../findutils_4.10.0-2_amd64.deb ...
00:00:29.955 E: Unpacking findutils (4.10.0-2) ...
00:00:29.978 E: Selecting previously unselected package grep.
00:00:29.982 E: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:29.986 E:  grep pre-depends on libc6 (>= 2.34)
00:00:29.990 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:29.994 E: 
00:00:29.998 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.001 E: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:30.005 E:  grep pre-depends on libpcre2-8-0 (>= 10.32)
00:00:30.009 E:   libpcre2-8-0:amd64 is unpacked, but has never been configured.
00:00:30.013 E: 
00:00:30.017 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.021 E: Preparing to unpack .../archives/grep_3.11-4_amd64.deb ...
00:00:30.025 E: Unpacking grep (3.11-4) ...
00:00:30.042 E: Selecting previously unselected package gzip.
00:00:30.045 E: dpkg: regarding .../gzip_1.12-1.1_amd64.deb containing gzip, pre-dependency problem:
00:00:30.049 E:  gzip pre-depends on libc6 (>= 2.34)
00:00:30.053 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:30.056 E: 
00:00:30.060 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.064 E: Preparing to unpack .../gzip_1.12-1.1_amd64.deb ...
00:00:30.074 E: Unpacking gzip (1.12-1.1) ...
00:00:30.108 E: Selecting previously unselected package hostname.
00:00:30.112 E: dpkg: regarding .../hostname_3.23+nmu2_amd64.deb containing hostname, pre-dependency problem:
00:00:30.116 E:  hostname pre-depends on libc6 (>= 2.34)
00:00:30.121 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:30.125 E: 
00:00:30.128 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.132 E: Preparing to unpack .../hostname_3.23+nmu2_amd64.deb ...
00:00:30.135 E: Unpacking hostname (3.23+nmu2) ...
00:00:30.139 E: Selecting previously unselected package ncurses-bin.
00:00:30.143 E: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:30.147 E:  ncurses-bin pre-depends on libc6 (>= 2.34)
00:00:30.151 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:30.155 E: 
00:00:30.159 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.163 E: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:30.167 E:  ncurses-bin pre-depends on libtinfo6 (>= 6.4+20230603)
00:00:30.171 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:30.175 E: 
00:00:30.179 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.183 E: Preparing to unpack .../ncurses-bin_6.5-2_amd64.deb ...
00:00:30.187 E: Unpacking ncurses-bin (6.5-2) ...
00:00:30.191 E: Selecting previously unselected package libcrypt1:amd64.
00:00:30.195 E: Preparing to unpack .../libcrypt1_1%3a4.4.36-4_amd64.deb ...
00:00:30.199 E: Unpacking libcrypt1:amd64 (1:4.4.36-4) ...
00:00:30.218 E: Selecting previously unselected package perl-base.
00:00:30.223 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:30.227 E:  perl-base pre-depends on libc6 (>= 2.38)
00:00:30.232 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:30.236 E: 
00:00:30.239 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.243 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:30.247 E:  perl-base pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:30.251 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:30.254 E: 
00:00:30.258 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.261 E: Preparing to unpack .../perl-base_5.38.2-5_amd64.deb ...
00:00:30.265 E: Unpacking perl-base (5.38.2-5) ...
00:00:30.563 E: Selecting previously unselected package sed.
00:00:30.568 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:30.572 E:  sed pre-depends on libacl1 (>= 2.2.23)
00:00:30.576 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:30.580 E: 
00:00:30.584 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.588 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:30.592 E:  sed pre-depends on libc6 (>= 2.34)
00:00:30.596 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:30.600 E: 
00:00:30.604 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.607 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:30.612 E:  sed pre-depends on libselinux1 (>= 3.1~)
00:00:30.615 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:30.620 E: 
00:00:30.624 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.628 E: Preparing to unpack .../archives/sed_4.9-2_amd64.deb ...
00:00:30.632 E: Unpacking sed (4.9-2) ...
00:00:30.636 E: Selecting previously unselected package libaudit-common.
00:00:30.639 E: Preparing to unpack .../libaudit-common_1%3a3.1.2-4_all.deb ...
00:00:30.643 E: Unpacking libaudit-common (1:3.1.2-4) ...
00:00:30.661 E: Selecting previously unselected package libcap-ng0:amd64.
00:00:30.665 E: Preparing to unpack .../libcap-ng0_0.8.5-1+b1_amd64.deb ...
00:00:30.670 E: Unpacking libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:30.692 E: Selecting previously unselected package libaudit1:amd64.
00:00:30.696 E: Preparing to unpack .../libaudit1_1%3a3.1.2-4+b1_amd64.deb ...
00:00:30.700 E: Unpacking libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:30.724 E: Selecting previously unselected package libdb5.3t64:amd64.
00:00:30.727 E: Preparing to unpack .../libdb5.3t64_5.3.28+dfsg2-7_amd64.deb ...
00:00:30.732 E: Unpacking libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:30.802 E: Selecting previously unselected package debconf.
00:00:30.806 E: Preparing to unpack .../debconf_1.5.87_all.deb ...
00:00:30.810 E: Unpacking debconf (1.5.87) ...
00:00:30.886 E: Selecting previously unselected package libpam0g:amd64.
00:00:30.890 E: Preparing to unpack .../libpam0g_1.5.3-7_amd64.deb ...
00:00:30.895 E: Unpacking libpam0g:amd64 (1.5.3-7) ...
00:00:30.924 E: Selecting previously unselected package libpam-modules-bin.
00:00:30.928 E: Preparing to unpack .../libpam-modules-bin_1.5.3-7_amd64.deb ...
00:00:30.933 E: Unpacking libpam-modules-bin (1.5.3-7) ...
00:00:30.970 E: Selecting previously unselected package libpam-modules:amd64.
00:00:30.975 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:30.980 E:  libpam-modules pre-depends on libaudit1 (>= 1:2.2.1)
00:00:30.984 E:   libaudit1:amd64 is unpacked, but has never been configured.
00:00:30.988 E: 
00:00:30.992 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.998 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:31.003 E:  libpam-modules pre-depends on libc6 (>= 2.34)
00:00:31.007 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:31.011 E: 
00:00:31.016 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.020 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:31.023 E:  libpam-modules pre-depends on libcrypt1 (>= 1:4.3.0)
00:00:31.027 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:31.032 E: 
00:00:31.036 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.040 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:31.044 E:  libpam-modules pre-depends on libdb5.3t64
00:00:31.049 E:   libdb5.3t64:amd64 is unpacked, but has never been configured.
00:00:31.052 E: 
00:00:31.056 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.060 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:31.064 E:  libpam-modules pre-depends on libpam0g (>= 1.4.1)
00:00:31.067 E:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:31.071 E: 
00:00:31.075 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.079 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:31.083 E:  libpam-modules pre-depends on libselinux1 (>= 3.1~)
00:00:31.088 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:31.092 E: 
00:00:31.096 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.100 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:31.104 E:  libpam-modules pre-depends on libsystemd0
00:00:31.108 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:31.112 E: 
00:00:31.116 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.120 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:31.124 E:  libpam-modules pre-depends on debconf (>= 0.5) | debconf-2.0
00:00:31.128 E:   debconf is unpacked, but has never been configured.
00:00:31.132 E:   debconf provides debconf-2.0 but is unpacked but not configured.
00:00:31.135 E: 
00:00:31.139 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.143 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:31.147 E:  libpam-modules pre-depends on libpam-modules-bin (= 1.5.3-7)
00:00:31.151 E:   libpam-modules-bin is unpacked, but has never been configured.
00:00:31.155 E: 
00:00:31.159 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.162 E: Preparing to unpack .../libpam-modules_1.5.3-7_amd64.deb ...
00:00:31.166 E: Unpacking libpam-modules:amd64 (1.5.3-7) ...
00:00:31.169 E: Selecting previously unselected package libpam-runtime.
00:00:31.173 E: Preparing to unpack .../libpam-runtime_1.5.3-7_all.deb ...
00:00:31.176 E: Unpacking libpam-runtime (1.5.3-7) ...
00:00:31.236 E: Selecting previously unselected package libblkid1:amd64.
00:00:31.240 E: Preparing to unpack .../libblkid1_2.40.2-2_amd64.deb ...
00:00:31.245 E: Unpacking libblkid1:amd64 (2.40.2-2) ...
00:00:31.279 E: Selecting previously unselected package libmount1:amd64.
00:00:31.283 E: Preparing to unpack .../libmount1_2.40.2-2_amd64.deb ...
00:00:31.287 E: Unpacking libmount1:amd64 (2.40.2-2) ...
00:00:31.323 E: Selecting previously unselected package libsmartcols1:amd64.
00:00:31.327 E: Preparing to unpack .../libsmartcols1_2.40.2-2_amd64.deb ...
00:00:31.332 E: Unpacking libsmartcols1:amd64 (2.40.2-2) ...
00:00:31.363 E: Selecting previously unselected package libudev1:amd64.
00:00:31.368 E: Preparing to unpack .../libudev1_256.4-2_amd64.deb ...
00:00:31.373 E: Unpacking libudev1:amd64 (256.4-2) ...
00:00:31.405 E: Selecting previously unselected package libuuid1:amd64.
00:00:31.413 E: Preparing to unpack .../libuuid1_2.40.2-2_amd64.deb ...
00:00:31.417 E: Unpacking libuuid1:amd64 (2.40.2-2) ...
00:00:31.442 E: Selecting previously unselected package util-linux.
00:00:31.447 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.452 E:  util-linux pre-depends on libpam-modules
00:00:31.456 E:   libpam-modules:amd64 is unpacked, but has never been configured.
00:00:31.461 E: 
00:00:31.465 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.470 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.474 E:  util-linux pre-depends on libpam-runtime
00:00:31.479 E:   libpam-runtime is unpacked, but has never been configured.
00:00:31.484 E: 
00:00:31.488 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.492 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.496 E:  util-linux pre-depends on libblkid1 (= 2.40.2-2)
00:00:31.500 E:   libblkid1:amd64 is unpacked, but has never been configured.
00:00:31.504 E: 
00:00:31.509 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.513 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.518 E:  util-linux pre-depends on libc6 (>= 2.38)
00:00:31.522 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:31.526 E: 
00:00:31.530 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.535 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.539 E:  util-linux pre-depends on libcap-ng0 (>= 0.7.9)
00:00:31.542 E:   libcap-ng0:amd64 is unpacked, but has never been configured.
00:00:31.546 E: 
00:00:31.549 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.553 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.557 E:  util-linux pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:31.561 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:31.565 E: 
00:00:31.568 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.572 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.575 E:  util-linux pre-depends on libmount1 (= 2.40.2-2)
00:00:31.579 E:   libmount1:amd64 is unpacked, but has never been configured.
00:00:31.582 E: 
00:00:31.586 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.590 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.594 E:  util-linux pre-depends on libpam0g (>= 0.99.7.1)
00:00:31.598 E:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:31.602 E: 
00:00:31.606 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.610 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.614 E:  util-linux pre-depends on libselinux1 (>= 3.1~)
00:00:31.618 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:31.622 E: 
00:00:31.626 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.630 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.634 E:  util-linux pre-depends on libsmartcols1 (= 2.40.2-2)
00:00:31.638 E:   libsmartcols1:amd64 is unpacked, but has never been configured.
00:00:31.641 E: 
00:00:31.645 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.649 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.653 E:  util-linux pre-depends on libsystemd0
00:00:31.657 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:31.661 E: 
00:00:31.665 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.669 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.673 E:  util-linux pre-depends on libtinfo6 (>= 6)
00:00:31.677 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:31.681 E: 
00:00:31.684 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.688 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.692 E:  util-linux pre-depends on libudev1 (>= 183)
00:00:31.695 E:   libudev1:amd64 is unpacked, but has never been configured.
00:00:31.698 E: 
00:00:31.702 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.706 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.710 E:  util-linux pre-depends on libuuid1 (= 2.40.2-2)
00:00:31.714 E:   libuuid1:amd64 is unpacked, but has never been configured.
00:00:31.718 E: 
00:00:31.722 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.726 E: Preparing to unpack .../util-linux_2.40.2-2_amd64.deb ...
00:00:31.730 E: Unpacking util-linux (2.40.2-2) ...
00:00:31.734 E: Selecting previously unselected package libdebconfclient0:amd64.
00:00:31.738 E: Preparing to unpack .../libdebconfclient0_0.272_amd64.deb ...
00:00:31.742 E: Unpacking libdebconfclient0:amd64 (0.272) ...
00:00:31.746 E: Preparing to unpack .../base-passwd_3.6.4_amd64.deb ...
00:00:31.750 E: Unpacking base-passwd (3.6.4) over (3.6.4) ...
00:00:31.754 E: Selecting previously unselected package init-system-helpers.
00:00:31.757 E: Preparing to unpack .../init-system-helpers_1.66_all.deb ...
00:00:31.761 E: Unpacking init-system-helpers (1.66) ...
00:00:31.764 E: Selecting previously unselected package libc-bin.
00:00:31.768 E: Preparing to unpack .../libc-bin_2.39-6_amd64.deb ...
00:00:31.771 E: Unpacking libc-bin (2.39-6) ...
00:00:31.783 E: Selecting previously unselected package ncurses-base.
00:00:31.787 E: Preparing to unpack .../ncurses-base_6.5-2_all.deb ...
00:00:31.791 E: Unpacking ncurses-base (6.5-2) ...
00:00:31.830 E: Selecting previously unselected package sysvinit-utils.
00:00:31.834 E: Preparing to unpack .../sysvinit-utils_3.09-2_amd64.deb ...
00:00:31.839 E: Unpacking sysvinit-utils (3.09-2) ...
00:00:31.866 E: Setting up gcc-14-base:amd64 (14.2.0-1) ...
00:00:31.870 E: Setting up libaudit-common (1:3.1.2-4) ...
00:00:31.875 E: Setting up debconf (1.5.87) ...
00:00:32.021 E: Setting up ncurses-base (6.5-2) ...
00:00:32.034 E: Setting up libgcc-s1:amd64 (14.2.0-1) ...
00:00:32.040 E: Setting up libc6:amd64 (2.39-6) ...
00:00:32.166 E: Setting up libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:32.170 E: Setting up libmd0:amd64 (1.1.0-2) ...
00:00:32.174 E: Setting up libattr1:amd64 (1:2.5.2-1) ...
00:00:32.180 E: Setting up sysvinit-utils (3.09-2) ...
00:00:32.184 E: Setting up debianutils (5.20) ...
00:00:32.245 E: update-alternatives: using /usr/bin/which.debianutils to provide /usr/bin/which (which) in auto mode
00:00:32.251 E: Setting up mawk (1.3.4.20240622-2) ...
00:00:32.257 E: update-alternatives: using /usr/bin/mawk to provide /usr/bin/awk (awk) in auto mode
00:00:32.262 E: Setting up libdebconfclient0:amd64 (0.272) ...
00:00:32.266 E: Setting up base-files (13.5) ...
00:00:32.303 E: Setting up libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:32.307 E: Setting up libblkid1:amd64 (2.40.2-2) ...
00:00:32.312 E: Setting up dash (0.5.12-9) ...
00:00:32.363 E: Setting up libtinfo6:amd64 (6.5-2) ...
00:00:32.367 E: Setting up bash (5.2.21-2.1) ...
00:00:32.380 E: update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
00:00:32.384 E: Setting up libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:32.390 E: Setting up liblzma5:amd64 (5.6.2-2) ...
00:00:32.394 E: Setting up libc-bin (2.39-6) ...
00:00:32.416 E: Setting up ncurses-bin (6.5-2) ...
00:00:32.420 E: Setting up libacl1:amd64 (2.3.2-2) ...
00:00:32.426 E: Setting up libsmartcols1:amd64 (2.40.2-2) ...
00:00:32.430 E: Setting up zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:32.436 E: Setting up libcrypt1:amd64 (1:4.4.36-4) ...
00:00:32.440 E: Setting up diffutils (1:3.10-1) ...
00:00:32.444 E: Setting up libcap2:amd64 (1:2.66-5) ...
00:00:32.449 E: Setting up hostname (3.23+nmu2) ...
00:00:32.454 E: Setting up libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:32.459 E: Setting up libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:32.464 E: Setting up init-system-helpers (1.66) ...
00:00:32.468 E: Setting up libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:32.473 E: Setting up libuuid1:amd64 (2.40.2-2) ...
00:00:32.478 E: Setting up libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:32.483 E: Setting up libudev1:amd64 (256.4-2) ...
00:00:32.487 E: Setting up grep (3.11-4) ...
00:00:32.492 E: Setting up libssl3t64:amd64 (3.3.1-2) ...
00:00:32.497 E: Setting up libsystemd0:amd64 (256.4-2) ...
00:00:32.502 E: Setting up libselinux1:amd64 (3.5-2+b3) ...
00:00:32.509 E: Setting up libpam0g:amd64 (1.5.3-7) ...
00:00:32.628 E: Setting up sed (4.9-2) ...
00:00:32.632 E: Setting up findutils (4.10.0-2) ...
00:00:32.636 E: Setting up libmount1:amd64 (2.40.2-2) ...
00:00:32.640 E: Setting up base-passwd (3.6.4) ...
00:00:32.772 E: Setting up bsdutils (1:2.40.2-2) ...
00:00:32.776 E: Setting up tar (1.35+dfsg-3) ...
00:00:32.782 E: update-alternatives: using /usr/sbin/rmt-tar to provide /usr/sbin/rmt (rmt) in auto mode
00:00:32.786 E: Setting up libpam-modules-bin (1.5.3-7) ...
00:00:32.793 E: Setting up coreutils (9.4-3.1) ...
00:00:32.797 E: Setting up dpkg (1.22.11) ...
00:00:33.013 E: Setting up libpam-modules:amd64 (1.5.3-7) ...
00:00:33.039 E: Setting up perl-base (5.38.2-5) ...
00:00:33.050 E: Setting up gzip (1.12-1.1) ...
00:00:33.105 E: Setting up libpam-runtime (1.5.3-7) ...
00:00:33.265 E: Setting up util-linux (2.40.2-2) ...
00:00:33.276 E: update-alternatives: using /bin/more to provide /usr/bin/pager (pager) in auto mode
00:00:33.463 E: Processing triggers for libc-bin (2.39-6) ...
00:00:33.481 E: I: installing essential packages...
00:00:39.552 E: I: installing remaining packages inside the chroot...
00:00:43.360 E: I: cleaning package lists and apt cache...
00:00:43.453 E: I: creating tarball...
00:00:44.777 E: I: done
00:00:44.785 E: I: removing tempdir /tmp/mmdebstrap.7YktZXvuVO...
00:00:44.963 E: I: success in 26.1379 seconds
00:00:44.972 E: + filter
00:00:44.976 E: + ./tarfilter --path-exclude=/usr/bin/uncompress --path-exclude=/var/cache/debconf/config.dat-old --path-exclude=/var/cache/debconf/templates.dat-old --path-exclude=/var/lib/dpkg/available --path-exclude=/var/lib/dpkg/diversions --path-exclude=/var/lib/dpkg/diversions-old --path-exclude=/var/lib/dpkg/cmethopt --path-exclude=/var/lib/dpkg/status-old --path-exclude=/var/lib/shells.state
00:00:44.982 E: + cmp - /tmp/debian-chroot-root.tar
00:00:46.198 E: + rm -f /tmp/debian-chroot-root.tar /tmp/debian-chroot-root-normal.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:57
result: SUCCESS
------------------------------------------------------------------------------
(264/280) jessie-or-older
dist: unstable
mode: root
variant: minbase
format: auto
time left: 0:12:57
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.013 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.017 E: + trap rm -f /tmp/debian-chroot-root.tar /tmp/debian-chroot-root-normal.tar EXIT INT TERM
00:00:00.021 E: + id -u
00:00:00.024 E: + [ 0 -eq 0 ]
00:00:00.028 E: + prefix=
00:00:00.031 E: + id -u
00:00:00.035 E: + [ 0 -eq 0 ]
00:00:00.038 E: + [ root != root ]
00:00:00.042 E: + MMTARFILTER=
00:00:00.045 E: + [ -x /usr/bin/mmtarfilter ]
00:00:00.048 E: + MMTARFILTER=/usr/bin/mmtarfilter
00:00:00.052 E: + [ -x ./tarfilter ]
00:00:00.056 E: + MMTARFILTER=./tarfilter
00:00:00.060 E: + mmdebstrap --mode=root --variant=minbase unstable - http://127.0.0.1/debian
00:00:00.502 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.539 E: I: finding correct signed-by value...
00:00:00.643 E: I: automatically chosen format: tar
00:00:00.648 E: I: using /tmp/mmdebstrap.rutuJbbPJL as tempdir
00:00:00.705 E: I: running apt-get update...
00:00:03.702 E: I: downloading packages with apt...
00:00:06.175 E: I: extracting archives...
00:00:08.040 E: I: installing essential packages...
00:00:14.024 E: I: installing remaining packages inside the chroot...
00:00:19.705 E: I: cleaning package lists and apt cache...
00:00:19.793 E: I: creating tarball...
00:00:20.706 E: I: done
00:00:20.714 E: I: removing tempdir /tmp/mmdebstrap.rutuJbbPJL...
00:00:20.933 E: I: success in 20.5686 seconds
00:00:20.940 E: + mmdebstrap --mode=root --variant=minbase --hook-dir=./hooks/jessie-or-older unstable - http://127.0.0.1/debian
00:00:20.945 E: + filter
00:00:20.949 E: + ./tarfilter --path-exclude=/usr/bin/uncompress --path-exclude=/var/cache/debconf/config.dat-old --path-exclude=/var/cache/debconf/templates.dat-old --path-exclude=/var/lib/dpkg/available --path-exclude=/var/lib/dpkg/diversions --path-exclude=/var/lib/dpkg/diversions-old --path-exclude=/var/lib/dpkg/cmethopt --path-exclude=/var/lib/dpkg/status-old --path-exclude=/var/lib/shells.state
00:00:21.357 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:21.382 E: I: finding correct signed-by value...
00:00:21.484 E: I: automatically chosen format: tar
00:00:21.489 E: I: using /tmp/mmdebstrap.E7oN4pALAj as tempdir
00:00:21.545 E: I: running apt-get update...
00:00:24.433 E: I: downloading packages with apt...
00:00:26.763 E: I: extracting archives...
00:00:28.622 E: I: running --extract-hook directly: ./hooks/jessie-or-older/extract00.sh /tmp/mmdebstrap.E7oN4pALAj
00:00:28.636 E: I: running --extract-hook directly: ./hooks/jessie-or-older/extract01.sh /tmp/mmdebstrap.E7oN4pALAj
00:00:29.136 E: Selecting previously unselected package base-passwd.
00:00:29.140 E: (Reading database ... 0 files and directories currently installed.)
00:00:29.145 E: Preparing to unpack .../base-passwd_3.6.4_amd64.deb ...
00:00:29.149 E: Unpacking base-passwd (3.6.4) ...
00:00:29.166 E: dpkg: base-passwd: dependency problems, but configuring anyway as you requested:
00:00:29.171 E:  base-passwd depends on libc6 (>= 2.34); however:
00:00:29.176 E:   Package libc6 is not installed.
00:00:29.180 E:  base-passwd depends on libdebconfclient0 (>= 0.145); however:
00:00:29.184 E:   Package libdebconfclient0 is not installed.
00:00:29.190 E:  base-passwd depends on libselinux1 (>= 3.1~); however:
00:00:29.194 E:   Package libselinux1 is not installed.
00:00:29.199 E: 
00:00:29.203 E: Setting up base-passwd (3.6.4) ...
00:00:29.320 E: Selecting previously unselected package base-files.
00:00:29.324 E: dpkg: regarding .../base-files_13.5_amd64.deb containing base-files, pre-dependency problem:
00:00:29.328 E:  base-files pre-depends on awk
00:00:29.333 E:   awk is not installed.
00:00:29.336 E: 
00:00:29.340 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.344 E: (Reading database ... 41 files and directories currently installed.)
00:00:29.348 E: Preparing to unpack .../base-files_13.5_amd64.deb ...
00:00:29.353 E: Unpacking base-files (13.5) ...
00:00:29.376 E: dpkg: base-files: dependency problems, but configuring anyway as you requested:
00:00:29.381 E:  base-files depends on awk; however:
00:00:29.385 E:   Package awk is not installed.
00:00:29.389 E: 
00:00:29.393 E: Setting up base-files (13.5) ...
00:00:29.500 E: Selecting previously unselected package dpkg.
00:00:29.506 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.510 E:  dpkg pre-depends on libbz2-1.0
00:00:29.514 E:   libbz2-1.0 is not installed.
00:00:29.517 E: 
00:00:29.521 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.525 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.529 E:  dpkg pre-depends on libc6 (>= 2.38)
00:00:29.534 E:   libc6 is not installed.
00:00:29.539 E: 
00:00:29.543 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.547 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.552 E:  dpkg pre-depends on liblzma5 (>= 5.4.0)
00:00:29.556 E:   liblzma5 is not installed.
00:00:29.560 E: 
00:00:29.565 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.569 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.574 E:  dpkg pre-depends on libmd0 (>= 0.0.0)
00:00:29.578 E:   libmd0 is not installed.
00:00:29.582 E: 
00:00:29.586 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.591 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.595 E:  dpkg pre-depends on libselinux1 (>= 3.1~)
00:00:29.599 E:   libselinux1 is not installed.
00:00:29.604 E: 
00:00:29.609 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.614 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.618 E:  dpkg pre-depends on libzstd1 (>= 1.5.5)
00:00:29.623 E:   libzstd1 is not installed.
00:00:29.627 E: 
00:00:29.632 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.636 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.641 E:  dpkg pre-depends on zlib1g (>= 1:1.1.4)
00:00:29.645 E:   zlib1g is not installed.
00:00:29.650 E: 
00:00:29.654 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.658 E: (Reading database ... 133 files and directories currently installed.)
00:00:29.661 E: Preparing to unpack .../dpkg_1.22.11_amd64.deb ...
00:00:29.664 E: Unpacking dpkg (1.22.11) ...
00:00:29.668 E: dpkg: dpkg: dependency problems, but configuring anyway as you requested:
00:00:29.673 E:  dpkg depends on libbz2-1.0; however:
00:00:29.677 E:   Package libbz2-1.0 is not installed.
00:00:29.681 E:  dpkg depends on libc6 (>= 2.38); however:
00:00:29.685 E:   Package libc6 is not installed.
00:00:29.689 E:  dpkg depends on liblzma5 (>= 5.4.0); however:
00:00:29.693 E:   Package liblzma5 is not installed.
00:00:29.698 E:  dpkg depends on libmd0 (>= 0.0.0); however:
00:00:29.702 E:   Package libmd0 is not installed.
00:00:29.709 E:  dpkg depends on libselinux1 (>= 3.1~); however:
00:00:29.716 E:   Package libselinux1 is not installed.
00:00:29.720 E:  dpkg depends on libzstd1 (>= 1.5.5); however:
00:00:29.724 E:   Package libzstd1 is not installed.
00:00:29.728 E:  dpkg depends on zlib1g (>= 1:1.1.4); however:
00:00:29.732 E:   Package zlib1g is not installed.
00:00:29.736 E:  dpkg depends on tar (>= 1.28-1); however:
00:00:29.742 E:   Package tar is not installed.
00:00:29.746 E: 
00:00:29.750 E: Setting up dpkg (1.22.11) ...
00:00:29.890 E: Selecting previously unselected package gcc-14-base:amd64.
00:00:29.894 E: (Reading database ... 413 files and directories currently installed.)
00:00:29.898 E: Preparing to unpack .../gcc-14-base_14.2.0-1_amd64.deb ...
00:00:29.902 E: Unpacking gcc-14-base:amd64 (14.2.0-1) ...
00:00:29.931 E: Selecting previously unselected package libc6:amd64.
00:00:29.936 E: Preparing to unpack .../libc6_2.39-6_amd64.deb ...
00:00:30.076 E: Unpacking libc6:amd64 (2.39-6) ...
00:00:30.331 E: Selecting previously unselected package libgcc-s1:amd64.
00:00:30.336 E: Preparing to unpack .../libgcc-s1_14.2.0-1_amd64.deb ...
00:00:30.340 E: Unpacking libgcc-s1:amd64 (14.2.0-1) ...
00:00:30.363 E: Selecting previously unselected package mawk.
00:00:30.367 E: Preparing to unpack .../mawk_1.3.4.20240622-2_amd64.deb ...
00:00:30.372 E: Unpacking mawk (1.3.4.20240622-2) ...
00:00:30.403 E: dpkg: regarding .../base-files_13.5_amd64.deb containing base-files, pre-dependency problem:
00:00:30.407 E:  base-files pre-depends on awk
00:00:30.411 E:   mawk provides awk but is unpacked but not configured.
00:00:30.415 E: 
00:00:30.419 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.422 E: Preparing to unpack .../base-files_13.5_amd64.deb ...
00:00:30.426 E: Unpacking base-files (13.5) over (13.5) ...
00:00:30.473 E: Selecting previously unselected package libtinfo6:amd64.
00:00:30.477 E: Preparing to unpack .../libtinfo6_6.5-2_amd64.deb ...
00:00:30.482 E: Unpacking libtinfo6:amd64 (6.5-2) ...
00:00:30.511 E: Selecting previously unselected package debianutils.
00:00:30.516 E: dpkg: regarding .../debianutils_5.20_amd64.deb containing debianutils, pre-dependency problem:
00:00:30.520 E:  debianutils pre-depends on libc6 (>= 2.38)
00:00:30.524 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:30.527 E: 
00:00:30.531 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.535 E: Preparing to unpack .../debianutils_5.20_amd64.deb ...
00:00:30.539 E: Unpacking debianutils (5.20) ...
00:00:30.570 E: Selecting previously unselected package bash.
00:00:30.574 E: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:30.579 E:  bash pre-depends on libc6 (>= 2.38)
00:00:30.583 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:30.587 E: 
00:00:30.591 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.596 E: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:30.603 E:  bash pre-depends on libtinfo6 (>= 6)
00:00:30.608 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:30.612 E: 
00:00:30.617 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.622 E: Preparing to unpack .../bash_5.2.21-2.1_amd64.deb ...
00:00:30.627 E: Unpacking bash (5.2.21-2.1) ...
00:00:30.711 E: Selecting previously unselected package libcap2:amd64.
00:00:30.715 E: Preparing to unpack .../libcap2_1%3a2.66-5_amd64.deb ...
00:00:30.719 E: Unpacking libcap2:amd64 (1:2.66-5) ...
00:00:30.744 E: Selecting previously unselected package libsystemd0:amd64.
00:00:30.749 E: Preparing to unpack .../libsystemd0_256.4-2_amd64.deb ...
00:00:30.753 E: Unpacking libsystemd0:amd64 (256.4-2) ...
00:00:30.797 E: Selecting previously unselected package bsdutils.
00:00:30.802 E: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:30.807 E:  bsdutils pre-depends on libc6 (>= 2.38)
00:00:30.811 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:30.814 E: 
00:00:30.819 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.823 E: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:30.827 E:  bsdutils pre-depends on libsystemd0 (>= 254)
00:00:30.832 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:30.836 E: 
00:00:30.842 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.848 E: Preparing to unpack .../bsdutils_1%3a2.40.2-2_amd64.deb ...
00:00:30.853 E: Unpacking bsdutils (1:2.40.2-2) ...
00:00:30.858 E: Selecting previously unselected package libacl1:amd64.
00:00:30.861 E: Preparing to unpack .../libacl1_2.3.2-2_amd64.deb ...
00:00:30.866 E: Unpacking libacl1:amd64 (2.3.2-2) ...
00:00:30.878 E: Selecting previously unselected package libattr1:amd64.
00:00:30.882 E: Preparing to unpack .../libattr1_1%3a2.5.2-1_amd64.deb ...
00:00:30.886 E: Unpacking libattr1:amd64 (1:2.5.2-1) ...
00:00:30.908 E: Selecting previously unselected package libgmp10:amd64.
00:00:30.913 E: Preparing to unpack .../libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb ...
00:00:30.917 E: Unpacking libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:30.958 E: Selecting previously unselected package libpcre2-8-0:amd64.
00:00:30.963 E: Preparing to unpack .../libpcre2-8-0_10.42-4+b1_amd64.deb ...
00:00:30.967 E: Unpacking libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:31.005 E: Selecting previously unselected package libselinux1:amd64.
00:00:31.009 E: Preparing to unpack .../libselinux1_3.5-2+b3_amd64.deb ...
00:00:31.013 E: Unpacking libselinux1:amd64 (3.5-2+b3) ...
00:00:31.041 E: Selecting previously unselected package libzstd1:amd64.
00:00:31.046 E: Preparing to unpack .../libzstd1_1.5.6+dfsg-1_amd64.deb ...
00:00:31.049 E: Unpacking libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:31.095 E: Selecting previously unselected package zlib1g:amd64.
00:00:31.099 E: Preparing to unpack .../zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb ...
00:00:31.102 E: Unpacking zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:31.132 E: Selecting previously unselected package libssl3t64:amd64.
00:00:31.136 E: Preparing to unpack .../libssl3t64_3.3.1-2_amd64.deb ...
00:00:31.140 E: Unpacking libssl3t64:amd64 (3.3.1-2) ...
00:00:31.306 E: Selecting previously unselected package coreutils.
00:00:31.311 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:31.319 E:  coreutils pre-depends on libacl1 (>= 2.2.23)
00:00:31.325 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:31.329 E: 
00:00:31.335 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.341 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:31.345 E:  coreutils pre-depends on libattr1 (>= 1:2.4.48)
00:00:31.350 E:   libattr1:amd64 is unpacked, but has never been configured.
00:00:31.355 E: 
00:00:31.359 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.364 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:31.368 E:  coreutils pre-depends on libc6 (>= 2.34)
00:00:31.373 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:31.377 E: 
00:00:31.381 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.385 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:31.390 E:  coreutils pre-depends on libgmp10 (>= 2:6.3.0+dfsg)
00:00:31.394 E:   libgmp10:amd64 is unpacked, but has never been configured.
00:00:31.397 E: 
00:00:31.402 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.406 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:31.411 E:  coreutils pre-depends on libselinux1 (>= 3.1~)
00:00:31.415 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:31.419 E: 
00:00:31.424 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.428 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:31.432 E:  coreutils pre-depends on libssl3t64 (>= 3.0.0)
00:00:31.436 E:   libssl3t64:amd64 is unpacked, but has never been configured.
00:00:31.440 E: 
00:00:31.445 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.450 E: Preparing to unpack .../coreutils_9.4-3.1_amd64.deb ...
00:00:31.454 E: Unpacking coreutils (9.4-3.1) ...
00:00:31.596 E: Selecting previously unselected package dash.
00:00:31.602 E: dpkg: regarding .../dash_0.5.12-9_amd64.deb containing dash, pre-dependency problem:
00:00:31.624 E:  dash pre-depends on libc6 (>= 2.38)
00:00:31.629 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:31.635 E: 
00:00:31.641 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.646 E: Preparing to unpack .../dash_0.5.12-9_amd64.deb ...
00:00:31.651 E: Unpacking dash (0.5.12-9) ...
00:00:31.657 E: Selecting previously unselected package diffutils.
00:00:31.663 E: dpkg: regarding .../diffutils_1%3a3.10-1_amd64.deb containing diffutils, pre-dependency problem:
00:00:31.669 E:  diffutils pre-depends on libc6 (>= 2.34)
00:00:31.676 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:31.682 E: 
00:00:31.687 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.692 E: Preparing to unpack .../diffutils_1%3a3.10-1_amd64.deb ...
00:00:31.697 E: Unpacking diffutils (1:3.10-1) ...
00:00:31.727 E: Selecting previously unselected package libbz2-1.0:amd64.
00:00:31.731 E: Preparing to unpack .../libbz2-1.0_1.0.8-5.1_amd64.deb ...
00:00:31.735 E: Unpacking libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:31.762 E: Selecting previously unselected package liblzma5:amd64.
00:00:31.767 E: Preparing to unpack .../liblzma5_5.6.2-2_amd64.deb ...
00:00:31.772 E: Unpacking liblzma5:amd64 (5.6.2-2) ...
00:00:31.806 E: Selecting previously unselected package libmd0:amd64.
00:00:31.810 E: Preparing to unpack .../libmd0_1.1.0-2_amd64.deb ...
00:00:31.814 E: Unpacking libmd0:amd64 (1.1.0-2) ...
00:00:31.842 E: Selecting previously unselected package tar.
00:00:31.847 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:31.851 E:  tar pre-depends on libacl1 (>= 2.2.23)
00:00:31.855 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:31.859 E: 
00:00:31.863 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.866 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:31.871 E:  tar pre-depends on libc6 (>= 2.34)
00:00:31.875 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:31.879 E: 
00:00:31.882 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.886 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:31.890 E:  tar pre-depends on libselinux1 (>= 3.1~)
00:00:31.894 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:31.898 E: 
00:00:31.902 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.907 E: Preparing to unpack .../tar_1.35+dfsg-3_amd64.deb ...
00:00:31.910 E: Unpacking tar (1.35+dfsg-3) ...
00:00:31.928 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:31.932 E:  dpkg pre-depends on libbz2-1.0
00:00:31.936 E:   libbz2-1.0:amd64 is unpacked, but has never been configured.
00:00:31.940 E: 
00:00:31.944 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.948 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:31.952 E:  dpkg pre-depends on libc6 (>= 2.38)
00:00:31.956 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:31.960 E: 
00:00:31.964 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.968 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:31.972 E:  dpkg pre-depends on liblzma5 (>= 5.4.0)
00:00:31.976 E:   liblzma5:amd64 is unpacked, but has never been configured.
00:00:31.981 E: 
00:00:31.986 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.992 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:31.996 E:  dpkg pre-depends on libmd0 (>= 0.0.0)
00:00:32.000 E:   libmd0:amd64 is unpacked, but has never been configured.
00:00:32.005 E: 
00:00:32.010 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.014 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:32.018 E:  dpkg pre-depends on libselinux1 (>= 3.1~)
00:00:32.022 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:32.025 E: 
00:00:32.029 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.033 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:32.037 E:  dpkg pre-depends on libzstd1 (>= 1.5.5)
00:00:32.040 E:   libzstd1:amd64 is unpacked, but has never been configured.
00:00:32.044 E: 
00:00:32.048 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.052 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:32.056 E:  dpkg pre-depends on zlib1g (>= 1:1.1.4)
00:00:32.060 E:   zlib1g:amd64 is unpacked, but has never been configured.
00:00:32.064 E: 
00:00:32.068 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.073 E: Preparing to unpack .../dpkg_1.22.11_amd64.deb ...
00:00:32.076 E: Unpacking dpkg (1.22.11) over (1.22.11) ...
00:00:32.085 E: Selecting previously unselected package findutils.
00:00:32.089 E: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:32.093 E:  findutils pre-depends on libc6 (>= 2.38)
00:00:32.097 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:32.101 E: 
00:00:32.105 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.108 E: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:32.113 E:  findutils pre-depends on libselinux1 (>= 3.1~)
00:00:32.117 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:32.121 E: 
00:00:32.126 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.131 E: Preparing to unpack .../findutils_4.10.0-2_amd64.deb ...
00:00:32.135 E: Unpacking findutils (4.10.0-2) ...
00:00:32.159 E: Selecting previously unselected package grep.
00:00:32.163 E: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:32.167 E:  grep pre-depends on libc6 (>= 2.34)
00:00:32.171 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:32.175 E: 
00:00:32.180 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.183 E: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:32.187 E:  grep pre-depends on libpcre2-8-0 (>= 10.32)
00:00:32.191 E:   libpcre2-8-0:amd64 is unpacked, but has never been configured.
00:00:32.195 E: 
00:00:32.199 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.203 E: Preparing to unpack .../archives/grep_3.11-4_amd64.deb ...
00:00:32.207 E: Unpacking grep (3.11-4) ...
00:00:32.225 E: Selecting previously unselected package gzip.
00:00:32.228 E: dpkg: regarding .../gzip_1.12-1.1_amd64.deb containing gzip, pre-dependency problem:
00:00:32.232 E:  gzip pre-depends on libc6 (>= 2.34)
00:00:32.237 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:32.241 E: 
00:00:32.244 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.248 E: Preparing to unpack .../gzip_1.12-1.1_amd64.deb ...
00:00:32.260 E: Unpacking gzip (1.12-1.1) ...
00:00:32.298 E: Selecting previously unselected package hostname.
00:00:32.302 E: dpkg: regarding .../hostname_3.23+nmu2_amd64.deb containing hostname, pre-dependency problem:
00:00:32.306 E:  hostname pre-depends on libc6 (>= 2.34)
00:00:32.310 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:32.314 E: 
00:00:32.318 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.322 E: Preparing to unpack .../hostname_3.23+nmu2_amd64.deb ...
00:00:32.326 E: Unpacking hostname (3.23+nmu2) ...
00:00:32.330 E: Selecting previously unselected package ncurses-bin.
00:00:32.333 E: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:32.338 E:  ncurses-bin pre-depends on libc6 (>= 2.34)
00:00:32.342 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:32.347 E: 
00:00:32.351 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.354 E: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:32.358 E:  ncurses-bin pre-depends on libtinfo6 (>= 6.4+20230603)
00:00:32.362 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:32.366 E: 
00:00:32.370 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.374 E: Preparing to unpack .../ncurses-bin_6.5-2_amd64.deb ...
00:00:32.377 E: Unpacking ncurses-bin (6.5-2) ...
00:00:32.381 E: Selecting previously unselected package libcrypt1:amd64.
00:00:32.385 E: Preparing to unpack .../libcrypt1_1%3a4.4.36-4_amd64.deb ...
00:00:32.388 E: Unpacking libcrypt1:amd64 (1:4.4.36-4) ...
00:00:32.417 E: Selecting previously unselected package perl-base.
00:00:32.421 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:32.425 E:  perl-base pre-depends on libc6 (>= 2.38)
00:00:32.429 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:32.435 E: 
00:00:32.439 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.444 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:32.449 E:  perl-base pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:32.453 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:32.457 E: 
00:00:32.461 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.465 E: Preparing to unpack .../perl-base_5.38.2-5_amd64.deb ...
00:00:32.469 E: Unpacking perl-base (5.38.2-5) ...
00:00:32.768 E: Selecting previously unselected package sed.
00:00:32.772 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:32.777 E:  sed pre-depends on libacl1 (>= 2.2.23)
00:00:32.780 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:32.784 E: 
00:00:32.788 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.792 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:32.796 E:  sed pre-depends on libc6 (>= 2.34)
00:00:32.800 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:32.804 E: 
00:00:32.808 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.813 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:32.817 E:  sed pre-depends on libselinux1 (>= 3.1~)
00:00:32.821 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:32.825 E: 
00:00:32.830 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.834 E: Preparing to unpack .../archives/sed_4.9-2_amd64.deb ...
00:00:32.838 E: Unpacking sed (4.9-2) ...
00:00:32.842 E: Selecting previously unselected package libaudit-common.
00:00:32.846 E: Preparing to unpack .../libaudit-common_1%3a3.1.2-4_all.deb ...
00:00:32.850 E: Unpacking libaudit-common (1:3.1.2-4) ...
00:00:32.863 E: Selecting previously unselected package libcap-ng0:amd64.
00:00:32.867 E: Preparing to unpack .../libcap-ng0_0.8.5-1+b1_amd64.deb ...
00:00:32.871 E: Unpacking libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:32.896 E: Selecting previously unselected package libaudit1:amd64.
00:00:32.900 E: Preparing to unpack .../libaudit1_1%3a3.1.2-4+b1_amd64.deb ...
00:00:32.904 E: Unpacking libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:32.927 E: Selecting previously unselected package libdb5.3t64:amd64.
00:00:32.930 E: Preparing to unpack .../libdb5.3t64_5.3.28+dfsg2-7_amd64.deb ...
00:00:32.934 E: Unpacking libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:33.008 E: Selecting previously unselected package debconf.
00:00:33.012 E: Preparing to unpack .../debconf_1.5.87_all.deb ...
00:00:33.016 E: Unpacking debconf (1.5.87) ...
00:00:33.085 E: Selecting previously unselected package libpam0g:amd64.
00:00:33.089 E: Preparing to unpack .../libpam0g_1.5.3-7_amd64.deb ...
00:00:33.094 E: Unpacking libpam0g:amd64 (1.5.3-7) ...
00:00:33.121 E: Selecting previously unselected package libpam-modules-bin.
00:00:33.125 E: Preparing to unpack .../libpam-modules-bin_1.5.3-7_amd64.deb ...
00:00:33.129 E: Unpacking libpam-modules-bin (1.5.3-7) ...
00:00:33.164 E: Selecting previously unselected package libpam-modules:amd64.
00:00:33.168 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:33.172 E:  libpam-modules pre-depends on libaudit1 (>= 1:2.2.1)
00:00:33.176 E:   libaudit1:amd64 is unpacked, but has never been configured.
00:00:33.180 E: 
00:00:33.184 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.188 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:33.192 E:  libpam-modules pre-depends on libc6 (>= 2.34)
00:00:33.196 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:33.199 E: 
00:00:33.203 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.207 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:33.211 E:  libpam-modules pre-depends on libcrypt1 (>= 1:4.3.0)
00:00:33.215 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:33.219 E: 
00:00:33.223 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.227 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:33.231 E:  libpam-modules pre-depends on libdb5.3t64
00:00:33.235 E:   libdb5.3t64:amd64 is unpacked, but has never been configured.
00:00:33.238 E: 
00:00:33.242 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.246 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:33.250 E:  libpam-modules pre-depends on libpam0g (>= 1.4.1)
00:00:33.253 E:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:33.257 E: 
00:00:33.261 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.265 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:33.269 E:  libpam-modules pre-depends on libselinux1 (>= 3.1~)
00:00:33.273 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:33.277 E: 
00:00:33.282 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.286 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:33.291 E:  libpam-modules pre-depends on libsystemd0
00:00:33.295 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:33.299 E: 
00:00:33.302 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.307 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:33.311 E:  libpam-modules pre-depends on debconf (>= 0.5) | debconf-2.0
00:00:33.314 E:   debconf is unpacked, but has never been configured.
00:00:33.318 E:   debconf provides debconf-2.0 but is unpacked but not configured.
00:00:33.322 E: 
00:00:33.327 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.331 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:33.335 E:  libpam-modules pre-depends on libpam-modules-bin (= 1.5.3-7)
00:00:33.339 E:   libpam-modules-bin is unpacked, but has never been configured.
00:00:33.343 E: 
00:00:33.346 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.350 E: Preparing to unpack .../libpam-modules_1.5.3-7_amd64.deb ...
00:00:33.353 E: Unpacking libpam-modules:amd64 (1.5.3-7) ...
00:00:33.357 E: Selecting previously unselected package libpam-runtime.
00:00:33.361 E: Preparing to unpack .../libpam-runtime_1.5.3-7_all.deb ...
00:00:33.365 E: Unpacking libpam-runtime (1.5.3-7) ...
00:00:33.422 E: Selecting previously unselected package libblkid1:amd64.
00:00:33.426 E: Preparing to unpack .../libblkid1_2.40.2-2_amd64.deb ...
00:00:33.430 E: Unpacking libblkid1:amd64 (2.40.2-2) ...
00:00:33.465 E: Selecting previously unselected package libmount1:amd64.
00:00:33.469 E: Preparing to unpack .../libmount1_2.40.2-2_amd64.deb ...
00:00:33.473 E: Unpacking libmount1:amd64 (2.40.2-2) ...
00:00:33.509 E: Selecting previously unselected package libsmartcols1:amd64.
00:00:33.514 E: Preparing to unpack .../libsmartcols1_2.40.2-2_amd64.deb ...
00:00:33.519 E: Unpacking libsmartcols1:amd64 (2.40.2-2) ...
00:00:33.550 E: Selecting previously unselected package libudev1:amd64.
00:00:33.554 E: Preparing to unpack .../libudev1_256.4-2_amd64.deb ...
00:00:33.558 E: Unpacking libudev1:amd64 (256.4-2) ...
00:00:33.588 E: Selecting previously unselected package libuuid1:amd64.
00:00:33.592 E: Preparing to unpack .../libuuid1_2.40.2-2_amd64.deb ...
00:00:33.596 E: Unpacking libuuid1:amd64 (2.40.2-2) ...
00:00:33.623 E: Selecting previously unselected package util-linux.
00:00:33.628 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.632 E:  util-linux pre-depends on libpam-modules
00:00:33.637 E:   libpam-modules:amd64 is unpacked, but has never been configured.
00:00:33.641 E: 
00:00:33.645 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.649 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.654 E:  util-linux pre-depends on libpam-runtime
00:00:33.658 E:   libpam-runtime is unpacked, but has never been configured.
00:00:33.662 E: 
00:00:33.667 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.672 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.677 E:  util-linux pre-depends on libblkid1 (= 2.40.2-2)
00:00:33.682 E:   libblkid1:amd64 is unpacked, but has never been configured.
00:00:33.686 E: 
00:00:33.691 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.696 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.700 E:  util-linux pre-depends on libc6 (>= 2.38)
00:00:33.705 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:33.709 E: 
00:00:33.713 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.717 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.722 E:  util-linux pre-depends on libcap-ng0 (>= 0.7.9)
00:00:33.726 E:   libcap-ng0:amd64 is unpacked, but has never been configured.
00:00:33.730 E: 
00:00:33.733 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.737 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.741 E:  util-linux pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:33.744 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:33.748 E: 
00:00:33.752 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.756 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.760 E:  util-linux pre-depends on libmount1 (= 2.40.2-2)
00:00:33.764 E:   libmount1:amd64 is unpacked, but has never been configured.
00:00:33.768 E: 
00:00:33.772 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.777 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.781 E:  util-linux pre-depends on libpam0g (>= 0.99.7.1)
00:00:33.785 E:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:33.789 E: 
00:00:33.793 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.797 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.801 E:  util-linux pre-depends on libselinux1 (>= 3.1~)
00:00:33.805 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:33.809 E: 
00:00:33.816 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.821 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.826 E:  util-linux pre-depends on libsmartcols1 (= 2.40.2-2)
00:00:33.831 E:   libsmartcols1:amd64 is unpacked, but has never been configured.
00:00:33.836 E: 
00:00:33.840 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.848 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.859 E:  util-linux pre-depends on libsystemd0
00:00:33.868 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:33.875 E: 
00:00:33.880 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.885 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.890 E:  util-linux pre-depends on libtinfo6 (>= 6)
00:00:33.894 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:33.900 E: 
00:00:33.903 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.907 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.911 E:  util-linux pre-depends on libudev1 (>= 183)
00:00:33.915 E:   libudev1:amd64 is unpacked, but has never been configured.
00:00:33.920 E: 
00:00:33.925 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.929 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.933 E:  util-linux pre-depends on libuuid1 (= 2.40.2-2)
00:00:33.937 E:   libuuid1:amd64 is unpacked, but has never been configured.
00:00:33.941 E: 
00:00:33.945 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.949 E: Preparing to unpack .../util-linux_2.40.2-2_amd64.deb ...
00:00:33.953 E: Unpacking util-linux (2.40.2-2) ...
00:00:33.957 E: Selecting previously unselected package libdebconfclient0:amd64.
00:00:33.961 E: Preparing to unpack .../libdebconfclient0_0.272_amd64.deb ...
00:00:33.965 E: Unpacking libdebconfclient0:amd64 (0.272) ...
00:00:34.024 E: Preparing to unpack .../base-passwd_3.6.4_amd64.deb ...
00:00:34.030 E: Unpacking base-passwd (3.6.4) over (3.6.4) ...
00:00:34.066 E: Selecting previously unselected package init-system-helpers.
00:00:34.070 E: Preparing to unpack .../init-system-helpers_1.66_all.deb ...
00:00:34.074 E: Unpacking init-system-helpers (1.66) ...
00:00:34.099 E: Selecting previously unselected package libc-bin.
00:00:34.103 E: Preparing to unpack .../libc-bin_2.39-6_amd64.deb ...
00:00:34.107 E: Unpacking libc-bin (2.39-6) ...
00:00:34.174 E: Selecting previously unselected package ncurses-base.
00:00:34.178 E: Preparing to unpack .../ncurses-base_6.5-2_all.deb ...
00:00:34.182 E: Unpacking ncurses-base (6.5-2) ...
00:00:34.224 E: Selecting previously unselected package sysvinit-utils.
00:00:34.228 E: Preparing to unpack .../sysvinit-utils_3.09-2_amd64.deb ...
00:00:34.232 E: Unpacking sysvinit-utils (3.09-2) ...
00:00:34.265 E: Setting up gcc-14-base:amd64 (14.2.0-1) ...
00:00:34.269 E: Setting up libaudit-common (1:3.1.2-4) ...
00:00:34.274 E: Setting up debconf (1.5.87) ...
00:00:34.411 E: Setting up ncurses-base (6.5-2) ...
00:00:34.424 E: Setting up libgcc-s1:amd64 (14.2.0-1) ...
00:00:34.431 E: Setting up libc6:amd64 (2.39-6) ...
00:00:34.553 E: Setting up libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:34.558 E: Setting up libmd0:amd64 (1.1.0-2) ...
00:00:34.562 E: Setting up libattr1:amd64 (1:2.5.2-1) ...
00:00:34.568 E: Setting up sysvinit-utils (3.09-2) ...
00:00:34.573 E: Setting up debianutils (5.20) ...
00:00:34.635 E: update-alternatives: using /usr/bin/which.debianutils to provide /usr/bin/which (which) in auto mode
00:00:34.641 E: Setting up mawk (1.3.4.20240622-2) ...
00:00:34.647 E: update-alternatives: using /usr/bin/mawk to provide /usr/bin/awk (awk) in auto mode
00:00:34.652 E: Setting up libdebconfclient0:amd64 (0.272) ...
00:00:34.656 E: Setting up base-files (13.5) ...
00:00:34.694 E: Setting up libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:34.699 E: Setting up libblkid1:amd64 (2.40.2-2) ...
00:00:34.704 E: Setting up dash (0.5.12-9) ...
00:00:34.762 E: Setting up libtinfo6:amd64 (6.5-2) ...
00:00:34.766 E: Setting up bash (5.2.21-2.1) ...
00:00:34.781 E: update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
00:00:34.786 E: Setting up libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:34.791 E: Setting up liblzma5:amd64 (5.6.2-2) ...
00:00:34.795 E: Setting up libc-bin (2.39-6) ...
00:00:34.817 E: Setting up ncurses-bin (6.5-2) ...
00:00:34.821 E: Setting up libacl1:amd64 (2.3.2-2) ...
00:00:34.826 E: Setting up libsmartcols1:amd64 (2.40.2-2) ...
00:00:34.831 E: Setting up zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:34.835 E: Setting up libcrypt1:amd64 (1:4.4.36-4) ...
00:00:34.838 E: Setting up diffutils (1:3.10-1) ...
00:00:34.843 E: Setting up libcap2:amd64 (1:2.66-5) ...
00:00:34.847 E: Setting up hostname (3.23+nmu2) ...
00:00:34.852 E: Setting up libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:34.856 E: Setting up libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:34.861 E: Setting up init-system-helpers (1.66) ...
00:00:34.866 E: Setting up libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:34.871 E: Setting up libuuid1:amd64 (2.40.2-2) ...
00:00:34.875 E: Setting up libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:34.880 E: Setting up libudev1:amd64 (256.4-2) ...
00:00:34.886 E: Setting up grep (3.11-4) ...
00:00:34.891 E: Setting up libssl3t64:amd64 (3.3.1-2) ...
00:00:34.895 E: Setting up libsystemd0:amd64 (256.4-2) ...
00:00:34.900 E: Setting up libselinux1:amd64 (3.5-2+b3) ...
00:00:34.907 E: Setting up libpam0g:amd64 (1.5.3-7) ...
00:00:35.022 E: Setting up sed (4.9-2) ...
00:00:35.027 E: Setting up findutils (4.10.0-2) ...
00:00:35.032 E: Setting up libmount1:amd64 (2.40.2-2) ...
00:00:35.036 E: Setting up base-passwd (3.6.4) ...
00:00:35.182 E: Setting up bsdutils (1:2.40.2-2) ...
00:00:35.187 E: Setting up tar (1.35+dfsg-3) ...
00:00:35.193 E: update-alternatives: using /usr/sbin/rmt-tar to provide /usr/sbin/rmt (rmt) in auto mode
00:00:35.197 E: Setting up libpam-modules-bin (1.5.3-7) ...
00:00:35.201 E: Setting up coreutils (9.4-3.1) ...
00:00:35.206 E: Setting up dpkg (1.22.11) ...
00:00:35.422 E: Setting up libpam-modules:amd64 (1.5.3-7) ...
00:00:35.448 E: Setting up perl-base (5.38.2-5) ...
00:00:35.461 E: Setting up gzip (1.12-1.1) ...
00:00:35.519 E: Setting up libpam-runtime (1.5.3-7) ...
00:00:35.689 E: Setting up util-linux (2.40.2-2) ...
00:00:35.701 E: update-alternatives: using /bin/more to provide /usr/bin/pager (pager) in auto mode
00:00:35.912 E: Processing triggers for libc-bin (2.39-6) ...
00:00:35.933 E: I: installing essential packages...
00:00:42.186 E: I: installing remaining packages inside the chroot...
00:00:47.816 E: I: cleaning package lists and apt cache...
00:00:47.913 E: I: creating tarball...
00:00:49.498 E: I: done
00:00:49.509 E: I: removing tempdir /tmp/mmdebstrap.E7oN4pALAj...
00:00:49.767 E: I: success in 28.5275 seconds
00:00:49.778 E: + filter
00:00:49.784 E: + ./tarfilter --path-exclude=/usr/bin/uncompress --path-exclude=/var/cache/debconf/config.dat-old --path-exclude=/var/cache/debconf/templates.dat-old --path-exclude=/var/lib/dpkg/available --path-exclude=/var/lib/dpkg/diversions --path-exclude=/var/lib/dpkg/diversions-old --path-exclude=/var/lib/dpkg/cmethopt --path-exclude=/var/lib/dpkg/status-old --path-exclude=/var/lib/shells.state
00:00:49.789 E: + cmp - /tmp/debian-chroot-root.tar
00:00:51.479 E: + rm -f /tmp/debian-chroot-root.tar /tmp/debian-chroot-root-normal.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:03
result: SUCCESS
------------------------------------------------------------------------------
(265/280) jessie-or-older
dist: unstable
mode: unshare
variant: essential
format: auto
time left: 0:12:13
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.018 E: + trap rm -f /tmp/debian-chroot-unshare.tar /tmp/debian-chroot-root-normal.tar EXIT INT TERM
00:00:00.022 E: + id -u
00:00:00.026 E: + [ 0 -eq 0 ]
00:00:00.030 E: + prefix=
00:00:00.035 E: + id -u
00:00:00.039 E: + [ 0 -eq 0 ]
00:00:00.044 E: + [ unshare != root ]
00:00:00.048 E: + [ unshare != auto ]
00:00:00.053 E: + id user
00:00:00.057 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.061 E: + useradd --home-dir /home/user --create-home user
00:00:00.064 E: + prefix=runuser -u user --
00:00:00.068 E: + MMTARFILTER=
00:00:00.072 E: + [ -x /usr/bin/mmtarfilter ]
00:00:00.076 E: + MMTARFILTER=/usr/bin/mmtarfilter
00:00:00.079 E: + [ -x ./tarfilter ]
00:00:00.082 E: + MMTARFILTER=./tarfilter
00:00:00.086 E: + mmdebstrap --mode=root --variant=essential unstable - http://127.0.0.1/debian
00:00:00.507 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.546 E: I: finding correct signed-by value...
00:00:00.653 E: I: automatically chosen format: tar
00:00:00.658 E: I: using /tmp/mmdebstrap.pDrxqM20Iy as tempdir
00:00:00.717 E: I: running apt-get update...
00:00:03.614 E: I: downloading packages with apt...
00:00:05.772 E: I: extracting archives...
00:00:07.653 E: I: installing essential packages...
00:00:13.775 E: I: cleaning package lists and apt cache...
00:00:13.889 E: I: creating tarball...
00:00:14.589 E: I: done
00:00:14.598 E: I: removing tempdir /tmp/mmdebstrap.pDrxqM20Iy...
00:00:14.769 E: I: success in 14.3896 seconds
00:00:14.776 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=essential --hook-dir=./hooks/jessie-or-older unstable - http://127.0.0.1/debian
00:00:14.780 E: + filter
00:00:14.785 E: + ./tarfilter --path-exclude=/usr/bin/uncompress --path-exclude=/var/cache/debconf/config.dat-old --path-exclude=/var/cache/debconf/templates.dat-old --path-exclude=/var/lib/dpkg/available --path-exclude=/var/lib/dpkg/diversions --path-exclude=/var/lib/dpkg/diversions-old --path-exclude=/var/lib/dpkg/cmethopt --path-exclude=/var/lib/dpkg/status-old --path-exclude=/var/lib/shells.state
00:00:15.307 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:15.335 E: I: finding correct signed-by value...
00:00:15.441 E: I: automatically chosen format: tar
00:00:15.445 E: I: using /tmp/mmdebstrap.fDQaW2p7O0 as tempdir
00:00:15.571 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:15.584 E: I: running apt-get update...
00:00:18.435 E: I: downloading packages with apt...
00:00:20.528 E: I: extracting archives...
00:00:22.521 E: I: running --extract-hook directly: ./hooks/jessie-or-older/extract00.sh /tmp/mmdebstrap.fDQaW2p7O0
00:00:22.535 E: I: running --extract-hook directly: ./hooks/jessie-or-older/extract01.sh /tmp/mmdebstrap.fDQaW2p7O0
00:00:23.038 E: Selecting previously unselected package base-passwd.
00:00:23.042 E: (Reading database ... 0 files and directories currently installed.)
00:00:23.047 E: Preparing to unpack .../base-passwd_3.6.4_amd64.deb ...
00:00:23.051 E: Unpacking base-passwd (3.6.4) ...
00:00:23.071 E: dpkg: base-passwd: dependency problems, but configuring anyway as you requested:
00:00:23.075 E:  base-passwd depends on libc6 (>= 2.34); however:
00:00:23.080 E:   Package libc6 is not installed.
00:00:23.084 E:  base-passwd depends on libdebconfclient0 (>= 0.145); however:
00:00:23.088 E:   Package libdebconfclient0 is not installed.
00:00:23.092 E:  base-passwd depends on libselinux1 (>= 3.1~); however:
00:00:23.096 E:   Package libselinux1 is not installed.
00:00:23.100 E: 
00:00:23.104 E: Setting up base-passwd (3.6.4) ...
00:00:23.247 E: Selecting previously unselected package base-files.
00:00:23.252 E: dpkg: regarding .../base-files_13.5_amd64.deb containing base-files, pre-dependency problem:
00:00:23.256 E:  base-files pre-depends on awk
00:00:23.261 E:   awk is not installed.
00:00:23.266 E: 
00:00:23.270 E: dpkg: warning: ignoring pre-dependency problem!
00:00:23.275 E: (Reading database ... 41 files and directories currently installed.)
00:00:23.280 E: Preparing to unpack .../base-files_13.5_amd64.deb ...
00:00:23.285 E: Unpacking base-files (13.5) ...
00:00:23.315 E: dpkg: base-files: dependency problems, but configuring anyway as you requested:
00:00:23.319 E:  base-files depends on awk; however:
00:00:23.340 E:   Package awk is not installed.
00:00:23.344 E: 
00:00:23.348 E: Setting up base-files (13.5) ...
00:00:23.439 E: Selecting previously unselected package dpkg.
00:00:23.444 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:23.448 E:  dpkg pre-depends on libbz2-1.0
00:00:23.452 E:   libbz2-1.0 is not installed.
00:00:23.456 E: 
00:00:23.460 E: dpkg: warning: ignoring pre-dependency problem!
00:00:23.464 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:23.468 E:  dpkg pre-depends on libc6 (>= 2.38)
00:00:23.472 E:   libc6 is not installed.
00:00:23.475 E: 
00:00:23.480 E: dpkg: warning: ignoring pre-dependency problem!
00:00:23.484 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:23.487 E:  dpkg pre-depends on liblzma5 (>= 5.4.0)
00:00:23.491 E:   liblzma5 is not installed.
00:00:23.496 E: 
00:00:23.499 E: dpkg: warning: ignoring pre-dependency problem!
00:00:23.504 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:23.507 E:  dpkg pre-depends on libmd0 (>= 0.0.0)
00:00:23.512 E:   libmd0 is not installed.
00:00:23.516 E: 
00:00:23.521 E: dpkg: warning: ignoring pre-dependency problem!
00:00:23.526 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:23.531 E:  dpkg pre-depends on libselinux1 (>= 3.1~)
00:00:23.535 E:   libselinux1 is not installed.
00:00:23.539 E: 
00:00:23.543 E: dpkg: warning: ignoring pre-dependency problem!
00:00:23.547 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:23.552 E:  dpkg pre-depends on libzstd1 (>= 1.5.5)
00:00:23.556 E:   libzstd1 is not installed.
00:00:23.560 E: 
00:00:23.564 E: dpkg: warning: ignoring pre-dependency problem!
00:00:23.569 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:23.573 E:  dpkg pre-depends on zlib1g (>= 1:1.1.4)
00:00:23.577 E:   zlib1g is not installed.
00:00:23.582 E: 
00:00:23.587 E: dpkg: warning: ignoring pre-dependency problem!
00:00:23.592 E: (Reading database ... 133 files and directories currently installed.)
00:00:23.596 E: Preparing to unpack .../dpkg_1.22.11_amd64.deb ...
00:00:23.601 E: Unpacking dpkg (1.22.11) ...
00:00:23.605 E: dpkg: dpkg: dependency problems, but configuring anyway as you requested:
00:00:23.609 E:  dpkg depends on libbz2-1.0; however:
00:00:23.613 E:   Package libbz2-1.0 is not installed.
00:00:23.618 E:  dpkg depends on libc6 (>= 2.38); however:
00:00:23.622 E:   Package libc6 is not installed.
00:00:23.628 E:  dpkg depends on liblzma5 (>= 5.4.0); however:
00:00:23.633 E:   Package liblzma5 is not installed.
00:00:23.638 E:  dpkg depends on libmd0 (>= 0.0.0); however:
00:00:23.642 E:   Package libmd0 is not installed.
00:00:23.647 E:  dpkg depends on libselinux1 (>= 3.1~); however:
00:00:23.652 E:   Package libselinux1 is not installed.
00:00:23.656 E:  dpkg depends on libzstd1 (>= 1.5.5); however:
00:00:23.662 E:   Package libzstd1 is not installed.
00:00:23.666 E:  dpkg depends on zlib1g (>= 1:1.1.4); however:
00:00:23.670 E:   Package zlib1g is not installed.
00:00:23.675 E:  dpkg depends on tar (>= 1.28-1); however:
00:00:23.679 E:   Package tar is not installed.
00:00:23.683 E: 
00:00:23.687 E: Setting up dpkg (1.22.11) ...
00:00:23.827 E: Selecting previously unselected package gcc-14-base:amd64.
00:00:23.831 E: (Reading database ... 413 files and directories currently installed.)
00:00:23.836 E: Preparing to unpack .../gcc-14-base_14.2.0-1_amd64.deb ...
00:00:23.840 E: Unpacking gcc-14-base:amd64 (14.2.0-1) ...
00:00:23.865 E: Selecting previously unselected package libc6:amd64.
00:00:23.870 E: Preparing to unpack .../libc6_2.39-6_amd64.deb ...
00:00:24.006 E: Unpacking libc6:amd64 (2.39-6) ...
00:00:24.269 E: Selecting previously unselected package libgcc-s1:amd64.
00:00:24.274 E: Preparing to unpack .../libgcc-s1_14.2.0-1_amd64.deb ...
00:00:24.279 E: Unpacking libgcc-s1:amd64 (14.2.0-1) ...
00:00:24.306 E: Selecting previously unselected package mawk.
00:00:24.311 E: Preparing to unpack .../mawk_1.3.4.20240622-2_amd64.deb ...
00:00:24.316 E: Unpacking mawk (1.3.4.20240622-2) ...
00:00:24.348 E: dpkg: regarding .../base-files_13.5_amd64.deb containing base-files, pre-dependency problem:
00:00:24.352 E:  base-files pre-depends on awk
00:00:24.356 E:   mawk provides awk but is unpacked but not configured.
00:00:24.360 E: 
00:00:24.364 E: dpkg: warning: ignoring pre-dependency problem!
00:00:24.368 E: Preparing to unpack .../base-files_13.5_amd64.deb ...
00:00:24.372 E: Unpacking base-files (13.5) over (13.5) ...
00:00:24.417 E: Selecting previously unselected package libtinfo6:amd64.
00:00:24.421 E: Preparing to unpack .../libtinfo6_6.5-2_amd64.deb ...
00:00:24.425 E: Unpacking libtinfo6:amd64 (6.5-2) ...
00:00:24.457 E: Selecting previously unselected package debianutils.
00:00:24.461 E: dpkg: regarding .../debianutils_5.20_amd64.deb containing debianutils, pre-dependency problem:
00:00:24.465 E:  debianutils pre-depends on libc6 (>= 2.38)
00:00:24.469 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:24.473 E: 
00:00:24.478 E: dpkg: warning: ignoring pre-dependency problem!
00:00:24.482 E: Preparing to unpack .../debianutils_5.20_amd64.deb ...
00:00:24.486 E: Unpacking debianutils (5.20) ...
00:00:24.512 E: Selecting previously unselected package bash.
00:00:24.517 E: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:24.521 E:  bash pre-depends on libc6 (>= 2.38)
00:00:24.526 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:24.530 E: 
00:00:24.534 E: dpkg: warning: ignoring pre-dependency problem!
00:00:24.539 E: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:24.544 E:  bash pre-depends on libtinfo6 (>= 6)
00:00:24.548 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:24.553 E: 
00:00:24.557 E: dpkg: warning: ignoring pre-dependency problem!
00:00:24.562 E: Preparing to unpack .../bash_5.2.21-2.1_amd64.deb ...
00:00:24.566 E: Unpacking bash (5.2.21-2.1) ...
00:00:24.657 E: Selecting previously unselected package libcap2:amd64.
00:00:24.661 E: Preparing to unpack .../libcap2_1%3a2.66-5_amd64.deb ...
00:00:24.665 E: Unpacking libcap2:amd64 (1:2.66-5) ...
00:00:24.686 E: Selecting previously unselected package libsystemd0:amd64.
00:00:24.690 E: Preparing to unpack .../libsystemd0_256.4-2_amd64.deb ...
00:00:24.694 E: Unpacking libsystemd0:amd64 (256.4-2) ...
00:00:24.733 E: Selecting previously unselected package bsdutils.
00:00:24.738 E: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:24.742 E:  bsdutils pre-depends on libc6 (>= 2.38)
00:00:24.745 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:24.749 E: 
00:00:24.752 E: dpkg: warning: ignoring pre-dependency problem!
00:00:24.756 E: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:24.760 E:  bsdutils pre-depends on libsystemd0 (>= 254)
00:00:24.765 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:24.769 E: 
00:00:24.773 E: dpkg: warning: ignoring pre-dependency problem!
00:00:24.778 E: Preparing to unpack .../bsdutils_1%3a2.40.2-2_amd64.deb ...
00:00:24.782 E: Unpacking bsdutils (1:2.40.2-2) ...
00:00:24.786 E: Selecting previously unselected package libacl1:amd64.
00:00:24.789 E: Preparing to unpack .../libacl1_2.3.2-2_amd64.deb ...
00:00:24.793 E: Unpacking libacl1:amd64 (2.3.2-2) ...
00:00:24.803 E: Selecting previously unselected package libattr1:amd64.
00:00:24.807 E: Preparing to unpack .../libattr1_1%3a2.5.2-1_amd64.deb ...
00:00:24.811 E: Unpacking libattr1:amd64 (1:2.5.2-1) ...
00:00:24.831 E: Selecting previously unselected package libgmp10:amd64.
00:00:24.835 E: Preparing to unpack .../libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb ...
00:00:24.839 E: Unpacking libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:24.876 E: Selecting previously unselected package libpcre2-8-0:amd64.
00:00:24.880 E: Preparing to unpack .../libpcre2-8-0_10.42-4+b1_amd64.deb ...
00:00:24.884 E: Unpacking libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:24.921 E: Selecting previously unselected package libselinux1:amd64.
00:00:24.925 E: Preparing to unpack .../libselinux1_3.5-2+b3_amd64.deb ...
00:00:24.929 E: Unpacking libselinux1:amd64 (3.5-2+b3) ...
00:00:24.956 E: Selecting previously unselected package libzstd1:amd64.
00:00:24.965 E: Preparing to unpack .../libzstd1_1.5.6+dfsg-1_amd64.deb ...
00:00:24.990 E: Unpacking libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:25.004 E: Selecting previously unselected package zlib1g:amd64.
00:00:25.007 E: Preparing to unpack .../zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb ...
00:00:25.011 E: Unpacking zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:25.038 E: Selecting previously unselected package libssl3t64:amd64.
00:00:25.043 E: Preparing to unpack .../libssl3t64_3.3.1-2_amd64.deb ...
00:00:25.047 E: Unpacking libssl3t64:amd64 (3.3.1-2) ...
00:00:25.203 E: Selecting previously unselected package coreutils.
00:00:25.207 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:25.211 E:  coreutils pre-depends on libacl1 (>= 2.2.23)
00:00:25.215 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:25.218 E: 
00:00:25.222 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.225 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:25.229 E:  coreutils pre-depends on libattr1 (>= 1:2.4.48)
00:00:25.233 E:   libattr1:amd64 is unpacked, but has never been configured.
00:00:25.237 E: 
00:00:25.242 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.246 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:25.251 E:  coreutils pre-depends on libc6 (>= 2.34)
00:00:25.255 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:25.260 E: 
00:00:25.264 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.269 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:25.273 E:  coreutils pre-depends on libgmp10 (>= 2:6.3.0+dfsg)
00:00:25.277 E:   libgmp10:amd64 is unpacked, but has never been configured.
00:00:25.282 E: 
00:00:25.286 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.290 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:25.295 E:  coreutils pre-depends on libselinux1 (>= 3.1~)
00:00:25.299 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:25.303 E: 
00:00:25.307 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.311 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:25.315 E:  coreutils pre-depends on libssl3t64 (>= 3.0.0)
00:00:25.319 E:   libssl3t64:amd64 is unpacked, but has never been configured.
00:00:25.323 E: 
00:00:25.326 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.330 E: Preparing to unpack .../coreutils_9.4-3.1_amd64.deb ...
00:00:25.334 E: Unpacking coreutils (9.4-3.1) ...
00:00:25.484 E: Selecting previously unselected package dash.
00:00:25.488 E: dpkg: regarding .../dash_0.5.12-9_amd64.deb containing dash, pre-dependency problem:
00:00:25.492 E:  dash pre-depends on libc6 (>= 2.38)
00:00:25.496 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:25.500 E: 
00:00:25.504 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.507 E: Preparing to unpack .../dash_0.5.12-9_amd64.deb ...
00:00:25.511 E: Unpacking dash (0.5.12-9) ...
00:00:25.519 E: Selecting previously unselected package diffutils.
00:00:25.523 E: dpkg: regarding .../diffutils_1%3a3.10-1_amd64.deb containing diffutils, pre-dependency problem:
00:00:25.527 E:  diffutils pre-depends on libc6 (>= 2.34)
00:00:25.531 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:25.536 E: 
00:00:25.541 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.545 E: Preparing to unpack .../diffutils_1%3a3.10-1_amd64.deb ...
00:00:25.550 E: Unpacking diffutils (1:3.10-1) ...
00:00:25.585 E: Selecting previously unselected package libbz2-1.0:amd64.
00:00:25.590 E: Preparing to unpack .../libbz2-1.0_1.0.8-5.1_amd64.deb ...
00:00:25.595 E: Unpacking libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:25.626 E: Selecting previously unselected package liblzma5:amd64.
00:00:25.631 E: Preparing to unpack .../liblzma5_5.6.2-2_amd64.deb ...
00:00:25.636 E: Unpacking liblzma5:amd64 (5.6.2-2) ...
00:00:25.673 E: Selecting previously unselected package libmd0:amd64.
00:00:25.678 E: Preparing to unpack .../libmd0_1.1.0-2_amd64.deb ...
00:00:25.682 E: Unpacking libmd0:amd64 (1.1.0-2) ...
00:00:25.706 E: Selecting previously unselected package tar.
00:00:25.711 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:25.716 E:  tar pre-depends on libacl1 (>= 2.2.23)
00:00:25.719 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:25.723 E: 
00:00:25.728 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.733 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:25.737 E:  tar pre-depends on libc6 (>= 2.34)
00:00:25.742 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:25.745 E: 
00:00:25.749 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.754 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:25.758 E:  tar pre-depends on libselinux1 (>= 3.1~)
00:00:25.761 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:25.765 E: 
00:00:25.769 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.773 E: Preparing to unpack .../tar_1.35+dfsg-3_amd64.deb ...
00:00:25.779 E: Unpacking tar (1.35+dfsg-3) ...
00:00:25.792 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:25.797 E:  dpkg pre-depends on libbz2-1.0
00:00:25.801 E:   libbz2-1.0:amd64 is unpacked, but has never been configured.
00:00:25.805 E: 
00:00:25.809 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.813 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:25.816 E:  dpkg pre-depends on libc6 (>= 2.38)
00:00:25.821 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:25.825 E: 
00:00:25.828 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.832 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:25.836 E:  dpkg pre-depends on liblzma5 (>= 5.4.0)
00:00:25.840 E:   liblzma5:amd64 is unpacked, but has never been configured.
00:00:25.843 E: 
00:00:25.847 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.851 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:25.855 E:  dpkg pre-depends on libmd0 (>= 0.0.0)
00:00:25.859 E:   libmd0:amd64 is unpacked, but has never been configured.
00:00:25.863 E: 
00:00:25.867 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.870 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:25.874 E:  dpkg pre-depends on libselinux1 (>= 3.1~)
00:00:25.878 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:25.881 E: 
00:00:25.885 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.889 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:25.893 E:  dpkg pre-depends on libzstd1 (>= 1.5.5)
00:00:25.896 E:   libzstd1:amd64 is unpacked, but has never been configured.
00:00:25.900 E: 
00:00:25.904 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.907 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:25.911 E:  dpkg pre-depends on zlib1g (>= 1:1.1.4)
00:00:25.914 E:   zlib1g:amd64 is unpacked, but has never been configured.
00:00:25.918 E: 
00:00:25.922 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.926 E: Preparing to unpack .../dpkg_1.22.11_amd64.deb ...
00:00:25.930 E: Unpacking dpkg (1.22.11) over (1.22.11) ...
00:00:25.944 E: Selecting previously unselected package findutils.
00:00:25.948 E: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:25.952 E:  findutils pre-depends on libc6 (>= 2.38)
00:00:25.956 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:25.960 E: 
00:00:25.966 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.970 E: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:25.974 E:  findutils pre-depends on libselinux1 (>= 3.1~)
00:00:25.978 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:25.981 E: 
00:00:25.985 E: dpkg: warning: ignoring pre-dependency problem!
00:00:25.989 E: Preparing to unpack .../findutils_4.10.0-2_amd64.deb ...
00:00:25.993 E: Unpacking findutils (4.10.0-2) ...
00:00:26.015 E: Selecting previously unselected package grep.
00:00:26.021 E: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:26.026 E:  grep pre-depends on libc6 (>= 2.34)
00:00:26.030 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:26.035 E: 
00:00:26.040 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.044 E: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:26.049 E:  grep pre-depends on libpcre2-8-0 (>= 10.32)
00:00:26.053 E:   libpcre2-8-0:amd64 is unpacked, but has never been configured.
00:00:26.058 E: 
00:00:26.062 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.066 E: Preparing to unpack .../archives/grep_3.11-4_amd64.deb ...
00:00:26.071 E: Unpacking grep (3.11-4) ...
00:00:26.084 E: Selecting previously unselected package gzip.
00:00:26.088 E: dpkg: regarding .../gzip_1.12-1.1_amd64.deb containing gzip, pre-dependency problem:
00:00:26.092 E:  gzip pre-depends on libc6 (>= 2.34)
00:00:26.096 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:26.100 E: 
00:00:26.105 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.108 E: Preparing to unpack .../gzip_1.12-1.1_amd64.deb ...
00:00:26.120 E: Unpacking gzip (1.12-1.1) ...
00:00:26.158 E: Selecting previously unselected package hostname.
00:00:26.162 E: dpkg: regarding .../hostname_3.23+nmu2_amd64.deb containing hostname, pre-dependency problem:
00:00:26.167 E:  hostname pre-depends on libc6 (>= 2.34)
00:00:26.170 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:26.174 E: 
00:00:26.178 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.182 E: Preparing to unpack .../hostname_3.23+nmu2_amd64.deb ...
00:00:26.186 E: Unpacking hostname (3.23+nmu2) ...
00:00:26.190 E: Selecting previously unselected package ncurses-bin.
00:00:26.194 E: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:26.198 E:  ncurses-bin pre-depends on libc6 (>= 2.34)
00:00:26.202 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:26.207 E: 
00:00:26.211 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.215 E: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:26.220 E:  ncurses-bin pre-depends on libtinfo6 (>= 6.4+20230603)
00:00:26.224 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:26.228 E: 
00:00:26.232 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.236 E: Preparing to unpack .../ncurses-bin_6.5-2_amd64.deb ...
00:00:26.240 E: Unpacking ncurses-bin (6.5-2) ...
00:00:26.245 E: Selecting previously unselected package libcrypt1:amd64.
00:00:26.249 E: Preparing to unpack .../libcrypt1_1%3a4.4.36-4_amd64.deb ...
00:00:26.253 E: Unpacking libcrypt1:amd64 (1:4.4.36-4) ...
00:00:26.275 E: Selecting previously unselected package perl-base.
00:00:26.280 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:26.284 E:  perl-base pre-depends on libc6 (>= 2.38)
00:00:26.290 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:26.294 E: 
00:00:26.299 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.303 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:26.307 E:  perl-base pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:26.311 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:26.315 E: 
00:00:26.318 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.323 E: Preparing to unpack .../perl-base_5.38.2-5_amd64.deb ...
00:00:26.327 E: Unpacking perl-base (5.38.2-5) ...
00:00:26.612 E: Selecting previously unselected package sed.
00:00:26.617 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:26.622 E:  sed pre-depends on libacl1 (>= 2.2.23)
00:00:26.627 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:26.632 E: 
00:00:26.638 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.644 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:26.648 E:  sed pre-depends on libc6 (>= 2.34)
00:00:26.654 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:26.659 E: 
00:00:26.665 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.669 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:26.674 E:  sed pre-depends on libselinux1 (>= 3.1~)
00:00:26.682 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:26.686 E: 
00:00:26.690 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.696 E: Preparing to unpack .../archives/sed_4.9-2_amd64.deb ...
00:00:26.701 E: Unpacking sed (4.9-2) ...
00:00:26.706 E: Selecting previously unselected package libaudit-common.
00:00:26.710 E: Preparing to unpack .../libaudit-common_1%3a3.1.2-4_all.deb ...
00:00:26.715 E: Unpacking libaudit-common (1:3.1.2-4) ...
00:00:26.722 E: Selecting previously unselected package libcap-ng0:amd64.
00:00:26.728 E: Preparing to unpack .../libcap-ng0_0.8.5-1+b1_amd64.deb ...
00:00:26.732 E: Unpacking libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:26.758 E: Selecting previously unselected package libaudit1:amd64.
00:00:26.763 E: Preparing to unpack .../libaudit1_1%3a3.1.2-4+b1_amd64.deb ...
00:00:26.768 E: Unpacking libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:26.796 E: Selecting previously unselected package libdb5.3t64:amd64.
00:00:26.801 E: Preparing to unpack .../libdb5.3t64_5.3.28+dfsg2-7_amd64.deb ...
00:00:26.806 E: Unpacking libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:26.883 E: Selecting previously unselected package debconf.
00:00:26.888 E: Preparing to unpack .../debconf_1.5.87_all.deb ...
00:00:26.893 E: Unpacking debconf (1.5.87) ...
00:00:26.969 E: Selecting previously unselected package libpam0g:amd64.
00:00:26.973 E: Preparing to unpack .../libpam0g_1.5.3-7_amd64.deb ...
00:00:26.978 E: Unpacking libpam0g:amd64 (1.5.3-7) ...
00:00:27.005 E: Selecting previously unselected package libpam-modules-bin.
00:00:27.010 E: Preparing to unpack .../libpam-modules-bin_1.5.3-7_amd64.deb ...
00:00:27.014 E: Unpacking libpam-modules-bin (1.5.3-7) ...
00:00:27.052 E: Selecting previously unselected package libpam-modules:amd64.
00:00:27.056 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:27.060 E:  libpam-modules pre-depends on libaudit1 (>= 1:2.2.1)
00:00:27.066 E:   libaudit1:amd64 is unpacked, but has never been configured.
00:00:27.071 E: 
00:00:27.076 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.079 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:27.084 E:  libpam-modules pre-depends on libc6 (>= 2.34)
00:00:27.088 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:27.092 E: 
00:00:27.098 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.102 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:27.107 E:  libpam-modules pre-depends on libcrypt1 (>= 1:4.3.0)
00:00:27.111 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:27.116 E: 
00:00:27.121 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.126 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:27.130 E:  libpam-modules pre-depends on libdb5.3t64
00:00:27.133 E:   libdb5.3t64:amd64 is unpacked, but has never been configured.
00:00:27.138 E: 
00:00:27.142 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.146 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:27.150 E:  libpam-modules pre-depends on libpam0g (>= 1.4.1)
00:00:27.154 E:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:27.158 E: 
00:00:27.163 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.168 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:27.173 E:  libpam-modules pre-depends on libselinux1 (>= 3.1~)
00:00:27.178 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:27.183 E: 
00:00:27.187 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.192 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:27.198 E:  libpam-modules pre-depends on libsystemd0
00:00:27.203 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:27.208 E: 
00:00:27.212 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.217 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:27.221 E:  libpam-modules pre-depends on debconf (>= 0.5) | debconf-2.0
00:00:27.227 E:   debconf is unpacked, but has never been configured.
00:00:27.231 E:   debconf provides debconf-2.0 but is unpacked but not configured.
00:00:27.235 E: 
00:00:27.239 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.243 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:27.247 E:  libpam-modules pre-depends on libpam-modules-bin (= 1.5.3-7)
00:00:27.251 E:   libpam-modules-bin is unpacked, but has never been configured.
00:00:27.256 E: 
00:00:27.260 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.264 E: Preparing to unpack .../libpam-modules_1.5.3-7_amd64.deb ...
00:00:27.268 E: Unpacking libpam-modules:amd64 (1.5.3-7) ...
00:00:27.272 E: Selecting previously unselected package libpam-runtime.
00:00:27.277 E: Preparing to unpack .../libpam-runtime_1.5.3-7_all.deb ...
00:00:27.281 E: Unpacking libpam-runtime (1.5.3-7) ...
00:00:27.335 E: Selecting previously unselected package libblkid1:amd64.
00:00:27.339 E: Preparing to unpack .../libblkid1_2.40.2-2_amd64.deb ...
00:00:27.343 E: Unpacking libblkid1:amd64 (2.40.2-2) ...
00:00:27.381 E: Selecting previously unselected package libmount1:amd64.
00:00:27.385 E: Preparing to unpack .../libmount1_2.40.2-2_amd64.deb ...
00:00:27.389 E: Unpacking libmount1:amd64 (2.40.2-2) ...
00:00:27.425 E: Selecting previously unselected package libsmartcols1:amd64.
00:00:27.430 E: Preparing to unpack .../libsmartcols1_2.40.2-2_amd64.deb ...
00:00:27.434 E: Unpacking libsmartcols1:amd64 (2.40.2-2) ...
00:00:27.467 E: Selecting previously unselected package libudev1:amd64.
00:00:27.471 E: Preparing to unpack .../libudev1_256.4-2_amd64.deb ...
00:00:27.475 E: Unpacking libudev1:amd64 (256.4-2) ...
00:00:27.504 E: Selecting previously unselected package libuuid1:amd64.
00:00:27.509 E: Preparing to unpack .../libuuid1_2.40.2-2_amd64.deb ...
00:00:27.513 E: Unpacking libuuid1:amd64 (2.40.2-2) ...
00:00:27.538 E: Selecting previously unselected package util-linux.
00:00:27.542 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:27.547 E:  util-linux pre-depends on libpam-modules
00:00:27.553 E:   libpam-modules:amd64 is unpacked, but has never been configured.
00:00:27.559 E: 
00:00:27.564 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.569 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:27.573 E:  util-linux pre-depends on libpam-runtime
00:00:27.577 E:   libpam-runtime is unpacked, but has never been configured.
00:00:27.581 E: 
00:00:27.586 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.590 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:27.594 E:  util-linux pre-depends on libblkid1 (= 2.40.2-2)
00:00:27.598 E:   libblkid1:amd64 is unpacked, but has never been configured.
00:00:27.603 E: 
00:00:27.608 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.613 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:27.618 E:  util-linux pre-depends on libc6 (>= 2.38)
00:00:27.623 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:27.627 E: 
00:00:27.633 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.638 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:27.642 E:  util-linux pre-depends on libcap-ng0 (>= 0.7.9)
00:00:27.647 E:   libcap-ng0:amd64 is unpacked, but has never been configured.
00:00:27.651 E: 
00:00:27.655 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.659 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:27.663 E:  util-linux pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:27.667 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:27.672 E: 
00:00:27.675 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.679 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:27.683 E:  util-linux pre-depends on libmount1 (= 2.40.2-2)
00:00:27.687 E:   libmount1:amd64 is unpacked, but has never been configured.
00:00:27.691 E: 
00:00:27.695 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.699 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:27.704 E:  util-linux pre-depends on libpam0g (>= 0.99.7.1)
00:00:27.707 E:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:27.712 E: 
00:00:27.718 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.722 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:27.726 E:  util-linux pre-depends on libselinux1 (>= 3.1~)
00:00:27.730 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:27.734 E: 
00:00:27.739 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.743 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:27.747 E:  util-linux pre-depends on libsmartcols1 (= 2.40.2-2)
00:00:27.751 E:   libsmartcols1:amd64 is unpacked, but has never been configured.
00:00:27.754 E: 
00:00:27.759 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.764 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:27.767 E:  util-linux pre-depends on libsystemd0
00:00:27.771 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:27.775 E: 
00:00:27.780 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.784 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:27.788 E:  util-linux pre-depends on libtinfo6 (>= 6)
00:00:27.792 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:27.796 E: 
00:00:27.800 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.804 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:27.808 E:  util-linux pre-depends on libudev1 (>= 183)
00:00:27.814 E:   libudev1:amd64 is unpacked, but has never been configured.
00:00:27.820 E: 
00:00:27.826 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.830 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:27.834 E:  util-linux pre-depends on libuuid1 (= 2.40.2-2)
00:00:27.839 E:   libuuid1:amd64 is unpacked, but has never been configured.
00:00:27.843 E: 
00:00:27.847 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.851 E: Preparing to unpack .../util-linux_2.40.2-2_amd64.deb ...
00:00:27.855 E: Unpacking util-linux (2.40.2-2) ...
00:00:27.860 E: Selecting previously unselected package libdebconfclient0:amd64.
00:00:27.864 E: Preparing to unpack .../libdebconfclient0_0.272_amd64.deb ...
00:00:27.870 E: Unpacking libdebconfclient0:amd64 (0.272) ...
00:00:27.875 E: Preparing to unpack .../base-passwd_3.6.4_amd64.deb ...
00:00:27.879 E: Unpacking base-passwd (3.6.4) over (3.6.4) ...
00:00:27.883 E: Selecting previously unselected package init-system-helpers.
00:00:27.888 E: Preparing to unpack .../init-system-helpers_1.66_all.deb ...
00:00:27.892 E: Unpacking init-system-helpers (1.66) ...
00:00:27.896 E: Selecting previously unselected package libc-bin.
00:00:27.901 E: Preparing to unpack .../libc-bin_2.39-6_amd64.deb ...
00:00:27.905 E: Unpacking libc-bin (2.39-6) ...
00:00:27.913 E: Selecting previously unselected package ncurses-base.
00:00:27.919 E: Preparing to unpack .../ncurses-base_6.5-2_all.deb ...
00:00:27.924 E: Unpacking ncurses-base (6.5-2) ...
00:00:27.965 E: Selecting previously unselected package sysvinit-utils.
00:00:27.970 E: Preparing to unpack .../sysvinit-utils_3.09-2_amd64.deb ...
00:00:27.976 E: Unpacking sysvinit-utils (3.09-2) ...
00:00:28.005 E: Setting up gcc-14-base:amd64 (14.2.0-1) ...
00:00:28.010 E: Setting up libaudit-common (1:3.1.2-4) ...
00:00:28.015 E: Setting up debconf (1.5.87) ...
00:00:28.155 E: Setting up ncurses-base (6.5-2) ...
00:00:28.168 E: Setting up libgcc-s1:amd64 (14.2.0-1) ...
00:00:28.176 E: Setting up libc6:amd64 (2.39-6) ...
00:00:28.317 E: Setting up libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:28.323 E: Setting up libmd0:amd64 (1.1.0-2) ...
00:00:28.327 E: Setting up libattr1:amd64 (1:2.5.2-1) ...
00:00:28.333 E: Setting up sysvinit-utils (3.09-2) ...
00:00:28.337 E: Setting up debianutils (5.20) ...
00:00:28.403 E: update-alternatives: using /usr/bin/which.debianutils to provide /usr/bin/which (which) in auto mode
00:00:28.409 E: Setting up mawk (1.3.4.20240622-2) ...
00:00:28.416 E: update-alternatives: using /usr/bin/mawk to provide /usr/bin/awk (awk) in auto mode
00:00:28.420 E: Setting up libdebconfclient0:amd64 (0.272) ...
00:00:28.424 E: Setting up base-files (13.5) ...
00:00:28.461 E: Setting up libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:28.466 E: Setting up libblkid1:amd64 (2.40.2-2) ...
00:00:28.472 E: Setting up dash (0.5.12-9) ...
00:00:28.524 E: Setting up libtinfo6:amd64 (6.5-2) ...
00:00:28.528 E: Setting up bash (5.2.21-2.1) ...
00:00:28.541 E: update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
00:00:28.546 E: Setting up libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:28.551 E: Setting up liblzma5:amd64 (5.6.2-2) ...
00:00:28.555 E: Setting up libc-bin (2.39-6) ...
00:00:28.575 E: Setting up ncurses-bin (6.5-2) ...
00:00:28.579 E: Setting up libacl1:amd64 (2.3.2-2) ...
00:00:28.584 E: Setting up libsmartcols1:amd64 (2.40.2-2) ...
00:00:28.589 E: Setting up zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:28.593 E: Setting up libcrypt1:amd64 (1:4.4.36-4) ...
00:00:28.597 E: Setting up diffutils (1:3.10-1) ...
00:00:28.601 E: Setting up libcap2:amd64 (1:2.66-5) ...
00:00:28.605 E: Setting up hostname (3.23+nmu2) ...
00:00:28.610 E: Setting up libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:28.614 E: Setting up libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:28.618 E: Setting up init-system-helpers (1.66) ...
00:00:28.624 E: Setting up libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:28.628 E: Setting up libuuid1:amd64 (2.40.2-2) ...
00:00:28.633 E: Setting up libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:28.637 E: Setting up libudev1:amd64 (256.4-2) ...
00:00:28.642 E: Setting up grep (3.11-4) ...
00:00:28.647 E: Setting up libssl3t64:amd64 (3.3.1-2) ...
00:00:28.651 E: Setting up libsystemd0:amd64 (256.4-2) ...
00:00:28.655 E: Setting up libselinux1:amd64 (3.5-2+b3) ...
00:00:28.662 E: Setting up libpam0g:amd64 (1.5.3-7) ...
00:00:28.771 E: Setting up sed (4.9-2) ...
00:00:28.775 E: Setting up findutils (4.10.0-2) ...
00:00:28.778 E: Setting up libmount1:amd64 (2.40.2-2) ...
00:00:28.782 E: Setting up base-passwd (3.6.4) ...
00:00:28.913 E: Setting up bsdutils (1:2.40.2-2) ...
00:00:28.920 E: Setting up tar (1.35+dfsg-3) ...
00:00:28.925 E: update-alternatives: using /usr/sbin/rmt-tar to provide /usr/sbin/rmt (rmt) in auto mode
00:00:28.931 E: Setting up libpam-modules-bin (1.5.3-7) ...
00:00:28.937 E: Setting up coreutils (9.4-3.1) ...
00:00:28.942 E: Setting up dpkg (1.22.11) ...
00:00:29.151 E: Setting up libpam-modules:amd64 (1.5.3-7) ...
00:00:29.173 E: Setting up perl-base (5.38.2-5) ...
00:00:29.185 E: Setting up gzip (1.12-1.1) ...
00:00:29.240 E: Setting up libpam-runtime (1.5.3-7) ...
00:00:29.399 E: Setting up util-linux (2.40.2-2) ...
00:00:29.409 E: update-alternatives: using /bin/more to provide /usr/bin/pager (pager) in auto mode
00:00:29.612 E: Processing triggers for libc-bin (2.39-6) ...
00:00:29.634 E: I: installing essential packages...
00:00:35.894 E: I: cleaning package lists and apt cache...
00:00:35.999 E: I: creating tarball...
00:00:37.100 E: I: done
00:00:37.119 E: I: removing tempdir /tmp/mmdebstrap.fDQaW2p7O0...
00:00:37.338 E: I: success in 22.2468 seconds
00:00:37.364 E: + filter
00:00:37.368 E: + ./tarfilter --path-exclude=/usr/bin/uncompress --path-exclude=/var/cache/debconf/config.dat-old --path-exclude=/var/cache/debconf/templates.dat-old --path-exclude=/var/lib/dpkg/available --path-exclude=/var/lib/dpkg/diversions --path-exclude=/var/lib/dpkg/diversions-old --path-exclude=/var/lib/dpkg/cmethopt --path-exclude=/var/lib/dpkg/status-old --path-exclude=/var/lib/shells.state
00:00:37.372 E: + cmp - /tmp/debian-chroot-unshare.tar
00:00:38.401 E: + rm -f /tmp/debian-chroot-unshare.tar /tmp/debian-chroot-root-normal.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:49
result: SUCCESS
------------------------------------------------------------------------------
(266/280) jessie-or-older
dist: unstable
mode: unshare
variant: apt
format: auto
time left: 0:11:27
------------------------------------------------------------------------------
00:00:00.005 E: + set -eu
00:00:00.009 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + trap rm -f /tmp/debian-chroot-unshare.tar /tmp/debian-chroot-root-normal.tar EXIT INT TERM
00:00:00.023 E: + id -u
00:00:00.027 E: + [ 0 -eq 0 ]
00:00:00.031 E: + prefix=
00:00:00.036 E: + id -u
00:00:00.040 E: + [ 0 -eq 0 ]
00:00:00.044 E: + [ unshare != root ]
00:00:00.050 E: + [ unshare != auto ]
00:00:00.054 E: + id user
00:00:00.058 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.062 E: + useradd --home-dir /home/user --create-home user
00:00:00.066 E: + prefix=runuser -u user --
00:00:00.071 E: + MMTARFILTER=
00:00:00.076 E: + [ -x /usr/bin/mmtarfilter ]
00:00:00.080 E: + MMTARFILTER=/usr/bin/mmtarfilter
00:00:00.085 E: + [ -x ./tarfilter ]
00:00:00.089 E: + MMTARFILTER=./tarfilter
00:00:00.093 E: + mmdebstrap --mode=root --variant=apt unstable - http://127.0.0.1/debian
00:00:00.524 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.556 E: I: finding correct signed-by value...
00:00:00.668 E: I: automatically chosen format: tar
00:00:00.672 E: I: using /tmp/mmdebstrap.x36ySc4yJr as tempdir
00:00:00.727 E: I: running apt-get update...
00:00:03.651 E: I: downloading packages with apt...
00:00:05.907 E: I: extracting archives...
00:00:07.732 E: I: installing essential packages...
00:00:13.577 E: I: installing remaining packages inside the chroot...
00:00:17.180 E: I: cleaning package lists and apt cache...
00:00:17.284 E: I: creating tarball...
00:00:18.107 E: I: done
00:00:18.114 E: I: removing tempdir /tmp/mmdebstrap.x36ySc4yJr...
00:00:18.293 E: I: success in 17.9085 seconds
00:00:18.300 E: + + runuser -u user -- mmdebstrap --mode=unshare --variant=apt --hook-dir=./hooks/jessie-or-older unstable - http://127.0.0.1/debian
00:00:18.305 E: filter
00:00:18.309 E: + ./tarfilter --path-exclude=/usr/bin/uncompress --path-exclude=/var/cache/debconf/config.dat-old --path-exclude=/var/cache/debconf/templates.dat-old --path-exclude=/var/lib/dpkg/available --path-exclude=/var/lib/dpkg/diversions --path-exclude=/var/lib/dpkg/diversions-old --path-exclude=/var/lib/dpkg/cmethopt --path-exclude=/var/lib/dpkg/status-old --path-exclude=/var/lib/shells.state
00:00:18.764 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:18.789 E: I: finding correct signed-by value...
00:00:18.893 E: I: automatically chosen format: tar
00:00:18.897 E: I: using /tmp/mmdebstrap.BByUnNg1G5 as tempdir
00:00:19.016 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:19.030 E: I: running apt-get update...
00:00:21.824 E: I: downloading packages with apt...
00:00:23.984 E: I: extracting archives...
00:00:25.900 E: I: running --extract-hook directly: ./hooks/jessie-or-older/extract00.sh /tmp/mmdebstrap.BByUnNg1G5
00:00:25.915 E: I: running --extract-hook directly: ./hooks/jessie-or-older/extract01.sh /tmp/mmdebstrap.BByUnNg1G5
00:00:26.442 E: Selecting previously unselected package base-passwd.
00:00:26.446 E: (Reading database ... 0 files and directories currently installed.)
00:00:26.450 E: Preparing to unpack .../base-passwd_3.6.4_amd64.deb ...
00:00:26.454 E: Unpacking base-passwd (3.6.4) ...
00:00:26.493 E: dpkg: base-passwd: dependency problems, but configuring anyway as you requested:
00:00:26.523 E:  base-passwd depends on libc6 (>= 2.34); however:
00:00:26.528 E:   Package libc6 is not installed.
00:00:26.532 E:  base-passwd depends on libdebconfclient0 (>= 0.145); however:
00:00:26.536 E:   Package libdebconfclient0 is not installed.
00:00:26.541 E:  base-passwd depends on libselinux1 (>= 3.1~); however:
00:00:26.545 E:   Package libselinux1 is not installed.
00:00:26.550 E: 
00:00:26.555 E: Setting up base-passwd (3.6.4) ...
00:00:26.631 E: Selecting previously unselected package base-files.
00:00:26.636 E: dpkg: regarding .../base-files_13.5_amd64.deb containing base-files, pre-dependency problem:
00:00:26.640 E:  base-files pre-depends on awk
00:00:26.645 E:   awk is not installed.
00:00:26.648 E: 
00:00:26.653 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.657 E: (Reading database ... 41 files and directories currently installed.)
00:00:26.661 E: Preparing to unpack .../base-files_13.5_amd64.deb ...
00:00:26.664 E: Unpacking base-files (13.5) ...
00:00:26.689 E: dpkg: base-files: dependency problems, but configuring anyway as you requested:
00:00:26.694 E:  base-files depends on awk; however:
00:00:26.698 E:   Package awk is not installed.
00:00:26.701 E: 
00:00:26.705 E: Setting up base-files (13.5) ...
00:00:26.818 E: Selecting previously unselected package dpkg.
00:00:26.822 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:26.826 E:  dpkg pre-depends on libbz2-1.0
00:00:26.830 E:   libbz2-1.0 is not installed.
00:00:26.834 E: 
00:00:26.839 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.843 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:26.847 E:  dpkg pre-depends on libc6 (>= 2.38)
00:00:26.852 E:   libc6 is not installed.
00:00:26.857 E: 
00:00:26.861 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.867 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:26.872 E:  dpkg pre-depends on liblzma5 (>= 5.4.0)
00:00:26.876 E:   liblzma5 is not installed.
00:00:26.880 E: 
00:00:26.885 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.890 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:26.894 E:  dpkg pre-depends on libmd0 (>= 0.0.0)
00:00:26.899 E:   libmd0 is not installed.
00:00:26.903 E: 
00:00:26.908 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.912 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:26.917 E:  dpkg pre-depends on libselinux1 (>= 3.1~)
00:00:26.920 E:   libselinux1 is not installed.
00:00:26.925 E: 
00:00:26.929 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.932 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:26.937 E:  dpkg pre-depends on libzstd1 (>= 1.5.5)
00:00:26.940 E:   libzstd1 is not installed.
00:00:26.945 E: 
00:00:26.949 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.953 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:26.958 E:  dpkg pre-depends on zlib1g (>= 1:1.1.4)
00:00:26.962 E:   zlib1g is not installed.
00:00:26.966 E: 
00:00:26.969 E: dpkg: warning: ignoring pre-dependency problem!
00:00:26.973 E: (Reading database ... 133 files and directories currently installed.)
00:00:26.977 E: Preparing to unpack .../dpkg_1.22.11_amd64.deb ...
00:00:26.981 E: Unpacking dpkg (1.22.11) ...
00:00:26.985 E: dpkg: dpkg: dependency problems, but configuring anyway as you requested:
00:00:26.989 E:  dpkg depends on libbz2-1.0; however:
00:00:26.993 E:   Package libbz2-1.0 is not installed.
00:00:26.997 E:  dpkg depends on libc6 (>= 2.38); however:
00:00:27.002 E:   Package libc6 is not installed.
00:00:27.006 E:  dpkg depends on liblzma5 (>= 5.4.0); however:
00:00:27.009 E:   Package liblzma5 is not installed.
00:00:27.013 E:  dpkg depends on libmd0 (>= 0.0.0); however:
00:00:27.016 E:   Package libmd0 is not installed.
00:00:27.020 E:  dpkg depends on libselinux1 (>= 3.1~); however:
00:00:27.024 E:   Package libselinux1 is not installed.
00:00:27.028 E:  dpkg depends on libzstd1 (>= 1.5.5); however:
00:00:27.032 E:   Package libzstd1 is not installed.
00:00:27.036 E:  dpkg depends on zlib1g (>= 1:1.1.4); however:
00:00:27.040 E:   Package zlib1g is not installed.
00:00:27.044 E:  dpkg depends on tar (>= 1.28-1); however:
00:00:27.048 E:   Package tar is not installed.
00:00:27.052 E: 
00:00:27.056 E: Setting up dpkg (1.22.11) ...
00:00:27.180 E: Selecting previously unselected package gcc-14-base:amd64.
00:00:27.184 E: (Reading database ... 413 files and directories currently installed.)
00:00:27.189 E: Preparing to unpack .../gcc-14-base_14.2.0-1_amd64.deb ...
00:00:27.193 E: Unpacking gcc-14-base:amd64 (14.2.0-1) ...
00:00:27.217 E: Selecting previously unselected package libc6:amd64.
00:00:27.221 E: Preparing to unpack .../libc6_2.39-6_amd64.deb ...
00:00:27.368 E: Unpacking libc6:amd64 (2.39-6) ...
00:00:27.612 E: Selecting previously unselected package libgcc-s1:amd64.
00:00:27.616 E: Preparing to unpack .../libgcc-s1_14.2.0-1_amd64.deb ...
00:00:27.620 E: Unpacking libgcc-s1:amd64 (14.2.0-1) ...
00:00:27.644 E: Selecting previously unselected package mawk.
00:00:27.648 E: Preparing to unpack .../mawk_1.3.4.20240622-2_amd64.deb ...
00:00:27.652 E: Unpacking mawk (1.3.4.20240622-2) ...
00:00:27.686 E: dpkg: regarding .../base-files_13.5_amd64.deb containing base-files, pre-dependency problem:
00:00:27.691 E:  base-files pre-depends on awk
00:00:27.696 E:   mawk provides awk but is unpacked but not configured.
00:00:27.700 E: 
00:00:27.705 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.709 E: Preparing to unpack .../base-files_13.5_amd64.deb ...
00:00:27.714 E: Unpacking base-files (13.5) over (13.5) ...
00:00:27.757 E: Selecting previously unselected package libtinfo6:amd64.
00:00:27.761 E: Preparing to unpack .../libtinfo6_6.5-2_amd64.deb ...
00:00:27.766 E: Unpacking libtinfo6:amd64 (6.5-2) ...
00:00:27.797 E: Selecting previously unselected package debianutils.
00:00:27.802 E: dpkg: regarding .../debianutils_5.20_amd64.deb containing debianutils, pre-dependency problem:
00:00:27.806 E:  debianutils pre-depends on libc6 (>= 2.38)
00:00:27.810 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:27.814 E: 
00:00:27.818 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.821 E: Preparing to unpack .../debianutils_5.20_amd64.deb ...
00:00:27.826 E: Unpacking debianutils (5.20) ...
00:00:27.852 E: Selecting previously unselected package bash.
00:00:27.856 E: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:27.861 E:  bash pre-depends on libc6 (>= 2.38)
00:00:27.865 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:27.869 E: 
00:00:27.873 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.877 E: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:27.881 E:  bash pre-depends on libtinfo6 (>= 6)
00:00:27.885 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:27.889 E: 
00:00:27.893 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.897 E: Preparing to unpack .../bash_5.2.21-2.1_amd64.deb ...
00:00:27.902 E: Unpacking bash (5.2.21-2.1) ...
00:00:28.004 E: Selecting previously unselected package libcap2:amd64.
00:00:28.009 E: Preparing to unpack .../libcap2_1%3a2.66-5_amd64.deb ...
00:00:28.013 E: Unpacking libcap2:amd64 (1:2.66-5) ...
00:00:28.037 E: Selecting previously unselected package libsystemd0:amd64.
00:00:28.043 E: Preparing to unpack .../libsystemd0_256.4-2_amd64.deb ...
00:00:28.047 E: Unpacking libsystemd0:amd64 (256.4-2) ...
00:00:28.108 E: Selecting previously unselected package bsdutils.
00:00:28.117 E: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:28.122 E:  bsdutils pre-depends on libc6 (>= 2.38)
00:00:28.126 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:28.130 E: 
00:00:28.134 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.138 E: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:28.142 E:  bsdutils pre-depends on libsystemd0 (>= 254)
00:00:28.146 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:28.151 E: 
00:00:28.155 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.159 E: Preparing to unpack .../bsdutils_1%3a2.40.2-2_amd64.deb ...
00:00:28.164 E: Unpacking bsdutils (1:2.40.2-2) ...
00:00:28.168 E: Selecting previously unselected package libacl1:amd64.
00:00:28.172 E: Preparing to unpack .../libacl1_2.3.2-2_amd64.deb ...
00:00:28.177 E: Unpacking libacl1:amd64 (2.3.2-2) ...
00:00:28.188 E: Selecting previously unselected package libattr1:amd64.
00:00:28.193 E: Preparing to unpack .../libattr1_1%3a2.5.2-1_amd64.deb ...
00:00:28.196 E: Unpacking libattr1:amd64 (1:2.5.2-1) ...
00:00:28.219 E: Selecting previously unselected package libgmp10:amd64.
00:00:28.223 E: Preparing to unpack .../libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb ...
00:00:28.228 E: Unpacking libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:28.265 E: Selecting previously unselected package libpcre2-8-0:amd64.
00:00:28.269 E: Preparing to unpack .../libpcre2-8-0_10.42-4+b1_amd64.deb ...
00:00:28.274 E: Unpacking libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:28.313 E: Selecting previously unselected package libselinux1:amd64.
00:00:28.318 E: Preparing to unpack .../libselinux1_3.5-2+b3_amd64.deb ...
00:00:28.322 E: Unpacking libselinux1:amd64 (3.5-2+b3) ...
00:00:28.347 E: Selecting previously unselected package libzstd1:amd64.
00:00:28.352 E: Preparing to unpack .../libzstd1_1.5.6+dfsg-1_amd64.deb ...
00:00:28.357 E: Unpacking libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:28.401 E: Selecting previously unselected package zlib1g:amd64.
00:00:28.405 E: Preparing to unpack .../zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb ...
00:00:28.409 E: Unpacking zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:28.438 E: Selecting previously unselected package libssl3t64:amd64.
00:00:28.442 E: Preparing to unpack .../libssl3t64_3.3.1-2_amd64.deb ...
00:00:28.446 E: Unpacking libssl3t64:amd64 (3.3.1-2) ...
00:00:28.599 E: Selecting previously unselected package coreutils.
00:00:28.603 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:28.608 E:  coreutils pre-depends on libacl1 (>= 2.2.23)
00:00:28.667 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:28.672 E: 
00:00:28.677 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.683 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:28.689 E:  coreutils pre-depends on libattr1 (>= 1:2.4.48)
00:00:28.695 E:   libattr1:amd64 is unpacked, but has never been configured.
00:00:28.700 E: 
00:00:28.706 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.711 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:28.716 E:  coreutils pre-depends on libc6 (>= 2.34)
00:00:28.720 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:28.724 E: 
00:00:28.728 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.732 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:28.736 E:  coreutils pre-depends on libgmp10 (>= 2:6.3.0+dfsg)
00:00:28.741 E:   libgmp10:amd64 is unpacked, but has never been configured.
00:00:28.745 E: 
00:00:28.749 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.753 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:28.756 E:  coreutils pre-depends on libselinux1 (>= 3.1~)
00:00:28.761 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:28.766 E: 
00:00:28.770 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.774 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:28.778 E:  coreutils pre-depends on libssl3t64 (>= 3.0.0)
00:00:28.782 E:   libssl3t64:amd64 is unpacked, but has never been configured.
00:00:28.786 E: 
00:00:28.790 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.794 E: Preparing to unpack .../coreutils_9.4-3.1_amd64.deb ...
00:00:28.798 E: Unpacking coreutils (9.4-3.1) ...
00:00:28.883 E: Selecting previously unselected package dash.
00:00:28.888 E: dpkg: regarding .../dash_0.5.12-9_amd64.deb containing dash, pre-dependency problem:
00:00:28.892 E:  dash pre-depends on libc6 (>= 2.38)
00:00:28.895 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:28.898 E: 
00:00:28.903 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.907 E: Preparing to unpack .../dash_0.5.12-9_amd64.deb ...
00:00:28.910 E: Unpacking dash (0.5.12-9) ...
00:00:28.919 E: Selecting previously unselected package diffutils.
00:00:28.923 E: dpkg: regarding .../diffutils_1%3a3.10-1_amd64.deb containing diffutils, pre-dependency problem:
00:00:28.928 E:  diffutils pre-depends on libc6 (>= 2.34)
00:00:28.932 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:28.936 E: 
00:00:28.940 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.944 E: Preparing to unpack .../diffutils_1%3a3.10-1_amd64.deb ...
00:00:28.947 E: Unpacking diffutils (1:3.10-1) ...
00:00:28.983 E: Selecting previously unselected package libbz2-1.0:amd64.
00:00:28.988 E: Preparing to unpack .../libbz2-1.0_1.0.8-5.1_amd64.deb ...
00:00:28.992 E: Unpacking libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:29.017 E: Selecting previously unselected package liblzma5:amd64.
00:00:29.022 E: Preparing to unpack .../liblzma5_5.6.2-2_amd64.deb ...
00:00:29.026 E: Unpacking liblzma5:amd64 (5.6.2-2) ...
00:00:29.054 E: Selecting previously unselected package libmd0:amd64.
00:00:29.059 E: Preparing to unpack .../libmd0_1.1.0-2_amd64.deb ...
00:00:29.063 E: Unpacking libmd0:amd64 (1.1.0-2) ...
00:00:29.087 E: Selecting previously unselected package tar.
00:00:29.093 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:29.097 E:  tar pre-depends on libacl1 (>= 2.2.23)
00:00:29.102 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:29.105 E: 
00:00:29.112 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.116 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:29.121 E:  tar pre-depends on libc6 (>= 2.34)
00:00:29.126 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:29.130 E: 
00:00:29.135 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.140 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:29.144 E:  tar pre-depends on libselinux1 (>= 3.1~)
00:00:29.149 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:29.153 E: 
00:00:29.157 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.161 E: Preparing to unpack .../tar_1.35+dfsg-3_amd64.deb ...
00:00:29.165 E: Unpacking tar (1.35+dfsg-3) ...
00:00:29.175 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.179 E:  dpkg pre-depends on libbz2-1.0
00:00:29.183 E:   libbz2-1.0:amd64 is unpacked, but has never been configured.
00:00:29.188 E: 
00:00:29.192 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.196 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.200 E:  dpkg pre-depends on libc6 (>= 2.38)
00:00:29.203 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:29.207 E: 
00:00:29.211 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.215 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.218 E:  dpkg pre-depends on liblzma5 (>= 5.4.0)
00:00:29.222 E:   liblzma5:amd64 is unpacked, but has never been configured.
00:00:29.226 E: 
00:00:29.230 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.235 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.239 E:  dpkg pre-depends on libmd0 (>= 0.0.0)
00:00:29.243 E:   libmd0:amd64 is unpacked, but has never been configured.
00:00:29.246 E: 
00:00:29.250 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.254 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.258 E:  dpkg pre-depends on libselinux1 (>= 3.1~)
00:00:29.261 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:29.266 E: 
00:00:29.270 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.273 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.277 E:  dpkg pre-depends on libzstd1 (>= 1.5.5)
00:00:29.281 E:   libzstd1:amd64 is unpacked, but has never been configured.
00:00:29.284 E: 
00:00:29.288 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.291 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.295 E:  dpkg pre-depends on zlib1g (>= 1:1.1.4)
00:00:29.299 E:   zlib1g:amd64 is unpacked, but has never been configured.
00:00:29.302 E: 
00:00:29.306 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.310 E: Preparing to unpack .../dpkg_1.22.11_amd64.deb ...
00:00:29.313 E: Unpacking dpkg (1.22.11) over (1.22.11) ...
00:00:29.332 E: Selecting previously unselected package findutils.
00:00:29.337 E: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:29.342 E:  findutils pre-depends on libc6 (>= 2.38)
00:00:29.346 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:29.350 E: 
00:00:29.355 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.359 E: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:29.363 E:  findutils pre-depends on libselinux1 (>= 3.1~)
00:00:29.368 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:29.372 E: 
00:00:29.376 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.380 E: Preparing to unpack .../findutils_4.10.0-2_amd64.deb ...
00:00:29.386 E: Unpacking findutils (4.10.0-2) ...
00:00:29.407 E: Selecting previously unselected package grep.
00:00:29.412 E: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:29.416 E:  grep pre-depends on libc6 (>= 2.34)
00:00:29.420 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:29.423 E: 
00:00:29.427 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.431 E: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:29.435 E:  grep pre-depends on libpcre2-8-0 (>= 10.32)
00:00:29.438 E:   libpcre2-8-0:amd64 is unpacked, but has never been configured.
00:00:29.442 E: 
00:00:29.446 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.449 E: Preparing to unpack .../archives/grep_3.11-4_amd64.deb ...
00:00:29.453 E: Unpacking grep (3.11-4) ...
00:00:29.479 E: Selecting previously unselected package gzip.
00:00:29.483 E: dpkg: regarding .../gzip_1.12-1.1_amd64.deb containing gzip, pre-dependency problem:
00:00:29.488 E:  gzip pre-depends on libc6 (>= 2.34)
00:00:29.491 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:29.495 E: 
00:00:29.499 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.503 E: Preparing to unpack .../gzip_1.12-1.1_amd64.deb ...
00:00:29.517 E: Unpacking gzip (1.12-1.1) ...
00:00:29.554 E: Selecting previously unselected package hostname.
00:00:29.558 E: dpkg: regarding .../hostname_3.23+nmu2_amd64.deb containing hostname, pre-dependency problem:
00:00:29.563 E:  hostname pre-depends on libc6 (>= 2.34)
00:00:29.567 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:29.570 E: 
00:00:29.574 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.578 E: Preparing to unpack .../hostname_3.23+nmu2_amd64.deb ...
00:00:29.582 E: Unpacking hostname (3.23+nmu2) ...
00:00:29.587 E: Selecting previously unselected package ncurses-bin.
00:00:29.591 E: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:29.595 E:  ncurses-bin pre-depends on libc6 (>= 2.34)
00:00:29.598 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:29.602 E: 
00:00:29.606 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.610 E: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:29.614 E:  ncurses-bin pre-depends on libtinfo6 (>= 6.4+20230603)
00:00:29.619 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:29.623 E: 
00:00:29.627 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.631 E: Preparing to unpack .../ncurses-bin_6.5-2_amd64.deb ...
00:00:29.635 E: Unpacking ncurses-bin (6.5-2) ...
00:00:29.639 E: Selecting previously unselected package libcrypt1:amd64.
00:00:29.644 E: Preparing to unpack .../libcrypt1_1%3a4.4.36-4_amd64.deb ...
00:00:29.648 E: Unpacking libcrypt1:amd64 (1:4.4.36-4) ...
00:00:29.671 E: Selecting previously unselected package perl-base.
00:00:29.675 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:29.679 E:  perl-base pre-depends on libc6 (>= 2.38)
00:00:29.683 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:29.686 E: 
00:00:29.691 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.695 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:29.698 E:  perl-base pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:29.702 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:29.706 E: 
00:00:29.710 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.714 E: Preparing to unpack .../perl-base_5.38.2-5_amd64.deb ...
00:00:29.718 E: Unpacking perl-base (5.38.2-5) ...
00:00:29.999 E: Selecting previously unselected package sed.
00:00:30.004 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:30.008 E:  sed pre-depends on libacl1 (>= 2.2.23)
00:00:30.012 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:30.016 E: 
00:00:30.019 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.024 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:30.028 E:  sed pre-depends on libc6 (>= 2.34)
00:00:30.033 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:30.037 E: 
00:00:30.041 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.045 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:30.049 E:  sed pre-depends on libselinux1 (>= 3.1~)
00:00:30.054 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:30.058 E: 
00:00:30.062 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.066 E: Preparing to unpack .../archives/sed_4.9-2_amd64.deb ...
00:00:30.071 E: Unpacking sed (4.9-2) ...
00:00:30.075 E: Selecting previously unselected package libaudit-common.
00:00:30.079 E: Preparing to unpack .../libaudit-common_1%3a3.1.2-4_all.deb ...
00:00:30.083 E: Unpacking libaudit-common (1:3.1.2-4) ...
00:00:30.095 E: Selecting previously unselected package libcap-ng0:amd64.
00:00:30.100 E: Preparing to unpack .../libcap-ng0_0.8.5-1+b1_amd64.deb ...
00:00:30.103 E: Unpacking libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:30.129 E: Selecting previously unselected package libaudit1:amd64.
00:00:30.134 E: Preparing to unpack .../libaudit1_1%3a3.1.2-4+b1_amd64.deb ...
00:00:30.138 E: Unpacking libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:30.163 E: Selecting previously unselected package libdb5.3t64:amd64.
00:00:30.168 E: Preparing to unpack .../libdb5.3t64_5.3.28+dfsg2-7_amd64.deb ...
00:00:30.171 E: Unpacking libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:30.246 E: Selecting previously unselected package debconf.
00:00:30.250 E: Preparing to unpack .../debconf_1.5.87_all.deb ...
00:00:30.254 E: Unpacking debconf (1.5.87) ...
00:00:30.321 E: Selecting previously unselected package libpam0g:amd64.
00:00:30.326 E: Preparing to unpack .../libpam0g_1.5.3-7_amd64.deb ...
00:00:30.330 E: Unpacking libpam0g:amd64 (1.5.3-7) ...
00:00:30.359 E: Selecting previously unselected package libpam-modules-bin.
00:00:30.364 E: Preparing to unpack .../libpam-modules-bin_1.5.3-7_amd64.deb ...
00:00:30.368 E: Unpacking libpam-modules-bin (1.5.3-7) ...
00:00:30.403 E: Selecting previously unselected package libpam-modules:amd64.
00:00:30.408 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:30.412 E:  libpam-modules pre-depends on libaudit1 (>= 1:2.2.1)
00:00:30.417 E:   libaudit1:amd64 is unpacked, but has never been configured.
00:00:30.422 E: 
00:00:30.427 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.432 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:30.437 E:  libpam-modules pre-depends on libc6 (>= 2.34)
00:00:30.441 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:30.446 E: 
00:00:30.451 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.455 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:30.460 E:  libpam-modules pre-depends on libcrypt1 (>= 1:4.3.0)
00:00:30.464 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:30.468 E: 
00:00:30.472 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.476 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:30.480 E:  libpam-modules pre-depends on libdb5.3t64
00:00:30.484 E:   libdb5.3t64:amd64 is unpacked, but has never been configured.
00:00:30.489 E: 
00:00:30.493 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.496 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:30.500 E:  libpam-modules pre-depends on libpam0g (>= 1.4.1)
00:00:30.504 E:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:30.509 E: 
00:00:30.513 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.517 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:30.520 E:  libpam-modules pre-depends on libselinux1 (>= 3.1~)
00:00:30.525 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:30.529 E: 
00:00:30.534 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.538 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:30.543 E:  libpam-modules pre-depends on libsystemd0
00:00:30.547 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:30.552 E: 
00:00:30.556 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.561 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:30.565 E:  libpam-modules pre-depends on debconf (>= 0.5) | debconf-2.0
00:00:30.569 E:   debconf is unpacked, but has never been configured.
00:00:30.574 E:   debconf provides debconf-2.0 but is unpacked but not configured.
00:00:30.577 E: 
00:00:30.581 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.586 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:30.590 E:  libpam-modules pre-depends on libpam-modules-bin (= 1.5.3-7)
00:00:30.594 E:   libpam-modules-bin is unpacked, but has never been configured.
00:00:30.598 E: 
00:00:30.603 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.607 E: Preparing to unpack .../libpam-modules_1.5.3-7_amd64.deb ...
00:00:30.612 E: Unpacking libpam-modules:amd64 (1.5.3-7) ...
00:00:30.616 E: Selecting previously unselected package libpam-runtime.
00:00:30.621 E: Preparing to unpack .../libpam-runtime_1.5.3-7_all.deb ...
00:00:30.625 E: Unpacking libpam-runtime (1.5.3-7) ...
00:00:30.680 E: Selecting previously unselected package libblkid1:amd64.
00:00:30.684 E: Preparing to unpack .../libblkid1_2.40.2-2_amd64.deb ...
00:00:30.688 E: Unpacking libblkid1:amd64 (2.40.2-2) ...
00:00:30.724 E: Selecting previously unselected package libmount1:amd64.
00:00:30.728 E: Preparing to unpack .../libmount1_2.40.2-2_amd64.deb ...
00:00:30.733 E: Unpacking libmount1:amd64 (2.40.2-2) ...
00:00:30.771 E: Selecting previously unselected package libsmartcols1:amd64.
00:00:30.775 E: Preparing to unpack .../libsmartcols1_2.40.2-2_amd64.deb ...
00:00:30.779 E: Unpacking libsmartcols1:amd64 (2.40.2-2) ...
00:00:30.814 E: Selecting previously unselected package libudev1:amd64.
00:00:30.818 E: Preparing to unpack .../libudev1_256.4-2_amd64.deb ...
00:00:30.823 E: Unpacking libudev1:amd64 (256.4-2) ...
00:00:30.857 E: Selecting previously unselected package libuuid1:amd64.
00:00:30.862 E: Preparing to unpack .../libuuid1_2.40.2-2_amd64.deb ...
00:00:30.866 E: Unpacking libuuid1:amd64 (2.40.2-2) ...
00:00:30.896 E: Selecting previously unselected package util-linux.
00:00:30.901 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:30.906 E:  util-linux pre-depends on libpam-modules
00:00:30.910 E:   libpam-modules:amd64 is unpacked, but has never been configured.
00:00:30.916 E: 
00:00:30.920 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.925 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:30.930 E:  util-linux pre-depends on libpam-runtime
00:00:30.935 E:   libpam-runtime is unpacked, but has never been configured.
00:00:30.939 E: 
00:00:30.944 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.950 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:30.954 E:  util-linux pre-depends on libblkid1 (= 2.40.2-2)
00:00:30.960 E:   libblkid1:amd64 is unpacked, but has never been configured.
00:00:30.965 E: 
00:00:30.971 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.976 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:30.981 E:  util-linux pre-depends on libc6 (>= 2.38)
00:00:30.986 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:30.991 E: 
00:00:30.995 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.000 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.006 E:  util-linux pre-depends on libcap-ng0 (>= 0.7.9)
00:00:31.011 E:   libcap-ng0:amd64 is unpacked, but has never been configured.
00:00:31.015 E: 
00:00:31.019 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.023 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.028 E:  util-linux pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:31.032 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:31.036 E: 
00:00:31.040 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.044 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.048 E:  util-linux pre-depends on libmount1 (= 2.40.2-2)
00:00:31.052 E:   libmount1:amd64 is unpacked, but has never been configured.
00:00:31.057 E: 
00:00:31.061 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.066 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.070 E:  util-linux pre-depends on libpam0g (>= 0.99.7.1)
00:00:31.074 E:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:31.078 E: 
00:00:31.083 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.087 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.091 E:  util-linux pre-depends on libselinux1 (>= 3.1~)
00:00:31.095 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:31.099 E: 
00:00:31.103 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.107 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.111 E:  util-linux pre-depends on libsmartcols1 (= 2.40.2-2)
00:00:31.116 E:   libsmartcols1:amd64 is unpacked, but has never been configured.
00:00:31.121 E: 
00:00:31.124 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.129 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.133 E:  util-linux pre-depends on libsystemd0
00:00:31.138 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:31.142 E: 
00:00:31.146 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.150 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.154 E:  util-linux pre-depends on libtinfo6 (>= 6)
00:00:31.158 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:31.162 E: 
00:00:31.166 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.170 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.175 E:  util-linux pre-depends on libudev1 (>= 183)
00:00:31.179 E:   libudev1:amd64 is unpacked, but has never been configured.
00:00:31.186 E: 
00:00:31.190 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.194 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:31.198 E:  util-linux pre-depends on libuuid1 (= 2.40.2-2)
00:00:31.202 E:   libuuid1:amd64 is unpacked, but has never been configured.
00:00:31.207 E: 
00:00:31.211 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.216 E: Preparing to unpack .../util-linux_2.40.2-2_amd64.deb ...
00:00:31.220 E: Unpacking util-linux (2.40.2-2) ...
00:00:31.225 E: Selecting previously unselected package libdebconfclient0:amd64.
00:00:31.229 E: Preparing to unpack .../libdebconfclient0_0.272_amd64.deb ...
00:00:31.234 E: Unpacking libdebconfclient0:amd64 (0.272) ...
00:00:31.238 E: Preparing to unpack .../base-passwd_3.6.4_amd64.deb ...
00:00:31.243 E: Unpacking base-passwd (3.6.4) over (3.6.4) ...
00:00:31.247 E: Selecting previously unselected package init-system-helpers.
00:00:31.252 E: Preparing to unpack .../init-system-helpers_1.66_all.deb ...
00:00:31.256 E: Unpacking init-system-helpers (1.66) ...
00:00:31.260 E: Selecting previously unselected package libc-bin.
00:00:31.263 E: Preparing to unpack .../libc-bin_2.39-6_amd64.deb ...
00:00:31.267 E: Unpacking libc-bin (2.39-6) ...
00:00:31.279 E: Selecting previously unselected package ncurses-base.
00:00:31.282 E: Preparing to unpack .../ncurses-base_6.5-2_all.deb ...
00:00:31.288 E: Unpacking ncurses-base (6.5-2) ...
00:00:31.327 E: Selecting previously unselected package sysvinit-utils.
00:00:31.331 E: Preparing to unpack .../sysvinit-utils_3.09-2_amd64.deb ...
00:00:31.334 E: Unpacking sysvinit-utils (3.09-2) ...
00:00:31.366 E: Setting up gcc-14-base:amd64 (14.2.0-1) ...
00:00:31.371 E: Setting up libaudit-common (1:3.1.2-4) ...
00:00:31.376 E: Setting up debconf (1.5.87) ...
00:00:31.515 E: Setting up ncurses-base (6.5-2) ...
00:00:31.527 E: Setting up libgcc-s1:amd64 (14.2.0-1) ...
00:00:31.534 E: Setting up libc6:amd64 (2.39-6) ...
00:00:31.657 E: Setting up libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:31.662 E: Setting up libmd0:amd64 (1.1.0-2) ...
00:00:31.666 E: Setting up libattr1:amd64 (1:2.5.2-1) ...
00:00:31.672 E: Setting up sysvinit-utils (3.09-2) ...
00:00:31.676 E: Setting up debianutils (5.20) ...
00:00:31.733 E: update-alternatives: using /usr/bin/which.debianutils to provide /usr/bin/which (which) in auto mode
00:00:31.739 E: Setting up mawk (1.3.4.20240622-2) ...
00:00:31.743 E: update-alternatives: using /usr/bin/mawk to provide /usr/bin/awk (awk) in auto mode
00:00:31.747 E: Setting up libdebconfclient0:amd64 (0.272) ...
00:00:31.751 E: Setting up base-files (13.5) ...
00:00:31.786 E: Setting up libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:31.791 E: Setting up libblkid1:amd64 (2.40.2-2) ...
00:00:31.795 E: Setting up dash (0.5.12-9) ...
00:00:31.853 E: Setting up libtinfo6:amd64 (6.5-2) ...
00:00:31.858 E: Setting up bash (5.2.21-2.1) ...
00:00:31.872 E: update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
00:00:31.879 E: Setting up libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:31.885 E: Setting up liblzma5:amd64 (5.6.2-2) ...
00:00:31.889 E: Setting up libc-bin (2.39-6) ...
00:00:31.912 E: Setting up ncurses-bin (6.5-2) ...
00:00:31.917 E: Setting up libacl1:amd64 (2.3.2-2) ...
00:00:31.924 E: Setting up libsmartcols1:amd64 (2.40.2-2) ...
00:00:31.929 E: Setting up zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:31.934 E: Setting up libcrypt1:amd64 (1:4.4.36-4) ...
00:00:31.940 E: Setting up diffutils (1:3.10-1) ...
00:00:31.945 E: Setting up libcap2:amd64 (1:2.66-5) ...
00:00:31.952 E: Setting up hostname (3.23+nmu2) ...
00:00:31.958 E: Setting up libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:31.963 E: Setting up libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:31.969 E: Setting up init-system-helpers (1.66) ...
00:00:31.974 E: Setting up libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:31.979 E: Setting up libuuid1:amd64 (2.40.2-2) ...
00:00:31.984 E: Setting up libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:31.989 E: Setting up libudev1:amd64 (256.4-2) ...
00:00:31.995 E: Setting up grep (3.11-4) ...
00:00:32.001 E: Setting up libssl3t64:amd64 (3.3.1-2) ...
00:00:32.006 E: Setting up libsystemd0:amd64 (256.4-2) ...
00:00:32.010 E: Setting up libselinux1:amd64 (3.5-2+b3) ...
00:00:32.017 E: Setting up libpam0g:amd64 (1.5.3-7) ...
00:00:32.128 E: Setting up sed (4.9-2) ...
00:00:32.133 E: Setting up findutils (4.10.0-2) ...
00:00:32.138 E: Setting up libmount1:amd64 (2.40.2-2) ...
00:00:32.142 E: Setting up base-passwd (3.6.4) ...
00:00:32.297 E: Setting up bsdutils (1:2.40.2-2) ...
00:00:32.302 E: Setting up tar (1.35+dfsg-3) ...
00:00:32.307 E: update-alternatives: using /usr/sbin/rmt-tar to provide /usr/sbin/rmt (rmt) in auto mode
00:00:32.311 E: Setting up libpam-modules-bin (1.5.3-7) ...
00:00:32.317 E: Setting up coreutils (9.4-3.1) ...
00:00:32.322 E: Setting up dpkg (1.22.11) ...
00:00:32.544 E: Setting up libpam-modules:amd64 (1.5.3-7) ...
00:00:32.571 E: Setting up perl-base (5.38.2-5) ...
00:00:32.587 E: Setting up gzip (1.12-1.1) ...
00:00:32.652 E: Setting up libpam-runtime (1.5.3-7) ...
00:00:32.822 E: Setting up util-linux (2.40.2-2) ...
00:00:32.832 E: update-alternatives: using /bin/more to provide /usr/bin/pager (pager) in auto mode
00:00:33.055 E: Processing triggers for libc-bin (2.39-6) ...
00:00:33.076 E: I: installing essential packages...
00:00:39.074 E: I: installing remaining packages inside the chroot...
00:00:42.708 E: I: cleaning package lists and apt cache...
00:00:42.803 E: I: creating tarball...
00:00:44.118 E: I: done
00:00:44.139 E: I: removing tempdir /tmp/mmdebstrap.BByUnNg1G5...
00:00:44.374 E: I: success in 25.7866 seconds
00:00:44.382 E: + filter
00:00:44.387 E: + ./tarfilter --path-exclude=/usr/bin/uncompress --path-exclude=/var/cache/debconf/config.dat-old --path-exclude=/var/cache/debconf/templates.dat-old --path-exclude=/var/lib/dpkg/available --path-exclude=/var/lib/dpkg/diversions --path-exclude=/var/lib/dpkg/diversions-old --path-exclude=/var/lib/dpkg/cmethopt --path-exclude=/var/lib/dpkg/status-old --path-exclude=/var/lib/shells.state
00:00:44.392 E: + cmp - /tmp/debian-chroot-unshare.tar
00:00:45.639 E: + rm -f /tmp/debian-chroot-unshare.tar /tmp/debian-chroot-root-normal.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:56
result: SUCCESS
------------------------------------------------------------------------------
(267/280) jessie-or-older
dist: unstable
mode: unshare
variant: minbase
format: auto
time left: 0:10:42
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.022 E: + trap rm -f /tmp/debian-chroot-unshare.tar /tmp/debian-chroot-root-normal.tar EXIT INT TERM
00:00:00.027 E: + id -u
00:00:00.032 E: + [ 0 -eq 0 ]
00:00:00.036 E: + prefix=
00:00:00.041 E: + id -u
00:00:00.046 E: + [ 0 -eq 0 ]
00:00:00.050 E: + [ unshare != root ]
00:00:00.054 E: + [ unshare != auto ]
00:00:00.058 E: + id user
00:00:00.061 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.065 E: + useradd --home-dir /home/user --create-home user
00:00:00.069 E: + prefix=runuser -u user --
00:00:00.072 E: + MMTARFILTER=
00:00:00.076 E: + [ -x /usr/bin/mmtarfilter ]
00:00:00.079 E: + MMTARFILTER=/usr/bin/mmtarfilter
00:00:00.083 E: + [ -x ./tarfilter ]
00:00:00.087 E: + MMTARFILTER=./tarfilter
00:00:00.090 E: + mmdebstrap --mode=root --variant=minbase unstable - http://127.0.0.1/debian
00:00:00.510 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.542 E: I: finding correct signed-by value...
00:00:00.641 E: I: automatically chosen format: tar
00:00:00.645 E: I: using /tmp/mmdebstrap.IAAr8exxv8 as tempdir
00:00:00.699 E: I: running apt-get update...
00:00:03.660 E: I: downloading packages with apt...
00:00:05.965 E: I: extracting archives...
00:00:07.914 E: I: installing essential packages...
00:00:14.198 E: I: installing remaining packages inside the chroot...
00:00:19.848 E: I: cleaning package lists and apt cache...
00:00:19.943 E: I: creating tarball...
00:00:20.866 E: I: done
00:00:20.874 E: I: removing tempdir /tmp/mmdebstrap.IAAr8exxv8...
00:00:21.104 E: I: success in 20.7272 seconds
00:00:21.111 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=minbase --hook-dir=./hooks/jessie-or-older unstable - http://127.0.0.1/debian
00:00:21.116 E: + filter
00:00:21.121 E: + ./tarfilter --path-exclude=/usr/bin/uncompress --path-exclude=/var/cache/debconf/config.dat-old --path-exclude=/var/cache/debconf/templates.dat-old --path-exclude=/var/lib/dpkg/available --path-exclude=/var/lib/dpkg/diversions --path-exclude=/var/lib/dpkg/diversions-old --path-exclude=/var/lib/dpkg/cmethopt --path-exclude=/var/lib/dpkg/status-old --path-exclude=/var/lib/shells.state
00:00:21.608 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:21.638 E: I: finding correct signed-by value...
00:00:21.749 E: I: automatically chosen format: tar
00:00:21.753 E: I: using /tmp/mmdebstrap.ZsTO1AOucc as tempdir
00:00:21.877 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:21.888 E: I: running apt-get update...
00:00:24.791 E: I: downloading packages with apt...
00:00:27.056 E: I: extracting archives...
00:00:28.991 E: I: running --extract-hook directly: ./hooks/jessie-or-older/extract00.sh /tmp/mmdebstrap.ZsTO1AOucc
00:00:29.007 E: I: running --extract-hook directly: ./hooks/jessie-or-older/extract01.sh /tmp/mmdebstrap.ZsTO1AOucc
00:00:29.529 E: Selecting previously unselected package base-passwd.
00:00:29.533 E: (Reading database ... 0 files and directories currently installed.)
00:00:29.536 E: Preparing to unpack .../base-passwd_3.6.4_amd64.deb ...
00:00:29.540 E: Unpacking base-passwd (3.6.4) ...
00:00:29.557 E: dpkg: base-passwd: dependency problems, but configuring anyway as you requested:
00:00:29.560 E:  base-passwd depends on libc6 (>= 2.34); however:
00:00:29.565 E:   Package libc6 is not installed.
00:00:29.569 E:  base-passwd depends on libdebconfclient0 (>= 0.145); however:
00:00:29.572 E:   Package libdebconfclient0 is not installed.
00:00:29.576 E:  base-passwd depends on libselinux1 (>= 3.1~); however:
00:00:29.579 E:   Package libselinux1 is not installed.
00:00:29.583 E: 
00:00:29.587 E: Setting up base-passwd (3.6.4) ...
00:00:29.715 E: Selecting previously unselected package base-files.
00:00:29.719 E: dpkg: regarding .../base-files_13.5_amd64.deb containing base-files, pre-dependency problem:
00:00:29.723 E:  base-files pre-depends on awk
00:00:29.727 E:   awk is not installed.
00:00:29.730 E: 
00:00:29.735 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.739 E: (Reading database ... 41 files and directories currently installed.)
00:00:29.744 E: Preparing to unpack .../base-files_13.5_amd64.deb ...
00:00:29.748 E: Unpacking base-files (13.5) ...
00:00:29.779 E: dpkg: base-files: dependency problems, but configuring anyway as you requested:
00:00:29.784 E:  base-files depends on awk; however:
00:00:29.790 E:   Package awk is not installed.
00:00:29.794 E: 
00:00:29.798 E: Setting up base-files (13.5) ...
00:00:29.911 E: Selecting previously unselected package dpkg.
00:00:29.915 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.920 E:  dpkg pre-depends on libbz2-1.0
00:00:29.924 E:   libbz2-1.0 is not installed.
00:00:29.929 E: 
00:00:29.933 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.938 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.942 E:  dpkg pre-depends on libc6 (>= 2.38)
00:00:29.947 E:   libc6 is not installed.
00:00:29.951 E: 
00:00:29.955 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.959 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.964 E:  dpkg pre-depends on liblzma5 (>= 5.4.0)
00:00:29.969 E:   liblzma5 is not installed.
00:00:29.974 E: 
00:00:29.978 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.982 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:29.986 E:  dpkg pre-depends on libmd0 (>= 0.0.0)
00:00:29.993 E:   libmd0 is not installed.
00:00:29.997 E: 
00:00:30.000 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.004 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:30.008 E:  dpkg pre-depends on libselinux1 (>= 3.1~)
00:00:30.012 E:   libselinux1 is not installed.
00:00:30.016 E: 
00:00:30.021 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.025 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:30.029 E:  dpkg pre-depends on libzstd1 (>= 1.5.5)
00:00:30.033 E:   libzstd1 is not installed.
00:00:30.037 E: 
00:00:30.042 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.045 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:30.050 E:  dpkg pre-depends on zlib1g (>= 1:1.1.4)
00:00:30.054 E:   zlib1g is not installed.
00:00:30.058 E: 
00:00:30.063 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.066 E: (Reading database ... 133 files and directories currently installed.)
00:00:30.071 E: Preparing to unpack .../dpkg_1.22.11_amd64.deb ...
00:00:30.075 E: Unpacking dpkg (1.22.11) ...
00:00:30.079 E: dpkg: dpkg: dependency problems, but configuring anyway as you requested:
00:00:30.083 E:  dpkg depends on libbz2-1.0; however:
00:00:30.088 E:   Package libbz2-1.0 is not installed.
00:00:30.092 E:  dpkg depends on libc6 (>= 2.38); however:
00:00:30.096 E:   Package libc6 is not installed.
00:00:30.100 E:  dpkg depends on liblzma5 (>= 5.4.0); however:
00:00:30.104 E:   Package liblzma5 is not installed.
00:00:30.108 E:  dpkg depends on libmd0 (>= 0.0.0); however:
00:00:30.112 E:   Package libmd0 is not installed.
00:00:30.116 E:  dpkg depends on libselinux1 (>= 3.1~); however:
00:00:30.119 E:   Package libselinux1 is not installed.
00:00:30.123 E:  dpkg depends on libzstd1 (>= 1.5.5); however:
00:00:30.128 E:   Package libzstd1 is not installed.
00:00:30.132 E:  dpkg depends on zlib1g (>= 1:1.1.4); however:
00:00:30.136 E:   Package zlib1g is not installed.
00:00:30.139 E:  dpkg depends on tar (>= 1.28-1); however:
00:00:30.143 E:   Package tar is not installed.
00:00:30.147 E: 
00:00:30.150 E: Setting up dpkg (1.22.11) ...
00:00:30.310 E: Selecting previously unselected package gcc-14-base:amd64.
00:00:30.315 E: (Reading database ... 413 files and directories currently installed.)
00:00:30.319 E: Preparing to unpack .../gcc-14-base_14.2.0-1_amd64.deb ...
00:00:30.323 E: Unpacking gcc-14-base:amd64 (14.2.0-1) ...
00:00:30.350 E: Selecting previously unselected package libc6:amd64.
00:00:30.355 E: Preparing to unpack .../libc6_2.39-6_amd64.deb ...
00:00:30.501 E: Unpacking libc6:amd64 (2.39-6) ...
00:00:30.747 E: Selecting previously unselected package libgcc-s1:amd64.
00:00:30.753 E: Preparing to unpack .../libgcc-s1_14.2.0-1_amd64.deb ...
00:00:30.759 E: Unpacking libgcc-s1:amd64 (14.2.0-1) ...
00:00:30.788 E: Selecting previously unselected package mawk.
00:00:30.793 E: Preparing to unpack .../mawk_1.3.4.20240622-2_amd64.deb ...
00:00:30.799 E: Unpacking mawk (1.3.4.20240622-2) ...
00:00:30.834 E: dpkg: regarding .../base-files_13.5_amd64.deb containing base-files, pre-dependency problem:
00:00:30.839 E:  base-files pre-depends on awk
00:00:30.843 E:   mawk provides awk but is unpacked but not configured.
00:00:30.847 E: 
00:00:30.851 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.856 E: Preparing to unpack .../base-files_13.5_amd64.deb ...
00:00:30.860 E: Unpacking base-files (13.5) over (13.5) ...
00:00:30.914 E: Selecting previously unselected package libtinfo6:amd64.
00:00:30.919 E: Preparing to unpack .../libtinfo6_6.5-2_amd64.deb ...
00:00:30.923 E: Unpacking libtinfo6:amd64 (6.5-2) ...
00:00:30.958 E: Selecting previously unselected package debianutils.
00:00:30.962 E: dpkg: regarding .../debianutils_5.20_amd64.deb containing debianutils, pre-dependency problem:
00:00:30.967 E:  debianutils pre-depends on libc6 (>= 2.38)
00:00:30.971 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:30.975 E: 
00:00:30.984 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.988 E: Preparing to unpack .../debianutils_5.20_amd64.deb ...
00:00:30.993 E: Unpacking debianutils (5.20) ...
00:00:31.019 E: Selecting previously unselected package bash.
00:00:31.023 E: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:31.027 E:  bash pre-depends on libc6 (>= 2.38)
00:00:31.031 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:31.035 E: 
00:00:31.039 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.043 E: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:31.046 E:  bash pre-depends on libtinfo6 (>= 6)
00:00:31.050 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:31.054 E: 
00:00:31.060 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.064 E: Preparing to unpack .../bash_5.2.21-2.1_amd64.deb ...
00:00:31.069 E: Unpacking bash (5.2.21-2.1) ...
00:00:31.159 E: Selecting previously unselected package libcap2:amd64.
00:00:31.164 E: Preparing to unpack .../libcap2_1%3a2.66-5_amd64.deb ...
00:00:31.169 E: Unpacking libcap2:amd64 (1:2.66-5) ...
00:00:31.192 E: Selecting previously unselected package libsystemd0:amd64.
00:00:31.196 E: Preparing to unpack .../libsystemd0_256.4-2_amd64.deb ...
00:00:31.201 E: Unpacking libsystemd0:amd64 (256.4-2) ...
00:00:31.245 E: Selecting previously unselected package bsdutils.
00:00:31.250 E: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:31.255 E:  bsdutils pre-depends on libc6 (>= 2.38)
00:00:31.259 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:31.263 E: 
00:00:31.267 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.272 E: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:31.277 E:  bsdutils pre-depends on libsystemd0 (>= 254)
00:00:31.281 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:31.286 E: 
00:00:31.291 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.295 E: Preparing to unpack .../bsdutils_1%3a2.40.2-2_amd64.deb ...
00:00:31.299 E: Unpacking bsdutils (1:2.40.2-2) ...
00:00:31.304 E: Selecting previously unselected package libacl1:amd64.
00:00:31.308 E: Preparing to unpack .../libacl1_2.3.2-2_amd64.deb ...
00:00:31.313 E: Unpacking libacl1:amd64 (2.3.2-2) ...
00:00:31.324 E: Selecting previously unselected package libattr1:amd64.
00:00:31.329 E: Preparing to unpack .../libattr1_1%3a2.5.2-1_amd64.deb ...
00:00:31.332 E: Unpacking libattr1:amd64 (1:2.5.2-1) ...
00:00:31.354 E: Selecting previously unselected package libgmp10:amd64.
00:00:31.358 E: Preparing to unpack .../libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb ...
00:00:31.361 E: Unpacking libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:31.407 E: Selecting previously unselected package libpcre2-8-0:amd64.
00:00:31.411 E: Preparing to unpack .../libpcre2-8-0_10.42-4+b1_amd64.deb ...
00:00:31.415 E: Unpacking libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:31.453 E: Selecting previously unselected package libselinux1:amd64.
00:00:31.457 E: Preparing to unpack .../libselinux1_3.5-2+b3_amd64.deb ...
00:00:31.462 E: Unpacking libselinux1:amd64 (3.5-2+b3) ...
00:00:31.487 E: Selecting previously unselected package libzstd1:amd64.
00:00:31.491 E: Preparing to unpack .../libzstd1_1.5.6+dfsg-1_amd64.deb ...
00:00:31.495 E: Unpacking libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:31.539 E: Selecting previously unselected package zlib1g:amd64.
00:00:31.543 E: Preparing to unpack .../zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb ...
00:00:31.548 E: Unpacking zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:31.576 E: Selecting previously unselected package libssl3t64:amd64.
00:00:31.580 E: Preparing to unpack .../libssl3t64_3.3.1-2_amd64.deb ...
00:00:31.584 E: Unpacking libssl3t64:amd64 (3.3.1-2) ...
00:00:31.747 E: Selecting previously unselected package coreutils.
00:00:31.751 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:31.755 E:  coreutils pre-depends on libacl1 (>= 2.2.23)
00:00:31.759 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:31.763 E: 
00:00:31.767 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.771 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:31.776 E:  coreutils pre-depends on libattr1 (>= 1:2.4.48)
00:00:31.780 E:   libattr1:amd64 is unpacked, but has never been configured.
00:00:31.784 E: 
00:00:31.788 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.792 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:31.796 E:  coreutils pre-depends on libc6 (>= 2.34)
00:00:31.800 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:31.803 E: 
00:00:31.808 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.812 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:31.816 E:  coreutils pre-depends on libgmp10 (>= 2:6.3.0+dfsg)
00:00:31.820 E:   libgmp10:amd64 is unpacked, but has never been configured.
00:00:31.824 E: 
00:00:31.828 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.832 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:31.836 E:  coreutils pre-depends on libselinux1 (>= 3.1~)
00:00:31.841 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:31.845 E: 
00:00:31.849 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.853 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:31.858 E:  coreutils pre-depends on libssl3t64 (>= 3.0.0)
00:00:31.862 E:   libssl3t64:amd64 is unpacked, but has never been configured.
00:00:31.866 E: 
00:00:31.870 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.875 E: Preparing to unpack .../coreutils_9.4-3.1_amd64.deb ...
00:00:31.879 E: Unpacking coreutils (9.4-3.1) ...
00:00:32.027 E: Selecting previously unselected package dash.
00:00:32.031 E: dpkg: regarding .../dash_0.5.12-9_amd64.deb containing dash, pre-dependency problem:
00:00:32.035 E:  dash pre-depends on libc6 (>= 2.38)
00:00:32.039 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:32.043 E: 
00:00:32.048 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.052 E: Preparing to unpack .../dash_0.5.12-9_amd64.deb ...
00:00:32.056 E: Unpacking dash (0.5.12-9) ...
00:00:32.063 E: Selecting previously unselected package diffutils.
00:00:32.067 E: dpkg: regarding .../diffutils_1%3a3.10-1_amd64.deb containing diffutils, pre-dependency problem:
00:00:32.071 E:  diffutils pre-depends on libc6 (>= 2.34)
00:00:32.075 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:32.079 E: 
00:00:32.084 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.087 E: Preparing to unpack .../diffutils_1%3a3.10-1_amd64.deb ...
00:00:32.091 E: Unpacking diffutils (1:3.10-1) ...
00:00:32.131 E: Selecting previously unselected package libbz2-1.0:amd64.
00:00:32.134 E: Preparing to unpack .../libbz2-1.0_1.0.8-5.1_amd64.deb ...
00:00:32.138 E: Unpacking libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:32.162 E: Selecting previously unselected package liblzma5:amd64.
00:00:32.166 E: Preparing to unpack .../liblzma5_5.6.2-2_amd64.deb ...
00:00:32.170 E: Unpacking liblzma5:amd64 (5.6.2-2) ...
00:00:32.200 E: Selecting previously unselected package libmd0:amd64.
00:00:32.204 E: Preparing to unpack .../libmd0_1.1.0-2_amd64.deb ...
00:00:32.208 E: Unpacking libmd0:amd64 (1.1.0-2) ...
00:00:32.229 E: Selecting previously unselected package tar.
00:00:32.233 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:32.237 E:  tar pre-depends on libacl1 (>= 2.2.23)
00:00:32.241 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:32.245 E: 
00:00:32.249 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.253 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:32.257 E:  tar pre-depends on libc6 (>= 2.34)
00:00:32.261 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:32.265 E: 
00:00:32.269 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.273 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:32.277 E:  tar pre-depends on libselinux1 (>= 3.1~)
00:00:32.281 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:32.286 E: 
00:00:32.289 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.293 E: Preparing to unpack .../tar_1.35+dfsg-3_amd64.deb ...
00:00:32.298 E: Unpacking tar (1.35+dfsg-3) ...
00:00:32.313 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:32.317 E:  dpkg pre-depends on libbz2-1.0
00:00:32.321 E:   libbz2-1.0:amd64 is unpacked, but has never been configured.
00:00:32.325 E: 
00:00:32.328 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.333 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:32.337 E:  dpkg pre-depends on libc6 (>= 2.38)
00:00:32.342 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:32.346 E: 
00:00:32.350 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.355 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:32.359 E:  dpkg pre-depends on liblzma5 (>= 5.4.0)
00:00:32.363 E:   liblzma5:amd64 is unpacked, but has never been configured.
00:00:32.367 E: 
00:00:32.372 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.376 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:32.380 E:  dpkg pre-depends on libmd0 (>= 0.0.0)
00:00:32.384 E:   libmd0:amd64 is unpacked, but has never been configured.
00:00:32.388 E: 
00:00:32.392 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.396 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:32.400 E:  dpkg pre-depends on libselinux1 (>= 3.1~)
00:00:32.404 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:32.408 E: 
00:00:32.412 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.415 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:32.419 E:  dpkg pre-depends on libzstd1 (>= 1.5.5)
00:00:32.423 E:   libzstd1:amd64 is unpacked, but has never been configured.
00:00:32.427 E: 
00:00:32.431 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.434 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:32.438 E:  dpkg pre-depends on zlib1g (>= 1:1.1.4)
00:00:32.442 E:   zlib1g:amd64 is unpacked, but has never been configured.
00:00:32.446 E: 
00:00:32.449 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.453 E: Preparing to unpack .../dpkg_1.22.11_amd64.deb ...
00:00:32.457 E: Unpacking dpkg (1.22.11) over (1.22.11) ...
00:00:32.461 E: Selecting previously unselected package findutils.
00:00:32.465 E: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:32.469 E:  findutils pre-depends on libc6 (>= 2.38)
00:00:32.473 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:32.477 E: 
00:00:32.481 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.485 E: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:32.489 E:  findutils pre-depends on libselinux1 (>= 3.1~)
00:00:32.493 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:32.497 E: 
00:00:32.501 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.505 E: Preparing to unpack .../findutils_4.10.0-2_amd64.deb ...
00:00:32.509 E: Unpacking findutils (4.10.0-2) ...
00:00:32.533 E: Selecting previously unselected package grep.
00:00:32.537 E: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:32.541 E:  grep pre-depends on libc6 (>= 2.34)
00:00:32.545 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:32.550 E: 
00:00:32.554 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.558 E: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:32.563 E:  grep pre-depends on libpcre2-8-0 (>= 10.32)
00:00:32.567 E:   libpcre2-8-0:amd64 is unpacked, but has never been configured.
00:00:32.571 E: 
00:00:32.576 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.580 E: Preparing to unpack .../archives/grep_3.11-4_amd64.deb ...
00:00:32.584 E: Unpacking grep (3.11-4) ...
00:00:32.607 E: Selecting previously unselected package gzip.
00:00:32.612 E: dpkg: regarding .../gzip_1.12-1.1_amd64.deb containing gzip, pre-dependency problem:
00:00:32.616 E:  gzip pre-depends on libc6 (>= 2.34)
00:00:32.621 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:32.624 E: 
00:00:32.628 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.633 E: Preparing to unpack .../gzip_1.12-1.1_amd64.deb ...
00:00:32.643 E: Unpacking gzip (1.12-1.1) ...
00:00:32.681 E: Selecting previously unselected package hostname.
00:00:32.686 E: dpkg: regarding .../hostname_3.23+nmu2_amd64.deb containing hostname, pre-dependency problem:
00:00:32.690 E:  hostname pre-depends on libc6 (>= 2.34)
00:00:32.693 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:32.697 E: 
00:00:32.701 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.704 E: Preparing to unpack .../hostname_3.23+nmu2_amd64.deb ...
00:00:32.708 E: Unpacking hostname (3.23+nmu2) ...
00:00:32.712 E: Selecting previously unselected package ncurses-bin.
00:00:32.716 E: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:32.719 E:  ncurses-bin pre-depends on libc6 (>= 2.34)
00:00:32.723 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:32.727 E: 
00:00:32.731 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.735 E: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:32.739 E:  ncurses-bin pre-depends on libtinfo6 (>= 6.4+20230603)
00:00:32.743 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:32.747 E: 
00:00:32.751 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.755 E: Preparing to unpack .../ncurses-bin_6.5-2_amd64.deb ...
00:00:32.758 E: Unpacking ncurses-bin (6.5-2) ...
00:00:32.762 E: Selecting previously unselected package libcrypt1:amd64.
00:00:32.766 E: Preparing to unpack .../libcrypt1_1%3a4.4.36-4_amd64.deb ...
00:00:32.770 E: Unpacking libcrypt1:amd64 (1:4.4.36-4) ...
00:00:32.791 E: Selecting previously unselected package perl-base.
00:00:32.795 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:32.799 E:  perl-base pre-depends on libc6 (>= 2.38)
00:00:32.804 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:32.808 E: 
00:00:32.813 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.817 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:32.821 E:  perl-base pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:32.825 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:32.829 E: 
00:00:32.832 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.837 E: Preparing to unpack .../perl-base_5.38.2-5_amd64.deb ...
00:00:32.840 E: Unpacking perl-base (5.38.2-5) ...
00:00:33.122 E: Selecting previously unselected package sed.
00:00:33.126 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:33.131 E:  sed pre-depends on libacl1 (>= 2.2.23)
00:00:33.134 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:33.138 E: 
00:00:33.142 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.146 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:33.150 E:  sed pre-depends on libc6 (>= 2.34)
00:00:33.155 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:33.158 E: 
00:00:33.162 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.166 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:33.170 E:  sed pre-depends on libselinux1 (>= 3.1~)
00:00:33.174 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:33.178 E: 
00:00:33.183 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.187 E: Preparing to unpack .../archives/sed_4.9-2_amd64.deb ...
00:00:33.192 E: Unpacking sed (4.9-2) ...
00:00:33.195 E: Selecting previously unselected package libaudit-common.
00:00:33.199 E: Preparing to unpack .../libaudit-common_1%3a3.1.2-4_all.deb ...
00:00:33.203 E: Unpacking libaudit-common (1:3.1.2-4) ...
00:00:33.216 E: Selecting previously unselected package libcap-ng0:amd64.
00:00:33.221 E: Preparing to unpack .../libcap-ng0_0.8.5-1+b1_amd64.deb ...
00:00:33.225 E: Unpacking libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:33.250 E: Selecting previously unselected package libaudit1:amd64.
00:00:33.256 E: Preparing to unpack .../libaudit1_1%3a3.1.2-4+b1_amd64.deb ...
00:00:33.260 E: Unpacking libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:33.288 E: Selecting previously unselected package libdb5.3t64:amd64.
00:00:33.292 E: Preparing to unpack .../libdb5.3t64_5.3.28+dfsg2-7_amd64.deb ...
00:00:33.297 E: Unpacking libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:33.367 E: Selecting previously unselected package debconf.
00:00:33.371 E: Preparing to unpack .../debconf_1.5.87_all.deb ...
00:00:33.376 E: Unpacking debconf (1.5.87) ...
00:00:33.443 E: Selecting previously unselected package libpam0g:amd64.
00:00:33.448 E: Preparing to unpack .../libpam0g_1.5.3-7_amd64.deb ...
00:00:33.452 E: Unpacking libpam0g:amd64 (1.5.3-7) ...
00:00:33.479 E: Selecting previously unselected package libpam-modules-bin.
00:00:33.483 E: Preparing to unpack .../libpam-modules-bin_1.5.3-7_amd64.deb ...
00:00:33.487 E: Unpacking libpam-modules-bin (1.5.3-7) ...
00:00:33.520 E: Selecting previously unselected package libpam-modules:amd64.
00:00:33.524 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:33.528 E:  libpam-modules pre-depends on libaudit1 (>= 1:2.2.1)
00:00:33.532 E:   libaudit1:amd64 is unpacked, but has never been configured.
00:00:33.536 E: 
00:00:33.540 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.544 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:33.548 E:  libpam-modules pre-depends on libc6 (>= 2.34)
00:00:33.552 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:33.556 E: 
00:00:33.561 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.564 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:33.568 E:  libpam-modules pre-depends on libcrypt1 (>= 1:4.3.0)
00:00:33.572 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:33.576 E: 
00:00:33.580 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.584 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:33.588 E:  libpam-modules pre-depends on libdb5.3t64
00:00:33.592 E:   libdb5.3t64:amd64 is unpacked, but has never been configured.
00:00:33.596 E: 
00:00:33.599 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.603 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:33.607 E:  libpam-modules pre-depends on libpam0g (>= 1.4.1)
00:00:33.611 E:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:33.615 E: 
00:00:33.619 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.622 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:33.626 E:  libpam-modules pre-depends on libselinux1 (>= 3.1~)
00:00:33.631 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:33.634 E: 
00:00:33.639 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.643 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:33.648 E:  libpam-modules pre-depends on libsystemd0
00:00:33.652 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:33.656 E: 
00:00:33.660 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.663 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:33.667 E:  libpam-modules pre-depends on debconf (>= 0.5) | debconf-2.0
00:00:33.671 E:   debconf is unpacked, but has never been configured.
00:00:33.674 E:   debconf provides debconf-2.0 but is unpacked but not configured.
00:00:33.679 E: 
00:00:33.683 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.687 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:33.691 E:  libpam-modules pre-depends on libpam-modules-bin (= 1.5.3-7)
00:00:33.695 E:   libpam-modules-bin is unpacked, but has never been configured.
00:00:33.699 E: 
00:00:33.703 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.707 E: Preparing to unpack .../libpam-modules_1.5.3-7_amd64.deb ...
00:00:33.711 E: Unpacking libpam-modules:amd64 (1.5.3-7) ...
00:00:33.715 E: Selecting previously unselected package libpam-runtime.
00:00:33.719 E: Preparing to unpack .../libpam-runtime_1.5.3-7_all.deb ...
00:00:33.724 E: Unpacking libpam-runtime (1.5.3-7) ...
00:00:33.795 E: Selecting previously unselected package libblkid1:amd64.
00:00:33.801 E: Preparing to unpack .../libblkid1_2.40.2-2_amd64.deb ...
00:00:33.804 E: Unpacking libblkid1:amd64 (2.40.2-2) ...
00:00:33.842 E: Selecting previously unselected package libmount1:amd64.
00:00:33.848 E: Preparing to unpack .../libmount1_2.40.2-2_amd64.deb ...
00:00:33.853 E: Unpacking libmount1:amd64 (2.40.2-2) ...
00:00:33.888 E: Selecting previously unselected package libsmartcols1:amd64.
00:00:33.892 E: Preparing to unpack .../libsmartcols1_2.40.2-2_amd64.deb ...
00:00:33.896 E: Unpacking libsmartcols1:amd64 (2.40.2-2) ...
00:00:33.930 E: Selecting previously unselected package libudev1:amd64.
00:00:33.934 E: Preparing to unpack .../libudev1_256.4-2_amd64.deb ...
00:00:33.939 E: Unpacking libudev1:amd64 (256.4-2) ...
00:00:33.971 E: Selecting previously unselected package libuuid1:amd64.
00:00:33.975 E: Preparing to unpack .../libuuid1_2.40.2-2_amd64.deb ...
00:00:33.978 E: Unpacking libuuid1:amd64 (2.40.2-2) ...
00:00:34.008 E: Selecting previously unselected package util-linux.
00:00:34.012 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:34.017 E:  util-linux pre-depends on libpam-modules
00:00:34.021 E:   libpam-modules:amd64 is unpacked, but has never been configured.
00:00:34.025 E: 
00:00:34.030 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.035 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:34.040 E:  util-linux pre-depends on libpam-runtime
00:00:34.045 E:   libpam-runtime is unpacked, but has never been configured.
00:00:34.049 E: 
00:00:34.054 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.058 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:34.063 E:  util-linux pre-depends on libblkid1 (= 2.40.2-2)
00:00:34.067 E:   libblkid1:amd64 is unpacked, but has never been configured.
00:00:34.071 E: 
00:00:34.076 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.080 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:34.096 E:  util-linux pre-depends on libc6 (>= 2.38)
00:00:34.113 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:34.119 E: 
00:00:34.123 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.129 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:34.134 E:  util-linux pre-depends on libcap-ng0 (>= 0.7.9)
00:00:34.140 E:   libcap-ng0:amd64 is unpacked, but has never been configured.
00:00:34.146 E: 
00:00:34.151 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.162 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:34.175 E:  util-linux pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:34.181 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:34.185 E: 
00:00:34.189 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.195 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:34.201 E:  util-linux pre-depends on libmount1 (= 2.40.2-2)
00:00:34.205 E:   libmount1:amd64 is unpacked, but has never been configured.
00:00:34.210 E: 
00:00:34.215 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.220 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:34.225 E:  util-linux pre-depends on libpam0g (>= 0.99.7.1)
00:00:34.229 E:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:34.235 E: 
00:00:34.239 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.244 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:34.249 E:  util-linux pre-depends on libselinux1 (>= 3.1~)
00:00:34.255 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:34.264 E: 
00:00:34.276 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.282 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:34.287 E:  util-linux pre-depends on libsmartcols1 (= 2.40.2-2)
00:00:34.293 E:   libsmartcols1:amd64 is unpacked, but has never been configured.
00:00:34.301 E: 
00:00:34.314 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.320 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:34.324 E:  util-linux pre-depends on libsystemd0
00:00:34.328 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:34.332 E: 
00:00:34.337 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.341 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:34.345 E:  util-linux pre-depends on libtinfo6 (>= 6)
00:00:34.349 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:34.353 E: 
00:00:34.357 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.361 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:34.366 E:  util-linux pre-depends on libudev1 (>= 183)
00:00:34.369 E:   libudev1:amd64 is unpacked, but has never been configured.
00:00:34.374 E: 
00:00:34.378 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.382 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:34.386 E:  util-linux pre-depends on libuuid1 (= 2.40.2-2)
00:00:34.390 E:   libuuid1:amd64 is unpacked, but has never been configured.
00:00:34.394 E: 
00:00:34.399 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.403 E: Preparing to unpack .../util-linux_2.40.2-2_amd64.deb ...
00:00:34.407 E: Unpacking util-linux (2.40.2-2) ...
00:00:34.412 E: Selecting previously unselected package libdebconfclient0:amd64.
00:00:34.416 E: Preparing to unpack .../libdebconfclient0_0.272_amd64.deb ...
00:00:34.421 E: Unpacking libdebconfclient0:amd64 (0.272) ...
00:00:34.437 E: Preparing to unpack .../base-passwd_3.6.4_amd64.deb ...
00:00:34.443 E: Unpacking base-passwd (3.6.4) over (3.6.4) ...
00:00:34.481 E: Selecting previously unselected package init-system-helpers.
00:00:34.486 E: Preparing to unpack .../init-system-helpers_1.66_all.deb ...
00:00:34.491 E: Unpacking init-system-helpers (1.66) ...
00:00:34.519 E: Selecting previously unselected package libc-bin.
00:00:34.523 E: Preparing to unpack .../libc-bin_2.39-6_amd64.deb ...
00:00:34.528 E: Unpacking libc-bin (2.39-6) ...
00:00:34.594 E: Selecting previously unselected package ncurses-base.
00:00:34.599 E: Preparing to unpack .../ncurses-base_6.5-2_all.deb ...
00:00:34.603 E: Unpacking ncurses-base (6.5-2) ...
00:00:34.644 E: Selecting previously unselected package sysvinit-utils.
00:00:34.648 E: Preparing to unpack .../sysvinit-utils_3.09-2_amd64.deb ...
00:00:34.652 E: Unpacking sysvinit-utils (3.09-2) ...
00:00:34.681 E: Setting up gcc-14-base:amd64 (14.2.0-1) ...
00:00:34.685 E: Setting up libaudit-common (1:3.1.2-4) ...
00:00:34.691 E: Setting up debconf (1.5.87) ...
00:00:34.879 E: Setting up ncurses-base (6.5-2) ...
00:00:34.892 E: Setting up libgcc-s1:amd64 (14.2.0-1) ...
00:00:34.899 E: Setting up libc6:amd64 (2.39-6) ...
00:00:35.033 E: Setting up libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:35.042 E: Setting up libmd0:amd64 (1.1.0-2) ...
00:00:35.048 E: Setting up libattr1:amd64 (1:2.5.2-1) ...
00:00:35.057 E: Setting up sysvinit-utils (3.09-2) ...
00:00:35.063 E: Setting up debianutils (5.20) ...
00:00:35.135 E: update-alternatives: using /usr/bin/which.debianutils to provide /usr/bin/which (which) in auto mode
00:00:35.141 E: Setting up mawk (1.3.4.20240622-2) ...
00:00:35.146 E: update-alternatives: using /usr/bin/mawk to provide /usr/bin/awk (awk) in auto mode
00:00:35.151 E: Setting up libdebconfclient0:amd64 (0.272) ...
00:00:35.156 E: Setting up base-files (13.5) ...
00:00:35.194 E: Setting up libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:35.200 E: Setting up libblkid1:amd64 (2.40.2-2) ...
00:00:35.207 E: Setting up dash (0.5.12-9) ...
00:00:35.266 E: Setting up libtinfo6:amd64 (6.5-2) ...
00:00:35.271 E: Setting up bash (5.2.21-2.1) ...
00:00:35.284 E: update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
00:00:35.289 E: Setting up libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:35.295 E: Setting up liblzma5:amd64 (5.6.2-2) ...
00:00:35.299 E: Setting up libc-bin (2.39-6) ...
00:00:35.321 E: Setting up ncurses-bin (6.5-2) ...
00:00:35.326 E: Setting up libacl1:amd64 (2.3.2-2) ...
00:00:35.331 E: Setting up libsmartcols1:amd64 (2.40.2-2) ...
00:00:35.337 E: Setting up zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:35.342 E: Setting up libcrypt1:amd64 (1:4.4.36-4) ...
00:00:35.346 E: Setting up diffutils (1:3.10-1) ...
00:00:35.351 E: Setting up libcap2:amd64 (1:2.66-5) ...
00:00:35.356 E: Setting up hostname (3.23+nmu2) ...
00:00:35.360 E: Setting up libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:35.365 E: Setting up libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:35.370 E: Setting up init-system-helpers (1.66) ...
00:00:35.374 E: Setting up libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:35.379 E: Setting up libuuid1:amd64 (2.40.2-2) ...
00:00:35.383 E: Setting up libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:35.387 E: Setting up libudev1:amd64 (256.4-2) ...
00:00:35.392 E: Setting up grep (3.11-4) ...
00:00:35.397 E: Setting up libssl3t64:amd64 (3.3.1-2) ...
00:00:35.402 E: Setting up libsystemd0:amd64 (256.4-2) ...
00:00:35.406 E: Setting up libselinux1:amd64 (3.5-2+b3) ...
00:00:35.414 E: Setting up libpam0g:amd64 (1.5.3-7) ...
00:00:35.528 E: Setting up sed (4.9-2) ...
00:00:35.533 E: Setting up findutils (4.10.0-2) ...
00:00:35.540 E: Setting up libmount1:amd64 (2.40.2-2) ...
00:00:35.545 E: Setting up base-passwd (3.6.4) ...
00:00:35.686 E: Setting up bsdutils (1:2.40.2-2) ...
00:00:35.691 E: Setting up tar (1.35+dfsg-3) ...
00:00:35.696 E: update-alternatives: using /usr/sbin/rmt-tar to provide /usr/sbin/rmt (rmt) in auto mode
00:00:35.700 E: Setting up libpam-modules-bin (1.5.3-7) ...
00:00:35.707 E: Setting up coreutils (9.4-3.1) ...
00:00:35.711 E: Setting up dpkg (1.22.11) ...
00:00:35.936 E: Setting up libpam-modules:amd64 (1.5.3-7) ...
00:00:35.961 E: Setting up perl-base (5.38.2-5) ...
00:00:35.974 E: Setting up gzip (1.12-1.1) ...
00:00:36.049 E: Setting up libpam-runtime (1.5.3-7) ...
00:00:36.212 E: Setting up util-linux (2.40.2-2) ...
00:00:36.222 E: update-alternatives: using /bin/more to provide /usr/bin/pager (pager) in auto mode
00:00:36.413 E: Processing triggers for libc-bin (2.39-6) ...
00:00:36.433 E: I: installing essential packages...
00:00:42.683 E: I: installing remaining packages inside the chroot...
00:00:48.027 E: I: cleaning package lists and apt cache...
00:00:48.121 E: I: creating tarball...
00:00:49.613 E: I: done
00:00:49.633 E: I: removing tempdir /tmp/mmdebstrap.ZsTO1AOucc...
00:00:49.906 E: I: success in 28.4879 seconds
00:00:49.915 E: + filter
00:00:49.919 E: + ./tarfilter --path-exclude=/usr/bin/uncompress --path-exclude=/var/cache/debconf/config.dat-old --path-exclude=/var/cache/debconf/templates.dat-old --path-exclude=/var/lib/dpkg/available --path-exclude=/var/lib/dpkg/diversions --path-exclude=/var/lib/dpkg/diversions-old --path-exclude=/var/lib/dpkg/cmethopt --path-exclude=/var/lib/dpkg/status-old --path-exclude=/var/lib/shells.state
00:00:49.923 E: + cmp - /tmp/debian-chroot-unshare.tar
00:00:51.372 E: + rm -f /tmp/debian-chroot-unshare.tar /tmp/debian-chroot-root-normal.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:02
result: SUCCESS
------------------------------------------------------------------------------
(268/280) jessie-or-older
dist: unstable
mode: fakechroot
variant: essential
format: auto
time left: 0:09:57
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.010 E: + export LC_ALL=C.UTF-8
00:00:00.014 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + trap rm -f /tmp/debian-chroot-fakechroot.tar /tmp/debian-chroot-root-normal.tar EXIT INT TERM
00:00:00.023 E: + id -u
00:00:00.027 E: + [ 0 -eq 0 ]
00:00:00.031 E: + prefix=
00:00:00.035 E: + id -u
00:00:00.038 E: + [ 0 -eq 0 ]
00:00:00.042 E: + [ fakechroot != root ]
00:00:00.046 E: + [ fakechroot != auto ]
00:00:00.050 E: + id user
00:00:00.054 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.058 E: + useradd --home-dir /home/user --create-home user
00:00:00.062 E: + prefix=runuser -u user --
00:00:00.066 E: + MMTARFILTER=
00:00:00.069 E: + [ -x /usr/bin/mmtarfilter ]
00:00:00.073 E: + MMTARFILTER=/usr/bin/mmtarfilter
00:00:00.076 E: + [ -x ./tarfilter ]
00:00:00.080 E: + MMTARFILTER=./tarfilter
00:00:00.084 E: + mmdebstrap --mode=root --variant=essential unstable - http://127.0.0.1/debian
00:00:00.467 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.499 E: I: finding correct signed-by value...
00:00:00.601 E: I: automatically chosen format: tar
00:00:00.605 E: I: using /tmp/mmdebstrap.teGWjWzpCj as tempdir
00:00:00.660 E: I: running apt-get update...
00:00:03.508 E: I: downloading packages with apt...
00:00:05.672 E: I: extracting archives...
00:00:07.438 E: I: installing essential packages...
00:00:13.167 E: I: cleaning package lists and apt cache...
00:00:13.250 E: I: creating tarball...
00:00:13.897 E: I: done
00:00:13.906 E: I: removing tempdir /tmp/mmdebstrap.teGWjWzpCj...
00:00:14.076 E: I: success in 13.7290 seconds
00:00:14.085 E: + runuser -u user -- mmdebstrap --mode=fakechroot --variant=essential --hook-dir=./hooks/jessie-or-older unstable - http://127.0.0.1/debian
00:00:14.090 E: + filter
00:00:14.096 E: + ./tarfilter --path-exclude=/usr/bin/uncompress --path-exclude=/var/cache/debconf/config.dat-old --path-exclude=/var/cache/debconf/templates.dat-old --path-exclude=/var/lib/dpkg/available --path-exclude=/var/lib/dpkg/diversions --path-exclude=/var/lib/dpkg/diversions-old --path-exclude=/var/lib/dpkg/cmethopt --path-exclude=/var/lib/dpkg/status-old --path-exclude=/var/lib/shells.state
00:00:14.952 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:14.985 E: I: finding correct signed-by value...
00:00:15.097 E: I: automatically chosen format: tar
00:00:15.101 E: I: using /tmp/mmdebstrap.TvvyJRASf1 as tempdir
00:00:15.152 E: I: running apt-get update...
00:00:17.977 E: I: downloading packages with apt...
00:00:20.201 E: I: extracting archives...
00:00:26.556 E: I: running --extract-hook directly: ./hooks/jessie-or-older/extract00.sh /tmp/mmdebstrap.TvvyJRASf1
00:00:26.575 E: I: running --extract-hook directly: ./hooks/jessie-or-older/extract01.sh /tmp/mmdebstrap.TvvyJRASf1
00:00:27.459 E: Selecting previously unselected package base-passwd.
00:00:27.463 E: (Reading database ... 0 files and directories currently installed.)
00:00:27.467 E: Preparing to unpack .../base-passwd_3.6.4_amd64.deb ...
00:00:27.471 E: Unpacking base-passwd (3.6.4) ...
00:00:27.503 E: dpkg: base-passwd: dependency problems, but configuring anyway as you requested:
00:00:27.508 E:  base-passwd depends on libc6 (>= 2.34); however:
00:00:27.512 E:   Package libc6 is not installed.
00:00:27.516 E:  base-passwd depends on libdebconfclient0 (>= 0.145); however:
00:00:27.521 E:   Package libdebconfclient0 is not installed.
00:00:27.525 E:  base-passwd depends on libselinux1 (>= 3.1~); however:
00:00:27.529 E:   Package libselinux1 is not installed.
00:00:27.532 E: 
00:00:27.537 E: Setting up base-passwd (3.6.4) ...
00:00:27.704 E: Selecting previously unselected package base-files.
00:00:27.709 E: dpkg: regarding .../base-files_13.5_amd64.deb containing base-files, pre-dependency problem:
00:00:27.713 E:  base-files pre-depends on awk
00:00:27.717 E:   awk is not installed.
00:00:27.721 E: 
00:00:27.725 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.728 E: (Reading database ... 41 files and directories currently installed.)
00:00:27.732 E: Preparing to unpack .../base-files_13.5_amd64.deb ...
00:00:27.736 E: Unpacking base-files (13.5) ...
00:00:27.785 E: dpkg: base-files: dependency problems, but configuring anyway as you requested:
00:00:27.788 E:  base-files depends on awk; however:
00:00:27.792 E:   Package awk is not installed.
00:00:27.796 E: 
00:00:27.800 E: Setting up base-files (13.5) ...
00:00:27.975 E: Selecting previously unselected package dpkg.
00:00:27.978 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:27.982 E:  dpkg pre-depends on libbz2-1.0
00:00:27.986 E:   libbz2-1.0 is not installed.
00:00:27.990 E: 
00:00:27.994 E: dpkg: warning: ignoring pre-dependency problem!
00:00:27.997 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:28.001 E:  dpkg pre-depends on libc6 (>= 2.38)
00:00:28.005 E:   libc6 is not installed.
00:00:28.009 E: 
00:00:28.012 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.017 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:28.021 E:  dpkg pre-depends on liblzma5 (>= 5.4.0)
00:00:28.025 E:   liblzma5 is not installed.
00:00:28.029 E: 
00:00:28.033 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.038 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:28.042 E:  dpkg pre-depends on libmd0 (>= 0.0.0)
00:00:28.047 E:   libmd0 is not installed.
00:00:28.051 E: 
00:00:28.056 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.060 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:28.066 E:  dpkg pre-depends on libselinux1 (>= 3.1~)
00:00:28.071 E:   libselinux1 is not installed.
00:00:28.076 E: 
00:00:28.081 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.085 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:28.090 E:  dpkg pre-depends on libzstd1 (>= 1.5.5)
00:00:28.094 E:   libzstd1 is not installed.
00:00:28.098 E: 
00:00:28.102 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.107 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:28.112 E:  dpkg pre-depends on zlib1g (>= 1:1.1.4)
00:00:28.118 E:   zlib1g is not installed.
00:00:28.122 E: 
00:00:28.127 E: dpkg: warning: ignoring pre-dependency problem!
00:00:28.130 E: (Reading database ... 133 files and directories currently installed.)
00:00:28.135 E: Preparing to unpack .../dpkg_1.22.11_amd64.deb ...
00:00:28.138 E: Unpacking dpkg (1.22.11) ...
00:00:28.151 E: dpkg: dpkg: dependency problems, but configuring anyway as you requested:
00:00:28.155 E:  dpkg depends on libbz2-1.0; however:
00:00:28.159 E:   Package libbz2-1.0 is not installed.
00:00:28.163 E:  dpkg depends on libc6 (>= 2.38); however:
00:00:28.167 E:   Package libc6 is not installed.
00:00:28.170 E:  dpkg depends on liblzma5 (>= 5.4.0); however:
00:00:28.173 E:   Package liblzma5 is not installed.
00:00:28.177 E:  dpkg depends on libmd0 (>= 0.0.0); however:
00:00:28.181 E:   Package libmd0 is not installed.
00:00:28.184 E:  dpkg depends on libselinux1 (>= 3.1~); however:
00:00:28.187 E:   Package libselinux1 is not installed.
00:00:28.192 E:  dpkg depends on libzstd1 (>= 1.5.5); however:
00:00:28.196 E:   Package libzstd1 is not installed.
00:00:28.199 E:  dpkg depends on zlib1g (>= 1:1.1.4); however:
00:00:28.203 E:   Package zlib1g is not installed.
00:00:28.207 E:  dpkg depends on tar (>= 1.28-1); however:
00:00:28.210 E:   Package tar is not installed.
00:00:28.214 E: 
00:00:28.218 E: Setting up dpkg (1.22.11) ...
00:00:28.429 E: Selecting previously unselected package gcc-14-base:amd64.
00:00:28.433 E: (Reading database ... 413 files and directories currently installed.)
00:00:28.438 E: Preparing to unpack .../gcc-14-base_14.2.0-1_amd64.deb ...
00:00:28.441 E: Unpacking gcc-14-base:amd64 (14.2.0-1) ...
00:00:28.474 E: Selecting previously unselected package libc6:amd64.
00:00:28.478 E: Preparing to unpack .../libc6_2.39-6_amd64.deb ...
00:00:28.706 E: Unpacking libc6:amd64 (2.39-6) ...
00:00:28.991 E: Selecting previously unselected package libgcc-s1:amd64.
00:00:28.996 E: Preparing to unpack .../libgcc-s1_14.2.0-1_amd64.deb ...
00:00:29.000 E: Unpacking libgcc-s1:amd64 (14.2.0-1) ...
00:00:29.032 E: Selecting previously unselected package mawk.
00:00:29.036 E: Preparing to unpack .../mawk_1.3.4.20240622-2_amd64.deb ...
00:00:29.041 E: Unpacking mawk (1.3.4.20240622-2) ...
00:00:29.092 E: dpkg: regarding .../base-files_13.5_amd64.deb containing base-files, pre-dependency problem:
00:00:29.096 E:  base-files pre-depends on awk
00:00:29.100 E:   mawk provides awk but is unpacked but not configured.
00:00:29.105 E: 
00:00:29.109 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.113 E: Preparing to unpack .../base-files_13.5_amd64.deb ...
00:00:29.130 E: Unpacking base-files (13.5) over (13.5) ...
00:00:29.199 E: Selecting previously unselected package libtinfo6:amd64.
00:00:29.203 E: Preparing to unpack .../libtinfo6_6.5-2_amd64.deb ...
00:00:29.207 E: Unpacking libtinfo6:amd64 (6.5-2) ...
00:00:29.250 E: Selecting previously unselected package debianutils.
00:00:29.254 E: dpkg: regarding .../debianutils_5.20_amd64.deb containing debianutils, pre-dependency problem:
00:00:29.259 E:  debianutils pre-depends on libc6 (>= 2.38)
00:00:29.263 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:29.267 E: 
00:00:29.271 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.276 E: Preparing to unpack .../debianutils_5.20_amd64.deb ...
00:00:29.280 E: Unpacking debianutils (5.20) ...
00:00:29.331 E: Selecting previously unselected package bash.
00:00:29.335 E: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:29.340 E:  bash pre-depends on libc6 (>= 2.38)
00:00:29.344 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:29.348 E: 
00:00:29.352 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.356 E: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:29.360 E:  bash pre-depends on libtinfo6 (>= 6)
00:00:29.364 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:29.368 E: 
00:00:29.372 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.376 E: Preparing to unpack .../bash_5.2.21-2.1_amd64.deb ...
00:00:29.379 E: Unpacking bash (5.2.21-2.1) ...
00:00:29.488 E: Selecting previously unselected package libcap2:amd64.
00:00:29.492 E: Preparing to unpack .../libcap2_1%3a2.66-5_amd64.deb ...
00:00:29.497 E: Unpacking libcap2:amd64 (1:2.66-5) ...
00:00:29.532 E: Selecting previously unselected package libsystemd0:amd64.
00:00:29.536 E: Preparing to unpack .../libsystemd0_256.4-2_amd64.deb ...
00:00:29.541 E: Unpacking libsystemd0:amd64 (256.4-2) ...
00:00:29.595 E: Selecting previously unselected package bsdutils.
00:00:29.599 E: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:29.604 E:  bsdutils pre-depends on libc6 (>= 2.38)
00:00:29.608 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:29.613 E: 
00:00:29.617 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.622 E: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:29.626 E:  bsdutils pre-depends on libsystemd0 (>= 254)
00:00:29.630 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:29.635 E: 
00:00:29.639 E: dpkg: warning: ignoring pre-dependency problem!
00:00:29.643 E: Preparing to unpack .../bsdutils_1%3a2.40.2-2_amd64.deb ...
00:00:29.648 E: Unpacking bsdutils (1:2.40.2-2) ...
00:00:29.654 E: Selecting previously unselected package libacl1:amd64.
00:00:29.658 E: Preparing to unpack .../libacl1_2.3.2-2_amd64.deb ...
00:00:29.663 E: Unpacking libacl1:amd64 (2.3.2-2) ...
00:00:29.696 E: Selecting previously unselected package libattr1:amd64.
00:00:29.700 E: Preparing to unpack .../libattr1_1%3a2.5.2-1_amd64.deb ...
00:00:29.705 E: Unpacking libattr1:amd64 (1:2.5.2-1) ...
00:00:29.738 E: Selecting previously unselected package libgmp10:amd64.
00:00:29.742 E: Preparing to unpack .../libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb ...
00:00:29.747 E: Unpacking libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:29.795 E: Selecting previously unselected package libpcre2-8-0:amd64.
00:00:29.799 E: Preparing to unpack .../libpcre2-8-0_10.42-4+b1_amd64.deb ...
00:00:29.803 E: Unpacking libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:29.851 E: Selecting previously unselected package libselinux1:amd64.
00:00:29.856 E: Preparing to unpack .../libselinux1_3.5-2+b3_amd64.deb ...
00:00:29.860 E: Unpacking libselinux1:amd64 (3.5-2+b3) ...
00:00:29.893 E: Selecting previously unselected package libzstd1:amd64.
00:00:29.897 E: Preparing to unpack .../libzstd1_1.5.6+dfsg-1_amd64.deb ...
00:00:29.902 E: Unpacking libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:29.951 E: Selecting previously unselected package zlib1g:amd64.
00:00:29.955 E: Preparing to unpack .../zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb ...
00:00:29.959 E: Unpacking zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:29.997 E: Selecting previously unselected package libssl3t64:amd64.
00:00:30.002 E: Preparing to unpack .../libssl3t64_3.3.1-2_amd64.deb ...
00:00:30.006 E: Unpacking libssl3t64:amd64 (3.3.1-2) ...
00:00:30.167 E: Selecting previously unselected package coreutils.
00:00:30.171 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:30.175 E:  coreutils pre-depends on libacl1 (>= 2.2.23)
00:00:30.179 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:30.183 E: 
00:00:30.187 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.191 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:30.195 E:  coreutils pre-depends on libattr1 (>= 1:2.4.48)
00:00:30.200 E:   libattr1:amd64 is unpacked, but has never been configured.
00:00:30.207 E: 
00:00:30.212 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.216 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:30.221 E:  coreutils pre-depends on libc6 (>= 2.34)
00:00:30.225 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:30.229 E: 
00:00:30.233 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.237 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:30.242 E:  coreutils pre-depends on libgmp10 (>= 2:6.3.0+dfsg)
00:00:30.245 E:   libgmp10:amd64 is unpacked, but has never been configured.
00:00:30.249 E: 
00:00:30.253 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.257 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:30.262 E:  coreutils pre-depends on libselinux1 (>= 3.1~)
00:00:30.267 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:30.270 E: 
00:00:30.275 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.279 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:30.283 E:  coreutils pre-depends on libssl3t64 (>= 3.0.0)
00:00:30.287 E:   libssl3t64:amd64 is unpacked, but has never been configured.
00:00:30.290 E: 
00:00:30.294 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.298 E: Preparing to unpack .../coreutils_9.4-3.1_amd64.deb ...
00:00:30.301 E: Unpacking coreutils (9.4-3.1) ...
00:00:30.515 E: Selecting previously unselected package dash.
00:00:30.520 E: dpkg: regarding .../dash_0.5.12-9_amd64.deb containing dash, pre-dependency problem:
00:00:30.524 E:  dash pre-depends on libc6 (>= 2.38)
00:00:30.528 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:30.532 E: 
00:00:30.536 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.539 E: Preparing to unpack .../dash_0.5.12-9_amd64.deb ...
00:00:30.544 E: Unpacking dash (0.5.12-9) ...
00:00:30.561 E: Selecting previously unselected package diffutils.
00:00:30.565 E: dpkg: regarding .../diffutils_1%3a3.10-1_amd64.deb containing diffutils, pre-dependency problem:
00:00:30.569 E:  diffutils pre-depends on libc6 (>= 2.34)
00:00:30.573 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:30.578 E: 
00:00:30.582 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.586 E: Preparing to unpack .../diffutils_1%3a3.10-1_amd64.deb ...
00:00:30.590 E: Unpacking diffutils (1:3.10-1) ...
00:00:30.650 E: Selecting previously unselected package libbz2-1.0:amd64.
00:00:30.654 E: Preparing to unpack .../libbz2-1.0_1.0.8-5.1_amd64.deb ...
00:00:30.658 E: Unpacking libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:30.691 E: Selecting previously unselected package liblzma5:amd64.
00:00:30.696 E: Preparing to unpack .../liblzma5_5.6.2-2_amd64.deb ...
00:00:30.700 E: Unpacking liblzma5:amd64 (5.6.2-2) ...
00:00:30.743 E: Selecting previously unselected package libmd0:amd64.
00:00:30.747 E: Preparing to unpack .../libmd0_1.1.0-2_amd64.deb ...
00:00:30.751 E: Unpacking libmd0:amd64 (1.1.0-2) ...
00:00:30.784 E: Selecting previously unselected package tar.
00:00:30.788 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:30.794 E:  tar pre-depends on libacl1 (>= 2.2.23)
00:00:30.797 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:30.801 E: 
00:00:30.805 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.809 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:30.813 E:  tar pre-depends on libc6 (>= 2.34)
00:00:30.817 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:30.822 E: 
00:00:30.826 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.830 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:30.835 E:  tar pre-depends on libselinux1 (>= 3.1~)
00:00:30.839 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:30.843 E: 
00:00:30.847 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.852 E: Preparing to unpack .../tar_1.35+dfsg-3_amd64.deb ...
00:00:30.856 E: Unpacking tar (1.35+dfsg-3) ...
00:00:30.895 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:30.899 E:  dpkg pre-depends on libbz2-1.0
00:00:30.906 E:   libbz2-1.0:amd64 is unpacked, but has never been configured.
00:00:30.911 E: 
00:00:30.916 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.921 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:30.925 E:  dpkg pre-depends on libc6 (>= 2.38)
00:00:30.928 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:30.933 E: 
00:00:30.936 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.941 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:30.944 E:  dpkg pre-depends on liblzma5 (>= 5.4.0)
00:00:30.949 E:   liblzma5:amd64 is unpacked, but has never been configured.
00:00:30.953 E: 
00:00:30.957 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.961 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:30.964 E:  dpkg pre-depends on libmd0 (>= 0.0.0)
00:00:30.968 E:   libmd0:amd64 is unpacked, but has never been configured.
00:00:30.972 E: 
00:00:30.976 E: dpkg: warning: ignoring pre-dependency problem!
00:00:30.980 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:30.985 E:  dpkg pre-depends on libselinux1 (>= 3.1~)
00:00:30.990 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:30.995 E: 
00:00:30.999 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.004 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:31.008 E:  dpkg pre-depends on libzstd1 (>= 1.5.5)
00:00:31.014 E:   libzstd1:amd64 is unpacked, but has never been configured.
00:00:31.018 E: 
00:00:31.023 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.026 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:31.030 E:  dpkg pre-depends on zlib1g (>= 1:1.1.4)
00:00:31.035 E:   zlib1g:amd64 is unpacked, but has never been configured.
00:00:31.039 E: 
00:00:31.043 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.047 E: Preparing to unpack .../dpkg_1.22.11_amd64.deb ...
00:00:31.051 E: Unpacking dpkg (1.22.11) over (1.22.11) ...
00:00:31.107 E: Selecting previously unselected package findutils.
00:00:31.111 E: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:31.116 E:  findutils pre-depends on libc6 (>= 2.38)
00:00:31.121 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:31.124 E: 
00:00:31.129 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.133 E: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:31.137 E:  findutils pre-depends on libselinux1 (>= 3.1~)
00:00:31.141 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:31.144 E: 
00:00:31.149 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.154 E: Preparing to unpack .../findutils_4.10.0-2_amd64.deb ...
00:00:31.158 E: Unpacking findutils (4.10.0-2) ...
00:00:31.216 E: Selecting previously unselected package grep.
00:00:31.220 E: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:31.224 E:  grep pre-depends on libc6 (>= 2.34)
00:00:31.229 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:31.233 E: 
00:00:31.237 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.241 E: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:31.245 E:  grep pre-depends on libpcre2-8-0 (>= 10.32)
00:00:31.249 E:   libpcre2-8-0:amd64 is unpacked, but has never been configured.
00:00:31.253 E: 
00:00:31.257 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.260 E: Preparing to unpack .../archives/grep_3.11-4_amd64.deb ...
00:00:31.264 E: Unpacking grep (3.11-4) ...
00:00:31.318 E: Selecting previously unselected package gzip.
00:00:31.322 E: dpkg: regarding .../gzip_1.12-1.1_amd64.deb containing gzip, pre-dependency problem:
00:00:31.326 E:  gzip pre-depends on libc6 (>= 2.34)
00:00:31.330 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:31.333 E: 
00:00:31.337 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.340 E: Preparing to unpack .../gzip_1.12-1.1_amd64.deb ...
00:00:31.390 E: Unpacking gzip (1.12-1.1) ...
00:00:31.442 E: Selecting previously unselected package hostname.
00:00:31.446 E: dpkg: regarding .../hostname_3.23+nmu2_amd64.deb containing hostname, pre-dependency problem:
00:00:31.450 E:  hostname pre-depends on libc6 (>= 2.34)
00:00:31.455 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:31.458 E: 
00:00:31.462 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.466 E: Preparing to unpack .../hostname_3.23+nmu2_amd64.deb ...
00:00:31.470 E: Unpacking hostname (3.23+nmu2) ...
00:00:31.485 E: Selecting previously unselected package ncurses-bin.
00:00:31.489 E: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:31.493 E:  ncurses-bin pre-depends on libc6 (>= 2.34)
00:00:31.498 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:31.502 E: 
00:00:31.506 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.511 E: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:31.514 E:  ncurses-bin pre-depends on libtinfo6 (>= 6.4+20230603)
00:00:31.518 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:31.522 E: 
00:00:31.526 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.530 E: Preparing to unpack .../ncurses-bin_6.5-2_amd64.deb ...
00:00:31.534 E: Unpacking ncurses-bin (6.5-2) ...
00:00:31.546 E: Selecting previously unselected package libcrypt1:amd64.
00:00:31.550 E: Preparing to unpack .../libcrypt1_1%3a4.4.36-4_amd64.deb ...
00:00:31.554 E: Unpacking libcrypt1:amd64 (1:4.4.36-4) ...
00:00:31.590 E: Selecting previously unselected package perl-base.
00:00:31.594 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:31.598 E:  perl-base pre-depends on libc6 (>= 2.38)
00:00:31.601 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:31.605 E: 
00:00:31.609 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.614 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:31.617 E:  perl-base pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:31.622 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:31.625 E: 
00:00:31.630 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.634 E: Preparing to unpack .../perl-base_5.38.2-5_amd64.deb ...
00:00:31.638 E: Unpacking perl-base (5.38.2-5) ...
00:00:32.050 E: Selecting previously unselected package sed.
00:00:32.054 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:32.059 E:  sed pre-depends on libacl1 (>= 2.2.23)
00:00:32.063 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:32.067 E: 
00:00:32.071 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.075 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:32.079 E:  sed pre-depends on libc6 (>= 2.34)
00:00:32.083 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:32.088 E: 
00:00:32.091 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.095 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:32.099 E:  sed pre-depends on libselinux1 (>= 3.1~)
00:00:32.103 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:32.107 E: 
00:00:32.111 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.115 E: Preparing to unpack .../archives/sed_4.9-2_amd64.deb ...
00:00:32.120 E: Unpacking sed (4.9-2) ...
00:00:32.143 E: Selecting previously unselected package libaudit-common.
00:00:32.147 E: Preparing to unpack .../libaudit-common_1%3a3.1.2-4_all.deb ...
00:00:32.152 E: Unpacking libaudit-common (1:3.1.2-4) ...
00:00:32.183 E: Selecting previously unselected package libcap-ng0:amd64.
00:00:32.187 E: Preparing to unpack .../libcap-ng0_0.8.5-1+b1_amd64.deb ...
00:00:32.191 E: Unpacking libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:32.226 E: Selecting previously unselected package libaudit1:amd64.
00:00:32.231 E: Preparing to unpack .../libaudit1_1%3a3.1.2-4+b1_amd64.deb ...
00:00:32.235 E: Unpacking libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:32.269 E: Selecting previously unselected package libdb5.3t64:amd64.
00:00:32.273 E: Preparing to unpack .../libdb5.3t64_5.3.28+dfsg2-7_amd64.deb ...
00:00:32.277 E: Unpacking libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:32.353 E: Selecting previously unselected package debconf.
00:00:32.357 E: Preparing to unpack .../debconf_1.5.87_all.deb ...
00:00:32.361 E: Unpacking debconf (1.5.87) ...
00:00:32.457 E: Selecting previously unselected package libpam0g:amd64.
00:00:32.461 E: Preparing to unpack .../libpam0g_1.5.3-7_amd64.deb ...
00:00:32.465 E: Unpacking libpam0g:amd64 (1.5.3-7) ...
00:00:32.507 E: Selecting previously unselected package libpam-modules-bin.
00:00:32.511 E: Preparing to unpack .../libpam-modules-bin_1.5.3-7_amd64.deb ...
00:00:32.517 E: Unpacking libpam-modules-bin (1.5.3-7) ...
00:00:32.565 E: Selecting previously unselected package libpam-modules:amd64.
00:00:32.569 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:32.574 E:  libpam-modules pre-depends on libaudit1 (>= 1:2.2.1)
00:00:32.577 E:   libaudit1:amd64 is unpacked, but has never been configured.
00:00:32.581 E: 
00:00:32.584 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.588 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:32.591 E:  libpam-modules pre-depends on libc6 (>= 2.34)
00:00:32.595 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:32.599 E: 
00:00:32.602 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.606 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:32.610 E:  libpam-modules pre-depends on libcrypt1 (>= 1:4.3.0)
00:00:32.614 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:32.617 E: 
00:00:32.621 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.625 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:32.629 E:  libpam-modules pre-depends on libdb5.3t64
00:00:32.633 E:   libdb5.3t64:amd64 is unpacked, but has never been configured.
00:00:32.637 E: 
00:00:32.641 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.646 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:32.649 E:  libpam-modules pre-depends on libpam0g (>= 1.4.1)
00:00:32.654 E:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:32.659 E: 
00:00:32.663 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.668 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:32.672 E:  libpam-modules pre-depends on libselinux1 (>= 3.1~)
00:00:32.676 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:32.680 E: 
00:00:32.683 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.687 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:32.691 E:  libpam-modules pre-depends on libsystemd0
00:00:32.695 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:32.698 E: 
00:00:32.702 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.706 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:32.710 E:  libpam-modules pre-depends on debconf (>= 0.5) | debconf-2.0
00:00:32.714 E:   debconf is unpacked, but has never been configured.
00:00:32.718 E:   debconf provides debconf-2.0 but is unpacked but not configured.
00:00:32.722 E: 
00:00:32.725 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.729 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:32.733 E:  libpam-modules pre-depends on libpam-modules-bin (= 1.5.3-7)
00:00:32.737 E:   libpam-modules-bin is unpacked, but has never been configured.
00:00:32.741 E: 
00:00:32.744 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.748 E: Preparing to unpack .../libpam-modules_1.5.3-7_amd64.deb ...
00:00:32.752 E: Unpacking libpam-modules:amd64 (1.5.3-7) ...
00:00:32.799 E: Selecting previously unselected package libpam-runtime.
00:00:32.803 E: Preparing to unpack .../libpam-runtime_1.5.3-7_all.deb ...
00:00:32.807 E: Unpacking libpam-runtime (1.5.3-7) ...
00:00:32.911 E: Selecting previously unselected package libblkid1:amd64.
00:00:32.915 E: Preparing to unpack .../libblkid1_2.40.2-2_amd64.deb ...
00:00:32.919 E: Unpacking libblkid1:amd64 (2.40.2-2) ...
00:00:32.962 E: Selecting previously unselected package libmount1:amd64.
00:00:32.967 E: Preparing to unpack .../libmount1_2.40.2-2_amd64.deb ...
00:00:32.970 E: Unpacking libmount1:amd64 (2.40.2-2) ...
00:00:33.015 E: Selecting previously unselected package libsmartcols1:amd64.
00:00:33.018 E: Preparing to unpack .../libsmartcols1_2.40.2-2_amd64.deb ...
00:00:33.022 E: Unpacking libsmartcols1:amd64 (2.40.2-2) ...
00:00:33.064 E: Selecting previously unselected package libudev1:amd64.
00:00:33.068 E: Preparing to unpack .../libudev1_256.4-2_amd64.deb ...
00:00:33.072 E: Unpacking libudev1:amd64 (256.4-2) ...
00:00:33.110 E: Selecting previously unselected package libuuid1:amd64.
00:00:33.116 E: Preparing to unpack .../libuuid1_2.40.2-2_amd64.deb ...
00:00:33.121 E: Unpacking libuuid1:amd64 (2.40.2-2) ...
00:00:33.155 E: Selecting previously unselected package util-linux.
00:00:33.160 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.164 E:  util-linux pre-depends on libpam-modules
00:00:33.168 E:   libpam-modules:amd64 is unpacked, but has never been configured.
00:00:33.172 E: 
00:00:33.176 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.180 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.184 E:  util-linux pre-depends on libpam-runtime
00:00:33.188 E:   libpam-runtime is unpacked, but has never been configured.
00:00:33.193 E: 
00:00:33.197 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.202 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.206 E:  util-linux pre-depends on libblkid1 (= 2.40.2-2)
00:00:33.210 E:   libblkid1:amd64 is unpacked, but has never been configured.
00:00:33.214 E: 
00:00:33.218 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.223 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.227 E:  util-linux pre-depends on libc6 (>= 2.38)
00:00:33.232 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:33.237 E: 
00:00:33.241 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.245 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.249 E:  util-linux pre-depends on libcap-ng0 (>= 0.7.9)
00:00:33.252 E:   libcap-ng0:amd64 is unpacked, but has never been configured.
00:00:33.257 E: 
00:00:33.261 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.266 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.269 E:  util-linux pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:33.273 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:33.277 E: 
00:00:33.281 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.285 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.289 E:  util-linux pre-depends on libmount1 (= 2.40.2-2)
00:00:33.293 E:   libmount1:amd64 is unpacked, but has never been configured.
00:00:33.297 E: 
00:00:33.301 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.305 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.309 E:  util-linux pre-depends on libpam0g (>= 0.99.7.1)
00:00:33.312 E:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:33.316 E: 
00:00:33.320 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.324 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.328 E:  util-linux pre-depends on libselinux1 (>= 3.1~)
00:00:33.332 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:33.335 E: 
00:00:33.340 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.344 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.348 E:  util-linux pre-depends on libsmartcols1 (= 2.40.2-2)
00:00:33.353 E:   libsmartcols1:amd64 is unpacked, but has never been configured.
00:00:33.357 E: 
00:00:33.361 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.365 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.369 E:  util-linux pre-depends on libsystemd0
00:00:33.373 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:33.377 E: 
00:00:33.380 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.384 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.388 E:  util-linux pre-depends on libtinfo6 (>= 6)
00:00:33.392 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:33.396 E: 
00:00:33.400 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.403 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.408 E:  util-linux pre-depends on libudev1 (>= 183)
00:00:33.412 E:   libudev1:amd64 is unpacked, but has never been configured.
00:00:33.416 E: 
00:00:33.421 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.426 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:33.431 E:  util-linux pre-depends on libuuid1 (= 2.40.2-2)
00:00:33.434 E:   libuuid1:amd64 is unpacked, but has never been configured.
00:00:33.438 E: 
00:00:33.442 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.446 E: Preparing to unpack .../util-linux_2.40.2-2_amd64.deb ...
00:00:33.449 E: Unpacking util-linux (2.40.2-2) ...
00:00:33.454 E: Selecting previously unselected package libdebconfclient0:amd64.
00:00:33.458 E: Preparing to unpack .../libdebconfclient0_0.272_amd64.deb ...
00:00:33.462 E: Unpacking libdebconfclient0:amd64 (0.272) ...
00:00:33.466 E: Preparing to unpack .../base-passwd_3.6.4_amd64.deb ...
00:00:33.470 E: Unpacking base-passwd (3.6.4) over (3.6.4) ...
00:00:33.490 E: Selecting previously unselected package init-system-helpers.
00:00:33.494 E: Preparing to unpack .../init-system-helpers_1.66_all.deb ...
00:00:33.499 E: Unpacking init-system-helpers (1.66) ...
00:00:33.542 E: Selecting previously unselected package libc-bin.
00:00:33.546 E: Preparing to unpack .../libc-bin_2.39-6_amd64.deb ...
00:00:33.550 E: Unpacking libc-bin (2.39-6) ...
00:00:33.636 E: Selecting previously unselected package ncurses-base.
00:00:33.640 E: Preparing to unpack .../ncurses-base_6.5-2_all.deb ...
00:00:33.644 E: Unpacking ncurses-base (6.5-2) ...
00:00:33.702 E: Selecting previously unselected package sysvinit-utils.
00:00:33.706 E: Preparing to unpack .../sysvinit-utils_3.09-2_amd64.deb ...
00:00:33.710 E: Unpacking sysvinit-utils (3.09-2) ...
00:00:33.779 E: Setting up gcc-14-base:amd64 (14.2.0-1) ...
00:00:33.784 E: Setting up libaudit-common (1:3.1.2-4) ...
00:00:33.789 E: Setting up debconf (1.5.87) ...
00:00:33.937 E: Setting up ncurses-base (6.5-2) ...
00:00:33.951 E: Setting up libgcc-s1:amd64 (14.2.0-1) ...
00:00:33.958 E: Setting up libc6:amd64 (2.39-6) ...
00:00:34.093 E: Setting up libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:34.097 E: Setting up libmd0:amd64 (1.1.0-2) ...
00:00:34.101 E: Setting up libattr1:amd64 (1:2.5.2-1) ...
00:00:34.107 E: Setting up sysvinit-utils (3.09-2) ...
00:00:34.111 E: Setting up debianutils (5.20) ...
00:00:34.201 E: update-alternatives: using /usr/bin/which.debianutils to provide /usr/bin/which (which) in auto mode
00:00:34.209 E: Setting up mawk (1.3.4.20240622-2) ...
00:00:34.217 E: update-alternatives: using /usr/bin/mawk to provide /usr/bin/awk (awk) in auto mode
00:00:34.222 E: Setting up libdebconfclient0:amd64 (0.272) ...
00:00:34.226 E: Setting up base-files (13.5) ...
00:00:34.275 E: Setting up libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:34.280 E: Setting up libblkid1:amd64 (2.40.2-2) ...
00:00:34.284 E: Setting up dash (0.5.12-9) ...
00:00:34.371 E: Setting up libtinfo6:amd64 (6.5-2) ...
00:00:34.376 E: Setting up bash (5.2.21-2.1) ...
00:00:34.392 E: update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
00:00:34.398 E: Setting up libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:34.408 E: Setting up liblzma5:amd64 (5.6.2-2) ...
00:00:34.414 E: Setting up libc-bin (2.39-6) ...
00:00:34.557 E: Setting up ncurses-bin (6.5-2) ...
00:00:34.561 E: Setting up libacl1:amd64 (2.3.2-2) ...
00:00:34.569 E: Setting up libsmartcols1:amd64 (2.40.2-2) ...
00:00:34.574 E: Setting up zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:34.578 E: Setting up libcrypt1:amd64 (1:4.4.36-4) ...
00:00:34.582 E: Setting up diffutils (1:3.10-1) ...
00:00:34.586 E: Setting up libcap2:amd64 (1:2.66-5) ...
00:00:34.592 E: Setting up hostname (3.23+nmu2) ...
00:00:34.596 E: Setting up libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:34.600 E: Setting up libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:34.604 E: Setting up init-system-helpers (1.66) ...
00:00:34.609 E: Setting up libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:34.613 E: Setting up libuuid1:amd64 (2.40.2-2) ...
00:00:34.618 E: Setting up libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:34.622 E: Setting up libudev1:amd64 (256.4-2) ...
00:00:34.627 E: Setting up grep (3.11-4) ...
00:00:34.632 E: Setting up libssl3t64:amd64 (3.3.1-2) ...
00:00:34.636 E: Setting up libsystemd0:amd64 (256.4-2) ...
00:00:34.641 E: Setting up libselinux1:amd64 (3.5-2+b3) ...
00:00:34.649 E: Setting up libpam0g:amd64 (1.5.3-7) ...
00:00:34.766 E: Setting up sed (4.9-2) ...
00:00:34.771 E: Setting up findutils (4.10.0-2) ...
00:00:34.775 E: Setting up libmount1:amd64 (2.40.2-2) ...
00:00:34.779 E: Setting up base-passwd (3.6.4) ...
00:00:34.916 E: Setting up bsdutils (1:2.40.2-2) ...
00:00:34.920 E: Setting up tar (1.35+dfsg-3) ...
00:00:34.929 E: update-alternatives: using /usr/sbin/rmt-tar to provide /usr/sbin/rmt (rmt) in auto mode
00:00:34.934 E: Setting up libpam-modules-bin (1.5.3-7) ...
00:00:34.941 E: Setting up coreutils (9.4-3.1) ...
00:00:34.946 E: Setting up dpkg (1.22.11) ...
00:00:35.172 E: Setting up libpam-modules:amd64 (1.5.3-7) ...
00:00:35.206 E: Setting up perl-base (5.38.2-5) ...
00:00:35.223 E: Setting up gzip (1.12-1.1) ...
00:00:35.344 E: Setting up libpam-runtime (1.5.3-7) ...
00:00:35.522 E: Setting up util-linux (2.40.2-2) ...
00:00:35.539 E: update-alternatives: using /bin/more to provide /usr/bin/pager (pager) in auto mode
00:00:35.754 E: Processing triggers for libc-bin (2.39-6) ...
00:00:35.878 E: I: installing essential packages...
00:00:43.564 E: I: cleaning package lists and apt cache...
00:00:43.695 E: I: creating tarball...
00:00:44.970 E: I: done
00:00:44.977 E: I: removing tempdir /tmp/mmdebstrap.TvvyJRASf1...
00:00:48.096 E: I: success in 33.2791 seconds
00:00:48.124 E: + filter
00:00:48.128 E: + ./tarfilter --path-exclude=/usr/bin/uncompress --path-exclude=/var/cache/debconf/config.dat-old --path-exclude=/var/cache/debconf/templates.dat-old --path-exclude=/var/lib/dpkg/available --path-exclude=/var/lib/dpkg/diversions --path-exclude=/var/lib/dpkg/diversions-old --path-exclude=/var/lib/dpkg/cmethopt --path-exclude=/var/lib/dpkg/status-old --path-exclude=/var/lib/shells.state
00:00:48.132 E: + cmp - /tmp/debian-chroot-fakechroot.tar
00:00:49.136 E: + rm -f /tmp/debian-chroot-fakechroot.tar /tmp/debian-chroot-root-normal.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:59
result: SUCCESS
------------------------------------------------------------------------------
(269/280) jessie-or-older
dist: unstable
mode: fakechroot
variant: apt
format: auto
time left: 0:09:11
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.016 E: + export LC_ALL=C.UTF-8
00:00:00.020 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.024 E: + trap rm -f /tmp/debian-chroot-fakechroot.tar /tmp/debian-chroot-root-normal.tar EXIT INT TERM
00:00:00.029 E: + id -u
00:00:00.032 E: + [ 0 -eq 0 ]
00:00:00.037 E: + prefix=
00:00:00.041 E: + id -u
00:00:00.045 E: + [ 0 -eq 0 ]
00:00:00.048 E: + [ fakechroot != root ]
00:00:00.052 E: + [ fakechroot != auto ]
00:00:00.056 E: + id user
00:00:00.059 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.066 E: + useradd --home-dir /home/user --create-home user
00:00:00.073 E: + prefix=runuser -u user --
00:00:00.096 E: + MMTARFILTER=
00:00:00.101 E: + [ -x /usr/bin/mmtarfilter ]
00:00:00.105 E: + MMTARFILTER=/usr/bin/mmtarfilter
00:00:00.109 E: + [ -x ./tarfilter ]
00:00:00.113 E: + MMTARFILTER=./tarfilter
00:00:00.117 E: + mmdebstrap --mode=root --variant=apt unstable - http://127.0.0.1/debian
00:00:00.501 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.533 E: I: finding correct signed-by value...
00:00:00.632 E: I: automatically chosen format: tar
00:00:00.637 E: I: using /tmp/mmdebstrap.4eWyEGiaus as tempdir
00:00:00.689 E: I: running apt-get update...
00:00:03.611 E: I: downloading packages with apt...
00:00:05.757 E: I: extracting archives...
00:00:07.565 E: I: installing essential packages...
00:00:13.296 E: I: installing remaining packages inside the chroot...
00:00:16.768 E: I: cleaning package lists and apt cache...
00:00:16.856 E: I: creating tarball...
00:00:17.622 E: I: done
00:00:17.632 E: I: removing tempdir /tmp/mmdebstrap.4eWyEGiaus...
00:00:17.828 E: I: success in 17.4525 seconds
00:00:17.835 E: + runuser -u user -- mmdebstrap --mode=fakechroot --variant=apt --hook-dir=./hooks/jessie-or-older unstable - http://127.0.0.1/debian
00:00:17.839 E: + filter
00:00:17.844 E: + ./tarfilter --path-exclude=/usr/bin/uncompress --path-exclude=/var/cache/debconf/config.dat-old --path-exclude=/var/cache/debconf/templates.dat-old --path-exclude=/var/lib/dpkg/available --path-exclude=/var/lib/dpkg/diversions --path-exclude=/var/lib/dpkg/diversions-old --path-exclude=/var/lib/dpkg/cmethopt --path-exclude=/var/lib/dpkg/status-old --path-exclude=/var/lib/shells.state
00:00:18.755 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:18.790 E: I: finding correct signed-by value...
00:00:18.905 E: I: automatically chosen format: tar
00:00:18.910 E: I: using /tmp/mmdebstrap.UxAfh3gXZZ as tempdir
00:00:18.971 E: I: running apt-get update...
00:00:21.896 E: I: downloading packages with apt...
00:00:24.046 E: I: extracting archives...
00:00:30.324 E: I: running --extract-hook directly: ./hooks/jessie-or-older/extract00.sh /tmp/mmdebstrap.UxAfh3gXZZ
00:00:30.340 E: I: running --extract-hook directly: ./hooks/jessie-or-older/extract01.sh /tmp/mmdebstrap.UxAfh3gXZZ
00:00:31.270 E: Selecting previously unselected package base-passwd.
00:00:31.274 E: (Reading database ... 0 files and directories currently installed.)
00:00:31.278 E: Preparing to unpack .../base-passwd_3.6.4_amd64.deb ...
00:00:31.282 E: Unpacking base-passwd (3.6.4) ...
00:00:31.309 E: dpkg: base-passwd: dependency problems, but configuring anyway as you requested:
00:00:31.313 E:  base-passwd depends on libc6 (>= 2.34); however:
00:00:31.317 E:   Package libc6 is not installed.
00:00:31.321 E:  base-passwd depends on libdebconfclient0 (>= 0.145); however:
00:00:31.325 E:   Package libdebconfclient0 is not installed.
00:00:31.329 E:  base-passwd depends on libselinux1 (>= 3.1~); however:
00:00:31.333 E:   Package libselinux1 is not installed.
00:00:31.338 E: 
00:00:31.342 E: Setting up base-passwd (3.6.4) ...
00:00:31.511 E: Selecting previously unselected package base-files.
00:00:31.516 E: dpkg: regarding .../base-files_13.5_amd64.deb containing base-files, pre-dependency problem:
00:00:31.521 E:  base-files pre-depends on awk
00:00:31.525 E:   awk is not installed.
00:00:31.528 E: 
00:00:31.532 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.535 E: (Reading database ... 41 files and directories currently installed.)
00:00:31.540 E: Preparing to unpack .../base-files_13.5_amd64.deb ...
00:00:31.544 E: Unpacking base-files (13.5) ...
00:00:31.592 E: dpkg: base-files: dependency problems, but configuring anyway as you requested:
00:00:31.597 E:  base-files depends on awk; however:
00:00:31.601 E:   Package awk is not installed.
00:00:31.605 E: 
00:00:31.609 E: Setting up base-files (13.5) ...
00:00:31.800 E: Selecting previously unselected package dpkg.
00:00:31.805 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:31.809 E:  dpkg pre-depends on libbz2-1.0
00:00:31.813 E:   libbz2-1.0 is not installed.
00:00:31.817 E: 
00:00:31.821 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.826 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:31.830 E:  dpkg pre-depends on libc6 (>= 2.38)
00:00:31.834 E:   libc6 is not installed.
00:00:31.838 E: 
00:00:31.842 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.845 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:31.849 E:  dpkg pre-depends on liblzma5 (>= 5.4.0)
00:00:31.854 E:   liblzma5 is not installed.
00:00:31.858 E: 
00:00:31.862 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.866 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:31.870 E:  dpkg pre-depends on libmd0 (>= 0.0.0)
00:00:31.874 E:   libmd0 is not installed.
00:00:31.878 E: 
00:00:31.882 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.887 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:31.891 E:  dpkg pre-depends on libselinux1 (>= 3.1~)
00:00:31.894 E:   libselinux1 is not installed.
00:00:31.898 E: 
00:00:31.902 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.907 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:31.911 E:  dpkg pre-depends on libzstd1 (>= 1.5.5)
00:00:31.915 E:   libzstd1 is not installed.
00:00:31.918 E: 
00:00:31.922 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.926 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:31.930 E:  dpkg pre-depends on zlib1g (>= 1:1.1.4)
00:00:31.934 E:   zlib1g is not installed.
00:00:31.938 E: 
00:00:31.942 E: dpkg: warning: ignoring pre-dependency problem!
00:00:31.946 E: (Reading database ... 133 files and directories currently installed.)
00:00:31.950 E: Preparing to unpack .../dpkg_1.22.11_amd64.deb ...
00:00:31.953 E: Unpacking dpkg (1.22.11) ...
00:00:31.987 E: dpkg: dpkg: dependency problems, but configuring anyway as you requested:
00:00:31.991 E:  dpkg depends on libbz2-1.0; however:
00:00:31.995 E:   Package libbz2-1.0 is not installed.
00:00:31.999 E:  dpkg depends on libc6 (>= 2.38); however:
00:00:32.003 E:   Package libc6 is not installed.
00:00:32.007 E:  dpkg depends on liblzma5 (>= 5.4.0); however:
00:00:32.011 E:   Package liblzma5 is not installed.
00:00:32.015 E:  dpkg depends on libmd0 (>= 0.0.0); however:
00:00:32.019 E:   Package libmd0 is not installed.
00:00:32.023 E:  dpkg depends on libselinux1 (>= 3.1~); however:
00:00:32.027 E:   Package libselinux1 is not installed.
00:00:32.032 E:  dpkg depends on libzstd1 (>= 1.5.5); however:
00:00:32.036 E:   Package libzstd1 is not installed.
00:00:32.039 E:  dpkg depends on zlib1g (>= 1:1.1.4); however:
00:00:32.043 E:   Package zlib1g is not installed.
00:00:32.047 E:  dpkg depends on tar (>= 1.28-1); however:
00:00:32.051 E:   Package tar is not installed.
00:00:32.055 E: 
00:00:32.059 E: Setting up dpkg (1.22.11) ...
00:00:32.267 E: Selecting previously unselected package gcc-14-base:amd64.
00:00:32.271 E: (Reading database ... 413 files and directories currently installed.)
00:00:32.275 E: Preparing to unpack .../gcc-14-base_14.2.0-1_amd64.deb ...
00:00:32.279 E: Unpacking gcc-14-base:amd64 (14.2.0-1) ...
00:00:32.314 E: Selecting previously unselected package libc6:amd64.
00:00:32.318 E: Preparing to unpack .../libc6_2.39-6_amd64.deb ...
00:00:32.541 E: Unpacking libc6:amd64 (2.39-6) ...
00:00:32.825 E: Selecting previously unselected package libgcc-s1:amd64.
00:00:32.829 E: Preparing to unpack .../libgcc-s1_14.2.0-1_amd64.deb ...
00:00:32.835 E: Unpacking libgcc-s1:amd64 (14.2.0-1) ...
00:00:32.866 E: Selecting previously unselected package mawk.
00:00:32.870 E: Preparing to unpack .../mawk_1.3.4.20240622-2_amd64.deb ...
00:00:32.874 E: Unpacking mawk (1.3.4.20240622-2) ...
00:00:32.921 E: dpkg: regarding .../base-files_13.5_amd64.deb containing base-files, pre-dependency problem:
00:00:32.926 E:  base-files pre-depends on awk
00:00:32.930 E:   mawk provides awk but is unpacked but not configured.
00:00:32.935 E: 
00:00:32.939 E: dpkg: warning: ignoring pre-dependency problem!
00:00:32.943 E: Preparing to unpack .../base-files_13.5_amd64.deb ...
00:00:32.954 E: Unpacking base-files (13.5) over (13.5) ...
00:00:33.025 E: Selecting previously unselected package libtinfo6:amd64.
00:00:33.030 E: Preparing to unpack .../libtinfo6_6.5-2_amd64.deb ...
00:00:33.034 E: Unpacking libtinfo6:amd64 (6.5-2) ...
00:00:33.077 E: Selecting previously unselected package debianutils.
00:00:33.081 E: dpkg: regarding .../debianutils_5.20_amd64.deb containing debianutils, pre-dependency problem:
00:00:33.086 E:  debianutils pre-depends on libc6 (>= 2.38)
00:00:33.090 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:33.095 E: 
00:00:33.099 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.103 E: Preparing to unpack .../debianutils_5.20_amd64.deb ...
00:00:33.109 E: Unpacking debianutils (5.20) ...
00:00:33.173 E: Selecting previously unselected package bash.
00:00:33.178 E: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:33.184 E:  bash pre-depends on libc6 (>= 2.38)
00:00:33.188 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:33.194 E: 
00:00:33.198 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.203 E: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:33.207 E:  bash pre-depends on libtinfo6 (>= 6)
00:00:33.211 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:33.216 E: 
00:00:33.220 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.226 E: Preparing to unpack .../bash_5.2.21-2.1_amd64.deb ...
00:00:33.231 E: Unpacking bash (5.2.21-2.1) ...
00:00:33.326 E: Selecting previously unselected package libcap2:amd64.
00:00:33.330 E: Preparing to unpack .../libcap2_1%3a2.66-5_amd64.deb ...
00:00:33.334 E: Unpacking libcap2:amd64 (1:2.66-5) ...
00:00:33.369 E: Selecting previously unselected package libsystemd0:amd64.
00:00:33.373 E: Preparing to unpack .../libsystemd0_256.4-2_amd64.deb ...
00:00:33.378 E: Unpacking libsystemd0:amd64 (256.4-2) ...
00:00:33.428 E: Selecting previously unselected package bsdutils.
00:00:33.432 E: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:33.436 E:  bsdutils pre-depends on libc6 (>= 2.38)
00:00:33.439 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:33.444 E: 
00:00:33.448 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.451 E: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:33.455 E:  bsdutils pre-depends on libsystemd0 (>= 254)
00:00:33.459 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:33.463 E: 
00:00:33.467 E: dpkg: warning: ignoring pre-dependency problem!
00:00:33.471 E: Preparing to unpack .../bsdutils_1%3a2.40.2-2_amd64.deb ...
00:00:33.475 E: Unpacking bsdutils (1:2.40.2-2) ...
00:00:33.482 E: Selecting previously unselected package libacl1:amd64.
00:00:33.487 E: Preparing to unpack .../libacl1_2.3.2-2_amd64.deb ...
00:00:33.492 E: Unpacking libacl1:amd64 (2.3.2-2) ...
00:00:33.526 E: Selecting previously unselected package libattr1:amd64.
00:00:33.530 E: Preparing to unpack .../libattr1_1%3a2.5.2-1_amd64.deb ...
00:00:33.535 E: Unpacking libattr1:amd64 (1:2.5.2-1) ...
00:00:33.569 E: Selecting previously unselected package libgmp10:amd64.
00:00:33.574 E: Preparing to unpack .../libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb ...
00:00:33.580 E: Unpacking libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:33.626 E: Selecting previously unselected package libpcre2-8-0:amd64.
00:00:33.630 E: Preparing to unpack .../libpcre2-8-0_10.42-4+b1_amd64.deb ...
00:00:33.634 E: Unpacking libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:33.682 E: Selecting previously unselected package libselinux1:amd64.
00:00:33.686 E: Preparing to unpack .../libselinux1_3.5-2+b3_amd64.deb ...
00:00:33.690 E: Unpacking libselinux1:amd64 (3.5-2+b3) ...
00:00:33.721 E: Selecting previously unselected package libzstd1:amd64.
00:00:33.724 E: Preparing to unpack .../libzstd1_1.5.6+dfsg-1_amd64.deb ...
00:00:33.729 E: Unpacking libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:33.775 E: Selecting previously unselected package zlib1g:amd64.
00:00:33.779 E: Preparing to unpack .../zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb ...
00:00:33.784 E: Unpacking zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:33.817 E: Selecting previously unselected package libssl3t64:amd64.
00:00:33.821 E: Preparing to unpack .../libssl3t64_3.3.1-2_amd64.deb ...
00:00:33.827 E: Unpacking libssl3t64:amd64 (3.3.1-2) ...
00:00:33.985 E: Selecting previously unselected package coreutils.
00:00:33.988 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:33.993 E:  coreutils pre-depends on libacl1 (>= 2.2.23)
00:00:33.998 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:34.002 E: 
00:00:34.006 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.010 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:34.014 E:  coreutils pre-depends on libattr1 (>= 1:2.4.48)
00:00:34.018 E:   libattr1:amd64 is unpacked, but has never been configured.
00:00:34.022 E: 
00:00:34.025 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.029 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:34.033 E:  coreutils pre-depends on libc6 (>= 2.34)
00:00:34.037 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:34.042 E: 
00:00:34.046 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.051 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:34.056 E:  coreutils pre-depends on libgmp10 (>= 2:6.3.0+dfsg)
00:00:34.059 E:   libgmp10:amd64 is unpacked, but has never been configured.
00:00:34.063 E: 
00:00:34.068 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.072 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:34.077 E:  coreutils pre-depends on libselinux1 (>= 3.1~)
00:00:34.081 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:34.085 E: 
00:00:34.089 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.093 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:34.097 E:  coreutils pre-depends on libssl3t64 (>= 3.0.0)
00:00:34.101 E:   libssl3t64:amd64 is unpacked, but has never been configured.
00:00:34.104 E: 
00:00:34.108 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.112 E: Preparing to unpack .../coreutils_9.4-3.1_amd64.deb ...
00:00:34.116 E: Unpacking coreutils (9.4-3.1) ...
00:00:34.317 E: Selecting previously unselected package dash.
00:00:34.321 E: dpkg: regarding .../dash_0.5.12-9_amd64.deb containing dash, pre-dependency problem:
00:00:34.325 E:  dash pre-depends on libc6 (>= 2.38)
00:00:34.329 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:34.333 E: 
00:00:34.337 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.341 E: Preparing to unpack .../dash_0.5.12-9_amd64.deb ...
00:00:34.344 E: Unpacking dash (0.5.12-9) ...
00:00:34.360 E: Selecting previously unselected package diffutils.
00:00:34.364 E: dpkg: regarding .../diffutils_1%3a3.10-1_amd64.deb containing diffutils, pre-dependency problem:
00:00:34.369 E:  diffutils pre-depends on libc6 (>= 2.34)
00:00:34.373 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:34.377 E: 
00:00:34.381 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.384 E: Preparing to unpack .../diffutils_1%3a3.10-1_amd64.deb ...
00:00:34.388 E: Unpacking diffutils (1:3.10-1) ...
00:00:34.445 E: Selecting previously unselected package libbz2-1.0:amd64.
00:00:34.449 E: Preparing to unpack .../libbz2-1.0_1.0.8-5.1_amd64.deb ...
00:00:34.453 E: Unpacking libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:34.486 E: Selecting previously unselected package liblzma5:amd64.
00:00:34.490 E: Preparing to unpack .../liblzma5_5.6.2-2_amd64.deb ...
00:00:34.494 E: Unpacking liblzma5:amd64 (5.6.2-2) ...
00:00:34.534 E: Selecting previously unselected package libmd0:amd64.
00:00:34.539 E: Preparing to unpack .../libmd0_1.1.0-2_amd64.deb ...
00:00:34.543 E: Unpacking libmd0:amd64 (1.1.0-2) ...
00:00:34.574 E: Selecting previously unselected package tar.
00:00:34.578 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:34.582 E:  tar pre-depends on libacl1 (>= 2.2.23)
00:00:34.585 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:34.588 E: 
00:00:34.592 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.596 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:34.600 E:  tar pre-depends on libc6 (>= 2.34)
00:00:34.604 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:34.608 E: 
00:00:34.612 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.616 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:34.620 E:  tar pre-depends on libselinux1 (>= 3.1~)
00:00:34.624 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:34.627 E: 
00:00:34.631 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.634 E: Preparing to unpack .../tar_1.35+dfsg-3_amd64.deb ...
00:00:34.639 E: Unpacking tar (1.35+dfsg-3) ...
00:00:34.678 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:34.682 E:  dpkg pre-depends on libbz2-1.0
00:00:34.686 E:   libbz2-1.0:amd64 is unpacked, but has never been configured.
00:00:34.690 E: 
00:00:34.694 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.698 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:34.702 E:  dpkg pre-depends on libc6 (>= 2.38)
00:00:34.706 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:34.709 E: 
00:00:34.713 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.716 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:34.720 E:  dpkg pre-depends on liblzma5 (>= 5.4.0)
00:00:34.724 E:   liblzma5:amd64 is unpacked, but has never been configured.
00:00:34.727 E: 
00:00:34.731 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.736 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:34.739 E:  dpkg pre-depends on libmd0 (>= 0.0.0)
00:00:34.743 E:   libmd0:amd64 is unpacked, but has never been configured.
00:00:34.747 E: 
00:00:34.751 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.754 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:34.758 E:  dpkg pre-depends on libselinux1 (>= 3.1~)
00:00:34.761 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:34.765 E: 
00:00:34.769 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.773 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:34.777 E:  dpkg pre-depends on libzstd1 (>= 1.5.5)
00:00:34.780 E:   libzstd1:amd64 is unpacked, but has never been configured.
00:00:34.784 E: 
00:00:34.788 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.792 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:34.795 E:  dpkg pre-depends on zlib1g (>= 1:1.1.4)
00:00:34.799 E:   zlib1g:amd64 is unpacked, but has never been configured.
00:00:34.803 E: 
00:00:34.807 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.811 E: Preparing to unpack .../dpkg_1.22.11_amd64.deb ...
00:00:34.815 E: Unpacking dpkg (1.22.11) over (1.22.11) ...
00:00:34.874 E: Selecting previously unselected package findutils.
00:00:34.878 E: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:34.882 E:  findutils pre-depends on libc6 (>= 2.38)
00:00:34.886 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:34.889 E: 
00:00:34.893 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.897 E: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:34.900 E:  findutils pre-depends on libselinux1 (>= 3.1~)
00:00:34.905 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:34.909 E: 
00:00:34.912 E: dpkg: warning: ignoring pre-dependency problem!
00:00:34.916 E: Preparing to unpack .../findutils_4.10.0-2_amd64.deb ...
00:00:34.920 E: Unpacking findutils (4.10.0-2) ...
00:00:34.982 E: Selecting previously unselected package grep.
00:00:34.986 E: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:34.990 E:  grep pre-depends on libc6 (>= 2.34)
00:00:34.994 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:34.997 E: 
00:00:35.001 E: dpkg: warning: ignoring pre-dependency problem!
00:00:35.005 E: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:35.009 E:  grep pre-depends on libpcre2-8-0 (>= 10.32)
00:00:35.013 E:   libpcre2-8-0:amd64 is unpacked, but has never been configured.
00:00:35.017 E: 
00:00:35.020 E: dpkg: warning: ignoring pre-dependency problem!
00:00:35.024 E: Preparing to unpack .../archives/grep_3.11-4_amd64.deb ...
00:00:35.028 E: Unpacking grep (3.11-4) ...
00:00:35.082 E: Selecting previously unselected package gzip.
00:00:35.086 E: dpkg: regarding .../gzip_1.12-1.1_amd64.deb containing gzip, pre-dependency problem:
00:00:35.090 E:  gzip pre-depends on libc6 (>= 2.34)
00:00:35.094 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:35.097 E: 
00:00:35.101 E: dpkg: warning: ignoring pre-dependency problem!
00:00:35.104 E: Preparing to unpack .../gzip_1.12-1.1_amd64.deb ...
00:00:35.148 E: Unpacking gzip (1.12-1.1) ...
00:00:35.204 E: Selecting previously unselected package hostname.
00:00:35.208 E: dpkg: regarding .../hostname_3.23+nmu2_amd64.deb containing hostname, pre-dependency problem:
00:00:35.212 E:  hostname pre-depends on libc6 (>= 2.34)
00:00:35.216 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:35.220 E: 
00:00:35.224 E: dpkg: warning: ignoring pre-dependency problem!
00:00:35.228 E: Preparing to unpack .../hostname_3.23+nmu2_amd64.deb ...
00:00:35.231 E: Unpacking hostname (3.23+nmu2) ...
00:00:35.244 E: Selecting previously unselected package ncurses-bin.
00:00:35.248 E: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:35.252 E:  ncurses-bin pre-depends on libc6 (>= 2.34)
00:00:35.256 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:35.260 E: 
00:00:35.264 E: dpkg: warning: ignoring pre-dependency problem!
00:00:35.268 E: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:35.272 E:  ncurses-bin pre-depends on libtinfo6 (>= 6.4+20230603)
00:00:35.276 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:35.280 E: 
00:00:35.284 E: dpkg: warning: ignoring pre-dependency problem!
00:00:35.288 E: Preparing to unpack .../ncurses-bin_6.5-2_amd64.deb ...
00:00:35.291 E: Unpacking ncurses-bin (6.5-2) ...
00:00:35.301 E: Selecting previously unselected package libcrypt1:amd64.
00:00:35.305 E: Preparing to unpack .../libcrypt1_1%3a4.4.36-4_amd64.deb ...
00:00:35.308 E: Unpacking libcrypt1:amd64 (1:4.4.36-4) ...
00:00:35.345 E: Selecting previously unselected package perl-base.
00:00:35.349 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:35.353 E:  perl-base pre-depends on libc6 (>= 2.38)
00:00:35.357 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:35.360 E: 
00:00:35.364 E: dpkg: warning: ignoring pre-dependency problem!
00:00:35.368 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:35.371 E:  perl-base pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:35.375 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:35.378 E: 
00:00:35.382 E: dpkg: warning: ignoring pre-dependency problem!
00:00:35.386 E: Preparing to unpack .../perl-base_5.38.2-5_amd64.deb ...
00:00:35.389 E: Unpacking perl-base (5.38.2-5) ...
00:00:35.796 E: Selecting previously unselected package sed.
00:00:35.800 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:35.805 E:  sed pre-depends on libacl1 (>= 2.2.23)
00:00:35.809 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:35.813 E: 
00:00:35.817 E: dpkg: warning: ignoring pre-dependency problem!
00:00:35.821 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:35.826 E:  sed pre-depends on libc6 (>= 2.34)
00:00:35.830 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:35.834 E: 
00:00:35.838 E: dpkg: warning: ignoring pre-dependency problem!
00:00:35.842 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:35.846 E:  sed pre-depends on libselinux1 (>= 3.1~)
00:00:35.850 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:35.854 E: 
00:00:35.859 E: dpkg: warning: ignoring pre-dependency problem!
00:00:35.863 E: Preparing to unpack .../archives/sed_4.9-2_amd64.deb ...
00:00:35.867 E: Unpacking sed (4.9-2) ...
00:00:35.881 E: Selecting previously unselected package libaudit-common.
00:00:35.885 E: Preparing to unpack .../libaudit-common_1%3a3.1.2-4_all.deb ...
00:00:35.888 E: Unpacking libaudit-common (1:3.1.2-4) ...
00:00:35.919 E: Selecting previously unselected package libcap-ng0:amd64.
00:00:35.923 E: Preparing to unpack .../libcap-ng0_0.8.5-1+b1_amd64.deb ...
00:00:35.928 E: Unpacking libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:35.959 E: Selecting previously unselected package libaudit1:amd64.
00:00:35.963 E: Preparing to unpack .../libaudit1_1%3a3.1.2-4+b1_amd64.deb ...
00:00:35.967 E: Unpacking libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:36.000 E: Selecting previously unselected package libdb5.3t64:amd64.
00:00:36.004 E: Preparing to unpack .../libdb5.3t64_5.3.28+dfsg2-7_amd64.deb ...
00:00:36.008 E: Unpacking libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:36.083 E: Selecting previously unselected package debconf.
00:00:36.087 E: Preparing to unpack .../debconf_1.5.87_all.deb ...
00:00:36.091 E: Unpacking debconf (1.5.87) ...
00:00:36.190 E: Selecting previously unselected package libpam0g:amd64.
00:00:36.194 E: Preparing to unpack .../libpam0g_1.5.3-7_amd64.deb ...
00:00:36.198 E: Unpacking libpam0g:amd64 (1.5.3-7) ...
00:00:36.234 E: Selecting previously unselected package libpam-modules-bin.
00:00:36.238 E: Preparing to unpack .../libpam-modules-bin_1.5.3-7_amd64.deb ...
00:00:36.242 E: Unpacking libpam-modules-bin (1.5.3-7) ...
00:00:36.283 E: Selecting previously unselected package libpam-modules:amd64.
00:00:36.287 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:36.290 E:  libpam-modules pre-depends on libaudit1 (>= 1:2.2.1)
00:00:36.294 E:   libaudit1:amd64 is unpacked, but has never been configured.
00:00:36.297 E: 
00:00:36.301 E: dpkg: warning: ignoring pre-dependency problem!
00:00:36.305 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:36.309 E:  libpam-modules pre-depends on libc6 (>= 2.34)
00:00:36.312 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:36.316 E: 
00:00:36.319 E: dpkg: warning: ignoring pre-dependency problem!
00:00:36.323 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:36.327 E:  libpam-modules pre-depends on libcrypt1 (>= 1:4.3.0)
00:00:36.330 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:36.334 E: 
00:00:36.338 E: dpkg: warning: ignoring pre-dependency problem!
00:00:36.342 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:36.346 E:  libpam-modules pre-depends on libdb5.3t64
00:00:36.349 E:   libdb5.3t64:amd64 is unpacked, but has never been configured.
00:00:36.353 E: 
00:00:36.357 E: dpkg: warning: ignoring pre-dependency problem!
00:00:36.360 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:36.364 E:  libpam-modules pre-depends on libpam0g (>= 1.4.1)
00:00:36.368 E:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:36.371 E: 
00:00:36.375 E: dpkg: warning: ignoring pre-dependency problem!
00:00:36.379 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:36.383 E:  libpam-modules pre-depends on libselinux1 (>= 3.1~)
00:00:36.387 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:36.390 E: 
00:00:36.394 E: dpkg: warning: ignoring pre-dependency problem!
00:00:36.398 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:36.402 E:  libpam-modules pre-depends on libsystemd0
00:00:36.406 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:36.409 E: 
00:00:36.413 E: dpkg: warning: ignoring pre-dependency problem!
00:00:36.417 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:36.421 E:  libpam-modules pre-depends on debconf (>= 0.5) | debconf-2.0
00:00:36.425 E:   debconf is unpacked, but has never been configured.
00:00:36.428 E:   debconf provides debconf-2.0 but is unpacked but not configured.
00:00:36.431 E: 
00:00:36.435 E: dpkg: warning: ignoring pre-dependency problem!
00:00:36.439 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:36.442 E:  libpam-modules pre-depends on libpam-modules-bin (= 1.5.3-7)
00:00:36.446 E:   libpam-modules-bin is unpacked, but has never been configured.
00:00:36.450 E: 
00:00:36.453 E: dpkg: warning: ignoring pre-dependency problem!
00:00:36.457 E: Preparing to unpack .../libpam-modules_1.5.3-7_amd64.deb ...
00:00:36.461 E: Unpacking libpam-modules:amd64 (1.5.3-7) ...
00:00:36.507 E: Selecting previously unselected package libpam-runtime.
00:00:36.512 E: Preparing to unpack .../libpam-runtime_1.5.3-7_all.deb ...
00:00:36.517 E: Unpacking libpam-runtime (1.5.3-7) ...
00:00:36.626 E: Selecting previously unselected package libblkid1:amd64.
00:00:36.630 E: Preparing to unpack .../libblkid1_2.40.2-2_amd64.deb ...
00:00:36.635 E: Unpacking libblkid1:amd64 (2.40.2-2) ...
00:00:36.676 E: Selecting previously unselected package libmount1:amd64.
00:00:36.680 E: Preparing to unpack .../libmount1_2.40.2-2_amd64.deb ...
00:00:36.686 E: Unpacking libmount1:amd64 (2.40.2-2) ...
00:00:36.726 E: Selecting previously unselected package libsmartcols1:amd64.
00:00:36.730 E: Preparing to unpack .../libsmartcols1_2.40.2-2_amd64.deb ...
00:00:36.734 E: Unpacking libsmartcols1:amd64 (2.40.2-2) ...
00:00:36.774 E: Selecting previously unselected package libudev1:amd64.
00:00:36.778 E: Preparing to unpack .../libudev1_256.4-2_amd64.deb ...
00:00:36.782 E: Unpacking libudev1:amd64 (256.4-2) ...
00:00:36.821 E: Selecting previously unselected package libuuid1:amd64.
00:00:36.825 E: Preparing to unpack .../libuuid1_2.40.2-2_amd64.deb ...
00:00:36.830 E: Unpacking libuuid1:amd64 (2.40.2-2) ...
00:00:36.867 E: Selecting previously unselected package util-linux.
00:00:36.872 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:36.877 E:  util-linux pre-depends on libpam-modules
00:00:36.882 E:   libpam-modules:amd64 is unpacked, but has never been configured.
00:00:36.886 E: 
00:00:36.890 E: dpkg: warning: ignoring pre-dependency problem!
00:00:36.894 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:36.898 E:  util-linux pre-depends on libpam-runtime
00:00:36.902 E:   libpam-runtime is unpacked, but has never been configured.
00:00:36.907 E: 
00:00:36.911 E: dpkg: warning: ignoring pre-dependency problem!
00:00:36.915 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:36.919 E:  util-linux pre-depends on libblkid1 (= 2.40.2-2)
00:00:36.923 E:   libblkid1:amd64 is unpacked, but has never been configured.
00:00:36.928 E: 
00:00:36.932 E: dpkg: warning: ignoring pre-dependency problem!
00:00:36.936 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:36.940 E:  util-linux pre-depends on libc6 (>= 2.38)
00:00:36.946 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:36.950 E: 
00:00:36.954 E: dpkg: warning: ignoring pre-dependency problem!
00:00:36.958 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:36.963 E:  util-linux pre-depends on libcap-ng0 (>= 0.7.9)
00:00:36.967 E:   libcap-ng0:amd64 is unpacked, but has never been configured.
00:00:36.971 E: 
00:00:36.975 E: dpkg: warning: ignoring pre-dependency problem!
00:00:36.979 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:36.983 E:  util-linux pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:36.987 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:36.991 E: 
00:00:36.995 E: dpkg: warning: ignoring pre-dependency problem!
00:00:36.999 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:37.003 E:  util-linux pre-depends on libmount1 (= 2.40.2-2)
00:00:37.007 E:   libmount1:amd64 is unpacked, but has never been configured.
00:00:37.011 E: 
00:00:37.015 E: dpkg: warning: ignoring pre-dependency problem!
00:00:37.018 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:37.022 E:  util-linux pre-depends on libpam0g (>= 0.99.7.1)
00:00:37.026 E:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:37.030 E: 
00:00:37.034 E: dpkg: warning: ignoring pre-dependency problem!
00:00:37.038 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:37.043 E:  util-linux pre-depends on libselinux1 (>= 3.1~)
00:00:37.047 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:37.050 E: 
00:00:37.055 E: dpkg: warning: ignoring pre-dependency problem!
00:00:37.058 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:37.063 E:  util-linux pre-depends on libsmartcols1 (= 2.40.2-2)
00:00:37.067 E:   libsmartcols1:amd64 is unpacked, but has never been configured.
00:00:37.071 E: 
00:00:37.075 E: dpkg: warning: ignoring pre-dependency problem!
00:00:37.079 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:37.083 E:  util-linux pre-depends on libsystemd0
00:00:37.087 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:37.092 E: 
00:00:37.097 E: dpkg: warning: ignoring pre-dependency problem!
00:00:37.101 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:37.105 E:  util-linux pre-depends on libtinfo6 (>= 6)
00:00:37.109 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:37.113 E: 
00:00:37.117 E: dpkg: warning: ignoring pre-dependency problem!
00:00:37.121 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:37.125 E:  util-linux pre-depends on libudev1 (>= 183)
00:00:37.129 E:   libudev1:amd64 is unpacked, but has never been configured.
00:00:37.133 E: 
00:00:37.137 E: dpkg: warning: ignoring pre-dependency problem!
00:00:37.141 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:37.144 E:  util-linux pre-depends on libuuid1 (= 2.40.2-2)
00:00:37.148 E:   libuuid1:amd64 is unpacked, but has never been configured.
00:00:37.152 E: 
00:00:37.156 E: dpkg: warning: ignoring pre-dependency problem!
00:00:37.160 E: Preparing to unpack .../util-linux_2.40.2-2_amd64.deb ...
00:00:37.164 E: Unpacking util-linux (2.40.2-2) ...
00:00:37.167 E: Selecting previously unselected package libdebconfclient0:amd64.
00:00:37.171 E: Preparing to unpack .../libdebconfclient0_0.272_amd64.deb ...
00:00:37.175 E: Unpacking libdebconfclient0:amd64 (0.272) ...
00:00:37.179 E: Preparing to unpack .../base-passwd_3.6.4_amd64.deb ...
00:00:37.183 E: Unpacking base-passwd (3.6.4) over (3.6.4) ...
00:00:37.203 E: Selecting previously unselected package init-system-helpers.
00:00:37.207 E: Preparing to unpack .../init-system-helpers_1.66_all.deb ...
00:00:37.211 E: Unpacking init-system-helpers (1.66) ...
00:00:37.253 E: Selecting previously unselected package libc-bin.
00:00:37.257 E: Preparing to unpack .../libc-bin_2.39-6_amd64.deb ...
00:00:37.260 E: Unpacking libc-bin (2.39-6) ...
00:00:37.337 E: Selecting previously unselected package ncurses-base.
00:00:37.342 E: Preparing to unpack .../ncurses-base_6.5-2_all.deb ...
00:00:37.346 E: Unpacking ncurses-base (6.5-2) ...
00:00:37.404 E: Selecting previously unselected package sysvinit-utils.
00:00:37.408 E: Preparing to unpack .../sysvinit-utils_3.09-2_amd64.deb ...
00:00:37.412 E: Unpacking sysvinit-utils (3.09-2) ...
00:00:37.480 E: Setting up gcc-14-base:amd64 (14.2.0-1) ...
00:00:37.485 E: Setting up libaudit-common (1:3.1.2-4) ...
00:00:37.491 E: Setting up debconf (1.5.87) ...
00:00:37.644 E: Setting up ncurses-base (6.5-2) ...
00:00:37.657 E: Setting up libgcc-s1:amd64 (14.2.0-1) ...
00:00:37.664 E: Setting up libc6:amd64 (2.39-6) ...
00:00:37.806 E: Setting up libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:37.811 E: Setting up libmd0:amd64 (1.1.0-2) ...
00:00:37.817 E: Setting up libattr1:amd64 (1:2.5.2-1) ...
00:00:37.823 E: Setting up sysvinit-utils (3.09-2) ...
00:00:37.827 E: Setting up debianutils (5.20) ...
00:00:37.919 E: update-alternatives: using /usr/bin/which.debianutils to provide /usr/bin/which (which) in auto mode
00:00:37.928 E: Setting up mawk (1.3.4.20240622-2) ...
00:00:37.936 E: update-alternatives: using /usr/bin/mawk to provide /usr/bin/awk (awk) in auto mode
00:00:37.941 E: Setting up libdebconfclient0:amd64 (0.272) ...
00:00:37.946 E: Setting up base-files (13.5) ...
00:00:38.000 E: Setting up libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:38.005 E: Setting up libblkid1:amd64 (2.40.2-2) ...
00:00:38.010 E: Setting up dash (0.5.12-9) ...
00:00:38.100 E: Setting up libtinfo6:amd64 (6.5-2) ...
00:00:38.106 E: Setting up bash (5.2.21-2.1) ...
00:00:38.134 E: update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
00:00:38.164 E: Setting up libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:38.170 E: Setting up liblzma5:amd64 (5.6.2-2) ...
00:00:38.176 E: Setting up libc-bin (2.39-6) ...
00:00:38.328 E: Setting up ncurses-bin (6.5-2) ...
00:00:38.332 E: Setting up libacl1:amd64 (2.3.2-2) ...
00:00:38.338 E: Setting up libsmartcols1:amd64 (2.40.2-2) ...
00:00:38.342 E: Setting up zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:38.348 E: Setting up libcrypt1:amd64 (1:4.4.36-4) ...
00:00:38.352 E: Setting up diffutils (1:3.10-1) ...
00:00:38.357 E: Setting up libcap2:amd64 (1:2.66-5) ...
00:00:38.362 E: Setting up hostname (3.23+nmu2) ...
00:00:38.365 E: Setting up libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:38.370 E: Setting up libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:38.374 E: Setting up init-system-helpers (1.66) ...
00:00:38.378 E: Setting up libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:38.382 E: Setting up libuuid1:amd64 (2.40.2-2) ...
00:00:38.386 E: Setting up libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:38.390 E: Setting up libudev1:amd64 (256.4-2) ...
00:00:38.395 E: Setting up grep (3.11-4) ...
00:00:38.400 E: Setting up libssl3t64:amd64 (3.3.1-2) ...
00:00:38.404 E: Setting up libsystemd0:amd64 (256.4-2) ...
00:00:38.409 E: Setting up libselinux1:amd64 (3.5-2+b3) ...
00:00:38.419 E: Setting up libpam0g:amd64 (1.5.3-7) ...
00:00:38.543 E: Setting up sed (4.9-2) ...
00:00:38.549 E: Setting up findutils (4.10.0-2) ...
00:00:38.553 E: Setting up libmount1:amd64 (2.40.2-2) ...
00:00:38.558 E: Setting up base-passwd (3.6.4) ...
00:00:38.707 E: Setting up bsdutils (1:2.40.2-2) ...
00:00:38.711 E: Setting up tar (1.35+dfsg-3) ...
00:00:38.718 E: update-alternatives: using /usr/sbin/rmt-tar to provide /usr/sbin/rmt (rmt) in auto mode
00:00:38.723 E: Setting up libpam-modules-bin (1.5.3-7) ...
00:00:38.730 E: Setting up coreutils (9.4-3.1) ...
00:00:38.735 E: Setting up dpkg (1.22.11) ...
00:00:39.051 E: Setting up libpam-modules:amd64 (1.5.3-7) ...
00:00:39.056 E: Setting up perl-base (5.38.2-5) ...
00:00:39.062 E: Setting up gzip (1.12-1.1) ...
00:00:39.192 E: Setting up libpam-runtime (1.5.3-7) ...
00:00:39.402 E: Setting up util-linux (2.40.2-2) ...
00:00:39.418 E: update-alternatives: using /bin/more to provide /usr/bin/pager (pager) in auto mode
00:00:39.622 E: Processing triggers for libc-bin (2.39-6) ...
00:00:39.764 E: I: installing essential packages...
00:00:47.833 E: I: installing remaining packages inside the chroot...
00:00:51.766 E: I: cleaning package lists and apt cache...
00:00:51.868 E: I: creating tarball...
00:00:53.401 E: I: done
00:00:53.411 E: I: removing tempdir /tmp/mmdebstrap.UxAfh3gXZZ...
00:00:57.273 E: I: success in 38.6681 seconds
00:00:57.285 E: + filter
00:00:57.289 E: + ./tarfilter --path-exclude=/usr/bin/uncompress --path-exclude=/var/cache/debconf/config.dat-old --path-exclude=/var/cache/debconf/templates.dat-old --path-exclude=/var/lib/dpkg/available --path-exclude=/var/lib/dpkg/diversions --path-exclude=/var/lib/dpkg/diversions-old --path-exclude=/var/lib/dpkg/cmethopt --path-exclude=/var/lib/dpkg/status-old --path-exclude=/var/lib/shells.state
00:00:57.293 E: + cmp - /tmp/debian-chroot-fakechroot.tar
00:00:58.558 E: + rm -f /tmp/debian-chroot-fakechroot.tar /tmp/debian-chroot-root-normal.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:09
result: SUCCESS
------------------------------------------------------------------------------
(270/280) jessie-or-older
dist: unstable
mode: fakechroot
variant: minbase
format: auto
time left: 0:08:26
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.019 E: + trap rm -f /tmp/debian-chroot-fakechroot.tar /tmp/debian-chroot-root-normal.tar EXIT INT TERM
00:00:00.024 E: + id -u
00:00:00.028 E: + [ 0 -eq 0 ]
00:00:00.032 E: + prefix=
00:00:00.037 E: + id -u
00:00:00.042 E: + [ 0 -eq 0 ]
00:00:00.047 E: + [ fakechroot != root ]
00:00:00.051 E: + [ fakechroot != auto ]
00:00:00.058 E: + id user
00:00:00.062 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.066 E: + useradd --home-dir /home/user --create-home user
00:00:00.070 E: + prefix=runuser -u user --
00:00:00.074 E: + MMTARFILTER=
00:00:00.078 E: + [ -x /usr/bin/mmtarfilter ]
00:00:00.081 E: + MMTARFILTER=/usr/bin/mmtarfilter
00:00:00.085 E: + [ -x ./tarfilter ]
00:00:00.089 E: + MMTARFILTER=./tarfilter
00:00:00.093 E: + mmdebstrap --mode=root --variant=minbase unstable - http://127.0.0.1/debian
00:00:00.523 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.554 E: I: finding correct signed-by value...
00:00:00.653 E: I: automatically chosen format: tar
00:00:00.657 E: I: using /tmp/mmdebstrap.FbmwERgtJ5 as tempdir
00:00:00.707 E: I: running apt-get update...
00:00:03.587 E: I: downloading packages with apt...
00:00:06.138 E: I: extracting archives...
00:00:07.927 E: I: installing essential packages...
00:00:13.772 E: I: installing remaining packages inside the chroot...
00:00:19.229 E: I: cleaning package lists and apt cache...
00:00:19.345 E: I: creating tarball...
00:00:20.236 E: I: done
00:00:20.243 E: I: removing tempdir /tmp/mmdebstrap.FbmwERgtJ5...
00:00:20.467 E: I: success in 20.0824 seconds
00:00:20.474 E: + runuser -u user -- mmdebstrap --mode=fakechroot --variant=minbase --hook-dir=./hooks/jessie-or-older unstable - http://127.0.0.1/debian
00:00:20.478 E: + filter
00:00:20.483 E: + ./tarfilter --path-exclude=/usr/bin/uncompress --path-exclude=/var/cache/debconf/config.dat-old --path-exclude=/var/cache/debconf/templates.dat-old --path-exclude=/var/lib/dpkg/available --path-exclude=/var/lib/dpkg/diversions --path-exclude=/var/lib/dpkg/diversions-old --path-exclude=/var/lib/dpkg/cmethopt --path-exclude=/var/lib/dpkg/status-old --path-exclude=/var/lib/shells.state
00:00:21.360 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:21.401 E: I: finding correct signed-by value...
00:00:21.525 E: I: automatically chosen format: tar
00:00:21.530 E: I: using /tmp/mmdebstrap.G56phVdna9 as tempdir
00:00:21.583 E: I: running apt-get update...
00:00:24.719 E: I: downloading packages with apt...
00:00:27.025 E: I: extracting archives...
00:00:34.497 E: I: running --extract-hook directly: ./hooks/jessie-or-older/extract00.sh /tmp/mmdebstrap.G56phVdna9
00:00:34.518 E: I: running --extract-hook directly: ./hooks/jessie-or-older/extract01.sh /tmp/mmdebstrap.G56phVdna9
00:00:35.621 E: Selecting previously unselected package base-passwd.
00:00:35.625 E: (Reading database ... 0 files and directories currently installed.)
00:00:35.630 E: Preparing to unpack .../base-passwd_3.6.4_amd64.deb ...
00:00:35.635 E: Unpacking base-passwd (3.6.4) ...
00:00:35.668 E: dpkg: base-passwd: dependency problems, but configuring anyway as you requested:
00:00:35.673 E:  base-passwd depends on libc6 (>= 2.34); however:
00:00:35.677 E:   Package libc6 is not installed.
00:00:35.682 E:  base-passwd depends on libdebconfclient0 (>= 0.145); however:
00:00:35.686 E:   Package libdebconfclient0 is not installed.
00:00:35.690 E:  base-passwd depends on libselinux1 (>= 3.1~); however:
00:00:35.694 E:   Package libselinux1 is not installed.
00:00:35.699 E: 
00:00:35.703 E: Setting up base-passwd (3.6.4) ...
00:00:35.902 E: Selecting previously unselected package base-files.
00:00:35.907 E: dpkg: regarding .../base-files_13.5_amd64.deb containing base-files, pre-dependency problem:
00:00:35.911 E:  base-files pre-depends on awk
00:00:35.916 E:   awk is not installed.
00:00:35.920 E: 
00:00:35.924 E: dpkg: warning: ignoring pre-dependency problem!
00:00:35.928 E: (Reading database ... 41 files and directories currently installed.)
00:00:35.932 E: Preparing to unpack .../base-files_13.5_amd64.deb ...
00:00:35.937 E: Unpacking base-files (13.5) ...
00:00:35.987 E: dpkg: base-files: dependency problems, but configuring anyway as you requested:
00:00:35.992 E:  base-files depends on awk; however:
00:00:35.996 E:   Package awk is not installed.
00:00:36.000 E: 
00:00:36.004 E: Setting up base-files (13.5) ...
00:00:36.217 E: Selecting previously unselected package dpkg.
00:00:36.222 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:36.227 E:  dpkg pre-depends on libbz2-1.0
00:00:36.232 E:   libbz2-1.0 is not installed.
00:00:36.236 E: 
00:00:36.242 E: dpkg: warning: ignoring pre-dependency problem!
00:00:36.247 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:36.252 E:  dpkg pre-depends on libc6 (>= 2.38)
00:00:36.257 E:   libc6 is not installed.
00:00:36.262 E: 
00:00:36.266 E: dpkg: warning: ignoring pre-dependency problem!
00:00:36.272 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:36.276 E:  dpkg pre-depends on liblzma5 (>= 5.4.0)
00:00:36.281 E:   liblzma5 is not installed.
00:00:36.287 E: 
00:00:36.292 E: dpkg: warning: ignoring pre-dependency problem!
00:00:36.297 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:36.302 E:  dpkg pre-depends on libmd0 (>= 0.0.0)
00:00:36.316 E:   libmd0 is not installed.
00:00:36.321 E: 
00:00:36.327 E: dpkg: warning: ignoring pre-dependency problem!
00:00:36.332 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:36.337 E:  dpkg pre-depends on libselinux1 (>= 3.1~)
00:00:36.342 E:   libselinux1 is not installed.
00:00:36.346 E: 
00:00:36.350 E: dpkg: warning: ignoring pre-dependency problem!
00:00:36.354 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:36.358 E:  dpkg pre-depends on libzstd1 (>= 1.5.5)
00:00:36.363 E:   libzstd1 is not installed.
00:00:36.368 E: 
00:00:36.372 E: dpkg: warning: ignoring pre-dependency problem!
00:00:36.376 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:36.380 E:  dpkg pre-depends on zlib1g (>= 1:1.1.4)
00:00:36.384 E:   zlib1g is not installed.
00:00:36.389 E: 
00:00:36.393 E: dpkg: warning: ignoring pre-dependency problem!
00:00:36.397 E: (Reading database ... 133 files and directories currently installed.)
00:00:36.401 E: Preparing to unpack .../dpkg_1.22.11_amd64.deb ...
00:00:36.405 E: Unpacking dpkg (1.22.11) ...
00:00:36.440 E: dpkg: dpkg: dependency problems, but configuring anyway as you requested:
00:00:36.445 E:  dpkg depends on libbz2-1.0; however:
00:00:36.449 E:   Package libbz2-1.0 is not installed.
00:00:36.452 E:  dpkg depends on libc6 (>= 2.38); however:
00:00:36.457 E:   Package libc6 is not installed.
00:00:36.461 E:  dpkg depends on liblzma5 (>= 5.4.0); however:
00:00:36.465 E:   Package liblzma5 is not installed.
00:00:36.469 E:  dpkg depends on libmd0 (>= 0.0.0); however:
00:00:36.473 E:   Package libmd0 is not installed.
00:00:36.477 E:  dpkg depends on libselinux1 (>= 3.1~); however:
00:00:36.481 E:   Package libselinux1 is not installed.
00:00:36.485 E:  dpkg depends on libzstd1 (>= 1.5.5); however:
00:00:36.490 E:   Package libzstd1 is not installed.
00:00:36.494 E:  dpkg depends on zlib1g (>= 1:1.1.4); however:
00:00:36.498 E:   Package zlib1g is not installed.
00:00:36.503 E:  dpkg depends on tar (>= 1.28-1); however:
00:00:36.507 E:   Package tar is not installed.
00:00:36.511 E: 
00:00:36.516 E: Setting up dpkg (1.22.11) ...
00:00:36.778 E: Selecting previously unselected package gcc-14-base:amd64.
00:00:36.783 E: (Reading database ... 413 files and directories currently installed.)
00:00:36.787 E: Preparing to unpack .../gcc-14-base_14.2.0-1_amd64.deb ...
00:00:36.791 E: Unpacking gcc-14-base:amd64 (14.2.0-1) ...
00:00:36.831 E: Selecting previously unselected package libc6:amd64.
00:00:36.836 E: Preparing to unpack .../libc6_2.39-6_amd64.deb ...
00:00:37.066 E: Unpacking libc6:amd64 (2.39-6) ...
00:00:37.399 E: Selecting previously unselected package libgcc-s1:amd64.
00:00:37.403 E: Preparing to unpack .../libgcc-s1_14.2.0-1_amd64.deb ...
00:00:37.407 E: Unpacking libgcc-s1:amd64 (14.2.0-1) ...
00:00:37.443 E: Selecting previously unselected package mawk.
00:00:37.448 E: Preparing to unpack .../mawk_1.3.4.20240622-2_amd64.deb ...
00:00:37.452 E: Unpacking mawk (1.3.4.20240622-2) ...
00:00:37.500 E: dpkg: regarding .../base-files_13.5_amd64.deb containing base-files, pre-dependency problem:
00:00:37.505 E:  base-files pre-depends on awk
00:00:37.510 E:   mawk provides awk but is unpacked but not configured.
00:00:37.514 E: 
00:00:37.517 E: dpkg: warning: ignoring pre-dependency problem!
00:00:37.522 E: Preparing to unpack .../base-files_13.5_amd64.deb ...
00:00:37.539 E: Unpacking base-files (13.5) over (13.5) ...
00:00:37.615 E: Selecting previously unselected package libtinfo6:amd64.
00:00:37.619 E: Preparing to unpack .../libtinfo6_6.5-2_amd64.deb ...
00:00:37.624 E: Unpacking libtinfo6:amd64 (6.5-2) ...
00:00:37.669 E: Selecting previously unselected package debianutils.
00:00:37.673 E: dpkg: regarding .../debianutils_5.20_amd64.deb containing debianutils, pre-dependency problem:
00:00:37.678 E:  debianutils pre-depends on libc6 (>= 2.38)
00:00:37.682 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:37.687 E: 
00:00:37.692 E: dpkg: warning: ignoring pre-dependency problem!
00:00:37.696 E: Preparing to unpack .../debianutils_5.20_amd64.deb ...
00:00:37.702 E: Unpacking debianutils (5.20) ...
00:00:37.752 E: Selecting previously unselected package bash.
00:00:37.756 E: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:37.762 E:  bash pre-depends on libc6 (>= 2.38)
00:00:37.767 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:37.771 E: 
00:00:37.776 E: dpkg: warning: ignoring pre-dependency problem!
00:00:37.779 E: dpkg: regarding .../bash_5.2.21-2.1_amd64.deb containing bash, pre-dependency problem:
00:00:37.784 E:  bash pre-depends on libtinfo6 (>= 6)
00:00:37.788 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:37.791 E: 
00:00:37.796 E: dpkg: warning: ignoring pre-dependency problem!
00:00:37.800 E: Preparing to unpack .../bash_5.2.21-2.1_amd64.deb ...
00:00:37.806 E: Unpacking bash (5.2.21-2.1) ...
00:00:37.918 E: Selecting previously unselected package libcap2:amd64.
00:00:37.923 E: Preparing to unpack .../libcap2_1%3a2.66-5_amd64.deb ...
00:00:37.928 E: Unpacking libcap2:amd64 (1:2.66-5) ...
00:00:37.963 E: Selecting previously unselected package libsystemd0:amd64.
00:00:37.968 E: Preparing to unpack .../libsystemd0_256.4-2_amd64.deb ...
00:00:37.972 E: Unpacking libsystemd0:amd64 (256.4-2) ...
00:00:38.027 E: Selecting previously unselected package bsdutils.
00:00:38.032 E: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:38.036 E:  bsdutils pre-depends on libc6 (>= 2.38)
00:00:38.040 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:38.045 E: 
00:00:38.049 E: dpkg: warning: ignoring pre-dependency problem!
00:00:38.053 E: dpkg: regarding .../bsdutils_1%3a2.40.2-2_amd64.deb containing bsdutils, pre-dependency problem:
00:00:38.057 E:  bsdutils pre-depends on libsystemd0 (>= 254)
00:00:38.061 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:38.066 E: 
00:00:38.070 E: dpkg: warning: ignoring pre-dependency problem!
00:00:38.074 E: Preparing to unpack .../bsdutils_1%3a2.40.2-2_amd64.deb ...
00:00:38.078 E: Unpacking bsdutils (1:2.40.2-2) ...
00:00:38.088 E: Selecting previously unselected package libacl1:amd64.
00:00:38.092 E: Preparing to unpack .../libacl1_2.3.2-2_amd64.deb ...
00:00:38.097 E: Unpacking libacl1:amd64 (2.3.2-2) ...
00:00:38.135 E: Selecting previously unselected package libattr1:amd64.
00:00:38.139 E: Preparing to unpack .../libattr1_1%3a2.5.2-1_amd64.deb ...
00:00:38.143 E: Unpacking libattr1:amd64 (1:2.5.2-1) ...
00:00:38.181 E: Selecting previously unselected package libgmp10:amd64.
00:00:38.186 E: Preparing to unpack .../libgmp10_2%3a6.3.0+dfsg-2+b1_amd64.deb ...
00:00:38.191 E: Unpacking libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:38.249 E: Selecting previously unselected package libpcre2-8-0:amd64.
00:00:38.254 E: Preparing to unpack .../libpcre2-8-0_10.42-4+b1_amd64.deb ...
00:00:38.259 E: Unpacking libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:38.308 E: Selecting previously unselected package libselinux1:amd64.
00:00:38.314 E: Preparing to unpack .../libselinux1_3.5-2+b3_amd64.deb ...
00:00:38.323 E: Unpacking libselinux1:amd64 (3.5-2+b3) ...
00:00:38.360 E: Selecting previously unselected package libzstd1:amd64.
00:00:38.364 E: Preparing to unpack .../libzstd1_1.5.6+dfsg-1_amd64.deb ...
00:00:38.369 E: Unpacking libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:38.419 E: Selecting previously unselected package zlib1g:amd64.
00:00:38.424 E: Preparing to unpack .../zlib1g_1%3a1.3.dfsg+really1.3.1-1_amd64.deb ...
00:00:38.428 E: Unpacking zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:38.462 E: Selecting previously unselected package libssl3t64:amd64.
00:00:38.466 E: Preparing to unpack .../libssl3t64_3.3.1-2_amd64.deb ...
00:00:38.470 E: Unpacking libssl3t64:amd64 (3.3.1-2) ...
00:00:38.633 E: Selecting previously unselected package coreutils.
00:00:38.639 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:38.643 E:  coreutils pre-depends on libacl1 (>= 2.2.23)
00:00:38.648 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:38.655 E: 
00:00:38.662 E: dpkg: warning: ignoring pre-dependency problem!
00:00:38.668 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:38.673 E:  coreutils pre-depends on libattr1 (>= 1:2.4.48)
00:00:38.678 E:   libattr1:amd64 is unpacked, but has never been configured.
00:00:38.684 E: 
00:00:38.689 E: dpkg: warning: ignoring pre-dependency problem!
00:00:38.694 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:38.699 E:  coreutils pre-depends on libc6 (>= 2.34)
00:00:38.717 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:38.722 E: 
00:00:38.728 E: dpkg: warning: ignoring pre-dependency problem!
00:00:38.734 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:38.739 E:  coreutils pre-depends on libgmp10 (>= 2:6.3.0+dfsg)
00:00:38.745 E:   libgmp10:amd64 is unpacked, but has never been configured.
00:00:38.751 E: 
00:00:38.756 E: dpkg: warning: ignoring pre-dependency problem!
00:00:38.763 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:38.777 E:  coreutils pre-depends on libselinux1 (>= 3.1~)
00:00:38.792 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:38.798 E: 
00:00:38.804 E: dpkg: warning: ignoring pre-dependency problem!
00:00:38.810 E: dpkg: regarding .../coreutils_9.4-3.1_amd64.deb containing coreutils, pre-dependency problem:
00:00:38.818 E:  coreutils pre-depends on libssl3t64 (>= 3.0.0)
00:00:38.823 E:   libssl3t64:amd64 is unpacked, but has never been configured.
00:00:38.828 E: 
00:00:38.833 E: dpkg: warning: ignoring pre-dependency problem!
00:00:38.838 E: Preparing to unpack .../coreutils_9.4-3.1_amd64.deb ...
00:00:38.843 E: Unpacking coreutils (9.4-3.1) ...
00:00:39.046 E: Selecting previously unselected package dash.
00:00:39.052 E: dpkg: regarding .../dash_0.5.12-9_amd64.deb containing dash, pre-dependency problem:
00:00:39.057 E:  dash pre-depends on libc6 (>= 2.38)
00:00:39.060 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:39.064 E: 
00:00:39.068 E: dpkg: warning: ignoring pre-dependency problem!
00:00:39.072 E: Preparing to unpack .../dash_0.5.12-9_amd64.deb ...
00:00:39.076 E: Unpacking dash (0.5.12-9) ...
00:00:39.094 E: Selecting previously unselected package diffutils.
00:00:39.099 E: dpkg: regarding .../diffutils_1%3a3.10-1_amd64.deb containing diffutils, pre-dependency problem:
00:00:39.103 E:  diffutils pre-depends on libc6 (>= 2.34)
00:00:39.107 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:39.112 E: 
00:00:39.117 E: dpkg: warning: ignoring pre-dependency problem!
00:00:39.123 E: Preparing to unpack .../diffutils_1%3a3.10-1_amd64.deb ...
00:00:39.128 E: Unpacking diffutils (1:3.10-1) ...
00:00:39.192 E: Selecting previously unselected package libbz2-1.0:amd64.
00:00:39.197 E: Preparing to unpack .../libbz2-1.0_1.0.8-5.1_amd64.deb ...
00:00:39.202 E: Unpacking libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:39.240 E: Selecting previously unselected package liblzma5:amd64.
00:00:39.245 E: Preparing to unpack .../liblzma5_5.6.2-2_amd64.deb ...
00:00:39.249 E: Unpacking liblzma5:amd64 (5.6.2-2) ...
00:00:39.296 E: Selecting previously unselected package libmd0:amd64.
00:00:39.301 E: Preparing to unpack .../libmd0_1.1.0-2_amd64.deb ...
00:00:39.306 E: Unpacking libmd0:amd64 (1.1.0-2) ...
00:00:39.342 E: Selecting previously unselected package tar.
00:00:39.346 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:39.352 E:  tar pre-depends on libacl1 (>= 2.2.23)
00:00:39.357 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:39.361 E: 
00:00:39.367 E: dpkg: warning: ignoring pre-dependency problem!
00:00:39.372 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:39.377 E:  tar pre-depends on libc6 (>= 2.34)
00:00:39.382 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:39.387 E: 
00:00:39.392 E: dpkg: warning: ignoring pre-dependency problem!
00:00:39.400 E: dpkg: regarding .../tar_1.35+dfsg-3_amd64.deb containing tar, pre-dependency problem:
00:00:39.406 E:  tar pre-depends on libselinux1 (>= 3.1~)
00:00:39.411 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:39.416 E: 
00:00:39.421 E: dpkg: warning: ignoring pre-dependency problem!
00:00:39.425 E: Preparing to unpack .../tar_1.35+dfsg-3_amd64.deb ...
00:00:39.430 E: Unpacking tar (1.35+dfsg-3) ...
00:00:39.474 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:39.479 E:  dpkg pre-depends on libbz2-1.0
00:00:39.486 E:   libbz2-1.0:amd64 is unpacked, but has never been configured.
00:00:39.491 E: 
00:00:39.495 E: dpkg: warning: ignoring pre-dependency problem!
00:00:39.500 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:39.506 E:  dpkg pre-depends on libc6 (>= 2.38)
00:00:39.510 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:39.514 E: 
00:00:39.519 E: dpkg: warning: ignoring pre-dependency problem!
00:00:39.523 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:39.528 E:  dpkg pre-depends on liblzma5 (>= 5.4.0)
00:00:39.534 E:   liblzma5:amd64 is unpacked, but has never been configured.
00:00:39.539 E: 
00:00:39.544 E: dpkg: warning: ignoring pre-dependency problem!
00:00:39.548 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:39.553 E:  dpkg pre-depends on libmd0 (>= 0.0.0)
00:00:39.557 E:   libmd0:amd64 is unpacked, but has never been configured.
00:00:39.562 E: 
00:00:39.567 E: dpkg: warning: ignoring pre-dependency problem!
00:00:39.572 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:39.576 E:  dpkg pre-depends on libselinux1 (>= 3.1~)
00:00:39.580 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:39.583 E: 
00:00:39.588 E: dpkg: warning: ignoring pre-dependency problem!
00:00:39.594 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:39.598 E:  dpkg pre-depends on libzstd1 (>= 1.5.5)
00:00:39.603 E:   libzstd1:amd64 is unpacked, but has never been configured.
00:00:39.608 E: 
00:00:39.613 E: dpkg: warning: ignoring pre-dependency problem!
00:00:39.617 E: dpkg: regarding .../dpkg_1.22.11_amd64.deb containing dpkg, pre-dependency problem:
00:00:39.622 E:  dpkg pre-depends on zlib1g (>= 1:1.1.4)
00:00:39.627 E:   zlib1g:amd64 is unpacked, but has never been configured.
00:00:39.631 E: 
00:00:39.636 E: dpkg: warning: ignoring pre-dependency problem!
00:00:39.640 E: Preparing to unpack .../dpkg_1.22.11_amd64.deb ...
00:00:39.644 E: Unpacking dpkg (1.22.11) over (1.22.11) ...
00:00:39.690 E: Selecting previously unselected package findutils.
00:00:39.696 E: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:39.702 E:  findutils pre-depends on libc6 (>= 2.38)
00:00:39.707 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:39.713 E: 
00:00:39.720 E: dpkg: warning: ignoring pre-dependency problem!
00:00:39.726 E: dpkg: regarding .../findutils_4.10.0-2_amd64.deb containing findutils, pre-dependency problem:
00:00:39.733 E:  findutils pre-depends on libselinux1 (>= 3.1~)
00:00:39.745 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:39.749 E: 
00:00:39.756 E: dpkg: warning: ignoring pre-dependency problem!
00:00:39.761 E: Preparing to unpack .../findutils_4.10.0-2_amd64.deb ...
00:00:39.767 E: Unpacking findutils (4.10.0-2) ...
00:00:39.802 E: Selecting previously unselected package grep.
00:00:39.806 E: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:39.810 E:  grep pre-depends on libc6 (>= 2.34)
00:00:39.820 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:39.824 E: 
00:00:39.828 E: dpkg: warning: ignoring pre-dependency problem!
00:00:39.832 E: dpkg: regarding .../archives/grep_3.11-4_amd64.deb containing grep, pre-dependency problem:
00:00:39.836 E:  grep pre-depends on libpcre2-8-0 (>= 10.32)
00:00:39.840 E:   libpcre2-8-0:amd64 is unpacked, but has never been configured.
00:00:39.844 E: 
00:00:39.848 E: dpkg: warning: ignoring pre-dependency problem!
00:00:39.852 E: Preparing to unpack .../archives/grep_3.11-4_amd64.deb ...
00:00:39.856 E: Unpacking grep (3.11-4) ...
00:00:39.895 E: Selecting previously unselected package gzip.
00:00:39.900 E: dpkg: regarding .../gzip_1.12-1.1_amd64.deb containing gzip, pre-dependency problem:
00:00:39.905 E:  gzip pre-depends on libc6 (>= 2.34)
00:00:39.909 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:39.914 E: 
00:00:39.918 E: dpkg: warning: ignoring pre-dependency problem!
00:00:39.922 E: Preparing to unpack .../gzip_1.12-1.1_amd64.deb ...
00:00:39.970 E: Unpacking gzip (1.12-1.1) ...
00:00:40.031 E: Selecting previously unselected package hostname.
00:00:40.036 E: dpkg: regarding .../hostname_3.23+nmu2_amd64.deb containing hostname, pre-dependency problem:
00:00:40.042 E:  hostname pre-depends on libc6 (>= 2.34)
00:00:40.047 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:40.053 E: 
00:00:40.058 E: dpkg: warning: ignoring pre-dependency problem!
00:00:40.063 E: Preparing to unpack .../hostname_3.23+nmu2_amd64.deb ...
00:00:40.068 E: Unpacking hostname (3.23+nmu2) ...
00:00:40.289 E: Selecting previously unselected package ncurses-bin.
00:00:40.294 E: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:40.299 E:  ncurses-bin pre-depends on libc6 (>= 2.34)
00:00:40.304 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:40.308 E: 
00:00:40.312 E: dpkg: warning: ignoring pre-dependency problem!
00:00:40.316 E: dpkg: regarding .../ncurses-bin_6.5-2_amd64.deb containing ncurses-bin, pre-dependency problem:
00:00:40.320 E:  ncurses-bin pre-depends on libtinfo6 (>= 6.4+20230603)
00:00:40.324 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:40.329 E: 
00:00:40.333 E: dpkg: warning: ignoring pre-dependency problem!
00:00:40.337 E: Preparing to unpack .../ncurses-bin_6.5-2_amd64.deb ...
00:00:40.341 E: Unpacking ncurses-bin (6.5-2) ...
00:00:40.351 E: Selecting previously unselected package libcrypt1:amd64.
00:00:40.355 E: Preparing to unpack .../libcrypt1_1%3a4.4.36-4_amd64.deb ...
00:00:40.360 E: Unpacking libcrypt1:amd64 (1:4.4.36-4) ...
00:00:40.400 E: Selecting previously unselected package perl-base.
00:00:40.404 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:40.409 E:  perl-base pre-depends on libc6 (>= 2.38)
00:00:40.413 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:40.418 E: 
00:00:40.421 E: dpkg: warning: ignoring pre-dependency problem!
00:00:40.426 E: dpkg: regarding .../perl-base_5.38.2-5_amd64.deb containing perl-base, pre-dependency problem:
00:00:40.430 E:  perl-base pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:40.434 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:40.437 E: 
00:00:40.441 E: dpkg: warning: ignoring pre-dependency problem!
00:00:40.444 E: Preparing to unpack .../perl-base_5.38.2-5_amd64.deb ...
00:00:40.448 E: Unpacking perl-base (5.38.2-5) ...
00:00:40.913 E: Selecting previously unselected package sed.
00:00:40.917 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:40.921 E:  sed pre-depends on libacl1 (>= 2.2.23)
00:00:40.925 E:   libacl1:amd64 is unpacked, but has never been configured.
00:00:40.929 E: 
00:00:40.934 E: dpkg: warning: ignoring pre-dependency problem!
00:00:40.938 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:40.942 E:  sed pre-depends on libc6 (>= 2.34)
00:00:40.946 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:40.952 E: 
00:00:40.956 E: dpkg: warning: ignoring pre-dependency problem!
00:00:40.960 E: dpkg: regarding .../archives/sed_4.9-2_amd64.deb containing sed, pre-dependency problem:
00:00:40.965 E:  sed pre-depends on libselinux1 (>= 3.1~)
00:00:40.970 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:40.974 E: 
00:00:40.978 E: dpkg: warning: ignoring pre-dependency problem!
00:00:40.982 E: Preparing to unpack .../archives/sed_4.9-2_amd64.deb ...
00:00:40.986 E: Unpacking sed (4.9-2) ...
00:00:41.005 E: Selecting previously unselected package libaudit-common.
00:00:41.010 E: Preparing to unpack .../libaudit-common_1%3a3.1.2-4_all.deb ...
00:00:41.014 E: Unpacking libaudit-common (1:3.1.2-4) ...
00:00:41.047 E: Selecting previously unselected package libcap-ng0:amd64.
00:00:41.052 E: Preparing to unpack .../libcap-ng0_0.8.5-1+b1_amd64.deb ...
00:00:41.055 E: Unpacking libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:41.091 E: Selecting previously unselected package libaudit1:amd64.
00:00:41.095 E: Preparing to unpack .../libaudit1_1%3a3.1.2-4+b1_amd64.deb ...
00:00:41.099 E: Unpacking libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:41.133 E: Selecting previously unselected package libdb5.3t64:amd64.
00:00:41.137 E: Preparing to unpack .../libdb5.3t64_5.3.28+dfsg2-7_amd64.deb ...
00:00:41.141 E: Unpacking libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:41.222 E: Selecting previously unselected package debconf.
00:00:41.226 E: Preparing to unpack .../debconf_1.5.87_all.deb ...
00:00:41.231 E: Unpacking debconf (1.5.87) ...
00:00:41.362 E: Selecting previously unselected package libpam0g:amd64.
00:00:41.367 E: Preparing to unpack .../libpam0g_1.5.3-7_amd64.deb ...
00:00:41.371 E: Unpacking libpam0g:amd64 (1.5.3-7) ...
00:00:41.418 E: Selecting previously unselected package libpam-modules-bin.
00:00:41.423 E: Preparing to unpack .../libpam-modules-bin_1.5.3-7_amd64.deb ...
00:00:41.428 E: Unpacking libpam-modules-bin (1.5.3-7) ...
00:00:41.476 E: Selecting previously unselected package libpam-modules:amd64.
00:00:41.483 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:41.487 E:  libpam-modules pre-depends on libaudit1 (>= 1:2.2.1)
00:00:41.492 E:   libaudit1:amd64 is unpacked, but has never been configured.
00:00:41.496 E: 
00:00:41.501 E: dpkg: warning: ignoring pre-dependency problem!
00:00:41.505 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:41.509 E:  libpam-modules pre-depends on libc6 (>= 2.34)
00:00:41.513 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:41.518 E: 
00:00:41.522 E: dpkg: warning: ignoring pre-dependency problem!
00:00:41.526 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:41.530 E:  libpam-modules pre-depends on libcrypt1 (>= 1:4.3.0)
00:00:41.534 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:41.539 E: 
00:00:41.543 E: dpkg: warning: ignoring pre-dependency problem!
00:00:41.548 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:41.552 E:  libpam-modules pre-depends on libdb5.3t64
00:00:41.556 E:   libdb5.3t64:amd64 is unpacked, but has never been configured.
00:00:41.560 E: 
00:00:41.564 E: dpkg: warning: ignoring pre-dependency problem!
00:00:41.568 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:41.572 E:  libpam-modules pre-depends on libpam0g (>= 1.4.1)
00:00:41.576 E:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:41.580 E: 
00:00:41.585 E: dpkg: warning: ignoring pre-dependency problem!
00:00:41.589 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:41.593 E:  libpam-modules pre-depends on libselinux1 (>= 3.1~)
00:00:41.597 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:41.601 E: 
00:00:41.606 E: dpkg: warning: ignoring pre-dependency problem!
00:00:41.610 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:41.615 E:  libpam-modules pre-depends on libsystemd0
00:00:41.620 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:41.626 E: 
00:00:41.631 E: dpkg: warning: ignoring pre-dependency problem!
00:00:41.637 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:41.641 E:  libpam-modules pre-depends on debconf (>= 0.5) | debconf-2.0
00:00:41.646 E:   debconf is unpacked, but has never been configured.
00:00:41.650 E:   debconf provides debconf-2.0 but is unpacked but not configured.
00:00:41.655 E: 
00:00:41.659 E: dpkg: warning: ignoring pre-dependency problem!
00:00:41.664 E: dpkg: regarding .../libpam-modules_1.5.3-7_amd64.deb containing libpam-modules:amd64, pre-dependency problem:
00:00:41.669 E:  libpam-modules pre-depends on libpam-modules-bin (= 1.5.3-7)
00:00:41.673 E:   libpam-modules-bin is unpacked, but has never been configured.
00:00:41.678 E: 
00:00:41.682 E: dpkg: warning: ignoring pre-dependency problem!
00:00:41.686 E: Preparing to unpack .../libpam-modules_1.5.3-7_amd64.deb ...
00:00:41.691 E: Unpacking libpam-modules:amd64 (1.5.3-7) ...
00:00:41.733 E: Selecting previously unselected package libpam-runtime.
00:00:41.738 E: Preparing to unpack .../libpam-runtime_1.5.3-7_all.deb ...
00:00:41.743 E: Unpacking libpam-runtime (1.5.3-7) ...
00:00:41.857 E: Selecting previously unselected package libblkid1:amd64.
00:00:41.862 E: Preparing to unpack .../libblkid1_2.40.2-2_amd64.deb ...
00:00:41.866 E: Unpacking libblkid1:amd64 (2.40.2-2) ...
00:00:41.909 E: Selecting previously unselected package libmount1:amd64.
00:00:41.914 E: Preparing to unpack .../libmount1_2.40.2-2_amd64.deb ...
00:00:41.919 E: Unpacking libmount1:amd64 (2.40.2-2) ...
00:00:41.965 E: Selecting previously unselected package libsmartcols1:amd64.
00:00:41.970 E: Preparing to unpack .../libsmartcols1_2.40.2-2_amd64.deb ...
00:00:41.974 E: Unpacking libsmartcols1:amd64 (2.40.2-2) ...
00:00:42.015 E: Selecting previously unselected package libudev1:amd64.
00:00:42.019 E: Preparing to unpack .../libudev1_256.4-2_amd64.deb ...
00:00:42.023 E: Unpacking libudev1:amd64 (256.4-2) ...
00:00:42.067 E: Selecting previously unselected package libuuid1:amd64.
00:00:42.071 E: Preparing to unpack .../libuuid1_2.40.2-2_amd64.deb ...
00:00:42.076 E: Unpacking libuuid1:amd64 (2.40.2-2) ...
00:00:42.114 E: Selecting previously unselected package util-linux.
00:00:42.118 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:42.123 E:  util-linux pre-depends on libpam-modules
00:00:42.128 E:   libpam-modules:amd64 is unpacked, but has never been configured.
00:00:42.135 E: 
00:00:42.140 E: dpkg: warning: ignoring pre-dependency problem!
00:00:42.146 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:42.152 E:  util-linux pre-depends on libpam-runtime
00:00:42.158 E:   libpam-runtime is unpacked, but has never been configured.
00:00:42.165 E: 
00:00:42.173 E: dpkg: warning: ignoring pre-dependency problem!
00:00:42.178 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:42.183 E:  util-linux pre-depends on libblkid1 (= 2.40.2-2)
00:00:42.193 E:   libblkid1:amd64 is unpacked, but has never been configured.
00:00:42.202 E: 
00:00:42.210 E: dpkg: warning: ignoring pre-dependency problem!
00:00:42.221 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:42.239 E:  util-linux pre-depends on libc6 (>= 2.38)
00:00:42.244 E:   libc6:amd64 is unpacked, but has never been configured.
00:00:42.250 E: 
00:00:42.256 E: dpkg: warning: ignoring pre-dependency problem!
00:00:42.261 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:42.266 E:  util-linux pre-depends on libcap-ng0 (>= 0.7.9)
00:00:42.270 E:   libcap-ng0:amd64 is unpacked, but has never been configured.
00:00:42.275 E: 
00:00:42.280 E: dpkg: warning: ignoring pre-dependency problem!
00:00:42.285 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:42.290 E:  util-linux pre-depends on libcrypt1 (>= 1:4.1.0)
00:00:42.296 E:   libcrypt1:amd64 is unpacked, but has never been configured.
00:00:42.301 E: 
00:00:42.307 E: dpkg: warning: ignoring pre-dependency problem!
00:00:42.313 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:42.319 E:  util-linux pre-depends on libmount1 (= 2.40.2-2)
00:00:42.328 E:   libmount1:amd64 is unpacked, but has never been configured.
00:00:42.335 E: 
00:00:42.349 E: dpkg: warning: ignoring pre-dependency problem!
00:00:42.353 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:42.359 E:  util-linux pre-depends on libpam0g (>= 0.99.7.1)
00:00:42.363 E:   libpam0g:amd64 is unpacked, but has never been configured.
00:00:42.367 E: 
00:00:42.371 E: dpkg: warning: ignoring pre-dependency problem!
00:00:42.376 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:42.380 E:  util-linux pre-depends on libselinux1 (>= 3.1~)
00:00:42.384 E:   libselinux1:amd64 is unpacked, but has never been configured.
00:00:42.388 E: 
00:00:42.392 E: dpkg: warning: ignoring pre-dependency problem!
00:00:42.396 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:42.400 E:  util-linux pre-depends on libsmartcols1 (= 2.40.2-2)
00:00:42.405 E:   libsmartcols1:amd64 is unpacked, but has never been configured.
00:00:42.409 E: 
00:00:42.413 E: dpkg: warning: ignoring pre-dependency problem!
00:00:42.419 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:42.423 E:  util-linux pre-depends on libsystemd0
00:00:42.428 E:   libsystemd0:amd64 is unpacked, but has never been configured.
00:00:42.433 E: 
00:00:42.438 E: dpkg: warning: ignoring pre-dependency problem!
00:00:42.443 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:42.448 E:  util-linux pre-depends on libtinfo6 (>= 6)
00:00:42.452 E:   libtinfo6:amd64 is unpacked, but has never been configured.
00:00:42.457 E: 
00:00:42.462 E: dpkg: warning: ignoring pre-dependency problem!
00:00:42.468 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:42.474 E:  util-linux pre-depends on libudev1 (>= 183)
00:00:42.479 E:   libudev1:amd64 is unpacked, but has never been configured.
00:00:42.483 E: 
00:00:42.488 E: dpkg: warning: ignoring pre-dependency problem!
00:00:42.493 E: dpkg: regarding .../util-linux_2.40.2-2_amd64.deb containing util-linux, pre-dependency problem:
00:00:42.499 E:  util-linux pre-depends on libuuid1 (= 2.40.2-2)
00:00:42.503 E:   libuuid1:amd64 is unpacked, but has never been configured.
00:00:42.509 E: 
00:00:42.514 E: dpkg: warning: ignoring pre-dependency problem!
00:00:42.520 E: Preparing to unpack .../util-linux_2.40.2-2_amd64.deb ...
00:00:42.525 E: Unpacking util-linux (2.40.2-2) ...
00:00:42.530 E: Selecting previously unselected package libdebconfclient0:amd64.
00:00:42.536 E: Preparing to unpack .../libdebconfclient0_0.272_amd64.deb ...
00:00:42.540 E: Unpacking libdebconfclient0:amd64 (0.272) ...
00:00:42.546 E: Preparing to unpack .../base-passwd_3.6.4_amd64.deb ...
00:00:42.555 E: Unpacking base-passwd (3.6.4) over (3.6.4) ...
00:00:42.581 E: Selecting previously unselected package init-system-helpers.
00:00:42.587 E: Preparing to unpack .../init-system-helpers_1.66_all.deb ...
00:00:42.590 E: Unpacking init-system-helpers (1.66) ...
00:00:42.639 E: Selecting previously unselected package libc-bin.
00:00:42.644 E: Preparing to unpack .../libc-bin_2.39-6_amd64.deb ...
00:00:42.650 E: Unpacking libc-bin (2.39-6) ...
00:00:42.739 E: Selecting previously unselected package ncurses-base.
00:00:42.745 E: Preparing to unpack .../ncurses-base_6.5-2_all.deb ...
00:00:42.750 E: Unpacking ncurses-base (6.5-2) ...
00:00:42.819 E: Selecting previously unselected package sysvinit-utils.
00:00:42.823 E: Preparing to unpack .../sysvinit-utils_3.09-2_amd64.deb ...
00:00:42.828 E: Unpacking sysvinit-utils (3.09-2) ...
00:00:42.905 E: Setting up gcc-14-base:amd64 (14.2.0-1) ...
00:00:42.910 E: Setting up libaudit-common (1:3.1.2-4) ...
00:00:42.916 E: Setting up debconf (1.5.87) ...
00:00:43.111 E: Setting up ncurses-base (6.5-2) ...
00:00:43.126 E: Setting up libgcc-s1:amd64 (14.2.0-1) ...
00:00:43.133 E: Setting up libc6:amd64 (2.39-6) ...
00:00:43.326 E: Setting up libdb5.3t64:amd64 (5.3.28+dfsg2-7) ...
00:00:43.335 E: Setting up libmd0:amd64 (1.1.0-2) ...
00:00:43.344 E: Setting up libattr1:amd64 (1:2.5.2-1) ...
00:00:43.355 E: Setting up sysvinit-utils (3.09-2) ...
00:00:43.362 E: Setting up debianutils (5.20) ...
00:00:43.470 E: update-alternatives: using /usr/bin/which.debianutils to provide /usr/bin/which (which) in auto mode
00:00:43.481 E: Setting up mawk (1.3.4.20240622-2) ...
00:00:43.490 E: update-alternatives: using /usr/bin/mawk to provide /usr/bin/awk (awk) in auto mode
00:00:43.498 E: Setting up libdebconfclient0:amd64 (0.272) ...
00:00:43.504 E: Setting up base-files (13.5) ...
00:00:43.575 E: Setting up libbz2-1.0:amd64 (1.0.8-5.1) ...
00:00:43.579 E: Setting up libblkid1:amd64 (2.40.2-2) ...
00:00:43.584 E: Setting up dash (0.5.12-9) ...
00:00:43.686 E: Setting up libtinfo6:amd64 (6.5-2) ...
00:00:43.692 E: Setting up bash (5.2.21-2.1) ...
00:00:43.711 E: update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
00:00:43.718 E: Setting up libzstd1:amd64 (1.5.6+dfsg-1) ...
00:00:43.725 E: Setting up liblzma5:amd64 (5.6.2-2) ...
00:00:43.736 E: Setting up libc-bin (2.39-6) ...
00:00:43.910 E: Setting up ncurses-bin (6.5-2) ...
00:00:43.930 E: Setting up libacl1:amd64 (2.3.2-2) ...
00:00:43.939 E: Setting up libsmartcols1:amd64 (2.40.2-2) ...
00:00:43.949 E: Setting up zlib1g:amd64 (1:1.3.dfsg+really1.3.1-1) ...
00:00:43.957 E: Setting up libcrypt1:amd64 (1:4.4.36-4) ...
00:00:43.962 E: Setting up diffutils (1:3.10-1) ...
00:00:43.968 E: Setting up libcap2:amd64 (1:2.66-5) ...
00:00:43.975 E: Setting up hostname (3.23+nmu2) ...
00:00:43.980 E: Setting up libcap-ng0:amd64 (0.8.5-1+b1) ...
00:00:43.984 E: Setting up libgmp10:amd64 (2:6.3.0+dfsg-2+b1) ...
00:00:43.989 E: Setting up init-system-helpers (1.66) ...
00:00:43.995 E: Setting up libaudit1:amd64 (1:3.1.2-4+b1) ...
00:00:44.000 E: Setting up libuuid1:amd64 (2.40.2-2) ...
00:00:44.007 E: Setting up libpcre2-8-0:amd64 (10.42-4+b1) ...
00:00:44.013 E: Setting up libudev1:amd64 (256.4-2) ...
00:00:44.018 E: Setting up grep (3.11-4) ...
00:00:44.023 E: Setting up libssl3t64:amd64 (3.3.1-2) ...
00:00:44.029 E: Setting up libsystemd0:amd64 (256.4-2) ...
00:00:44.033 E: Setting up libselinux1:amd64 (3.5-2+b3) ...
00:00:44.042 E: Setting up libpam0g:amd64 (1.5.3-7) ...
00:00:44.187 E: Setting up sed (4.9-2) ...
00:00:44.193 E: Setting up findutils (4.10.0-2) ...
00:00:44.197 E: Setting up libmount1:amd64 (2.40.2-2) ...
00:00:44.203 E: Setting up base-passwd (3.6.4) ...
00:00:44.382 E: Setting up bsdutils (1:2.40.2-2) ...
00:00:44.387 E: Setting up tar (1.35+dfsg-3) ...
00:00:44.394 E: update-alternatives: using /usr/sbin/rmt-tar to provide /usr/sbin/rmt (rmt) in auto mode
00:00:44.399 E: Setting up libpam-modules-bin (1.5.3-7) ...
00:00:44.408 E: Setting up coreutils (9.4-3.1) ...
00:00:44.414 E: Setting up dpkg (1.22.11) ...
00:00:44.658 E: Setting up libpam-modules:amd64 (1.5.3-7) ...
00:00:44.690 E: Setting up perl-base (5.38.2-5) ...
00:00:44.710 E: Setting up gzip (1.12-1.1) ...
00:00:44.841 E: Setting up libpam-runtime (1.5.3-7) ...
00:00:45.013 E: Setting up util-linux (2.40.2-2) ...
00:00:45.028 E: update-alternatives: using /bin/more to provide /usr/bin/pager (pager) in auto mode
00:00:45.284 E: Processing triggers for libc-bin (2.39-6) ...
00:00:45.424 E: I: installing essential packages...
00:00:54.261 E: I: installing remaining packages inside the chroot...
00:01:00.897 E: I: cleaning package lists and apt cache...
00:01:01.004 E: I: creating tarball...
00:01:03.072 E: I: done
00:01:03.082 E: I: removing tempdir /tmp/mmdebstrap.G56phVdna9...
00:01:08.688 E: I: success in 47.4680 seconds
00:01:08.712 E: + filter
00:01:08.718 E: + ./tarfilter --path-exclude=/usr/bin/uncompress --path-exclude=/var/cache/debconf/config.dat-old --path-exclude=/var/cache/debconf/templates.dat-old --path-exclude=/var/lib/dpkg/available --path-exclude=/var/lib/dpkg/diversions --path-exclude=/var/lib/dpkg/diversions-old --path-exclude=/var/lib/dpkg/cmethopt --path-exclude=/var/lib/dpkg/status-old --path-exclude=/var/lib/shells.state
00:01:08.723 E: + cmp - /tmp/debian-chroot-fakechroot.tar
00:01:10.235 E: + rm -f /tmp/debian-chroot-fakechroot.tar /tmp/debian-chroot-root-normal.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:01:21
result: SUCCESS
------------------------------------------------------------------------------
(271/280) apt-patterns
dist: unstable
mode: auto
variant: apt
format: auto
time left: 0:07:42
------------------------------------------------------------------------------
00:00:00.017 E: + set -eu
00:00:00.041 E: + export LC_ALL=C.UTF-8
00:00:00.049 E: + trap rm -f /tmp/debian-chroot.tar EXIT INT TERM
00:00:00.063 E: + mmdebstrap --mode=auto --variant=essential --include ?or(?exact-name(dummy-does-not-exist),?exact-name(apt)) unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.644 E: I: automatically chosen mode: root
00:00:00.655 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.700 E: I: finding correct signed-by value...
00:00:00.826 E: I: automatically chosen format: tar
00:00:00.833 E: I: using /tmp/mmdebstrap.E1RxW_IVdA as tempdir
00:00:00.888 E: I: running apt-get update...
00:00:04.202 E: I: downloading packages with apt...
00:00:06.627 E: I: extracting archives...
00:00:08.614 E: I: installing essential packages...
00:00:15.055 E: I: installing remaining packages inside the chroot...
00:00:19.398 E: I: cleaning package lists and apt cache...
00:00:19.504 E: I: creating tarball...
00:00:20.422 E: I: done
00:00:20.505 E: I: removing tempdir /tmp/mmdebstrap.E1RxW_IVdA...
00:00:20.712 E: I: success in 20.2238 seconds
00:00:20.720 E: + tar -tf /tmp/debian-chroot.tar
00:00:20.725 E: + sort
00:00:20.730 E: + diff -u tar1.txt -
00:00:20.760 E: + rm -f /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:34
result: SUCCESS
------------------------------------------------------------------------------
(272/280) apt-patterns-custom
dist: unstable
mode: auto
variant: apt
format: auto
time left: 0:06:55
------------------------------------------------------------------------------
00:00:00.016 E: + set -eu
00:00:00.023 E: + export LC_ALL=C.UTF-8
00:00:00.028 E: + trap rm -f /tmp/debian-chroot.tar EXIT INT TERM
00:00:00.035 E: + mmdebstrap --mode=auto --variant=custom --include ?narrow(?archive(^unstable$),?essential) --include apt unstable /tmp/debian-chroot.tar http://127.0.0.1/debian
00:00:00.486 E: I: automatically chosen mode: root
00:00:00.496 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.530 E: I: finding correct signed-by value...
00:00:00.631 E: I: automatically chosen format: tar
00:00:00.636 E: I: using /tmp/mmdebstrap.vMx5LywPla as tempdir
00:00:00.692 E: I: running apt-get update...
00:00:03.805 E: I: downloading packages with apt...
00:00:06.689 E: I: extracting archives...
00:00:09.421 E: I: installing essential packages...
00:00:17.745 E: I: cleaning package lists and apt cache...
00:00:17.841 E: I: creating tarball...
00:00:18.648 E: I: done
00:00:18.737 E: I: removing tempdir /tmp/mmdebstrap.vMx5LywPla...
00:00:18.936 E: I: success in 18.5771 seconds
00:00:18.944 E: + tar -tf /tmp/debian-chroot.tar
00:00:18.949 E: + sort
00:00:18.953 E: + diff -u tar1.txt -
00:00:18.977 E: + echo ./var/lib/apt/extended_states
00:00:18.983 E: + rm -f /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:31
result: SUCCESS
------------------------------------------------------------------------------
(273/280) empty-sources.list
dist: unstable
mode: auto
variant: apt
format: auto
time left: 0:06:08
------------------------------------------------------------------------------
00:00:00.007 E: + set -eu
00:00:00.012 E: + export LC_ALL=C.UTF-8
00:00:00.019 E: + trap rm -f /tmp/debian-chroot.tar EXIT INT TERM
00:00:00.023 E: + printf 
00:00:00.028 E: + mmdebstrap --mode=auto --variant=apt --setup-hook=test -e "$1"/etc/apt/sources.list || echo "deb http://127.0.0.1/debian unstable main" > "$1"/etc/apt/sources.list unstable /tmp/debian-chroot.tar -
00:00:00.500 E: I: automatically chosen mode: root
00:00:00.510 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.541 E: I: finding correct signed-by value...
00:00:00.649 E: I: reading sources.list from standard input...
00:00:00.653 E: W: sources.list from standard input is empty
00:00:00.658 E: W: empty apt sources.list
00:00:00.663 E: I: automatically chosen format: tar
00:00:00.669 E: I: using /tmp/mmdebstrap.p3dfJfoKby as tempdir
00:00:00.715 E: I: running --setup-hook in shell: sh -c 'test -e "$1"/etc/apt/sources.list || echo "deb http://127.0.0.1/debian unstable main" > "$1"/etc/apt/sources.list' exec /tmp/mmdebstrap.p3dfJfoKby
00:00:00.720 E: I: running apt-get update...
00:00:03.820 E: I: downloading packages with apt...
00:00:05.890 E: I: extracting archives...
00:00:07.899 E: I: installing essential packages...
00:00:14.353 E: I: installing remaining packages inside the chroot...
00:00:18.744 E: I: cleaning package lists and apt cache...
00:00:18.847 E: I: creating tarball...
00:00:19.873 E: I: done
00:00:19.914 E: I: removing tempdir /tmp/mmdebstrap.p3dfJfoKby...
00:00:20.144 E: I: success in 19.7832 seconds
00:00:20.155 E: + tar -tf /tmp/debian-chroot.tar
00:00:20.162 E: + sort
00:00:20.168 E: + diff -u tar1.txt -
00:00:20.207 E: + rm -f /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:31
result: SUCCESS
------------------------------------------------------------------------------
(274/280) merged-fakechroot-inside-unmerged-chroot
dist: unstable
mode: auto
variant: apt
format: auto
time left: 0:05:22
skipped because of dist in ["testing", "unstable"]  # #1053671
------------------------------------------------------------------------------
(275/280) auto-mode-as-normal-user
dist: unstable
mode: auto
variant: apt
format: auto
time left: 0:04:35
------------------------------------------------------------------------------
00:00:00.009 E: + set -eu
00:00:00.014 E: + export LC_ALL=C.UTF-8
00:00:00.018 E: + trap rm -f /tmp/debian-chroot.tar.gz EXIT INT TERM
00:00:00.025 E: + [ auto = auto ]
00:00:00.029 E: + prefix=
00:00:00.033 E: + id -u
00:00:00.038 E: + [ 0 -eq 0 ]
00:00:00.042 E: + id user
00:00:00.045 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.049 E: + useradd --home-dir /home/user --create-home user
00:00:00.053 E: + prefix=runuser -u user --
00:00:00.058 E: + runuser -u user -- mmdebstrap --mode=auto --variant=apt unstable /tmp/debian-chroot.tar.gz http://127.0.0.1/debian
00:00:00.605 E: I: automatically chosen mode: unshare
00:00:00.609 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.643 E: I: finding correct signed-by value...
00:00:00.748 E: I: automatically chosen format: tar
00:00:00.753 E: I: using /tmp/mmdebstrap.9sLwxpyW3o as tempdir
00:00:00.881 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.893 E: I: running apt-get update...
00:00:04.040 E: I: downloading packages with apt...
00:00:06.489 E: I: extracting archives...
00:00:08.407 E: I: installing essential packages...
00:00:14.635 E: I: installing remaining packages inside the chroot...
00:00:18.324 E: I: cleaning package lists and apt cache...
00:00:18.416 E: I: creating tarball...
00:00:27.401 E: I: done
00:00:27.464 E: I: removing tempdir /tmp/mmdebstrap.9sLwxpyW3o...
00:00:27.704 E: I: success in 27.2940 seconds
00:00:27.712 E: + tar -tf /tmp/debian-chroot.tar.gz
00:00:27.717 E: + sort
00:00:27.721 E: + diff -u tar1.txt -
00:00:28.795 E: + rm -f /tmp/debian-chroot.tar.gz
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:41
result: SUCCESS
------------------------------------------------------------------------------
(276/280) skip-output-dev
dist: unstable
mode: root
variant: apt
format: auto
time left: 0:03:49
------------------------------------------------------------------------------
00:00:00.011 E: + set -eu
00:00:00.018 E: + export LC_ALL=C.UTF-8
00:00:00.023 E: + prefix=
00:00:00.029 E: + id -u
00:00:00.037 E: + [ 0 -eq 0 ]
00:00:00.042 E: + [ root != root ]
00:00:00.046 E: + + mmdebstrap --mode=root --variant=apt --skip=output/devtar unstable -t -
00:00:00.051 E:  http://127.0.0.1/debian
00:00:00.055 E: + sort
00:00:00.060 E: + diff -u tar1.txt -
00:00:00.544 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.582 E: I: finding correct signed-by value...
00:00:00.696 E: I: automatically chosen format: tar
00:00:00.701 E: I: using /tmp/mmdebstrap.XwHdAAe_Mr as tempdir
00:00:00.758 E: I: running apt-get update...
00:00:03.899 E: I: downloading packages with apt...
00:00:06.565 E: I: extracting archives...
00:00:08.520 E: I: installing essential packages...
00:00:15.116 E: I: installing remaining packages inside the chroot...
00:00:19.655 E: I: cleaning package lists and apt cache...
00:00:19.768 E: I: creating tarball...
00:00:19.773 E: I: skipping output/dev as requested
00:00:20.569 E: I: done
00:00:20.581 E: + echo ./dev/console
00:00:20.586 E: + echo ./dev/fd
00:00:20.590 E: + echo ./dev/full
00:00:20.595 E: + echo ./dev/null
00:00:20.599 E: + echo ./dev/ptmx
00:00:20.605 E: + echo ./dev/pts/
00:00:20.609 E: + echo ./dev/random
00:00:20.615 E: + echo ./dev/shm/
00:00:20.621 E: + echo ./dev/stderr
00:00:20.626 E: + echo ./dev/stdin
00:00:20.631 E: + echo ./dev/stdout
00:00:20.637 E: + echo ./dev/tty
00:00:20.641 E: + echo ./dev/urandom
00:00:20.647 E: + echo ./dev/zero
00:00:20.652 E: I: removing tempdir /tmp/mmdebstrap.XwHdAAe_Mr...
00:00:20.783 E: I: success in 20.3752 seconds
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:33
result: SUCCESS
------------------------------------------------------------------------------
(277/280) skip-output-dev
dist: unstable
mode: unshare
variant: apt
format: auto
time left: 0:03:03
------------------------------------------------------------------------------
00:00:00.015 E: + set -eu
00:00:00.022 E: + export LC_ALL=C.UTF-8
00:00:00.032 E: + prefix=
00:00:00.044 E: + id -u
00:00:00.060 E: + [ 0 -eq 0 ]
00:00:00.065 E: + [ unshare != root ]
00:00:00.079 E: + [ unshare != auto ]
00:00:00.093 E: + id user
00:00:00.100 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.107 E: + useradd --home-dir /home/user --create-home user
00:00:00.114 E: + prefix=runuser -u user --
00:00:00.119 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=apt --skip=output/dev unstable - http://127.0.0.1/debian
00:00:00.125 E: + sort
00:00:00.132 E: + tar -t
00:00:00.139 E: + diff -u tar1.txt -
00:00:00.822 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.864 E: I: finding correct signed-by value...
00:00:00.974 E: I: automatically chosen format: tar
00:00:00.979 E: I: using /tmp/mmdebstrap.1bLyUH5moh as tempdir
00:00:01.105 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:01.118 E: I: running apt-get update...
00:00:04.330 E: I: downloading packages with apt...
00:00:07.069 E: I: extracting archives...
00:00:08.999 E: I: installing essential packages...
00:00:15.273 E: I: installing remaining packages inside the chroot...
00:00:19.322 E: I: cleaning package lists and apt cache...
00:00:19.428 E: I: creating tarball...
00:00:19.433 E: I: skipping output/dev as requested
00:00:20.170 E: I: done
00:00:20.176 E: + echo ./dev/console
00:00:20.181 E: + echo ./dev/fd
00:00:20.186 E: + echo ./dev/full
00:00:20.191 E: + echo ./dev/null
00:00:20.206 E: + echo ./dev/ptmx
00:00:20.211 E: + echo ./dev/pts/
00:00:20.217 E: + echo ./dev/random
00:00:20.221 E: + echo ./dev/shm/
00:00:20.226 E: + echo ./dev/stderr
00:00:20.231 E: + echo ./dev/stdin
00:00:20.235 E: + echo ./dev/stdout
00:00:20.240 E: + echo ./dev/tty
00:00:20.246 E: + echo ./dev/urandom
00:00:20.251 E: + echo ./dev/zero
00:00:20.256 E: I: removing tempdir /tmp/mmdebstrap.1bLyUH5moh...
00:00:20.456 E: I: success in 19.8775 seconds
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:33
result: SUCCESS
------------------------------------------------------------------------------
(278/280) skip-output-mknod
dist: unstable
mode: root
variant: apt
format: auto
time left: 0:02:17
------------------------------------------------------------------------------
00:00:00.012 E: + set -eu
00:00:00.018 E: + export LC_ALL=C.UTF-8
00:00:00.025 E: + prefix=
00:00:00.042 E: + id -u
00:00:00.049 E: + [ 0 -eq 0 ]
00:00:00.058 E: + [ root != root ]
00:00:00.065 E: + tar -t
00:00:00.076 E: + diff -u tar1.txt -
00:00:00.083 E: + sort
00:00:00.093 E: + mmdebstrap --mode=root --variant=apt --skip=output/mknod unstable - http://127.0.0.1/debian
00:00:00.590 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.629 E: I: finding correct signed-by value...
00:00:00.740 E: I: automatically chosen format: tar
00:00:00.750 E: I: using /tmp/mmdebstrap.iJO4Yt0V2g as tempdir
00:00:00.755 E: I: skipping output/mknod as requested for ./dev/console
00:00:00.759 E: I: skipping output/mknod as requested for ./dev/full
00:00:00.763 E: I: skipping output/mknod as requested for ./dev/null
00:00:00.767 E: I: skipping output/mknod as requested for ./dev/ptmx
00:00:00.771 E: I: skipping output/mknod as requested for ./dev/random
00:00:00.774 E: I: skipping output/mknod as requested for ./dev/tty
00:00:00.779 E: I: skipping output/mknod as requested for ./dev/urandom
00:00:00.782 E: I: skipping output/mknod as requested for ./dev/zero
00:00:00.798 E: I: running apt-get update...
00:00:03.937 E: I: downloading packages with apt...
00:00:07.301 E: I: extracting archives...
00:00:09.622 E: I: installing essential packages...
00:00:16.848 E: I: installing remaining packages inside the chroot...
00:00:20.755 E: I: cleaning package lists and apt cache...
00:00:20.852 E: I: creating tarball...
00:00:21.611 E: I: done
00:00:21.618 E: I: removing tempdir /tmp/mmdebstrap.iJO4Yt0V2g...
00:00:21.791 E: I: success in 21.3361 seconds
00:00:21.798 E: + echo ./dev/console
00:00:21.803 E: + echo ./dev/full
00:00:21.808 E: + echo ./dev/null
00:00:21.812 E: + echo ./dev/ptmx
00:00:21.816 E: + echo ./dev/random
00:00:21.820 E: + echo ./dev/tty
00:00:21.823 E: + echo ./dev/urandom
00:00:21.828 E: + echo ./dev/zero
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:34
result: SUCCESS
------------------------------------------------------------------------------
(279/280) skip-output-mknod
dist: unstable
mode: unshare
variant: apt
format: auto
time left: 0:01:31
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.015 E: + prefix=
00:00:00.019 E: + id -u
00:00:00.025 E: + [ 0 -eq 0 ]
00:00:00.031 E: + [ unshare != root ]
00:00:00.035 E: + [ unshare != auto ]
00:00:00.040 E: + id user
00:00:00.044 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.048 E: + useradd --home-dir /home/user --create-home user
00:00:00.052 E: + prefix=runuser -u user --
00:00:00.057 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=apt --skip=output/mknod unstable - http://127.0.0.1/debian
00:00:00.061 E: + tar -t
00:00:00.065 E: + sort
00:00:00.069 E: + diff -u tar1.txt -
00:00:00.576 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.612 E: I: finding correct signed-by value...
00:00:00.721 E: I: automatically chosen format: tar
00:00:00.727 E: I: using /tmp/mmdebstrap.bIIhZPXjLU as tempdir
00:00:00.816 E: I: skipping output/mknod as requested for ./dev/console
00:00:00.821 E: I: skipping output/mknod as requested for ./dev/full
00:00:00.825 E: I: skipping output/mknod as requested for ./dev/null
00:00:00.829 E: I: skipping output/mknod as requested for ./dev/ptmx
00:00:00.833 E: I: skipping output/mknod as requested for ./dev/random
00:00:00.838 E: I: skipping output/mknod as requested for ./dev/tty
00:00:00.843 E: I: skipping output/mknod as requested for ./dev/urandom
00:00:00.849 E: I: skipping output/mknod as requested for ./dev/zero
00:00:00.853 E: dpkg: warning: failed to open configuration file '/home/user/.dpkg.cfg' for reading: Permission denied
00:00:00.868 E: I: running apt-get update...
00:00:03.947 E: I: downloading packages with apt...
00:00:06.468 E: I: extracting archives...
00:00:08.402 E: I: installing essential packages...
00:00:15.014 E: I: installing remaining packages inside the chroot...
00:00:19.168 E: I: cleaning package lists and apt cache...
00:00:19.272 E: I: creating tarball...
00:00:20.037 E: I: done
00:00:20.059 E: I: removing tempdir /tmp/mmdebstrap.bIIhZPXjLU...
00:00:20.349 E: I: success in 19.9652 seconds
00:00:20.358 E: + echo ./dev/console
00:00:20.363 E: + echo ./dev/full
00:00:20.367 E: + echo ./dev/null
00:00:20.372 E: + echo ./dev/ptmx
00:00:20.376 E: + echo ./dev/random
00:00:20.380 E: + echo ./dev/tty
00:00:20.384 E: + echo ./dev/urandom
00:00:20.388 E: + echo ./dev/zero
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:32
result: SUCCESS
------------------------------------------------------------------------------
(280/280) skip-tar-in-mknod
dist: unstable
mode: unshare
variant: apt
format: auto
time left: 0:00:45
------------------------------------------------------------------------------
00:00:00.006 E: + set -eu
00:00:00.011 E: + export LC_ALL=C.UTF-8
00:00:00.016 E: + export SOURCE_DATE_EPOCH=1722845704
00:00:00.020 E: + [ unshare = unshare ]
00:00:00.024 E: + trap rm -f /tmp/debian-chroot.tar EXIT INT TERM
00:00:00.028 E: + prefix=
00:00:00.033 E: + id -u
00:00:00.039 E: + [ 0 -eq 0 ]
00:00:00.043 E: + [ unshare != root ]
00:00:00.047 E: + [ unshare != auto ]
00:00:00.050 E: + id user
00:00:00.054 E: + [ ! -e /mmdebstrap-testenv ]
00:00:00.058 E: + useradd --home-dir /home/user --create-home user
00:00:00.063 E: + prefix=runuser -u user --
00:00:00.067 E: + runuser -u user -- mmdebstrap --mode=unshare --variant=custom --skip=update,setup,cleanup,tar-in/mknod --setup-hook=tar-in ./cache/mmdebstrap-unstable-apt.tar /  /tmp/debian-chroot.tar
00:00:00.617 E: I: chroot architecture amd64 is equal to the host's architecture
00:00:00.636 E: I: automatically chosen format: tar
00:00:00.642 E: I: using /tmp/mmdebstrap.BzE4okfqo7 as tempdir
00:00:00.771 E: I: skipping setup as requested
00:00:00.777 E: I: running special hook: tar-in ./cache/mmdebstrap-unstable-apt.tar /
00:00:00.783 E: I: skipping tar-in/mknod as requested
00:00:09.514 E: I: skipping update as requested
00:00:09.518 E: I: nothing to download -- skipping...
00:00:09.522 E: I: nothing to extract -- skipping...
00:00:09.527 E: I: no essential packages -- skipping...
00:00:09.530 E: I: skipping cleanup as requested
00:00:09.535 E: I: creating tarball...
00:00:10.347 E: I: done
00:00:10.465 E: I: removing tempdir /tmp/mmdebstrap.BzE4okfqo7...
00:00:10.669 E: I: success in 10.2533 seconds
00:00:10.677 E: + cmp ./cache/mmdebstrap-unstable-apt.tar /tmp/debian-chroot.tar
00:00:13.704 E: + rm -f /tmp/debian-chroot.tar
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db
------------------------------------------------------------------------------
duration: 0:00:26
result: SUCCESS
------------------------------------------------------------------------------
successfully ran 266 tests
skipped 14:
skipped because of mode == "fakechroot" and variant in ["-", "standard"] # no extended attributes:
    (107/280) check-for-bit-by-bit-identical-format-output --mode=fakechroot --variant=- --format=tar
    (108/280) check-for-bit-by-bit-identical-format-output --mode=fakechroot --variant=- --format=squashfs
    (109/280) check-for-bit-by-bit-identical-format-output --mode=fakechroot --variant=- --format=ext2
    (110/280) check-for-bit-by-bit-identical-format-output --mode=fakechroot --variant=- --format=ext4
    (111/280) check-for-bit-by-bit-identical-format-output --mode=fakechroot --variant=standard --format=tar
    (112/280) check-for-bit-by-bit-identical-format-output --mode=fakechroot --variant=standard --format=squashfs
    (113/280) check-for-bit-by-bit-identical-format-output --mode=fakechroot --variant=standard --format=ext2
    (114/280) check-for-bit-by-bit-identical-format-output --mode=fakechroot --variant=standard --format=ext4
skipped because of not run_ma_same_tests:
    (154/280) i386-which-can-be-executed-without-qemu
    (155/280) include-foreign-libmagic-mgc
    (156/280) include-foreign-libmagic-mgc-with-multiple-arch-options
    (243/280) chrootless-foreign
skipped because of mode == "fakechroot" and not run_ma_same_tests:
    (250/280) create-foreign-tarball --mode=fakechroot
skipped because of dist in ["testing", "unstable"]  # #1053671:
    (274/280) merged-fakechroot-inside-unmerged-chroot
average time per test: 0:00:47.473684
median time per test: 0:00:34
10 fastests tests:
    (29/280) version: 0:00:10
    (37/280) fail-without-username-in-etc-subuid: 0:00:10
    (27/280) help: 0:00:11
    (28/280) man: 0:00:11
    (36/280) fail-without-etc-subuid: 0:00:11
    (120/280) fail-installing-to-non-empty-lost-found: 0:00:11
    (159/280) keyring-overwrites: 0:00:11
    (254/280) error-if-stdout-is-tty: 0:00:11
    (259/280) unshare-include-deb: 0:00:11
    (131/280) fail-with-missing-lz4: 0:00:12
10 slowest tests:
    (248/280) create-foreign-tarball --mode=root: 0:04:26
    (105/280) check-for-bit-by-bit-identical-format-output --mode=fakechroot --variant=buildd --format=ext2: 0:04:15
    (249/280) create-foreign-tarball --mode=unshare: 0:04:14
    (242/280) chrootless-fakeroot: 0:03:35
    (64/280) mmdebstrap --variant=standard --format=squashfs: 0:03:31
    (241/280) chrootless: 0:03:18
    (106/280) check-for-bit-by-bit-identical-format-output --mode=fakechroot --variant=buildd --format=ext4: 0:03:08
    (196/280) compare-output-with-pre-seeded-var-cache-apt-archives --variant=standard: 0:03:03
    (65/280) mmdebstrap --variant=standard --format=ext2: 0:02:37
    (20/280) check-against-debootstrap-dist --dist=testing --variant=buildd: 0:02:28
average time per accumulated test: 0:01:52.750000
median time per accumulated test: 0:00:31
10 fastests accumulated tests:
    1x version: 0:00:10
    1x fail-without-username-in-etc-subuid: 0:00:10
    1x help: 0:00:11
    1x man: 0:00:11
    1x fail-without-etc-subuid: 0:00:11
    1x fail-installing-to-non-empty-lost-found: 0:00:11
    1x keyring-overwrites: 0:00:11
    1x error-if-stdout-is-tty: 0:00:11
    1x unshare-include-deb: 0:00:11
    1x fail-with-missing-lz4: 0:00:12
10 slowest accumulated tests:
    40x check-for-bit-by-bit-identical-format-output: 0:39:17
    24x mmdebstrap: 0:23:15
    12x debootstrap: 0:19:27
    12x check-against-debootstrap-dist: 0:15:24
    40x create-tarball-dry-run: 0:12:30
    8x compare-output-with-pre-seeded-var-cache-apt-archives: 0:10:37
    9x jessie-or-older: 0:09:06
    2x create-foreign-tarball: 0:08:40
    1x chrootless-fakeroot: 0:03:35
    1x chrootless: 0:03:18
total runtime: 3:32:54
00:00:00.015 E: + cover -nogcov -report html_basic cover_db
00:00:00.294 E: Reading database from /mnt/cover_db
00:00:00.299 E: 
00:00:00.304 E: 
00:00:00.311 E: -----
00:00:00.316 E: File 
00:00:00.323 E: -----
00:00:00.330 E: Total
00:00:00.339 E: -----
00:00:00.344 E: 
00:00:00.348 E: 
00:00:00.354 E: + mkdir -p report
00:00:00.359 E: + cp -a cover_db/common.js report
00:00:00.365 E: cp: cannot stat 'cover_db/common.js': No such file or directory
00:00:00.370 E: + cp -a cover_db/coverage.html report
00:00:00.376 E: cp: cannot stat 'cover_db/coverage.html': No such file or directory
00:00:00.381 E: + cp -a cover_db/cover.css report
00:00:00.386 E: cp: cannot stat 'cover_db/cover.css': No such file or directory
00:00:00.390 E: + cp -a cover_db/css.js report
00:00:00.396 E: cp: cannot stat 'cover_db/css.js': No such file or directory
00:00:00.401 E: + cp -a cover_db/mmdebstrap--branch.html report
00:00:00.407 E: cp: cannot stat 'cover_db/mmdebstrap--branch.html': No such file or directory
00:00:00.412 E: + cp -a cover_db/mmdebstrap--condition.html report
00:00:00.418 E: cp: cannot stat 'cover_db/mmdebstrap--condition.html': No such file or directory
00:00:00.426 E: + cp -a cover_db/mmdebstrap.html report
00:00:00.431 E: cp: cannot stat 'cover_db/mmdebstrap.html': No such file or directory
00:00:00.436 E: + cp -a cover_db/mmdebstrap--subroutine.html report
00:00:00.442 E: cp: cannot stat 'cover_db/mmdebstrap--subroutine.html': No such file or directory
00:00:00.450 E: + cp -a cover_db/standardista-table-sorting.js report
00:00:00.455 E: cp: cannot stat 'cover_db/standardista-table-sorting.js': No such file or directory
00:00:00.461 E: + cover -delete cover_db
00:00:00.518 E: Deleting database /mnt/cover_db
00:00:00.523 E: cannot remove directory for /mnt/cover_db: Device or resource busy at /usr/bin/cover line 151.
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop0       64M     0   64M   0% /mnt/cover_db

open file:////shared/report/coverage.html in a browser

./coverage.sh finished successfully
I: cleaning package lists and apt cache...
I: removing tempdir /tmp/mmdebstrap.SKugpv3xQP...
I: success in 14265.8229 seconds
+ exit 0
+ common_cleanup
++ date -u
++ basename /srv/jenkins/bin/mmdebstrap_jenkins_worker.sh
Mon Aug  5 18:42:03 UTC 2024 - mmdebstrap_jenkins_worker.sh stopped running as /tmp/jenkins-script-QifLVvlo, removing.
+ echo 'Mon Aug  5 18:42:03 UTC 2024 - mmdebstrap_jenkins_worker.sh stopped running as /tmp/jenkins-script-QifLVvlo, removing.'
+ rm -f /tmp/jenkins-script-QifLVvlo
Finished: SUCCESS