Sat 6 Feb 13:28:34 UTC 2021: Using CONF from /home/debian-cd/build.buster/CONF.sh.buster_release. make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/srv/cdbuilder.debian.org/git/setup/buster/debian-cd' rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD[1234567890]* rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/tasks rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/*.filelist* rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/packages-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/upgrade-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/md5-check echo "Cleaning the build directory" Cleaning the build directory rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel make[1]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/buster/debian-cd' make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/srv/cdbuilder.debian.org/git/setup/buster/debian-cd' mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt echo "Updating task files..." Updating task files... mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/tasks echo "- copying task files from 'tasks/buster/'" - copying task files from 'tasks/buster/' cp -r /home/debian-cd/build.buster/debian-cd/tasks/buster/* /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/tasks echo "- generating dynamic task files" - generating dynamic task files set -e; cd /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/tasks; \ /home/debian-cd/build.buster/debian-cd/tools/update_tasks; \ /home/debian-cd/build.buster/debian-cd/tools/generate_di_list; \ /home/debian-cd/build.buster/debian-cd/tools/generate_di+k_list update_tasks: Using "gnome" as the default desktop, as specified by pool/main/t/tasksel/task-desktop_3.53_all.deb date -u '+%Y%m%d' > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/DATE date -u '+%Y%m%dT%H%M%SZ' --date tomorrow > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/DATE-zulu dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.114_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/debootstrap/usr/share/debootstrap/scripts/buster ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/debootstrap/usr/share/debootstrap/scripts/buster ; \ fi if [ ! -d /home/debian-cd/build.buster/debian-cd/data/sid ] ; then \ ln -s buster /home/debian-cd/build.buster/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.buster/debian-cd/tools/boot/sid ] ; then \ ln -s buster /home/debian-cd/build.buster/debian-cd/tools/boot/sid ; \ fi for ARCH in armel; do \ echo "Using the provided status file for buster-$ARCH ..."; \ cp /home/debian-cd/build.buster/debian-cd/data/buster/status.$ARCH /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt/buster-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ if [ "$BACKPORTS"x != ""x ] ; then \ echo "Using the provided status file for buster-backports-$ARCH ..."; \ cp /home/debian-cd/build.buster/debian-cd/data/buster/status.$ARCH /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt/buster-backports-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ fi; \ done Using the provided status file for buster-armel ... make[2]: Entering directory '/srv/cdbuilder.debian.org/git/setup/buster/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.114_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/debootstrap/usr/share/debootstrap/scripts/buster ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/debootstrap/usr/share/debootstrap/scripts/buster ; \ fi if [ ! -d /home/debian-cd/build.buster/debian-cd/data/sid ] ; then \ ln -s buster /home/debian-cd/build.buster/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.buster/debian-cd/tools/boot/sid ] ; then \ ln -s buster /home/debian-cd/build.buster/debian-cd/tools/boot/sid ; \ fi Generating a fake status file for apt-get and apt-cache... for ARCH in armel; do \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt/buster-$ARCH/apt/preferences.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt/buster-backports-$ARCH/apt/preferences.d; \ fi; \ if [ $ARCH = "source" -o "3" = "1" -o "3" = "2" -o "3" = "C" -o "3" = "F" ];then \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt/buster-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt/buster-backports-$ARCH/status ; \ fi; \ else \ /home/debian-cd/build.buster/debian-cd/tools/catz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-$ARCH/Packages.*z* | \ perl -000 -ne 's/^(Package: .*)$/$1\nStatus: install ok installed/m; print if (/^Priority: (required|important|standard)/m or /^Section: base/m);' \ >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt/buster-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ /home/debian-cd/build.buster/debian-cd/tools/catz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-$ARCH/Packages.*z* | \ perl -000 -ne 's/^(Package: .*)$/$1\nStatus: install ok installed/m; print if (/^Priority: (required|important|standard)/m or /^Section: base/m);' \ >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt/buster-backports-$ARCH/status ; \ fi; \ fi; \ done; :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt/status # Set up keyring so apt doesn't complain Setting up archive-keyring mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/archive-keyring dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2019.1_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/archive-keyring for ARCH in armel; do \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt/buster-$ARCH/apt/trusted.gpg.d; \ ln -s /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt/buster-$ARCH/apt/trusted.gpg.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt/buster-backports-$ARCH/apt/trusted.gpg.d; \ ln -s /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt/buster-backports-$ARCH/apt/trusted.gpg.d; \ fi; \ done # Updating the apt database for ARCH in armel; do \ export ARCH=$ARCH; \ /home/debian-cd/build.buster/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.buster/debian-cd/tools/apt-selection update; \ fi; \ done Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian buster InRelease [122 kB] Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian buster InRelease [122 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian buster/main/debian-installer armel Packages [63.7 kB] Get:3 file:/srv/cdbuilder.debian.org/src/ftp/debian buster/main armel Packages [10.4 MB] Get:4 file:/srv/cdbuilder.debian.org/src/ftp/debian buster/contrib armel Packages [44.5 kB] Reading package lists... # If we're doing a build using d-i from sid, we'll need sid sources too if [ ""x = "yes"x ] && \ [ "buster"x != ""x ] && \ [ "buster"x != "buster"x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt/buster-source/apt/preferences.d ; \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt/buster-source/status ; \ export CODENAME=buster; \ export ARCH=source; \ /home/debian-cd/build.buster/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.buster/debian-cd/tools/apt-selection update; \ fi; \ fi for ARCH in armel; do \ export ARCH=$ARCH; \ /home/debian-cd/build.buster/debian-cd/tools/apt-selection check || make correctstatus; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.buster/debian-cd/tools/apt-selection check || make correctstatus; \ fi; \ done Reading package lists... Building dependency tree... You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: apt : Depends: libapt-pkg5.0 (>= 1.7.0~alpha3~) but it is not installed Depends: libc6 (>= 2.15) Depends: libgcc1 (>= 1:3.5) but it is not installed Depends: libgnutls30 (>= 3.6.6) but it is not installed Depends: libseccomp2 (>= 1.0.1) but it is not installed Depends: libstdc++6 (>= 5.2) but it is not installed apt-listchanges : Depends: python3-apt (>= 0.7.93) but it is not installed Depends: python3-debconf but it is not installed Depends: python3:any (>= 3.5~) apt-utils : Depends: libapt-inst2.0 (>= 1.0.5) but it is not installed Depends: libapt-pkg5.0 (>= 1.3~rc2) but it is not installed Depends: libc6 (>= 2.4) Depends: libdb5.3 but it is not installed Depends: libgcc1 (>= 1:3.5) but it is not installed Depends: libstdc++6 (>= 5.2) but it is not installed base-passwd : Depends: libc6 (>= 2.8) Depends: libdebconfclient0 (>= 0.145) but it is not installed bash : PreDepends: libc6 (>= 2.28) PreDepends: libtinfo6 (>= 6) but it is not installed bind9-host : Depends: libbind9-161 (= 1:9.11.5.P4+dfsg-5.1+deb10u2) but it is not installed Depends: libdns1104 (= 1:9.11.5.P4+dfsg-5.1+deb10u2) but it is not installed Depends: libisc1100 (= 1:9.11.5.P4+dfsg-5.1+deb10u2) but it is not installed Depends: libisccfg163 (= 1:9.11.5.P4+dfsg-5.1+deb10u2) but it is not installed Depends: liblwres161 (= 1:9.11.5.P4+dfsg-5.1+deb10u2) but it is not installed Depends: libatomic1 (>= 4.8) but it is not installed Depends: libc6 (>= 2.4) Depends: libcap2 (>= 1:2.10) but it is not installed Depends: libcom-err2 (>= 1.43.9) but it is not installed Depends: libfstrm0 (>= 0.2.0) but it is not installed Depends: libgeoip1 but it is not installed Depends: libgssapi-krb5-2 (>= 1.6.dfsg.2) but it is not installed Depends: libidn2-0 (>= 2.0.0) but it is not installed Depends: libjson-c3 (>= 0.10) but it is not installed Depends: libk5crypto3 (>= 1.6.dfsg.2) but it is not installed Depends: libkrb5-3 (>= 1.6.dfsg.2) but it is not installed Depends: liblmdb0 (>= 0.9.6) but it is not installed Depends: libprotobuf-c1 (>= 1.0.0) but it is not installed Depends: libssl1.1 (>= 1.1.0) but it is not installed Depends: libxml2 (>= 2.6.27) but it is not installed bsdmainutils : Depends: libbsd0 (>= 0.2.0) but it is not installed Depends: libc6 (>= 2.8) Depends: libtinfo6 (>= 6) but it is not installed bsdutils : PreDepends: libc6 (>= 2.28) PreDepends: libsystemd0 but it is not installed bzip2 : Depends: libbz2-1.0 (= 1.0.6-9.2~deb10u1) but it is not installed Depends: libc6 (>= 2.4) coreutils : PreDepends: libacl1 (>= 2.2.23) but it is not installed PreDepends: libattr1 (>= 1:2.4.44) but it is not installed PreDepends: libc6 (>= 2.28) PreDepends: libselinux1 (>= 2.1.13) but it is not installed cpio : Depends: libc6 (>= 2.17) cron : Depends: libc6 (>= 2.28) Depends: libpam0g (>= 0.99.7.1) but it is not installed Depends: libselinux1 (>= 2.0.82) but it is not installed Depends: lsb-base (>= 3.0-10) but it is not installed dash : PreDepends: libc6 (>= 2.28) dbus : Depends: libapparmor1 (>= 2.8.94) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libc6 (>= 2.28) Depends: libcap-ng0 (>= 0.7.9) but it is not installed Depends: libdbus-1-3 (= 1.12.20-0+deb10u1) but it is not installed Depends: libexpat1 (>= 2.1~beta3) but it is not installed Depends: libselinux1 (>= 2.0.65) but it is not installed Depends: libsystemd0 but it is not installed debconf-i18n : Depends: liblocale-gettext-perl but it is not installed Depends: libtext-iconv-perl but it is not installed Depends: libtext-wrapi18n-perl but it is not installed Depends: libtext-charwidth-perl but it is not installed debianutils : PreDepends: libc6 (>= 2.15) diffutils : PreDepends: libc6 (>= 2.17) dpkg : PreDepends: libbz2-1.0 but it is not installed PreDepends: libc6 (>= 2.28) PreDepends: liblzma5 (>= 5.2.2) but it is not installed PreDepends: libselinux1 (>= 2.3) but it is not installed PreDepends: zlib1g (>= 1:1.1.4) but it is not installed e2fsprogs : PreDepends: libblkid1 (>= 2.17.2) but it is not installed PreDepends: libc6 (>= 2.28) PreDepends: libcom-err2 (>= 1.43.9) but it is not installed PreDepends: libext2fs2 (= 1.44.5-1+deb10u3) but it is not installed PreDepends: libss2 (>= 1.38) but it is not installed PreDepends: libuuid1 (>= 2.16) but it is not installed fdisk : Depends: libc6 (>= 2.28) Depends: libfdisk1 (>= 2.33) but it is not installed Depends: libmount1 (>= 2.24.2) but it is not installed Depends: libncursesw6 (>= 6) but it is not installed Depends: libsmartcols1 (>= 2.28~rc1) but it is not installed Depends: libtinfo6 (>= 6) but it is not installed file : Depends: libc6 (>= 2.4) Depends: libmagic1 (= 1:5.35-4+deb10u2) but it is not installed Depends: zlib1g (>= 1:1.1.4) but it is not installed findutils : PreDepends: libc6 (>= 2.28) PreDepends: libselinux1 (>= 1.32) but it is not installed gettext-base : Depends: libc6 (>= 2.4) gpgv : Depends: libbz2-1.0 but it is not installed Depends: libc6 (>= 2.28) Depends: libgcrypt20 (>= 1.8.0) but it is not installed Depends: libgpg-error0 (>= 1.26-2~) but it is not installed Depends: zlib1g (>= 1:1.1.4) but it is not installed grep : PreDepends: libc6 (>= 2.28) PreDepends: libpcre3 but it is not installed groff-base : Depends: libc6 (>= 2.4) Depends: libgcc1 (>= 1:4.0) but it is not installed Depends: libstdc++6 (>= 4.3.0) but it is not installed Depends: libuchardet0 (>= 0.0.1) but it is not installed gzip : PreDepends: libc6 (>= 2.28) hdparm : Depends: libc6 (>= 2.7) Depends: lsb-base but it is not installed hostname : PreDepends: libc6 (>= 2.4) ifupdown : Depends: libc6 (>= 2.28) Depends: lsb-base but it is not installed iproute2 : Depends: libc6 (>= 2.27) Depends: libcap2 (>= 1:2.10) but it is not installed Depends: libdb5.3 but it is not installed Depends: libelf1 (>= 0.131) but it is not installed Depends: libmnl0 (>= 1.0.3-4~) but it is not installed Depends: libselinux1 (>= 2.0.15) but it is not installed Depends: libxtables12 (>= 1.6.0+snapshot20161117) but it is not installed Depends: libcap2-bin but it is not installed iptables : Depends: libip4tc0 (= 1.8.2-4) but it is not installed Depends: libip6tc0 (= 1.8.2-4) but it is not installed Depends: libiptc0 (= 1.8.2-4) but it is not installed Depends: libxtables12 (= 1.8.2-4) but it is not installed Depends: libc6 (>= 2.28) Depends: libmnl0 (>= 1.0.3-4~) but it is not installed Depends: libnetfilter-conntrack3 but it is not installed Depends: libnfnetlink0 but it is not installed Depends: libnftnl11 (>= 1.1.2) but it is not installed iputils-ping : Depends: libc6 (>= 2.11) Depends: libcap2 (>= 1:2.10) but it is not installed Depends: libidn2-0 (>= 0.6) but it is not installed Depends: libnettle6 but it is not installed isc-dhcp-client : Depends: libc6 (>= 2.28) Depends: libdns-export1104 but it is not installed Depends: libisc-export1100 but it is not installed kmod : Depends: libc6 (>= 2.17) Depends: liblzma5 (>= 5.1.1alpha+20120614) but it is not installed Depends: libssl1.1 (>= 1.1.0) but it is not installed Depends: libkmod2 (= 26-1) but it is not installed Depends: lsb-base but it is not installed less : Depends: libc6 (>= 2.11) Depends: libtinfo6 (>= 6) but it is not installed libc-bin : Depends: libc6 (> 2.28) Depends: libc6 (< 2.29) liblockfile-bin : Depends: libc6 (>= 2.4) libnss-systemd : Depends: libc6 (>= 2.28) libpam-modules : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed PreDepends: libc6 (>= 2.28) PreDepends: libdb5.3 but it is not installed PreDepends: libpam0g (>= 1.3.1) but it is not installed PreDepends: libselinux1 (>= 2.1.9) but it is not installed libpam-modules-bin : Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libc6 (>= 2.4) Depends: libpam0g (>= 0.99.7.1) but it is not installed Depends: libselinux1 (>= 1.32) but it is not installed libpam-systemd : Depends: libc6 (>= 2.28) Depends: libpam0g (>= 0.99.7.1) but it is not installed login : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed PreDepends: libc6 (>= 2.7) PreDepends: libpam0g (>= 0.99.7.1) but it is not installed logrotate : Depends: libacl1 (>= 2.2.51-8) but it is not installed Depends: libc6 (>= 2.27) Depends: libpopt0 (>= 1.14) but it is not installed Depends: libselinux1 (>= 1.32) but it is not installed lsof : Depends: libc6 (>= 2.11) Depends: libselinux1 (>= 1.32) but it is not installed man-db : Depends: libc6 (>= 2.28) Depends: libgdbm6 (>= 1.16) but it is not installed Depends: libpipeline1 (>= 1.5.0) but it is not installed Depends: libseccomp2 (>= 2.1.0) but it is not installed Depends: zlib1g (>= 1:1.1.4) but it is not installed mawk : PreDepends: libc6 (>= 2.11) mount : PreDepends: libblkid1 (>= 2.17.2) but it is not installed PreDepends: libc6 (>= 2.28) PreDepends: libmount1 (>= 2.33) but it is not installed PreDepends: libselinux1 (>= 2.6-3~) but it is not installed PreDepends: libsmartcols1 (>= 2.33) but it is not installed nano : Depends: libc6 (>= 2.28) Depends: libncursesw6 (>= 6) but it is not installed Depends: libtinfo6 (>= 6) but it is not installed Depends: zlib1g (>= 1:1.1.4) but it is not installed ncurses-bin : PreDepends: libc6 (>= 2.7) PreDepends: libtinfo6 (>= 6.1) but it is not installed netcat-traditional : Depends: libc6 (>= 2.15) openssh-client : Depends: libc6 (>= 2.28) Depends: libedit2 (>= 2.11-20080614-0) but it is not installed Depends: libgssapi-krb5-2 (>= 1.17) but it is not installed Depends: libselinux1 (>= 1.32) but it is not installed Depends: libssl1.1 (>= 1.1.1) but it is not installed Depends: zlib1g (>= 1:1.1.4) but it is not installed passwd : Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libc6 (>= 2.8) Depends: libpam0g (>= 0.99.7.1) but it is not installed Depends: libselinux1 (>= 1.32) but it is not installed Depends: libsemanage1 (>= 2.0.3) but it is not installed pciutils : Depends: libc6 (>= 2.7) Depends: libkmod2 (>= 5~) but it is not installed Depends: libpci3 (= 1:3.5.2-1) but it is not installed perl : Depends: libperl5.28 (= 5.28.1-6+deb10u1) but it is not installed perl-base : PreDepends: libc6 (>= 2.28) procps : Depends: libc6 (>= 2.27) Depends: libncurses6 (>= 6) but it is not installed Depends: libncursesw6 (>= 6) but it is not installed Depends: libprocps7 (>= 2:3.3.15-1) but it is not installed Depends: libtinfo6 (>= 6) but it is not installed Depends: lsb-base (>= 3.0-10) but it is not installed python : Depends: libpython-stdlib (= 2.7.16-1) but it is not installed Depends: python2 (= 2.7.16-1) but it is not installed python-minimal : Depends: python2.7-minimal (>= 2.7.16-1~) but it is not installed Depends: python2-minimal (= 2.7.16-1) but it is not installed python2.7 : Depends: python2.7-minimal (= 2.7.16-2+deb10u1) but it is not installed Depends: libpython2.7-stdlib (= 2.7.16-2+deb10u1) but it is not installed python3-reportbug : Depends: python3:any Depends: python3-debian but it is not installed Depends: python3-debianbts (>= 1.13) but it is not installed Depends: python3-requests but it is not installed Depends: python3-apt but it is not installed reportbug : Depends: python3:any rsyslog : Depends: libc6 (>= 2.28) Depends: libestr0 (>= 0.1.4) but it is not installed Depends: libfastjson4 (>= 0.99.7) but it is not installed Depends: liblognorm5 (>= 2.0.3) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed Depends: libuuid1 (>= 2.16) but it is not installed Depends: zlib1g (>= 1:1.1.4) but it is not installed Depends: lsb-base (>= 3.2-14) but it is not installed sed : PreDepends: libacl1 (>= 2.2.51-8) but it is not installed PreDepends: libc6 (>= 2.7) PreDepends: libselinux1 (>= 1.32) but it is not installed systemd : PreDepends: libblkid1 (>= 2.24) but it is not installed PreDepends: libc6 (>= 2.28) PreDepends: libgcrypt20 (>= 1.8.0) but it is not installed PreDepends: liblz4-1 (>= 0.0~r122) but it is not installed PreDepends: liblzma5 (>= 5.1.1alpha+20120614) but it is not installed PreDepends: libselinux1 (>= 2.1.9) but it is not installed Depends: libacl1 (>= 2.2.23) but it is not installed Depends: libapparmor1 (>= 2.9.0-3+exp2) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcap2 (>= 1:2.10) but it is not installed Depends: libcryptsetup12 (>= 2:1.6.0) but it is not installed Depends: libgnutls30 (>= 3.6.6) but it is not installed Depends: libgpg-error0 (>= 1.14) but it is not installed Depends: libidn11 (>= 1.13) but it is not installed Depends: libip4tc0 (>= 1.6.0+snapshot20161117) but it is not installed Depends: libkmod2 (>= 5~) but it is not installed Depends: liblz4-1 (>= 0.0~r130) but it is not installed Depends: libmount1 (>= 2.30) but it is not installed Depends: libpam0g (>= 0.99.7.1) but it is not installed Depends: libseccomp2 (>= 2.3.1) but it is not installed Depends: libsystemd0 (= 241-7~deb10u6) but it is not installed sysvinit-utils : Depends: libc6 (>= 2.4) tar : PreDepends: libacl1 (>= 2.2.23) but it is not installed PreDepends: libc6 (>= 2.28) PreDepends: libselinux1 (>= 1.32) but it is not installed tasksel : Depends: liblocale-gettext-perl but it is not installed telnet : Depends: libc6 (>= 2.15) Depends: libgcc1 (>= 1:3.5) but it is not installed Depends: libstdc++6 (>= 5) but it is not installed traceroute : Depends: libc6 (>= 2.4) udev : Depends: libacl1 (>= 2.2.23) but it is not installed Depends: libblkid1 (>= 2.24) but it is not installed Depends: libc6 (>= 2.28) Depends: libkmod2 (>= 5~) but it is not installed Depends: libselinux1 (>= 2.1.9) but it is not installed Depends: libudev1 (= 241-7~deb10u6) but it is not installed Depends: lsb-base (>= 3.0-6) but it is not installed util-linux : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed PreDepends: libblkid1 (>= 2.31.1) but it is not installed PreDepends: libc6 (>= 2.28) PreDepends: libcap-ng0 (>= 0.7.9) but it is not installed PreDepends: libmount1 (>= 2.25) but it is not installed PreDepends: libpam0g (>= 0.99.7.1) but it is not installed PreDepends: libselinux1 (>= 2.6-3~) but it is not installed PreDepends: libsmartcols1 (>= 2.33) but it is not installed PreDepends: libsystemd0 but it is not installed PreDepends: libtinfo6 (>= 6) but it is not installed PreDepends: libudev1 (>= 183) but it is not installed PreDepends: libuuid1 (>= 2.16) but it is not installed PreDepends: zlib1g (>= 1:1.1.4) but it is not installed vim-common : Depends: xxd but it is not installed vim-tiny : Depends: libacl1 (>= 2.2.23) but it is not installed Depends: libc6 (>= 2.28) Depends: libselinux1 (>= 1.32) but it is not installed Depends: libtinfo6 (>= 6) but it is not installed wget : Depends: libc6 (>= 2.28) Depends: libgnutls30 (>= 3.6.6) but it is not installed Depends: libidn2-0 (>= 0.6) but it is not installed Depends: libnettle6 but it is not installed Depends: libpcre2-8-0 (>= 10.32) but it is not installed Depends: libpsl5 (>= 0.16.0) but it is not installed Depends: libuuid1 (>= 2.16) but it is not installed Depends: zlib1g (>= 1:1.1.4) but it is not installed whiptail : Depends: libc6 (>= 2.4) Depends: libnewt0.52 (>= 0.52.20) but it is not installed Depends: libpopt0 (>= 1.14) but it is not installed Depends: libslang2 (>= 2.2.4) but it is not installed xz-utils : Depends: libc6 (>= 2.28) Depends: liblzma5 (>= 5.2.2) but it is not installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). make[3]: Entering directory '/srv/cdbuilder.debian.org/git/setup/buster/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.114_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/debootstrap/usr/share/debootstrap/scripts/buster ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/debootstrap/usr/share/debootstrap/scripts/buster ; \ fi if [ ! -d /home/debian-cd/build.buster/debian-cd/data/sid ] ; then \ ln -s buster /home/debian-cd/build.buster/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.buster/debian-cd/tools/boot/sid ] ; then \ ln -s buster /home/debian-cd/build.buster/debian-cd/tools/boot/sid ; \ fi if [ "armel" != "source" ] ; then \ for ARCH in armel; do \ echo "Apt-get is updating its files ..."; \ ARCH=$ARCH /home/debian-cd/build.buster/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.buster/debian-cd/tools/apt-selection update; \ fi; \ done; \ fi Apt-get is updating its files ... Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian buster InRelease [122 kB] Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian buster InRelease [122 kB] Reading package lists... set -e; \ if [ "armel" != "source" ] ; then \ for ARCH in armel; do \ export ARCH=$ARCH; \ for i in `/home/debian-cd/build.buster/debian-cd/tools/apt-selection deselected -f install`; do \ echo $ARCH:$i; \ perl -i -000 -ne "print unless /^Package: \Q$i\E/m" \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt/buster-$ARCH/status; \ done; \ if [ "$BACKPORTS"x != ""x ] ; then \ for i in `USE_BP=1 /home/debian-cd/build.buster/debian-cd/tools/apt-selection deselected -f install`; do \ echo $ARCH:$i; \ perl -i -000 -ne "print unless /^Package: \Q$i\E/m" \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt/buster-backports-$ARCH/status; \ done; \ fi; \ done; \ fi set -e; \ if [ "armel" != "source" ] ; then \ for ARCH in armel; do \ export ARCH=$ARCH; \ for i in `/home/debian-cd/build.buster/debian-cd/tools/apt-selection selected -f install`; do \ echo $ARCH:$i; \ /home/debian-cd/build.buster/debian-cd/tools/apt-selection cache --no-all-versions show "$i" | perl -000 -npe \ "s/^(Package: .*)\$/\$1\nStatus: install ok installed/m;" \ >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt/buster-$ARCH/status; \ done; \ if [ "$BACKPORTS"x != ""x ] ; then \ for i in `USE_BP=1 /home/debian-cd/build.buster/debian-cd/tools/apt-selection selected -f install`; do \ echo $ARCH:$i; \ USE_BP=1 /home/debian-cd/build.buster/debian-cd/tools/apt-selection cache --no-all-versions show "$i" | perl -000 -npe \ "s/^(Package: .*)\$/\$1\nStatus: install ok installed/m;" \ >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt/buster-backports-$ARCH/status; \ done; \ fi; \ done; \ fi armel:ca-certificates armel:dmsetup armel:gcc-8-base armel:libacl1 armel:libapparmor1 armel:libapt-inst2.0 armel:libapt-pkg5.0 armel:libargon2-1 armel:libatomic1 armel:libattr1 armel:libaudit-common armel:libaudit1 armel:libbind9-161 armel:libblkid1 armel:libbsd0 armel:libbz2-1.0 armel:libc6 armel:libcap-ng0 armel:libcap2 armel:libcap2-bin armel:libcom-err2 armel:libcryptsetup12 armel:libcurl3-gnutls armel:libdb5.3 armel:libdbus-1-3 armel:libdebconfclient0 armel:libdevmapper1.02.1 armel:libdns-export1104 armel:libdns1104 armel:libedit2 armel:libelf1 armel:libestr0 armel:libexpat1 armel:libext2fs2 armel:libfastjson4 armel:libfdisk1 armel:libffi6 armel:libfstrm0 armel:libgcc1 armel:libgcrypt20 armel:libgdbm-compat4 armel:libgdbm6 armel:libgeoip1 armel:libgmp10 armel:libgnutls30 armel:libgpg-error0 armel:libgssapi-krb5-2 armel:libhogweed4 armel:libicu63 armel:libidn11 armel:libidn2-0 armel:libip4tc0 armel:libip6tc0 armel:libiptc0 armel:libisc-export1100 armel:libisc1100 armel:libisccc161 armel:libisccfg163 armel:libjson-c3 armel:libk5crypto3 armel:libkeyutils1 armel:libkmod2 armel:libkrb5-3 armel:libkrb5support0 armel:libldap-2.4-2 armel:libldap-common armel:liblmdb0 armel:liblocale-gettext-perl armel:liblognorm5 armel:liblwres161 armel:liblz4-1 armel:liblzma5 armel:libmagic-mgc armel:libmagic1 armel:libmnl0 armel:libmount1 armel:libmpdec2 armel:libncurses6 armel:libncursesw6 armel:libnetfilter-conntrack3 armel:libnettle6 armel:libnewt0.52 armel:libnfnetlink0 armel:libnftnl11 armel:libnghttp2-14 armel:libp11-kit0 armel:libpam0g armel:libpci3 armel:libpcre2-8-0 armel:libpcre3 armel:libperl5.28 armel:libpipeline1 armel:libpopt0 armel:libprocps7 armel:libprotobuf-c1 armel:libpsl5 armel:libpython-stdlib armel:libpython2-stdlib armel:libpython2.7-minimal armel:libpython2.7-stdlib armel:libpython3-stdlib armel:libpython3.7-minimal armel:libpython3.7-stdlib armel:libreadline7 armel:librtmp1 armel:libsasl2-2 armel:libsasl2-modules-db armel:libseccomp2 armel:libselinux1 armel:libsemanage-common armel:libsemanage1 armel:libsepol1 armel:libslang2 armel:libsmartcols1 armel:libsqlite3-0 armel:libss2 armel:libssh2-1 armel:libssl1.1 armel:libstdc++6 armel:libsystemd0 armel:libtasn1-6 armel:libtext-charwidth-perl armel:libtext-iconv-perl armel:libtext-wrapi18n-perl armel:libtinfo6 armel:libuchardet0 armel:libudev1 armel:libunistring2 armel:libuuid1 armel:libxml2 armel:libxtables12 armel:libzstd1 armel:lsb-base armel:openssl armel:python-apt-common armel:python2 armel:python2-minimal armel:python2.7-minimal armel:python3 armel:python3-apt armel:python3-certifi armel:python3-chardet armel:python3-debconf armel:python3-debian armel:python3-debianbts armel:python3-httplib2 armel:python3-idna armel:python3-minimal armel:python3-pkg-resources armel:python3-pycurl armel:python3-pysimplesoap armel:python3-requests armel:python3-six armel:python3-urllib3 armel:python3.7 armel:python3.7-minimal armel:xxd armel:zlib1g for ARCH in armel; do \ ARCH=$ARCH /home/debian-cd/build.buster/debian-cd/tools/apt-selection check; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.buster/debian-cd/tools/apt-selection check; \ fi; \ done Reading package lists... Building dependency tree... make[3]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/buster/debian-cd' make[2]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/buster/debian-cd' make[1]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/buster/debian-cd' ... checking your mirror make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/srv/cdbuilder.debian.org/git/setup/buster/debian-cd' /home/debian-cd/build.buster/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "armel" buster buster /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/md5-check Looking in /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/ /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/ Using MD5 sums from Packages files: /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-armel/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/installer-armel/20190702/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/installer-armel/20190702+deb10u8/images/MD5SUMS for ARCH in armel; do \ if [ -e /home/debian-cd/build.buster/debian-cd/data/buster/$ARCH/extra-sources ]; then \ echo "Extra dedicated source added; need to grab source MD5 info too"; \ /home/debian-cd/build.buster/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian source buster buster /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/md5-check; \ fi; \ done make[1]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/buster/debian-cd' ... building the images; using target(s) "official_images" Building all available jigdos and up to 1 isos for armel DVD make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/srv/cdbuilder.debian.org/git/setup/buster/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.114_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/debootstrap/usr/share/debootstrap/scripts/buster ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/debootstrap/usr/share/debootstrap/scripts/buster ; \ fi if [ ! -d /home/debian-cd/build.buster/debian-cd/data/sid ] ; then \ ln -s buster /home/debian-cd/build.buster/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.buster/debian-cd/tools/boot/sid ] ; then \ ln -s buster /home/debian-cd/build.buster/debian-cd/tools/boot/sid ; \ fi if [ "armel" != "source" ] ; then \ for ARCH in armel; do \ echo "Apt-get is updating its files ..."; \ ARCH=$ARCH /home/debian-cd/build.buster/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.buster/debian-cd/tools/apt-selection update; \ fi; \ done; \ fi Apt-get is updating its files ... Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian buster InRelease [122 kB] Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian buster InRelease [122 kB] Reading package lists... if [ ""x != "yes"x ] ; then \ if [ "3"x = "1"x ] ; then \ : ; \ elif [ "3"x = "2"x -o "3"x = "C"x ] ; then \ echo "mawk" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/rawlist; \ else \ echo "mawk" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/rawlist; \ echo "exim4-daemon-light" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/rawlist; \ fi; \ fi if [ ""x != "yes"x ] ; then \ if [ _3 != _1 ]; then \ for ARCH in armel; do \ BINCLUDE=`[ -n "" ] && cat | sort -u | tr "\n" "," | sed 's!,$!!g'`; \ [ -z "$BINCLUDE" ] || BINCLUDE="--include=$BINCLUDE"; \ BEXCLUDE=`[ -n "" ] && cat | tr "\n" "," | sed 's!,$!!g'`; \ [ -z "$BEXCLUDE" ] || BEXCLUDE="--exclude=$BEXCLUDE"; \ debootstrap --no-check-gpg --arch $ARCH \ --print-debs \ $BINCLUDE $BEXCLUDE \ buster \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/debootstrap.tmp \ file:/srv/cdbuilder.debian.org/src/ftp/debian \ 2>/dev/null \ | tr ' ' '\n' > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/debootstrap-list; \ cat /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/debootstrap-list >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/rawlist; \ rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/debootstrap.tmp; \ done; \ fi; \ fi for ARCH in armel; do \ ARCHDEFS="$ARCHDEFS -D ARCH_`echo $ARCH | sed 's/-/_/'`"; \ ARCHUNDEFS="$ARCHUNDEFS -U $ARCH"; \ done; \ for VARIANT in ; do \ VARIANTDEFS="$VARIANTDEFS -D VARIANT_$VARIANT"; \ done; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DFORCE_FIRMWARE"; \ fi; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DARCH_i386_EXCLUDE_486_KERNEL"; \ fi; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DARCH_i386_EXCLUDE_586_KERNEL"; \ fi; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DARCH_i386_EXCLUDE_686_KERNEL"; \ fi; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DARCH_i386_EXCLUDE_686_PAE_KERNEL"; \ fi; \ if [ ""x != "yes"x ] ; then \ cpp -nostdinc -P -undef $ARCHDEFS $VARIANTDEFS\ $ARCHUNDEFS -U i386 -U linux -U unix \ -DFORCENONUSONCD1=0 \ -I /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/tasks /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/tasks/Debian-all >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/rawlist; \ fi if [ ""x = "yes"x ] ; then \ awk '/^Package:/ {print $2}' /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt/buster-source/apt-state/lists/*Sources | \ sort -u > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/rawlist; \ fi Generating the complete list of packages to be included in /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/list... perl -ne 'chomp; next if /^\s*$/; \ print "$_\n" if not $seen{$_}; $seen{$_}++;' \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/rawlist \ > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/list /home/debian-cd/build.buster/debian-cd/tools/check_backports_packages /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/list.backports if [ -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/list.backports ]; then mv /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/list.backports /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/list; fi for ARCH in armel; do \ ARCH=$ARCH /home/debian-cd/build.buster/debian-cd/tools/sort_deps /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/list; \ done Running sort_deps to sort packages for armel: Generating dependency tree with apt-cache depends... Adding standard, required, important and base packages first S/R/I/B packages take 109424916 bytes Adding the rest of the requested packages Now up to 59559498314 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 53830 packages, total size 61490036870 bytes. if [ ""x = "yes"x ] ; then \ /home/debian-cd/build.buster/debian-cd/tools/grab_source_list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/packages; \ else \ /home/debian-cd/build.buster/debian-cd/tools/merge_package_lists /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/apt "armel" /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/packages; \ fi if [ ""x = "yes"x ] ; then \ grep ^source /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/packages > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/packages.source; \ fi /home/debian-cd/build.buster/debian-cd/tools/make_disc_trees.pl /home/debian-cd/build.buster/debian-cd /srv/cdbuilder.debian.org/src/ftp/debian /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel buster "armel" "xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso -version says: xorriso 1.5.0 ISO 9660 Rock Ridge filesystem manipulator and CD/DVD/BD burn program Copyright (C) 2017, Thomas Schmitt , libburnia project. xorriso version : 1.5.0 Version timestamp : 2018.09.15.133001 Build timestamp : -none-given- libisofs in use : 1.5.0 (min. 1.5.0) libjte in use : 1.0.0 (min. 1.0.0) libburn in use : 1.5.0 (min. 1.5.0) libburn OS adapter: internal GNU/Linux SG_IO adapter sg-linux libisoburn in use : 1.5.0 (min. 1.5.0) Provided under GNU GPL version 3 or later, due to libreadline license. There is NO WARRANTY, to the extent permitted by law. Reading in package information for armel: Done: Read details of 53830 packages for armel Reading in translated package descriptions for main: Done: read 224367 entries for 36 languages Reading in translated package descriptions for contrib: Done: read 295 entries for 1 languages Starting to lay out packages into images: Adding the required directories Generating the image label and volume id Adding .disk/base_components Adding .disk/cd_type Adding udeb/base includes/excludes WARNING: Unable to read UDEB_INCLUDE file /home/debian-cd/build.buster/debian-cd/data/buster/armel_udeb_include WARNING: Unable to read UDEB_EXCLUDE file /home/debian-cd/build.buster/debian-cd/data/buster/armel_udeb_exclude Adding docs to CD1 Removing old dedications removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-9.0.sv.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-2.2.cn.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-9.0.ru.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-2.2.de.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-9.0.ro.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-2.2.es.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-9.0.sigs.tar.gz' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-2.2.fi.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-9.0.ta.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-2.2.fr.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-9.0.th.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-2.2.it.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-9.0.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-2.2.ja.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-2.2.pt_BR.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-2.2.sigs.tar.gz' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-2.2.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-5.0.ca.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-5.0.cs.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-5.0.de.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-5.0.es.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-5.0.fr.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-5.0.it.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-5.0.ja.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-5.0.lt.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-5.0.ml.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-5.0.pt.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-5.0.ro.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-5.0.ru.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-5.0.sigs.tar.gz' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-5.0.sk.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-5.0.sv.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-5.0.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-5.0.vi.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-9.0.bn.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-9.0.ca.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-9.0.cs.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-9.0.da.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-9.0.de.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-9.0.es.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-9.0.gl.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-9.0.id.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-9.0.it.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-9.0.ja.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-9.0.ms.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-9.0.nl.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-9.0.pt.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1/doc/dedication/dedication-9.0.pt_BR.txt' Extracting FAQ on CD1 Adding installtools Downloading most recent release notes for armel --2021-02-06 13:33:20-- https://www.debian.org/releases/buster/release-notes-armel.tar.gz Resolving www.debian.org (www.debian.org)... 2001:67c:2564:a119::77, 130.89.148.77 Connecting to www.debian.org (www.debian.org)|2001:67c:2564:a119::77|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 7037918 (6.7M) [application/x-gzip] Saving to: 'release-notes-armel.tar.gz' 0K .......... .......... .......... .......... .......... 0% 1.72M 4s 50K .......... .......... .......... .......... .......... 1% 3.89M 3s 100K .......... .......... .......... .......... .......... 2% 7.34M 2s 150K .......... .......... .......... .......... .......... 2% 9.39M 2s 200K .......... .......... .......... .......... .......... 3% 9.47M 2s 250K .......... .......... .......... .......... .......... 4% 13.8M 1s 300K .......... .......... .......... .......... .......... 5% 22.0M 1s 350K .......... .......... .......... .......... .......... 5% 16.3M 1s 400K .......... .......... .......... .......... .......... 6% 18.0M 1s 450K .......... .......... .......... .......... .......... 7% 19.2M 1s 500K .......... .......... .......... .......... .......... 8% 44.3M 1s 550K .......... .......... .......... .......... .......... 8% 19.8M 1s 600K .......... .......... .......... .......... .......... 9% 47.2M 1s 650K .......... .......... .......... .......... .......... 10% 22.8M 1s 700K .......... .......... .......... .......... .......... 10% 48.0M 1s 750K .......... .......... .......... .......... .......... 11% 27.8M 1s 800K .......... .......... .......... .......... .......... 12% 37.4M 1s 850K .......... .......... .......... .......... .......... 13% 57.0M 1s 900K .......... .......... .......... .......... .......... 13% 33.1M 1s 950K .......... .......... .......... .......... .......... 14% 59.1M 1s 1000K .......... .......... .......... .......... .......... 15% 43.9M 0s 1050K .......... .......... .......... .......... .......... 16% 90.8M 0s 1100K .......... .......... .......... .......... .......... 16% 49.9M 0s 1150K .......... .......... .......... .......... .......... 17% 48.1M 0s 1200K .......... .......... .......... .......... .......... 18% 45.5M 0s 1250K .......... .......... .......... .......... .......... 18% 117M 0s 1300K .......... .......... .......... .......... .......... 19% 50.8M 0s 1350K .......... .......... .......... .......... .......... 20% 57.8M 0s 1400K .......... .......... .......... .......... .......... 21% 56.1M 0s 1450K .......... .......... .......... .......... .......... 21% 87.3M 0s 1500K .......... .......... .......... .......... .......... 22% 103M 0s 1550K .......... .......... .......... .......... .......... 23% 53.9M 0s 1600K .......... .......... .......... .......... .......... 24% 74.9M 0s 1650K .......... .......... .......... .......... .......... 24% 79.7M 0s 1700K .......... .......... .......... .......... .......... 25% 105M 0s 1750K .......... .......... .......... .......... .......... 26% 73.8M 0s 1800K .......... .......... .......... .......... .......... 26% 42.4M 0s 1850K .......... .......... .......... .......... .......... 27% 113M 0s 1900K .......... .......... .......... .......... .......... 28% 115M 0s 1950K .......... .......... .......... .......... .......... 29% 114M 0s 2000K .......... .......... .......... .......... .......... 29% 94.3M 0s 2050K .......... .......... .......... .......... .......... 30% 114M 0s 2100K .......... .......... .......... .......... .......... 31% 113M 0s 2150K .......... .......... .......... .......... .......... 32% 114M 0s 2200K .......... .......... .......... .......... .......... 32% 105M 0s 2250K .......... .......... .......... .......... .......... 33% 107M 0s 2300K .......... .......... .......... .......... .......... 34% 117M 0s 2350K .......... .......... .......... .......... .......... 34% 115M 0s 2400K .......... .......... .......... .......... .......... 35% 94.8M 0s 2450K .......... .......... .......... .......... .......... 36% 110M 0s 2500K .......... .......... .......... .......... .......... 37% 114M 0s 2550K .......... .......... .......... .......... .......... 37% 114M 0s 2600K .......... .......... .......... .......... .......... 38% 105M 0s 2650K .......... .......... .......... .......... .......... 39% 114M 0s 2700K .......... .......... .......... .......... .......... 40% 114M 0s 2750K .......... .......... .......... .......... .......... 40% 110M 0s 2800K .......... .......... .......... .......... .......... 41% 97.5M 0s 2850K .......... .......... .......... .......... .......... 42% 113M 0s 2900K .......... .......... .......... .......... .......... 42% 130M 0s 2950K .......... .......... .......... .......... .......... 43% 110M 0s 3000K .......... .......... .......... .......... .......... 44% 104M 0s 3050K .......... .......... .......... .......... .......... 45% 116M 0s 3100K .......... .......... .......... .......... .......... 45% 114M 0s 3150K .......... .......... .......... .......... .......... 46% 113M 0s 3200K .......... .......... .......... .......... .......... 47% 95.8M 0s 3250K .......... .......... .......... .......... .......... 48% 111M 0s 3300K .......... .......... .......... .......... .......... 48% 114M 0s 3350K .......... .......... .......... .......... .......... 49% 114M 0s 3400K .......... .......... .......... .......... .......... 50% 103M 0s 3450K .......... .......... .......... .......... .......... 50% 114M 0s 3500K .......... .......... .......... .......... .......... 51% 114M 0s 3550K .......... .......... .......... .......... .......... 52% 2.96M 0s 3600K .......... .......... .......... .......... .......... 53% 114M 0s 3650K .......... .......... .......... .......... .......... 53% 142M 0s 3700K .......... .......... .......... .......... .......... 54% 136M 0s 3750K .......... .......... .......... .......... .......... 55% 135M 0s 3800K .......... .......... .......... .......... .......... 56% 123M 0s 3850K .......... .......... .......... .......... .......... 56% 140M 0s 3900K .......... .......... .......... .......... .......... 57% 133M 0s 3950K .......... .......... .......... .......... .......... 58% 143M 0s 4000K .......... .......... .......... .......... .......... 58% 112M 0s 4050K .......... .......... .......... .......... .......... 59% 131M 0s 4100K .......... .......... .......... .......... .......... 60% 137M 0s 4150K .......... .......... .......... .......... .......... 61% 135M 0s 4200K .......... .......... .......... .......... .......... 61% 119M 0s 4250K .......... .......... .......... .......... .......... 62% 140M 0s 4300K .......... .......... .......... .......... .......... 63% 124M 0s 4350K .......... .......... .......... .......... .......... 64% 135M 0s 4400K .......... .......... .......... .......... .......... 64% 116M 0s 4450K .......... .......... .......... .......... .......... 65% 135M 0s 4500K .......... .......... .......... .......... .......... 66% 140M 0s 4550K .......... .......... .......... .......... .......... 66% 130M 0s 4600K .......... .......... .......... .......... .......... 67% 126M 0s 4650K .......... .......... .......... .......... .......... 68% 145M 0s 4700K .......... .......... .......... .......... .......... 69% 138M 0s 4750K .......... .......... .......... .......... .......... 69% 133M 0s 4800K .......... .......... .......... .......... .......... 70% 107M 0s 4850K .......... .......... .......... .......... .......... 71% 133M 0s 4900K .......... .......... .......... .......... .......... 72% 135M 0s 4950K .......... .......... .......... .......... .......... 72% 143M 0s 5000K .......... .......... .......... .......... .......... 73% 124M 0s 5050K .......... .......... .......... .......... .......... 74% 141M 0s 5100K .......... .......... .......... .......... .......... 74% 141M 0s 5150K .......... .......... .......... .......... .......... 75% 143M 0s 5200K .......... .......... .......... .......... .......... 76% 118M 0s 5250K .......... .......... .......... .......... .......... 77% 139M 0s 5300K .......... .......... .......... .......... .......... 77% 141M 0s 5350K .......... .......... .......... .......... .......... 78% 143M 0s 5400K .......... .......... .......... .......... .......... 79% 130M 0s 5450K .......... .......... .......... .......... .......... 80% 138M 0s 5500K .......... .......... .......... .......... .......... 80% 136M 0s 5550K .......... .......... .......... .......... .......... 81% 133M 0s 5600K .......... .......... .......... .......... .......... 82% 118M 0s 5650K .......... .......... .......... .......... .......... 82% 143M 0s 5700K .......... .......... .......... .......... .......... 83% 144M 0s 5750K .......... .......... .......... .......... .......... 84% 144M 0s 5800K .......... .......... .......... .......... .......... 85% 127M 0s 5850K .......... .......... .......... .......... .......... 85% 145M 0s 5900K .......... .......... .......... .......... .......... 86% 135M 0s 5950K .......... .......... .......... .......... .......... 87% 144M 0s 6000K .......... .......... .......... .......... .......... 88% 119M 0s 6050K .......... .......... .......... .......... .......... 88% 142M 0s 6100K .......... .......... .......... .......... .......... 89% 129M 0s 6150K .......... .......... .......... .......... .......... 90% 126M 0s 6200K .......... .......... .......... .......... .......... 90% 119M 0s 6250K .......... .......... .......... .......... .......... 91% 126M 0s 6300K .......... .......... .......... .......... .......... 92% 117M 0s 6350K .......... .......... .......... .......... .......... 93% 135M 0s 6400K .......... .......... .......... .......... .......... 93% 119M 0s 6450K .......... .......... .......... .......... .......... 94% 144M 0s 6500K .......... .......... .......... .......... .......... 95% 143M 0s 6550K .......... .......... .......... .......... .......... 96% 138M 0s 6600K .......... .......... .......... .......... .......... 96% 122M 0s 6650K .......... .......... .......... .......... .......... 97% 141M 0s 6700K .......... .......... .......... .......... .......... 98% 143M 0s 6750K .......... .......... .......... .......... .......... 98% 143M 0s 6800K .......... .......... .......... .......... .......... 99% 108M 0s 6850K .......... .......... .. 100% 145M=0.2s 2021-02-06 13:33:20 (43.3 MB/s) - 'release-notes-armel.tar.gz' saved [7037918/7037918] ca/ ca/ap-old-stuff.ca.html ca/apb.ca.html ca/ch-about.ca.html ca/ch-information.ca.html ca/ch-installing.ca.html ca/ch-moreinfo.ca.html ca/ch-upgrading.ca.html ca/ch-whats-new.ca.html ca/debian.css ca/images/ ca/images/annot-close.png ca/images/annot-open.png ca/images/blank.png ca/images/caution.png ca/images/draft.png ca/images/home.png ca/images/important.png ca/images/next.png ca/images/note.png ca/images/prev.png ca/images/tip.png ca/images/toc-blank.png ca/images/toc-minus.png ca/images/toc-plus.png ca/images/up.png ca/images/warning.png ca/index.ca.html ca/relnotes-glossary.ca.html ca/relnotes-index.ca.html ca/release-notes.ca.txt ca/release-notes.ca.pdf da/ da/ap-old-stuff.da.html da/apb.da.html da/ch-about.da.html da/ch-information.da.html da/ch-installing.da.html da/ch-moreinfo.da.html da/ch-upgrading.da.html da/ch-whats-new.da.html da/debian.css da/images/ da/images/annot-close.png da/images/annot-open.png da/images/blank.png da/images/caution.png da/images/draft.png da/images/home.png da/images/important.png da/images/next.png da/images/note.png da/images/prev.png da/images/tip.png da/images/toc-blank.png da/images/toc-minus.png da/images/toc-plus.png da/images/up.png da/images/warning.png da/index.da.html da/relnotes-glossary.da.html da/relnotes-index.da.html da/release-notes.da.txt da/release-notes.da.pdf de/ de/ap-old-stuff.de.html de/apb.de.html de/ch-about.de.html de/ch-information.de.html de/ch-installing.de.html de/ch-moreinfo.de.html de/ch-upgrading.de.html de/ch-whats-new.de.html de/debian.css de/images/ de/images/annot-close.png de/images/annot-open.png de/images/blank.png de/images/caution.png de/images/draft.png de/images/home.png de/images/important.png de/images/next.png de/images/note.png de/images/prev.png de/images/tip.png de/images/toc-blank.png de/images/toc-minus.png de/images/toc-plus.png de/images/up.png de/images/warning.png de/index.de.html de/relnotes-glossary.de.html de/relnotes-index.de.html de/release-notes.de.txt de/release-notes.de.pdf en/ en/ap-old-stuff.en.html en/apb.en.html en/ch-about.en.html en/ch-information.en.html en/ch-installing.en.html en/ch-moreinfo.en.html en/ch-upgrading.en.html en/ch-whats-new.en.html en/debian.css en/images/ en/images/annot-close.png en/images/annot-open.png en/images/blank.png en/images/caution.png en/images/draft.png en/images/home.png en/images/important.png en/images/next.png en/images/note.png en/images/prev.png en/images/tip.png en/images/toc-blank.png en/images/toc-minus.png en/images/toc-plus.png en/images/up.png en/images/warning.png en/index.en.html en/relnotes-glossary.en.html en/relnotes-index.en.html en/release-notes.en.txt en/release-notes.en.pdf es/ es/ap-old-stuff.es.html es/apb.es.html es/ch-about.es.html es/ch-information.es.html es/ch-installing.es.html es/ch-moreinfo.es.html es/ch-upgrading.es.html es/ch-whats-new.es.html es/debian.css es/images/ es/images/annot-close.png es/images/annot-open.png es/images/blank.png es/images/caution.png es/images/draft.png es/images/home.png es/images/important.png es/images/next.png es/images/note.png es/images/prev.png es/images/tip.png es/images/toc-blank.png es/images/toc-minus.png es/images/toc-plus.png es/images/up.png es/images/warning.png es/index.es.html es/relnotes-glossary.es.html es/relnotes-index.es.html es/release-notes.es.txt es/release-notes.es.pdf fr/ fr/ap-old-stuff.fr.html fr/apb.fr.html fr/ch-about.fr.html fr/ch-information.fr.html fr/ch-installing.fr.html fr/ch-moreinfo.fr.html fr/ch-upgrading.fr.html fr/ch-whats-new.fr.html fr/debian.css fr/images/ fr/images/annot-close.png fr/images/annot-open.png fr/images/blank.png fr/images/caution.png fr/images/draft.png fr/images/home.png fr/images/important.png fr/images/next.png fr/images/note.png fr/images/prev.png fr/images/tip.png fr/images/toc-blank.png fr/images/toc-minus.png fr/images/toc-plus.png fr/images/up.png fr/images/warning.png fr/index.fr.html fr/relnotes-glossary.fr.html fr/relnotes-index.fr.html fr/release-notes.fr.txt fr/release-notes.fr.pdf it/ it/ap-old-stuff.it.html it/apb.it.html it/ch-about.it.html it/ch-information.it.html it/ch-installing.it.html it/ch-moreinfo.it.html it/ch-upgrading.it.html it/ch-whats-new.it.html it/debian.css it/images/ it/images/annot-close.png it/images/annot-open.png it/images/blank.png it/images/caution.png it/images/draft.png it/images/home.png it/images/important.png it/images/next.png it/images/note.png it/images/prev.png it/images/tip.png it/images/toc-blank.png it/images/toc-minus.png it/images/toc-plus.png it/images/up.png it/images/warning.png it/index.it.html it/relnotes-glossary.it.html it/relnotes-index.it.html it/release-notes.it.txt it/release-notes.it.pdf ja/ ja/ap-old-stuff.ja.html ja/apb.ja.html ja/ch-about.ja.html ja/ch-information.ja.html ja/ch-installing.ja.html ja/ch-moreinfo.ja.html ja/ch-upgrading.ja.html ja/ch-whats-new.ja.html ja/debian.css ja/images/ ja/images/annot-close.png ja/images/annot-open.png ja/images/blank.png ja/images/caution.png ja/images/draft.png ja/images/home.png ja/images/important.png ja/images/next.png ja/images/note.png ja/images/prev.png ja/images/tip.png ja/images/toc-blank.png ja/images/toc-minus.png ja/images/toc-plus.png ja/images/up.png ja/images/warning.png ja/index.ja.html ja/relnotes-glossary.ja.html ja/relnotes-index.ja.html ja/release-notes.ja.txt ja/release-notes.ja.pdf nl/ nl/ap-old-stuff.nl.html nl/apb.nl.html nl/ch-about.nl.html nl/ch-information.nl.html nl/ch-installing.nl.html nl/ch-moreinfo.nl.html nl/ch-upgrading.nl.html nl/ch-whats-new.nl.html nl/debian.css nl/images/ nl/images/annot-close.png nl/images/annot-open.png nl/images/blank.png nl/images/caution.png nl/images/draft.png nl/images/home.png nl/images/important.png nl/images/next.png nl/images/note.png nl/images/prev.png nl/images/tip.png nl/images/toc-blank.png nl/images/toc-minus.png nl/images/toc-plus.png nl/images/up.png nl/images/warning.png nl/index.nl.html nl/relnotes-glossary.nl.html nl/relnotes-index.nl.html nl/release-notes.nl.txt nl/release-notes.nl.pdf pl/ pl/ap-old-stuff.pl.html pl/apb.pl.html pl/ch-about.pl.html pl/ch-information.pl.html pl/ch-installing.pl.html pl/ch-moreinfo.pl.html pl/ch-upgrading.pl.html pl/ch-whats-new.pl.html pl/debian.css pl/images/ pl/images/annot-close.png pl/images/annot-open.png pl/images/blank.png pl/images/caution.png pl/images/draft.png pl/images/home.png pl/images/important.png pl/images/next.png pl/images/note.png pl/images/prev.png pl/images/tip.png pl/images/toc-blank.png pl/images/toc-minus.png pl/images/toc-plus.png pl/images/up.png pl/images/warning.png pl/index.pl.html pl/relnotes-glossary.pl.html pl/relnotes-index.pl.html pl/release-notes.pl.txt pl/release-notes.pl.pdf pt/ pt/ap-old-stuff.pt.html pt/apb.pt.html pt/ch-about.pt.html pt/ch-information.pt.html pt/ch-installing.pt.html pt/ch-moreinfo.pt.html pt/ch-upgrading.pt.html pt/ch-whats-new.pt.html pt/debian.css pt/images/ pt/images/annot-close.png pt/images/annot-open.png pt/images/blank.png pt/images/caution.png pt/images/draft.png pt/images/home.png pt/images/important.png pt/images/next.png pt/images/note.png pt/images/prev.png pt/images/tip.png pt/images/toc-blank.png pt/images/toc-minus.png pt/images/toc-plus.png pt/images/up.png pt/images/warning.png pt/index.pt.html pt/relnotes-glossary.pt.html pt/relnotes-index.pt.html pt/release-notes.pt.txt pt/release-notes.pt.pdf pt-br/ pt-br/ap-old-stuff.pt-br.html pt-br/apb.pt-br.html pt-br/ch-about.pt-br.html pt-br/ch-information.pt-br.html pt-br/ch-installing.pt-br.html pt-br/ch-moreinfo.pt-br.html pt-br/ch-upgrading.pt-br.html pt-br/ch-whats-new.pt-br.html pt-br/debian.css pt-br/images/ pt-br/images/annot-close.png pt-br/images/annot-open.png pt-br/images/blank.png pt-br/images/caution.png pt-br/images/draft.png pt-br/images/home.png pt-br/images/important.png pt-br/images/next.png pt-br/images/note.png pt-br/images/prev.png pt-br/images/tip.png pt-br/images/toc-blank.png pt-br/images/toc-minus.png pt-br/images/toc-plus.png pt-br/images/up.png pt-br/images/warning.png pt-br/index.pt-br.html pt-br/relnotes-glossary.pt-br.html pt-br/relnotes-index.pt-br.html pt-br/release-notes.pt-br.txt pt-br/release-notes.pt-br.pdf ro/ ro/ap-old-stuff.ro.html ro/apb.ro.html ro/ch-about.ro.html ro/ch-information.ro.html ro/ch-installing.ro.html ro/ch-moreinfo.ro.html ro/ch-upgrading.ro.html ro/ch-whats-new.ro.html ro/debian.css ro/images/ ro/images/annot-close.png ro/images/annot-open.png ro/images/blank.png ro/images/caution.png ro/images/draft.png ro/images/home.png ro/images/important.png ro/images/next.png ro/images/note.png ro/images/prev.png ro/images/tip.png ro/images/toc-blank.png ro/images/toc-minus.png ro/images/toc-plus.png ro/images/up.png ro/images/warning.png ro/index.ro.html ro/relnotes-glossary.ro.html ro/relnotes-index.ro.html ro/release-notes.ro.txt ro/release-notes.ro.pdf ru/ ru/ap-old-stuff.ru.html ru/apb.ru.html ru/ch-about.ru.html ru/ch-information.ru.html ru/ch-installing.ru.html ru/ch-moreinfo.ru.html ru/ch-upgrading.ru.html ru/ch-whats-new.ru.html ru/debian.css ru/images/ ru/images/annot-close.png ru/images/annot-open.png ru/images/blank.png ru/images/caution.png ru/images/draft.png ru/images/home.png ru/images/important.png ru/images/next.png ru/images/note.png ru/images/prev.png ru/images/tip.png ru/images/toc-blank.png ru/images/toc-minus.png ru/images/toc-plus.png ru/images/up.png ru/images/warning.png ru/index.ru.html ru/relnotes-glossary.ru.html ru/relnotes-index.ru.html ru/release-notes.ru.txt ru/release-notes.ru.pdf sk/ sk/ap-old-stuff.sk.html sk/apb.sk.html sk/ch-about.sk.html sk/ch-information.sk.html sk/ch-installing.sk.html sk/ch-moreinfo.sk.html sk/ch-upgrading.sk.html sk/ch-whats-new.sk.html sk/debian.css sk/images/ sk/images/annot-close.png sk/images/annot-open.png sk/images/blank.png sk/images/caution.png sk/images/draft.png sk/images/home.png sk/images/important.png sk/images/next.png sk/images/note.png sk/images/prev.png sk/images/tip.png sk/images/toc-blank.png sk/images/toc-minus.png sk/images/toc-plus.png sk/images/up.png sk/images/warning.png sk/index.sk.html sk/relnotes-glossary.sk.html sk/relnotes-index.sk.html sk/release-notes.sk.txt sk/release-notes.sk.pdf sv/ sv/ap-old-stuff.sv.html sv/apb.sv.html sv/ch-about.sv.html sv/ch-information.sv.html sv/ch-installing.sv.html sv/ch-moreinfo.sv.html sv/ch-upgrading.sv.html sv/ch-whats-new.sv.html sv/debian.css sv/images/ sv/images/annot-close.png sv/images/annot-open.png sv/images/blank.png sv/images/caution.png sv/images/draft.png sv/images/home.png sv/images/important.png sv/images/next.png sv/images/note.png sv/images/prev.png sv/images/tip.png sv/images/toc-blank.png sv/images/toc-minus.png sv/images/toc-plus.png sv/images/up.png sv/images/warning.png sv/index.sv.html sv/relnotes-glossary.sv.html sv/relnotes-index.sv.html sv/release-notes.sv.txt sv/release-notes.sv.pdf zh-cn/ zh-cn/ap-old-stuff.zh-cn.html zh-cn/apb.zh-cn.html zh-cn/ch-about.zh-cn.html zh-cn/ch-information.zh-cn.html zh-cn/ch-installing.zh-cn.html zh-cn/ch-moreinfo.zh-cn.html zh-cn/ch-upgrading.zh-cn.html zh-cn/ch-whats-new.zh-cn.html zh-cn/debian.css zh-cn/images/ zh-cn/images/annot-close.png zh-cn/images/annot-open.png zh-cn/images/blank.png zh-cn/images/caution.png zh-cn/images/draft.png zh-cn/images/home.png zh-cn/images/important.png zh-cn/images/next.png zh-cn/images/note.png zh-cn/images/prev.png zh-cn/images/tip.png zh-cn/images/toc-blank.png zh-cn/images/toc-minus.png zh-cn/images/toc-plus.png zh-cn/images/up.png zh-cn/images/warning.png zh-cn/index.zh-cn.html zh-cn/relnotes-glossary.zh-cn.html zh-cn/relnotes-index.zh-cn.html zh-cn/release-notes.zh-cn.txt zh-cn/release-notes.zh-cn.pdf Adding common docs on CD1 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/buster/boot-armel 1 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1 Starting new "armel" DVD 1 at /home/debian-cd/build.buster/debian-cd/buster/CD1 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 1 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Checking base is installable for armel Found all files needed for debootstrap for all binary arches Finishing off the Release file Finishing off md5sum.txt xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. CD 1 filled with 5365 packages, 2216660 blocks, 4539719680 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD2 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/buster/boot-armel 2 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD2 Starting new "armel" DVD 2 at /home/debian-cd/build.buster/debian-cd/buster/CD2 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 2 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. CD 2 filled with 2714 packages, 2290557 blocks, 4691060736 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD3 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/buster/boot-armel 3 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD3 Starting new "armel" DVD 3 at /home/debian-cd/build.buster/debian-cd/buster/CD3 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 3 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. CD 3 filled with 2484 packages, 2293934 blocks, 4697976832 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD4 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/buster/boot-armel 4 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD4 Starting new "armel" DVD 4 at /home/debian-cd/build.buster/debian-cd/buster/CD4 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 4 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. CD 4 filled with 1915 packages, 2159668 blocks, 4423000064 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD5 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/buster/boot-armel 5 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD5 Starting new "armel" DVD 5 at /home/debian-cd/build.buster/debian-cd/buster/CD5 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 5 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. CD 5 filled with 2846 packages, 2276497 blocks, 4662265856 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD6 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/buster/boot-armel 6 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD6 Starting new "armel" DVD 6 at /home/debian-cd/build.buster/debian-cd/buster/CD6 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 6 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. CD 6 filled with 2031 packages, 2123110 blocks, 4348129280 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD7 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/buster/boot-armel 7 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD7 Starting new "armel" DVD 7 at /home/debian-cd/build.buster/debian-cd/buster/CD7 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 7 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. CD 7 filled with 1739 packages, 2293213 blocks, 4696500224 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD8 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/buster/boot-armel 8 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD8 Starting new "armel" DVD 8 at /home/debian-cd/build.buster/debian-cd/buster/CD8 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 8 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. CD 8 filled with 3852 packages, 2278586 blocks, 4666544128 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD9 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/buster/boot-armel 9 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD9 Starting new "armel" DVD 9 at /home/debian-cd/build.buster/debian-cd/buster/CD9 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 9 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. CD 9 filled with 4688 packages, 2291908 blocks, 4693827584 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD10 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/buster/boot-armel 10 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD10 Starting new "armel" DVD 10 at /home/debian-cd/build.buster/debian-cd/buster/CD10 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 10 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. CD 10 filled with 5263 packages, 2174205 blocks, 4452771840 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD11 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/buster/boot-armel 11 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD11 Starting new "armel" DVD 11 at /home/debian-cd/build.buster/debian-cd/buster/CD11 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 11 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. CD 11 filled with 6027 packages, 2291602 blocks, 4693200896 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD12 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/buster/boot-armel 12 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD12 Starting new "armel" DVD 12 at /home/debian-cd/build.buster/debian-cd/buster/CD12 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 12 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. CD 12 filled with 7255 packages, 2282259 blocks, 4674066432 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD13 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/buster/boot-armel 13 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD13 Starting new "armel" DVD 13 at /home/debian-cd/build.buster/debian-cd/buster/CD13 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 13 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. CD 13 filled with 7161 packages, 2265182 blocks, 4639092736 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD14 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/buster/boot-armel 14 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD14 Starting new "armel" DVD 14 at /home/debian-cd/build.buster/debian-cd/buster/CD14 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 14 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. CD 14 (not) filled with 490 packages, 1046889 blocks, 2144028672 bytes Finished: 53830 packages placed make[1]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/buster/debian-cd' make[1]: warning: -j4 forced in submake: resetting jobserver mode. make[1]: Entering directory '/srv/cdbuilder.debian.org/git/setup/buster/debian-cd' /home/debian-cd/build.buster/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "armel" buster buster /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/md5-check Looking in /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/ /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/ Using MD5 sums from Packages files: /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-armel/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/installer-armel/20190702/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/installer-armel/20190702+deb10u8/images/MD5SUMS for ARCH in armel; do \ if [ -e /home/debian-cd/build.buster/debian-cd/data/buster/$ARCH/extra-sources ]; then \ echo "Extra dedicated source added; need to grab source MD5 info too"; \ /home/debian-cd/build.buster/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian source buster buster /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/md5-check; \ fi; \ done CD=13 /home/debian-cd/build.buster/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster" "armel" "/srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel" "10.8.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.buster/debian-cd/tools/jigdo_cleanup" CD=1 /home/debian-cd/build.buster/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster" "armel" "/srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel" "10.8.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.buster/debian-cd/tools/jigdo_cleanup" Generating armel iso/jigdo image number 13 ... CD=3 /home/debian-cd/build.buster/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster" "armel" "/srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel" "10.8.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.buster/debian-cd/tools/jigdo_cleanup" Last-minute updates: README.html Generating armel iso/jigdo image number 1 ... CD=4 /home/debian-cd/build.buster/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster" "armel" "/srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel" "10.8.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.buster/debian-cd/tools/jigdo_cleanup" Last-minute updates: README.html Generating armel iso/jigdo image number 3 ... Last-minute updates: README.html Generating armel iso/jigdo image number 4 ... README.txt Last-minute updates: README.html README.txt README.txt README.txt Sat 6 Feb 14:26:34 UTC 2021 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.8.0 armel 13' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-13.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-13.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot13 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD13 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Sat 6 Feb 14:26:34 UTC 2021 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.8.0 armel 3' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-3.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-3.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot3 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD3 Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Sat 6 Feb 14:26:34 UTC 2021 Sat 6 Feb 14:26:34 UTC 2021 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.8.0 armel 1' -o /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-1.iso -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-1.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-1.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot1 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD1 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.8.0 armel 4' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-4.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-4.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot4 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD4 Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-1.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 2154g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD3' xorriso : UPDATE : 4415 files added in 1 seconds Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD4' xorriso : UPDATE : 3573 files added in 1 seconds xorriso : UPDATE : 4415 files added in 1 seconds xorriso : UPDATE : 3573 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/alsa-firmware-loaders_1.1.7-1_armel.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-b43-installer_019-4+deb10u1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-b43legacy-installer_019-4+deb10u1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.02% done Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD13' xorriso : UPDATE : 12148 files added in 1 seconds xorriso : UPDATE : 12148 files added in 1 seconds Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD1' xorriso : UPDATE : 10677 files added in 1 seconds xorriso : UPDATE : 10677 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.12% done libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/basic-defs.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/choosing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/compatibility.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/contributing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/customizing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/faqinfo.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ftparchives.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/getting-debian.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/index.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/kernel.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/nextrelease.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/pkg-basics.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/pkgtools.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/redistributing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/software.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/support.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/uptodate.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-linux-free_3.4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/netboot/marvell/dreamplug/uInitrd to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/netboot/marvell/guruplug/uInitrd to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/netboot/marvell/sheevaplug-esata/uInitrd to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-qvl/config-debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-qvl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-vl/config-debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-vl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-wsxl/config-debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-wsxl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-wvl/config-debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-wvl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-wxl/config-debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-wxl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-xhl/config-debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-xhl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/orion5x/netboot/buffalo/ls-wtgl/config-debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/orion5x/netboot/buffalo/ls-wtgl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/orion5x/netboot/buffalo/lspro_ls-gl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/orion5x/network-console/buffalo/ls-chl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/orion5x/network-console/buffalo/ls-wsgl/config-debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/orion5x/network-console/buffalo/ls-wsgl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/orion5x/network-console/buffalo/ls-wtgl/config-debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/orion5x/network-console/buffalo/ls-wtgl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/orion5x/network-console/buffalo/lspro_ls-gl/config-debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/orion5x/network-console/buffalo/lspro_ls-gl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.11% done xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.36% done xorriso : UPDATE : 0.15% done xorriso : UPDATE : 0.26% done xorriso : UPDATE : 0.20% done xorriso : UPDATE : 1.06% done, estimate finish Sat Feb 06 14:30:49 2021 xorriso : UPDATE : 0.28% done, estimate finish Sat Feb 06 14:38:38 2021 xorriso : UPDATE : 0.26% done, estimate finish Sat Feb 06 14:44:18 2021 xorriso : UPDATE : 0.32% done, estimate finish Sat Feb 06 14:38:03 2021 xorriso : UPDATE : 1.95% done, estimate finish Sat Feb 06 14:29:45 2021 xorriso : UPDATE : 0.40% done, estimate finish Sat Feb 06 14:39:05 2021 xorriso : UPDATE : 0.26% done, estimate finish Sat Feb 06 14:50:38 2021 xorriso : UPDATE : 0.47% done, estimate finish Sat Feb 06 14:38:01 2021 xorriso : UPDATE : 2.73% done, estimate finish Sat Feb 06 14:29:27 2021 xorriso : UPDATE : 0.55% done, estimate finish Sat Feb 06 14:38:38 2021 xorriso : UPDATE : 0.26% done, estimate finish Sat Feb 06 14:56:57 2021 xorriso : UPDATE : 0.62% done, estimate finish Sat Feb 06 14:37:57 2021 xorriso : UPDATE : 3.07% done, estimate finish Sat Feb 06 14:29:41 2021 xorriso : UPDATE : 0.69% done, estimate finish Sat Feb 06 14:38:38 2021 xorriso : UPDATE : 0.26% done, estimate finish Sat Feb 06 15:03:17 2021 xorriso : UPDATE : 1.29% done, estimate finish Sat Feb 06 14:33:19 2021 xorriso : UPDATE : 4.20% done, estimate finish Sat Feb 06 14:29:15 2021 xorriso : UPDATE : 0.85% done, estimate finish Sat Feb 06 14:38:26 2021 xorriso : UPDATE : 0.26% done, estimate finish Sat Feb 06 15:09:37 2021 xorriso : UPDATE : 2.02% done, estimate finish Sat Feb 06 14:31:42 2021 xorriso : UPDATE : 4.97% done, estimate finish Sat Feb 06 14:29:10 2021 xorriso : UPDATE : 0.99% done, estimate finish Sat Feb 06 14:38:21 2021 xorriso : UPDATE : 0.26% done, estimate finish Sat Feb 06 15:15:57 2021 xorriso : UPDATE : 2.73% done, estimate finish Sat Feb 06 14:30:59 2021 xorriso : UPDATE : 5.55% done, estimate finish Sat Feb 06 14:29:12 2021 xorriso : UPDATE : 1.12% done, estimate finish Sat Feb 06 14:38:28 2021 xorriso : UPDATE : 0.26% done, estimate finish Sat Feb 06 15:22:17 2021 xorriso : UPDATE : 3.49% done, estimate finish Sat Feb 06 14:30:31 2021 xorriso : UPDATE : 5.95% done, estimate finish Sat Feb 06 14:29:18 2021 xorriso : UPDATE : 1.27% done, estimate finish Sat Feb 06 14:38:25 2021 xorriso : UPDATE : 0.26% done, estimate finish Sat Feb 06 15:28:36 2021 xorriso : UPDATE : 3.79% done, estimate finish Sat Feb 06 14:30:38 2021 xorriso : UPDATE : 7.51% done, estimate finish Sat Feb 06 14:28:57 2021 xorriso : UPDATE : 1.43% done, estimate finish Sat Feb 06 14:38:15 2021 xorriso : UPDATE : 0.26% done, estimate finish Sat Feb 06 15:34:56 2021 xorriso : UPDATE : 4.79% done, estimate finish Sat Feb 06 14:30:08 2021 xorriso : UPDATE : 8.19% done, estimate finish Sat Feb 06 14:28:58 2021 xorriso : UPDATE : 1.91% done, estimate finish Sat Feb 06 14:36:12 2021 xorriso : UPDATE : 0.26% done, estimate finish Sat Feb 06 15:41:16 2021 xorriso : UPDATE : 5.77% done, estimate finish Sat Feb 06 14:29:50 2021 xorriso : UPDATE : 8.19% done, estimate finish Sat Feb 06 14:28:56 2021 xorriso : UPDATE : 2.60% done, estimate finish Sat Feb 06 14:34:18 2021 xorriso : UPDATE : 0.26% done, estimate finish Sat Feb 06 15:47:35 2021 xorriso : UPDATE : 5.77% done, estimate finish Sat Feb 06 14:30:07 2021 xorriso : UPDATE : 8.19% done, estimate finish Sat Feb 06 14:29:10 2021 xorriso : UPDATE : 3.56% done, estimate finish Sat Feb 06 14:32:41 2021 xorriso : UPDATE : 0.26% done, estimate finish Sat Feb 06 15:53:55 2021 xorriso : UPDATE : 7.32% done, estimate finish Sat Feb 06 14:29:36 2021 xorriso : UPDATE : 8.19% done, estimate finish Sat Feb 06 14:29:24 2021 xorriso : UPDATE : 4.31% done, estimate finish Sat Feb 06 14:32:00 2021 xorriso : UPDATE : 0.26% done, estimate finish Sat Feb 06 16:00:15 2021 xorriso : UPDATE : 7.52% done, estimate finish Sat Feb 06 14:29:44 2021 xorriso : UPDATE : 7.52% done, estimate finish Sat Feb 06 14:29:56 2021 xorriso : UPDATE : 8.19% done, estimate finish Sat Feb 06 14:29:37 2021 xorriso : UPDATE : 5.01% done, estimate finish Sat Feb 06 14:31:35 2021 xorriso : UPDATE : 0.26% done, estimate finish Sat Feb 06 16:06:35 2021 xorriso : UPDATE : 9.54% done, estimate finish Sat Feb 06 14:28:51 2021 xorriso : UPDATE : 8.19% done, estimate finish Sat Feb 06 14:29:51 2021 xorriso : UPDATE : 5.74% done, estimate finish Sat Feb 06 14:30:04 2021 xorriso : UPDATE : 6.61% done, estimate finish Sat Feb 06 14:30:49 2021 xorriso : UPDATE : 10.22% done, estimate finish Sat Feb 06 14:28:52 2021 xorriso : UPDATE : 8.19% done, estimate finish Sat Feb 06 14:30:05 2021 xorriso : UPDATE : 6.57% done, estimate finish Sat Feb 06 14:29:52 2021 xorriso : UPDATE : 15.50% done, estimate finish Sat Feb 06 14:28:30 2021 xorriso : UPDATE : 11.16% done, estimate finish Sat Feb 06 14:28:49 2021 xorriso : UPDATE : 15.25% done, estimate finish Sat Feb 06 14:28:29 2021 xorriso : UPDATE : 7.36% done, estimate finish Sat Feb 06 14:29:44 2021 xorriso : UPDATE : 16.01% done, estimate finish Sat Feb 06 14:28:32 2021 xorriso : UPDATE : 11.84% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 15.25% done, estimate finish Sat Feb 06 14:28:36 2021 xorriso : UPDATE : 8.14% done, estimate finish Sat Feb 06 14:29:38 2021 xorriso : UPDATE : 16.84% done, estimate finish Sat Feb 06 14:28:32 2021 xorriso : UPDATE : 12.62% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 15.25% done, estimate finish Sat Feb 06 14:28:43 2021 xorriso : UPDATE : 9.01% done, estimate finish Sat Feb 06 14:29:32 2021 xorriso : UPDATE : 17.33% done, estimate finish Sat Feb 06 14:28:35 2021 xorriso : UPDATE : 13.31% done, estimate finish Sat Feb 06 14:28:51 2021 xorriso : UPDATE : 15.25% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 9.71% done, estimate finish Sat Feb 06 14:29:29 2021 xorriso : UPDATE : 18.39% done, estimate finish Sat Feb 06 14:28:33 2021 xorriso : UPDATE : 13.75% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 15.25% done, estimate finish Sat Feb 06 14:28:57 2021 xorriso : UPDATE : 10.42% done, estimate finish Sat Feb 06 14:29:27 2021 xorriso : UPDATE : 19.17% done, estimate finish Sat Feb 06 14:28:34 2021 xorriso : UPDATE : 15.00% done, estimate finish Sat Feb 06 14:28:49 2021 xorriso : UPDATE : 15.25% done, estimate finish Sat Feb 06 14:29:07 2021 xorriso : UPDATE : 11.38% done, estimate finish Sat Feb 06 14:29:21 2021 xorriso : UPDATE : 19.83% done, estimate finish Sat Feb 06 14:28:35 2021 xorriso : UPDATE : 15.51% done, estimate finish Sat Feb 06 14:28:52 2021 xorriso : UPDATE : 15.25% done, estimate finish Sat Feb 06 14:29:18 2021 xorriso : UPDATE : 12.00% done, estimate finish Sat Feb 06 14:29:22 2021 xorriso : UPDATE : 20.60% done, estimate finish Sat Feb 06 14:28:35 2021 xorriso : UPDATE : 16.05% done, estimate finish Sat Feb 06 14:28:54 2021 xorriso : UPDATE : 15.25% done, estimate finish Sat Feb 06 14:29:28 2021 xorriso : UPDATE : 12.83% done, estimate finish Sat Feb 06 14:29:18 2021 xorriso : UPDATE : 20.85% done, estimate finish Sat Feb 06 14:28:39 2021 xorriso : UPDATE : 16.64% done, estimate finish Sat Feb 06 14:28:57 2021 xorriso : UPDATE : 15.25% done, estimate finish Sat Feb 06 14:29:38 2021 xorriso : UPDATE : 13.67% done, estimate finish Sat Feb 06 14:29:02 2021 xorriso : UPDATE : 22.13% done, estimate finish Sat Feb 06 14:27:52 2021 xorriso : UPDATE : 17.98% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 15.25% done, estimate finish Sat Feb 06 14:29:48 2021 xorriso : UPDATE : 14.36% done, estimate finish Sat Feb 06 14:29:03 2021 xorriso : UPDATE : 22.83% done, estimate finish Sat Feb 06 14:27:54 2021 xorriso : UPDATE : 18.72% done, estimate finish Sat Feb 06 14:28:49 2021 xorriso : UPDATE : 15.25% done, estimate finish Sat Feb 06 14:29:58 2021 xorriso : UPDATE : 15.07% done, estimate finish Sat Feb 06 14:29:02 2021 xorriso : UPDATE : 23.49% done, estimate finish Sat Feb 06 14:27:57 2021 xorriso : UPDATE : 19.33% done, estimate finish Sat Feb 06 14:28:51 2021 xorriso : UPDATE : 15.25% done, estimate finish Sat Feb 06 14:30:09 2021 xorriso : UPDATE : 15.77% done, estimate finish Sat Feb 06 14:29:03 2021 xorriso : UPDATE : 24.18% done, estimate finish Sat Feb 06 14:28:00 2021 xorriso : UPDATE : 19.33% done, estimate finish Sat Feb 06 14:28:58 2021 xorriso : UPDATE : 15.25% done, estimate finish Sat Feb 06 14:30:19 2021 xorriso : UPDATE : 16.62% done, estimate finish Sat Feb 06 14:29:01 2021 xorriso : UPDATE : 25.01% done, estimate finish Sat Feb 06 14:28:02 2021 xorriso : UPDATE : 20.97% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 15.25% done, estimate finish Sat Feb 06 14:30:29 2021 xorriso : UPDATE : 17.19% done, estimate finish Sat Feb 06 14:29:02 2021 xorriso : UPDATE : 25.67% done, estimate finish Sat Feb 06 14:28:04 2021 xorriso : UPDATE : 21.55% done, estimate finish Sat Feb 06 14:28:51 2021 xorriso : UPDATE : 15.25% done xorriso : UPDATE : 17.19% done, estimate finish Sat Feb 06 14:29:10 2021 xorriso : UPDATE : 26.33% done, estimate finish Sat Feb 06 14:28:07 2021 xorriso : UPDATE : 21.55% done, estimate finish Sat Feb 06 14:28:58 2021 xorriso : UPDATE : 15.25% done xorriso : UPDATE : 18.91% done, estimate finish Sat Feb 06 14:29:00 2021 xorriso : UPDATE : 27.00% done, estimate finish Sat Feb 06 14:28:09 2021 xorriso : UPDATE : 23.26% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 15.25% done xorriso : UPDATE : 18.91% done, estimate finish Sat Feb 06 14:29:07 2021 xorriso : UPDATE : 27.46% done, estimate finish Sat Feb 06 14:28:12 2021 xorriso : UPDATE : 23.92% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 15.25% done xorriso : UPDATE : 18.91% done, estimate finish Sat Feb 06 14:29:13 2021 xorriso : UPDATE : 27.46% done, estimate finish Sat Feb 06 14:28:16 2021 xorriso : UPDATE : 24.64% done, estimate finish Sat Feb 06 14:28:48 2021 xorriso : UPDATE : 15.25% done xorriso : UPDATE : 19.67% done, estimate finish Sat Feb 06 14:29:22 2021 xorriso : UPDATE : 29.43% done, estimate finish Sat Feb 06 14:28:33 2021 xorriso : UPDATE : 25.46% done, estimate finish Sat Feb 06 14:28:47 2021 xorriso : UPDATE : 15.25% done xorriso : UPDATE : 21.71% done, estimate finish Sat Feb 06 14:29:04 2021 xorriso : UPDATE : 30.05% done, estimate finish Sat Feb 06 14:28:35 2021 xorriso : UPDATE : 26.26% done, estimate finish Sat Feb 06 14:28:47 2021 xorriso : UPDATE : 15.25% done xorriso : UPDATE : 23.27% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 30.05% done, estimate finish Sat Feb 06 14:28:42 2021 xorriso : UPDATE : 26.95% done, estimate finish Sat Feb 06 14:28:48 2021 xorriso : UPDATE : 15.25% done xorriso : UPDATE : 23.76% done, estimate finish Sat Feb 06 14:28:57 2021 xorriso : UPDATE : 31.36% done, estimate finish Sat Feb 06 14:28:37 2021 xorriso : UPDATE : 27.68% done, estimate finish Sat Feb 06 14:28:48 2021 xorriso : UPDATE : 15.25% done xorriso : UPDATE : 25.00% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 32.37% done, estimate finish Sat Feb 06 14:28:35 2021 xorriso : UPDATE : 28.45% done, estimate finish Sat Feb 06 14:28:48 2021 xorriso : UPDATE : 15.25% done xorriso : UPDATE : 25.76% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 33.02% done, estimate finish Sat Feb 06 14:28:37 2021 xorriso : UPDATE : 33.53% done, estimate finish Sat Feb 06 14:28:38 2021 xorriso : UPDATE : 29.16% done, estimate finish Sat Feb 06 14:28:49 2021 xorriso : UPDATE : 15.25% done xorriso : UPDATE : 26.59% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 34.41% done, estimate finish Sat Feb 06 14:28:38 2021 xorriso : UPDATE : 29.79% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 15.25% done xorriso : UPDATE : 27.37% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 35.09% done, estimate finish Sat Feb 06 14:28:38 2021 xorriso : UPDATE : 30.60% done, estimate finish Sat Feb 06 14:28:49 2021 xorriso : UPDATE : 23.69% done, estimate finish Sat Feb 06 14:29:22 2021 xorriso : UPDATE : 28.09% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 35.77% done, estimate finish Sat Feb 06 14:28:39 2021 xorriso : UPDATE : 31.26% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 40.40% done, estimate finish Sat Feb 06 14:28:03 2021 xorriso : UPDATE : 28.93% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 36.46% done, estimate finish Sat Feb 06 14:28:40 2021 xorriso : UPDATE : 31.99% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 41.90% done, estimate finish Sat Feb 06 14:28:03 2021 xorriso : UPDATE : 29.10% done, estimate finish Sat Feb 06 14:28:47 2021 xorriso : UPDATE : 36.61% done, estimate finish Sat Feb 06 14:28:46 2021 xorriso : UPDATE : 32.86% done, estimate finish Sat Feb 06 14:28:52 2021 xorriso : UPDATE : 41.90% done, estimate finish Sat Feb 06 14:28:06 2021 xorriso : UPDATE : 29.10% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 37.92% done, estimate finish Sat Feb 06 14:28:41 2021 xorriso : UPDATE : 33.61% done, estimate finish Sat Feb 06 14:28:51 2021 xorriso : UPDATE : 41.90% done, estimate finish Sat Feb 06 14:28:09 2021 xorriso : UPDATE : 31.54% done, estimate finish Sat Feb 06 14:28:42 2021 xorriso : UPDATE : 37.92% done, estimate finish Sat Feb 06 14:28:47 2021 xorriso : UPDATE : 33.89% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 45.38% done, estimate finish Sat Feb 06 14:28:04 2021 xorriso : UPDATE : 32.42% done, estimate finish Sat Feb 06 14:28:42 2021 xorriso : UPDATE : 33.15% done, estimate finish Sat Feb 06 14:28:43 2021 xorriso : UPDATE : 37.92% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 35.03% done, estimate finish Sat Feb 06 14:28:52 2021 xorriso : UPDATE : 46.33% done, estimate finish Sat Feb 06 14:28:05 2021 xorriso : UPDATE : 33.24% done, estimate finish Sat Feb 06 14:28:47 2021 xorriso : UPDATE : 40.56% done, estimate finish Sat Feb 06 14:28:39 2021 xorriso : UPDATE : 35.61% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 47.04% done, estimate finish Sat Feb 06 14:28:06 2021 xorriso : UPDATE : 33.24% done, estimate finish Sat Feb 06 14:28:52 2021 xorriso : UPDATE : 41.14% done, estimate finish Sat Feb 06 14:28:41 2021 xorriso : UPDATE : 36.25% done, estimate finish Sat Feb 06 14:28:54 2021 xorriso : UPDATE : 47.90% done, estimate finish Sat Feb 06 14:27:56 2021 xorriso : UPDATE : 35.96% done, estimate finish Sat Feb 06 14:28:42 2021 xorriso : UPDATE : 41.92% done, estimate finish Sat Feb 06 14:28:40 2021 xorriso : UPDATE : 36.93% done, estimate finish Sat Feb 06 14:28:54 2021 xorriso : UPDATE : 48.24% done, estimate finish Sat Feb 06 14:27:58 2021 xorriso : UPDATE : 36.69% done, estimate finish Sat Feb 06 14:28:42 2021 xorriso : UPDATE : 42.81% done, estimate finish Sat Feb 06 14:28:39 2021 xorriso : UPDATE : 37.58% done, estimate finish Sat Feb 06 14:28:54 2021 xorriso : UPDATE : 49.57% done, estimate finish Sat Feb 06 14:27:59 2021 xorriso : UPDATE : 37.48% done, estimate finish Sat Feb 06 14:28:43 2021 xorriso : UPDATE : 43.20% done, estimate finish Sat Feb 06 14:28:42 2021 xorriso : UPDATE : 38.19% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 50.11% done, estimate finish Sat Feb 06 14:28:00 2021 xorriso : UPDATE : 38.24% done, estimate finish Sat Feb 06 14:28:43 2021 xorriso : UPDATE : 43.20% done, estimate finish Sat Feb 06 14:28:46 2021 xorriso : UPDATE : 38.72% done, estimate finish Sat Feb 06 14:29:00 2021 xorriso : UPDATE : 51.09% done, estimate finish Sat Feb 06 14:28:01 2021 xorriso : UPDATE : 38.88% done, estimate finish Sat Feb 06 14:28:46 2021 xorriso : UPDATE : 43.20% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 39.69% done, estimate finish Sat Feb 06 14:28:57 2021 xorriso : UPDATE : 51.86% done, estimate finish Sat Feb 06 14:28:02 2021 xorriso : UPDATE : 39.79% done, estimate finish Sat Feb 06 14:28:45 2021 xorriso : UPDATE : 45.81% done, estimate finish Sat Feb 06 14:28:35 2021 xorriso : UPDATE : 40.24% done, estimate finish Sat Feb 06 14:28:58 2021 xorriso : UPDATE : 52.76% done, estimate finish Sat Feb 06 14:28:03 2021 xorriso : UPDATE : 40.56% done, estimate finish Sat Feb 06 14:28:46 2021 xorriso : UPDATE : 46.81% done, estimate finish Sat Feb 06 14:28:35 2021 xorriso : UPDATE : 41.19% done, estimate finish Sat Feb 06 14:28:56 2021 xorriso : UPDATE : 53.54% done, estimate finish Sat Feb 06 14:28:04 2021 xorriso : UPDATE : 41.31% done, estimate finish Sat Feb 06 14:28:45 2021 xorriso : UPDATE : 47.47% done, estimate finish Sat Feb 06 14:28:35 2021 xorriso : UPDATE : 41.98% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 54.25% done, estimate finish Sat Feb 06 14:28:05 2021 xorriso : UPDATE : 41.98% done, estimate finish Sat Feb 06 14:28:47 2021 xorriso : UPDATE : 48.21% done, estimate finish Sat Feb 06 14:28:36 2021 xorriso : UPDATE : 42.63% done, estimate finish Sat Feb 06 14:28:56 2021 xorriso : UPDATE : 54.42% done, estimate finish Sat Feb 06 14:28:07 2021 xorriso : UPDATE : 42.67% done, estimate finish Sat Feb 06 14:28:47 2021 xorriso : UPDATE : 48.75% done, estimate finish Sat Feb 06 14:28:38 2021 xorriso : UPDATE : 43.29% done, estimate finish Sat Feb 06 14:28:56 2021 xorriso : UPDATE : 54.42% done, estimate finish Sat Feb 06 14:28:41 2021 xorriso : UPDATE : 43.40% done, estimate finish Sat Feb 06 14:28:47 2021 xorriso : UPDATE : 49.41% done, estimate finish Sat Feb 06 14:28:39 2021 xorriso : UPDATE : 43.50% done, estimate finish Sat Feb 06 14:28:59 2021 xorriso : UPDATE : 54.42% done, estimate finish Sat Feb 06 14:28:47 2021 xorriso : UPDATE : 44.13% done, estimate finish Sat Feb 06 14:28:48 2021 xorriso : UPDATE : 49.41% done, estimate finish Sat Feb 06 14:28:43 2021 xorriso : UPDATE : 44.94% done, estimate finish Sat Feb 06 14:28:54 2021 xorriso : UPDATE : 57.99% done, estimate finish Sat Feb 06 14:28:28 2021 xorriso : UPDATE : 44.66% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 51.25% done, estimate finish Sat Feb 06 14:28:38 2021 xorriso : UPDATE : 45.62% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 58.11% done, estimate finish Sat Feb 06 14:28:31 2021 xorriso : UPDATE : 45.31% done, estimate finish Sat Feb 06 14:28:51 2021 xorriso : UPDATE : 51.25% done, estimate finish Sat Feb 06 14:28:41 2021 xorriso : UPDATE : 46.06% done, estimate finish Sat Feb 06 14:28:54 2021 xorriso : UPDATE : 58.11% done, estimate finish Sat Feb 06 14:28:35 2021 xorriso : UPDATE : 46.04% done, estimate finish Sat Feb 06 14:28:57 2021 xorriso : UPDATE : 52.30% done, estimate finish Sat Feb 06 14:28:35 2021 xorriso : UPDATE : 46.69% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 58.11% done, estimate finish Sat Feb 06 14:28:40 2021 xorriso : UPDATE : 46.73% done, estimate finish Sat Feb 06 14:28:57 2021 xorriso : UPDATE : 53.07% done, estimate finish Sat Feb 06 14:28:35 2021 xorriso : UPDATE : 47.19% done, estimate finish Sat Feb 06 14:28:57 2021 xorriso : UPDATE : 58.11% done, estimate finish Sat Feb 06 14:28:43 2021 xorriso : UPDATE : 47.37% done, estimate finish Sat Feb 06 14:28:57 2021 xorriso : UPDATE : 53.07% done, estimate finish Sat Feb 06 14:28:40 2021 xorriso : UPDATE : 47.88% done, estimate finish Sat Feb 06 14:28:57 2021 xorriso : UPDATE : 61.71% done, estimate finish Sat Feb 06 14:28:30 2021 xorriso : UPDATE : 47.99% done, estimate finish Sat Feb 06 14:28:58 2021 xorriso : UPDATE : 53.07% done, estimate finish Sat Feb 06 14:28:44 2021 xorriso : UPDATE : 48.59% done, estimate finish Sat Feb 06 14:28:57 2021 xorriso : UPDATE : 62.49% done, estimate finish Sat Feb 06 14:28:30 2021 xorriso : UPDATE : 48.48% done, estimate finish Sat Feb 06 14:29:00 2021 xorriso : UPDATE : 53.55% done, estimate finish Sat Feb 06 14:28:46 2021 xorriso : UPDATE : 49.01% done, estimate finish Sat Feb 06 14:28:59 2021 xorriso : UPDATE : 63.19% done, estimate finish Sat Feb 06 14:28:30 2021 xorriso : UPDATE : 49.29% done, estimate finish Sat Feb 06 14:28:59 2021 xorriso : UPDATE : 56.48% done, estimate finish Sat Feb 06 14:28:36 2021 xorriso : UPDATE : 49.86% done, estimate finish Sat Feb 06 14:28:58 2021 xorriso : UPDATE : 63.56% done, estimate finish Sat Feb 06 14:28:26 2021 xorriso : UPDATE : 50.38% done, estimate finish Sat Feb 06 14:28:57 2021 xorriso : UPDATE : 57.15% done, estimate finish Sat Feb 06 14:28:37 2021 xorriso : UPDATE : 50.19% done, estimate finish Sat Feb 06 14:29:00 2021 xorriso : UPDATE : 64.74% done, estimate finish Sat Feb 06 14:28:25 2021 xorriso : UPDATE : 51.17% done, estimate finish Sat Feb 06 14:28:56 2021 xorriso : UPDATE : 57.64% done, estimate finish Sat Feb 06 14:28:38 2021 xorriso : UPDATE : 50.91% done, estimate finish Sat Feb 06 14:29:00 2021 xorriso : UPDATE : 65.47% done, estimate finish Sat Feb 06 14:28:27 2021 xorriso : UPDATE : 51.88% done, estimate finish Sat Feb 06 14:28:56 2021 xorriso : UPDATE : 58.43% done, estimate finish Sat Feb 06 14:28:39 2021 xorriso : UPDATE : 51.93% done, estimate finish Sat Feb 06 14:28:58 2021 xorriso : UPDATE : 66.14% done, estimate finish Sat Feb 06 14:28:27 2021 xorriso : UPDATE : 52.67% done, estimate finish Sat Feb 06 14:28:56 2021 xorriso : UPDATE : 59.47% done, estimate finish Sat Feb 06 14:28:38 2021 xorriso : UPDATE : 51.93% done, estimate finish Sat Feb 06 14:29:08 2021 xorriso : UPDATE : 66.87% done, estimate finish Sat Feb 06 14:28:28 2021 xorriso : UPDATE : 53.38% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 60.17% done, estimate finish Sat Feb 06 14:28:41 2021 xorriso : UPDATE : 51.93% done, estimate finish Sat Feb 06 14:29:15 2021 xorriso : UPDATE : 67.71% done, estimate finish Sat Feb 06 14:28:28 2021 xorriso : UPDATE : 53.99% done, estimate finish Sat Feb 06 14:28:56 2021 xorriso : UPDATE : 60.94% done, estimate finish Sat Feb 06 14:28:41 2021 xorriso : UPDATE : 51.93% done, estimate finish Sat Feb 06 14:29:22 2021 xorriso : UPDATE : 68.22% done, estimate finish Sat Feb 06 14:28:29 2021 xorriso : UPDATE : 54.83% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 61.65% done, estimate finish Sat Feb 06 14:28:41 2021 xorriso : UPDATE : 55.43% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 68.98% done, estimate finish Sat Feb 06 14:28:30 2021 xorriso : UPDATE : 69.81% done, estimate finish Sat Feb 06 14:28:30 2021 xorriso : UPDATE : 55.62% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 62.35% done, estimate finish Sat Feb 06 14:28:42 2021 xorriso : UPDATE : 55.43% done, estimate finish Sat Feb 06 14:29:00 2021 xorriso : UPDATE : 69.81% done, estimate finish Sat Feb 06 14:28:33 2021 xorriso : UPDATE : 56.38% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 63.04% done, estimate finish Sat Feb 06 14:28:43 2021 xorriso : UPDATE : 55.43% done, estimate finish Sat Feb 06 14:29:04 2021 xorriso : UPDATE : 71.43% done, estimate finish Sat Feb 06 14:28:30 2021 xorriso : UPDATE : 57.22% done, estimate finish Sat Feb 06 14:28:54 2021 xorriso : UPDATE : 63.89% done, estimate finish Sat Feb 06 14:28:42 2021 xorriso : UPDATE : 55.43% done, estimate finish Sat Feb 06 14:29:09 2021 xorriso : UPDATE : 72.43% done, estimate finish Sat Feb 06 14:28:31 2021 xorriso : UPDATE : 57.96% done, estimate finish Sat Feb 06 14:28:54 2021 xorriso : UPDATE : 64.59% done, estimate finish Sat Feb 06 14:28:43 2021 xorriso : UPDATE : 56.46% done, estimate finish Sat Feb 06 14:29:06 2021 xorriso : UPDATE : 73.34% done, estimate finish Sat Feb 06 14:28:31 2021 xorriso : UPDATE : 58.69% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 65.33% done, estimate finish Sat Feb 06 14:28:43 2021 xorriso : UPDATE : 59.45% done, estimate finish Sat Feb 06 14:28:54 2021 xorriso : UPDATE : 73.97% done, estimate finish Sat Feb 06 14:28:31 2021 xorriso : UPDATE : 59.43% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 66.01% done, estimate finish Sat Feb 06 14:28:43 2021 xorriso : UPDATE : 60.10% done, estimate finish Sat Feb 06 14:28:54 2021 xorriso : UPDATE : 74.74% done, estimate finish Sat Feb 06 14:28:32 2021 xorriso : UPDATE : 60.25% done, estimate finish Sat Feb 06 14:28:54 2021 xorriso : UPDATE : 66.36% done, estimate finish Sat Feb 06 14:28:45 2021 xorriso : UPDATE : 61.77% done, estimate finish Sat Feb 06 14:28:43 2021 xorriso : UPDATE : 75.65% done, estimate finish Sat Feb 06 14:28:31 2021 xorriso : UPDATE : 60.63% done, estimate finish Sat Feb 06 14:28:56 2021 xorriso : UPDATE : 67.18% done, estimate finish Sat Feb 06 14:28:46 2021 xorriso : UPDATE : 62.24% done, estimate finish Sat Feb 06 14:28:45 2021 xorriso : UPDATE : 77.04% done, estimate finish Sat Feb 06 14:28:30 2021 xorriso : UPDATE : 60.63% done, estimate finish Sat Feb 06 14:29:01 2021 xorriso : UPDATE : 68.18% done, estimate finish Sat Feb 06 14:28:44 2021 xorriso : UPDATE : 63.11% done, estimate finish Sat Feb 06 14:28:45 2021 xorriso : UPDATE : 77.04% done, estimate finish Sat Feb 06 14:28:32 2021 xorriso : UPDATE : 60.63% done, estimate finish Sat Feb 06 14:29:06 2021 xorriso : UPDATE : 68.97% done, estimate finish Sat Feb 06 14:28:45 2021 xorriso : UPDATE : 63.86% done, estimate finish Sat Feb 06 14:28:46 2021 xorriso : UPDATE : 79.17% done, estimate finish Sat Feb 06 14:28:28 2021 xorriso : UPDATE : 63.86% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 69.06% done, estimate finish Sat Feb 06 14:28:48 2021 xorriso : UPDATE : 64.31% done, estimate finish Sat Feb 06 14:28:48 2021 xorriso : UPDATE : 79.17% done, estimate finish Sat Feb 06 14:28:31 2021 xorriso : UPDATE : 64.78% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 69.06% done, estimate finish Sat Feb 06 14:28:52 2021 xorriso : UPDATE : 64.68% done, estimate finish Sat Feb 06 14:28:49 2021 xorriso : UPDATE : 81.05% done, estimate finish Sat Feb 06 14:28:29 2021 xorriso : UPDATE : 65.53% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 71.49% done, estimate finish Sat Feb 06 14:28:43 2021 xorriso : UPDATE : 65.92% done, estimate finish Sat Feb 06 14:28:48 2021 xorriso : UPDATE : 81.05% done, estimate finish Sat Feb 06 14:28:30 2021 xorriso : UPDATE : 66.31% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 71.49% done, estimate finish Sat Feb 06 14:28:47 2021 xorriso : UPDATE : 66.53% done, estimate finish Sat Feb 06 14:28:49 2021 xorriso : UPDATE : 82.79% done, estimate finish Sat Feb 06 14:28:27 2021 xorriso : UPDATE : 67.12% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 71.49% done, estimate finish Sat Feb 06 14:28:49 2021 xorriso : UPDATE : 67.80% done, estimate finish Sat Feb 06 14:28:47 2021 xorriso : UPDATE : 68.01% done, estimate finish Sat Feb 06 14:28:48 2021 xorriso : UPDATE : 83.58% done, estimate finish Sat Feb 06 14:28:28 2021 xorriso : UPDATE : 67.79% done, estimate finish Sat Feb 06 14:28:51 2021 xorriso : UPDATE : 71.49% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 69.38% done, estimate finish Sat Feb 06 14:28:47 2021 xorriso : UPDATE : 84.28% done, estimate finish Sat Feb 06 14:28:28 2021 xorriso : UPDATE : 68.67% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 71.49% done, estimate finish Sat Feb 06 14:28:56 2021 xorriso : UPDATE : 70.15% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 85.03% done, estimate finish Sat Feb 06 14:28:28 2021 xorriso : UPDATE : 69.41% done, estimate finish Sat Feb 06 14:28:48 2021 xorriso : UPDATE : 71.49% done, estimate finish Sat Feb 06 14:29:12 2021 xorriso : UPDATE : 70.54% done, estimate finish Sat Feb 06 14:28:52 2021 xorriso : UPDATE : 85.35% done, estimate finish Sat Feb 06 14:28:30 2021 xorriso : UPDATE : 69.72% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 71.49% done, estimate finish Sat Feb 06 14:29:17 2021 xorriso : UPDATE : 71.04% done, estimate finish Sat Feb 06 14:28:54 2021 xorriso : UPDATE : 85.53% done, estimate finish Sat Feb 06 14:28:31 2021 xorriso : UPDATE : 70.56% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 71.49% done, estimate finish Sat Feb 06 14:29:24 2021 xorriso : UPDATE : 71.91% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 86.88% done, estimate finish Sat Feb 06 14:28:30 2021 xorriso : UPDATE : 70.56% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 71.49% done, estimate finish Sat Feb 06 14:29:29 2021 xorriso : UPDATE : 72.34% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 87.64% done, estimate finish Sat Feb 06 14:28:30 2021 xorriso : UPDATE : 72.21% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 71.49% done, estimate finish Sat Feb 06 14:29:36 2021 xorriso : UPDATE : 73.41% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 88.38% done, estimate finish Sat Feb 06 14:28:30 2021 xorriso : UPDATE : 72.95% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 71.49% done, estimate finish Sat Feb 06 14:29:42 2021 xorriso : UPDATE : 74.15% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 88.99% done, estimate finish Sat Feb 06 14:28:31 2021 xorriso : UPDATE : 73.60% done, estimate finish Sat Feb 06 14:28:51 2021 xorriso : UPDATE : 76.00% done, estimate finish Sat Feb 06 14:28:59 2021 xorriso : UPDATE : 74.49% done, estimate finish Sat Feb 06 14:28:54 2021 xorriso : UPDATE : 88.99% done, estimate finish Sat Feb 06 14:28:34 2021 xorriso : UPDATE : 74.51% done, estimate finish Sat Feb 06 14:28:51 2021 xorriso : UPDATE : 82.79% done, estimate finish Sat Feb 06 14:28:37 2021 xorriso : UPDATE : 75.71% done, estimate finish Sat Feb 06 14:28:52 2021 xorriso : UPDATE : 88.99% done, estimate finish Sat Feb 06 14:28:36 2021 xorriso : UPDATE : 75.28% done, estimate finish Sat Feb 06 14:28:51 2021 xorriso : UPDATE : 82.79% done, estimate finish Sat Feb 06 14:28:39 2021 xorriso : UPDATE : 76.58% done, estimate finish Sat Feb 06 14:28:52 2021 xorriso : UPDATE : 88.99% done, estimate finish Sat Feb 06 14:28:39 2021 xorriso : UPDATE : 76.08% done, estimate finish Sat Feb 06 14:28:51 2021 xorriso : UPDATE : 83.55% done, estimate finish Sat Feb 06 14:28:40 2021 xorriso : UPDATE : 77.32% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 88.99% done, estimate finish Sat Feb 06 14:28:41 2021 xorriso : UPDATE : 76.74% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 85.32% done, estimate finish Sat Feb 06 14:28:33 2021 xorriso : UPDATE : 78.04% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 88.99% done, estimate finish Sat Feb 06 14:28:42 2021 xorriso : UPDATE : 77.25% done, estimate finish Sat Feb 06 14:28:54 2021 xorriso : UPDATE : 85.89% done, estimate finish Sat Feb 06 14:28:34 2021 xorriso : UPDATE : 78.72% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 88.99% done, estimate finish Sat Feb 06 14:28:45 2021 xorriso : UPDATE : 77.86% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 85.89% done, estimate finish Sat Feb 06 14:28:36 2021 xorriso : UPDATE : 79.28% done, estimate finish Sat Feb 06 14:28:54 2021 xorriso : UPDATE : 90.37% done, estimate finish Sat Feb 06 14:28:42 2021 xorriso : UPDATE : 78.92% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 85.89% done, estimate finish Sat Feb 06 14:28:38 2021 xorriso : UPDATE : 80.09% done, estimate finish Sat Feb 06 14:28:54 2021 xorriso : UPDATE : 96.81% done, estimate finish Sat Feb 06 14:28:29 2021 xorriso : UPDATE : 80.17% done, estimate finish Sat Feb 06 14:28:52 2021 xorriso : UPDATE : 85.89% done, estimate finish Sat Feb 06 14:28:40 2021 xorriso : UPDATE : 80.55% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 97.83% done, estimate finish Sat Feb 06 14:28:29 2021 xorriso : UPDATE : 80.29% done, estimate finish Sat Feb 06 14:28:54 2021 xorriso : UPDATE : 89.56% done, estimate finish Sat Feb 06 14:28:36 2021 xorriso : UPDATE : 81.54% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 98.61% done xorriso : UPDATE : 80.29% done, estimate finish Sat Feb 06 14:28:57 2021 xorriso : UPDATE : 90.27% done, estimate finish Sat Feb 06 14:28:37 2021 xorriso : UPDATE : 82.28% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 99.38% done xorriso : UPDATE : 82.53% done, estimate finish Sat Feb 06 14:28:52 2021 xorriso : UPDATE : 90.49% done, estimate finish Sat Feb 06 14:28:38 2021 xorriso : UPDATE : 82.85% done, estimate finish Sat Feb 06 14:28:54 2021 ISO image produced: 2159669 sectors Written to medium : 2159669 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. xorriso : UPDATE : 83.53% done, estimate finish Sat Feb 06 14:28:51 2021 xorriso : UPDATE : 90.49% done, estimate finish Sat Feb 06 14:28:40 2021 CD=5 /home/debian-cd/build.buster/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster" "armel" "/srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel" "10.8.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.buster/debian-cd/tools/jigdo_cleanup" Generating armel iso/jigdo image number 5 ... Last-minute updates: README.html README.txt Sat 6 Feb 14:28:30 UTC 2021 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.8.0 armel 5' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-5.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-5.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot5 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD5 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD5' xorriso : UPDATE : 5161 files added in 1 seconds xorriso : UPDATE : 5161 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-ath9k-htc_1.4.0-97-g75b3e59+dfsg-3_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/sigrok-firmware-fx2lafw_0.1.6-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 83.25% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 84.71% done, estimate finish Sat Feb 06 14:28:51 2021 xorriso : UPDATE : 91.20% done, estimate finish Sat Feb 06 14:28:39 2021 xorriso : UPDATE : 84.13% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 85.25% done, estimate finish Sat Feb 06 14:28:49 2021 xorriso : UPDATE : 93.58% done, estimate finish Sat Feb 06 14:28:39 2021 xorriso : UPDATE : 0.21% done xorriso : UPDATE : 84.24% done, estimate finish Sat Feb 06 14:28:58 2021 xorriso : UPDATE : 85.25% done, estimate finish Sat Feb 06 14:28:52 2021 xorriso : UPDATE : 94.15% done, estimate finish Sat Feb 06 14:28:40 2021 xorriso : UPDATE : 0.58% done, estimate finish Sat Feb 06 14:35:26 2021 xorriso : UPDATE : 85.31% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 85.25% done, estimate finish Sat Feb 06 14:28:54 2021 xorriso : UPDATE : 94.15% done, estimate finish Sat Feb 06 14:28:41 2021 xorriso : UPDATE : 1.23% done, estimate finish Sat Feb 06 14:33:07 2021 xorriso : UPDATE : 85.54% done, estimate finish Sat Feb 06 14:28:56 2021 xorriso : UPDATE : 85.25% done, estimate finish Sat Feb 06 14:28:56 2021 xorriso : UPDATE : 94.15% done, estimate finish Sat Feb 06 14:28:43 2021 xorriso : UPDATE : 1.23% done, estimate finish Sat Feb 06 14:34:29 2021 xorriso : UPDATE : 87.38% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 85.25% done, estimate finish Sat Feb 06 14:28:59 2021 xorriso : UPDATE : 97.41% done, estimate finish Sat Feb 06 14:28:39 2021 xorriso : UPDATE : 2.91% done, estimate finish Sat Feb 06 14:31:37 2021 xorriso : UPDATE : 3.62% done, estimate finish Sat Feb 06 14:31:26 2021 xorriso : UPDATE : 88.15% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 85.25% done, estimate finish Sat Feb 06 14:29:02 2021 xorriso : UPDATE : 98.13% done, estimate finish Sat Feb 06 14:28:39 2021 xorriso : UPDATE : 4.16% done, estimate finish Sat Feb 06 14:31:27 2021 xorriso : UPDATE : 89.14% done, estimate finish Sat Feb 06 14:28:52 2021 xorriso : UPDATE : 90.81% done, estimate finish Sat Feb 06 14:28:49 2021 xorriso : UPDATE : 98.83% done xorriso : UPDATE : 4.62% done, estimate finish Sat Feb 06 14:31:31 2021 xorriso : UPDATE : 89.63% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 91.47% done, estimate finish Sat Feb 06 14:28:48 2021 xorriso : UPDATE : 99.70% done xorriso : UPDATE : 5.74% done, estimate finish Sat Feb 06 14:31:13 2021 xorriso : UPDATE : 89.63% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 91.47% done, estimate finish Sat Feb 06 14:28:50 2021 ISO image produced: 2293935 sectors Written to medium : 2293935 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. CD=7 /home/debian-cd/build.buster/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster" "armel" "/srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel" "10.8.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.buster/debian-cd/tools/jigdo_cleanup" Generating armel iso/jigdo image number 7 ... Last-minute updates: README.html README.txt Sat 6 Feb 14:28:40 UTC 2021 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.8.0 armel 7' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-7.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-7.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot7 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD7 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD7' xorriso : UPDATE : 3187 files added in 1 seconds xorriso : UPDATE : 3187 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 6.44% done, estimate finish Sat Feb 06 14:31:11 2021 xorriso : UPDATE : 91.54% done, estimate finish Sat Feb 06 14:28:52 2021 xorriso : UPDATE : 93.61% done, estimate finish Sat Feb 06 14:28:48 2021 xorriso : UPDATE : 7.08% done, estimate finish Sat Feb 06 14:31:11 2021 xorriso : UPDATE : 92.11% done, estimate finish Sat Feb 06 14:28:51 2021 xorriso : UPDATE : 0.20% done xorriso : UPDATE : 94.61% done, estimate finish Sat Feb 06 14:28:47 2021 xorriso : UPDATE : 8.01% done, estimate finish Sat Feb 06 14:31:05 2021 xorriso : UPDATE : 93.01% done, estimate finish Sat Feb 06 14:28:51 2021 xorriso : UPDATE : 0.98% done, estimate finish Sat Feb 06 14:32:37 2021 xorriso : UPDATE : 95.30% done, estimate finish Sat Feb 06 14:28:48 2021 xorriso : UPDATE : 8.49% done, estimate finish Sat Feb 06 14:31:08 2021 xorriso : UPDATE : 93.47% done, estimate finish Sat Feb 06 14:28:52 2021 xorriso : UPDATE : 1.78% done, estimate finish Sat Feb 06 14:31:47 2021 xorriso : UPDATE : 95.86% done, estimate finish Sat Feb 06 14:28:48 2021 xorriso : UPDATE : 9.26% done, estimate finish Sat Feb 06 14:30:48 2021 xorriso : UPDATE : 94.28% done, estimate finish Sat Feb 06 14:28:52 2021 xorriso : UPDATE : 1.98% done, estimate finish Sat Feb 06 14:32:19 2021 xorriso : UPDATE : 96.59% done, estimate finish Sat Feb 06 14:28:48 2021 xorriso : UPDATE : 9.26% done, estimate finish Sat Feb 06 14:31:01 2021 xorriso : UPDATE : 94.28% done, estimate finish Sat Feb 06 14:28:53 2021 xorriso : UPDATE : 2.64% done, estimate finish Sat Feb 06 14:32:02 2021 xorriso : UPDATE : 96.88% done, estimate finish Sat Feb 06 14:28:49 2021 xorriso : UPDATE : 97.34% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 9.26% done, estimate finish Sat Feb 06 14:31:13 2021 xorriso : UPDATE : 94.65% done, estimate finish Sat Feb 06 14:28:54 2021 xorriso : UPDATE : 3.04% done, estimate finish Sat Feb 06 14:32:08 2021 xorriso : UPDATE : 97.77% done, estimate finish Sat Feb 06 14:28:50 2021 xorriso : UPDATE : 10.04% done, estimate finish Sat Feb 06 14:31:10 2021 xorriso : UPDATE : 94.97% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 3.06% done, estimate finish Sat Feb 06 14:32:40 2021 xorriso : UPDATE : 98.44% done, estimate finish Sat Feb 06 14:28:51 2021 xorriso : UPDATE : 10.83% done, estimate finish Sat Feb 06 14:31:07 2021 xorriso : UPDATE : 95.46% done, estimate finish Sat Feb 06 14:28:55 2021 xorriso : UPDATE : 3.06% done, estimate finish Sat Feb 06 14:33:13 2021 xorriso : UPDATE : 99.22% done xorriso : UPDATE : 11.60% done, estimate finish Sat Feb 06 14:31:06 2021 xorriso : UPDATE : 95.69% done, estimate finish Sat Feb 06 14:28:56 2021 xorriso : UPDATE : 3.06% done, estimate finish Sat Feb 06 14:33:46 2021 xorriso : UPDATE : 99.98% done xorriso : UPDATE : 12.10% done, estimate finish Sat Feb 06 14:31:08 2021 xorriso : UPDATE : 97.26% done, estimate finish Sat Feb 06 14:28:54 2021 xorriso : UPDATE : 3.06% done, estimate finish Sat Feb 06 14:34:18 2021 ISO image produced: 2216661 sectors Written to medium : 2216661 sectors at LBA 0 xorriso : UPDATE : 12.10% done, estimate finish Sat Feb 06 14:31:17 2021 Writing to 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-1.iso' completed successfully. xorriso : UPDATE : 97.69% done, estimate finish Sat Feb 06 14:28:56 2021 xorriso : UPDATE : 3.06% done, estimate finish Sat Feb 06 14:34:51 2021 CD=8 /home/debian-cd/build.buster/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster" "armel" "/srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel" "10.8.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.buster/debian-cd/tools/jigdo_cleanup" Generating armel iso/jigdo image number 8 ... Last-minute updates: README.html README.txt Sat 6 Feb 14:28:52 UTC 2021 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.8.0 armel 8' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-8.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-8.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot8 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD8 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD8' xorriso : UPDATE : 6865 files added in 1 seconds xorriso : UPDATE : 6865 files added in 1 seconds xorriso : UPDATE : 13.61% done, estimate finish Sat Feb 06 14:31:05 2021 xorriso : UPDATE : 97.69% done, estimate finish Sat Feb 06 14:28:57 2021 xorriso : UPDATE : 3.06% done, estimate finish Sat Feb 06 14:36:40 2021 libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/dns323-firmware-tools_0.7.3-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-ath9k-htc-dbgsym_1.4.0-97-g75b3e59+dfsg-3_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/nxt-firmware_1.29-20120908+dfsg-7_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.14% done xorriso : UPDATE : 14.61% done, estimate finish Sat Feb 06 14:31:01 2021 xorriso : UPDATE : 99.47% done xorriso : UPDATE : 3.06% done, estimate finish Sat Feb 06 14:37:27 2021 xorriso : UPDATE : 0.28% done xorriso : UPDATE : 15.44% done, estimate finish Sat Feb 06 14:31:07 2021 xorriso : UPDATE : Thank you for being patient. Working since 140 seconds. xorriso : UPDATE : 3.06% done, estimate finish Sat Feb 06 14:38:15 2021 xorriso : UPDATE : 0.52% done, estimate finish Sat Feb 06 14:38:12 2021 xorriso : UPDATE : 16.10% done, estimate finish Sat Feb 06 14:31:06 2021 ISO image produced: 2265183 sectors Written to medium : 2265183 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. xorriso : UPDATE : 3.06% done, estimate finish Sat Feb 06 14:39:02 2021 CD=9 /home/debian-cd/build.buster/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster" "armel" "/srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel" "10.8.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.buster/debian-cd/tools/jigdo_cleanup" Generating armel iso/jigdo image number 9 ... Last-minute updates: README.html README.txt Sat 6 Feb 14:28:56 UTC 2021 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.8.0 armel 9' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-9.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-9.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot9 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD9 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' xorriso : UPDATE : 1.26% done, estimate finish Sat Feb 06 14:34:03 2021 xorriso : UPDATE : 16.82% done, estimate finish Sat Feb 06 14:31:05 2021 xorriso : UPDATE : 3.06% done, estimate finish Sat Feb 06 14:39:50 2021 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD9' xorriso : UPDATE : 8654 files added in 1 seconds xorriso : UPDATE : 8654 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/expeyes-firmware-dev_4.4.4+dfsg-4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-microbit-micropython-doc_1.0.1-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/ubertooth-firmware-source_2018.12.R1-2_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 2.02% done, estimate finish Sat Feb 06 14:32:57 2021 xorriso : UPDATE : 17.65% done, estimate finish Sat Feb 06 14:31:02 2021 xorriso : UPDATE : 0.11% done xorriso : UPDATE : 11.63% done, estimate finish Sat Feb 06 14:31:03 2021 xorriso : UPDATE : 2.74% done, estimate finish Sat Feb 06 14:32:29 2021 xorriso : UPDATE : 17.65% done, estimate finish Sat Feb 06 14:31:11 2021 xorriso : UPDATE : 0.24% done xorriso : UPDATE : 11.77% done, estimate finish Sat Feb 06 14:31:10 2021 xorriso : UPDATE : 3.49% done, estimate finish Sat Feb 06 14:32:12 2021 xorriso : UPDATE : 17.65% done, estimate finish Sat Feb 06 14:31:20 2021 xorriso : UPDATE : 0.37% done, estimate finish Sat Feb 06 14:41:17 2021 xorriso : UPDATE : 13.69% done, estimate finish Sat Feb 06 14:30:55 2021 xorriso : UPDATE : 4.19% done, estimate finish Sat Feb 06 14:32:03 2021 xorriso : UPDATE : 20.30% done, estimate finish Sat Feb 06 14:30:55 2021 xorriso : UPDATE : 0.58% done, estimate finish Sat Feb 06 14:39:33 2021 xorriso : UPDATE : 13.96% done, estimate finish Sat Feb 06 14:31:00 2021 xorriso : UPDATE : 4.95% done, estimate finish Sat Feb 06 14:31:54 2021 xorriso : UPDATE : 20.93% done, estimate finish Sat Feb 06 14:30:56 2021 xorriso : UPDATE : 1.30% done, estimate finish Sat Feb 06 14:35:01 2021 xorriso : UPDATE : 15.08% done, estimate finish Sat Feb 06 14:30:57 2021 xorriso : UPDATE : 5.42% done, estimate finish Sat Feb 06 14:31:56 2021 xorriso : UPDATE : 21.76% done, estimate finish Sat Feb 06 14:30:55 2021 xorriso : UPDATE : 1.98% done, estimate finish Sat Feb 06 14:33:46 2021 xorriso : UPDATE : 15.85% done, estimate finish Sat Feb 06 14:30:30 2021 xorriso : UPDATE : 5.42% done, estimate finish Sat Feb 06 14:32:15 2021 xorriso : UPDATE : 22.07% done, estimate finish Sat Feb 06 14:30:58 2021 xorriso : UPDATE : 2.72% done, estimate finish Sat Feb 06 14:33:04 2021 xorriso : UPDATE : 16.28% done, estimate finish Sat Feb 06 14:30:34 2021 xorriso : UPDATE : 7.21% done, estimate finish Sat Feb 06 14:31:39 2021 xorriso : UPDATE : 23.25% done, estimate finish Sat Feb 06 14:30:47 2021 xorriso : UPDATE : 3.17% done, estimate finish Sat Feb 06 14:33:01 2021 xorriso : UPDATE : 17.26% done, estimate finish Sat Feb 06 14:30:34 2021 xorriso : UPDATE : 7.72% done, estimate finish Sat Feb 06 14:31:41 2021 xorriso : UPDATE : 23.67% done, estimate finish Sat Feb 06 14:30:51 2021 xorriso : UPDATE : 4.07% done, estimate finish Sat Feb 06 14:32:32 2021 xorriso : UPDATE : 17.80% done, estimate finish Sat Feb 06 14:30:37 2021 xorriso : UPDATE : 8.74% done, estimate finish Sat Feb 06 14:31:09 2021 xorriso : UPDATE : 24.72% done, estimate finish Sat Feb 06 14:30:48 2021 xorriso : UPDATE : 4.79% done, estimate finish Sat Feb 06 14:32:21 2021 xorriso : UPDATE : 17.80% done, estimate finish Sat Feb 06 14:30:43 2021 xorriso : UPDATE : 8.88% done, estimate finish Sat Feb 06 14:31:20 2021 xorriso : UPDATE : 25.54% done, estimate finish Sat Feb 06 14:30:47 2021 xorriso : UPDATE : 5.40% done, estimate finish Sat Feb 06 14:32:16 2021 xorriso : UPDATE : 17.80% done, estimate finish Sat Feb 06 14:30:49 2021 xorriso : UPDATE : 17.80% done, estimate finish Sat Feb 06 14:30:55 2021 xorriso : UPDATE : 8.88% done, estimate finish Sat Feb 06 14:31:33 2021 xorriso : UPDATE : 25.90% done, estimate finish Sat Feb 06 14:30:51 2021 xorriso : UPDATE : 6.27% done, estimate finish Sat Feb 06 14:32:05 2021 xorriso : UPDATE : 17.80% done, estimate finish Sat Feb 06 14:31:01 2021 xorriso : UPDATE : 10.75% done, estimate finish Sat Feb 06 14:31:13 2021 xorriso : UPDATE : 27.01% done, estimate finish Sat Feb 06 14:30:48 2021 xorriso : UPDATE : 7.00% done, estimate finish Sat Feb 06 14:32:00 2021 xorriso : UPDATE : 17.80% done, estimate finish Sat Feb 06 14:31:07 2021 xorriso : UPDATE : 11.65% done, estimate finish Sat Feb 06 14:31:10 2021 xorriso : UPDATE : 27.74% done, estimate finish Sat Feb 06 14:30:48 2021 xorriso : UPDATE : 7.75% done, estimate finish Sat Feb 06 14:31:55 2021 xorriso : UPDATE : 23.02% done, estimate finish Sat Feb 06 14:30:37 2021 xorriso : UPDATE : 11.65% done, estimate finish Sat Feb 06 14:31:19 2021 xorriso : UPDATE : 28.46% done, estimate finish Sat Feb 06 14:30:48 2021 xorriso : UPDATE : 8.48% done, estimate finish Sat Feb 06 14:31:19 2021 xorriso : UPDATE : 24.84% done, estimate finish Sat Feb 06 14:30:32 2021 xorriso : UPDATE : 11.65% done, estimate finish Sat Feb 06 14:31:29 2021 xorriso : UPDATE : 29.20% done, estimate finish Sat Feb 06 14:30:48 2021 xorriso : UPDATE : 9.29% done, estimate finish Sat Feb 06 14:31:18 2021 xorriso : UPDATE : 25.56% done, estimate finish Sat Feb 06 14:30:42 2021 xorriso : UPDATE : 14.93% done, estimate finish Sat Feb 06 14:31:00 2021 xorriso : UPDATE : 29.79% done, estimate finish Sat Feb 06 14:30:49 2021 xorriso : UPDATE : 9.29% done, estimate finish Sat Feb 06 14:31:30 2021 xorriso : UPDATE : 25.56% done, estimate finish Sat Feb 06 14:30:48 2021 xorriso : UPDATE : 15.69% done, estimate finish Sat Feb 06 14:31:00 2021 xorriso : UPDATE : 29.79% done, estimate finish Sat Feb 06 14:30:59 2021 xorriso : UPDATE : 9.29% done, estimate finish Sat Feb 06 14:31:42 2021 xorriso : UPDATE : 25.56% done, estimate finish Sat Feb 06 14:30:55 2021 xorriso : UPDATE : 16.25% done, estimate finish Sat Feb 06 14:31:03 2021 xorriso : UPDATE : 29.79% done, estimate finish Sat Feb 06 14:31:08 2021 xorriso : UPDATE : 11.89% done, estimate finish Sat Feb 06 14:31:12 2021 xorriso : UPDATE : 25.56% done, estimate finish Sat Feb 06 14:31:02 2021 xorriso : UPDATE : 16.37% done, estimate finish Sat Feb 06 14:31:07 2021 xorriso : UPDATE : 29.79% done, estimate finish Sat Feb 06 14:31:17 2021 xorriso : UPDATE : 12.59% done, estimate finish Sat Feb 06 14:31:13 2021 xorriso : UPDATE : 25.56% done, estimate finish Sat Feb 06 14:31:09 2021 xorriso : UPDATE : 17.44% done, estimate finish Sat Feb 06 14:31:04 2021 xorriso : UPDATE : 29.79% done, estimate finish Sat Feb 06 14:31:24 2021 xorriso : UPDATE : 13.34% done, estimate finish Sat Feb 06 14:31:13 2021 xorriso : UPDATE : 29.91% done, estimate finish Sat Feb 06 14:30:42 2021 xorriso : UPDATE : 17.44% done, estimate finish Sat Feb 06 14:31:12 2021 xorriso : UPDATE : 29.79% done, estimate finish Sat Feb 06 14:31:33 2021 xorriso : UPDATE : 13.34% done, estimate finish Sat Feb 06 14:31:22 2021 xorriso : UPDATE : 13.34% done, estimate finish Sat Feb 06 14:31:29 2021 xorriso : UPDATE : 30.85% done, estimate finish Sat Feb 06 14:30:41 2021 xorriso : UPDATE : 17.44% done, estimate finish Sat Feb 06 14:31:20 2021 xorriso : UPDATE : 29.79% done, estimate finish Sat Feb 06 14:31:41 2021 xorriso : UPDATE : 13.34% done, estimate finish Sat Feb 06 14:31:38 2021 xorriso : UPDATE : 31.56% done, estimate finish Sat Feb 06 14:30:42 2021 xorriso : UPDATE : 17.44% done, estimate finish Sat Feb 06 14:31:29 2021 xorriso : UPDATE : 29.79% done, estimate finish Sat Feb 06 14:31:50 2021 xorriso : UPDATE : 16.53% done, estimate finish Sat Feb 06 14:31:12 2021 xorriso : UPDATE : 32.34% done, estimate finish Sat Feb 06 14:30:42 2021 xorriso : UPDATE : 21.30% done, estimate finish Sat Feb 06 14:30:58 2021 xorriso : UPDATE : 37.20% done, estimate finish Sat Feb 06 14:30:41 2021 xorriso : UPDATE : 16.92% done, estimate finish Sat Feb 06 14:31:12 2021 xorriso : UPDATE : 33.11% done, estimate finish Sat Feb 06 14:30:43 2021 xorriso : UPDATE : 21.95% done, estimate finish Sat Feb 06 14:30:59 2021 xorriso : UPDATE : 37.97% done, estimate finish Sat Feb 06 14:30:41 2021 xorriso : UPDATE : 18.06% done, estimate finish Sat Feb 06 14:31:08 2021 xorriso : UPDATE : 33.89% done, estimate finish Sat Feb 06 14:30:45 2021 xorriso : UPDATE : 22.08% done, estimate finish Sat Feb 06 14:31:04 2021 xorriso : UPDATE : 38.58% done, estimate finish Sat Feb 06 14:30:43 2021 xorriso : UPDATE : 18.76% done, estimate finish Sat Feb 06 14:31:09 2021 xorriso : UPDATE : 34.62% done, estimate finish Sat Feb 06 14:30:45 2021 xorriso : UPDATE : 23.67% done, estimate finish Sat Feb 06 14:30:59 2021 xorriso : UPDATE : 39.53% done, estimate finish Sat Feb 06 14:30:34 2021 xorriso : UPDATE : 19.12% done, estimate finish Sat Feb 06 14:31:13 2021 xorriso : UPDATE : 35.33% done, estimate finish Sat Feb 06 14:30:46 2021 xorriso : UPDATE : 24.23% done, estimate finish Sat Feb 06 14:31:00 2021 xorriso : UPDATE : 40.24% done, estimate finish Sat Feb 06 14:30:35 2021 xorriso : UPDATE : 20.39% done, estimate finish Sat Feb 06 14:31:08 2021 xorriso : UPDATE : 35.88% done, estimate finish Sat Feb 06 14:30:47 2021 xorriso : UPDATE : 24.47% done, estimate finish Sat Feb 06 14:31:02 2021 xorriso : UPDATE : 40.88% done, estimate finish Sat Feb 06 14:30:37 2021 xorriso : UPDATE : 21.07% done, estimate finish Sat Feb 06 14:31:09 2021 xorriso : UPDATE : 36.58% done, estimate finish Sat Feb 06 14:30:48 2021 xorriso : UPDATE : 25.40% done, estimate finish Sat Feb 06 14:31:01 2021 xorriso : UPDATE : 41.22% done, estimate finish Sat Feb 06 14:30:39 2021 xorriso : UPDATE : 21.43% done, estimate finish Sat Feb 06 14:31:13 2021 xorriso : UPDATE : 36.69% done, estimate finish Sat Feb 06 14:30:53 2021 xorriso : UPDATE : 25.40% done, estimate finish Sat Feb 06 14:31:08 2021 xorriso : UPDATE : 42.64% done, estimate finish Sat Feb 06 14:30:36 2021 xorriso : UPDATE : 22.57% done, estimate finish Sat Feb 06 14:31:10 2021 xorriso : UPDATE : 38.00% done, estimate finish Sat Feb 06 14:30:49 2021 xorriso : UPDATE : 25.40% done, estimate finish Sat Feb 06 14:31:15 2021 xorriso : UPDATE : 43.37% done, estimate finish Sat Feb 06 14:30:37 2021 xorriso : UPDATE : 22.61% done, estimate finish Sat Feb 06 14:31:15 2021 xorriso : UPDATE : 38.90% done, estimate finish Sat Feb 06 14:30:48 2021 xorriso : UPDATE : 25.40% done, estimate finish Sat Feb 06 14:31:22 2021 xorriso : UPDATE : 44.08% done, estimate finish Sat Feb 06 14:30:38 2021 xorriso : UPDATE : 24.04% done, estimate finish Sat Feb 06 14:31:10 2021 xorriso : UPDATE : 39.16% done, estimate finish Sat Feb 06 14:30:51 2021 xorriso : UPDATE : 26.59% done, estimate finish Sat Feb 06 14:31:17 2021 xorriso : UPDATE : 44.62% done, estimate finish Sat Feb 06 14:30:39 2021 xorriso : UPDATE : 24.70% done, estimate finish Sat Feb 06 14:31:10 2021 xorriso : UPDATE : 40.17% done, estimate finish Sat Feb 06 14:30:50 2021 xorriso : UPDATE : 29.70% done, estimate finish Sat Feb 06 14:30:59 2021 xorriso : UPDATE : 44.62% done, estimate finish Sat Feb 06 14:30:43 2021 xorriso : UPDATE : 24.80% done, estimate finish Sat Feb 06 14:31:18 2021 xorriso : UPDATE : 40.17% done, estimate finish Sat Feb 06 14:31:03 2021 xorriso : UPDATE : 29.70% done, estimate finish Sat Feb 06 14:31:04 2021 xorriso : UPDATE : 46.14% done, estimate finish Sat Feb 06 14:30:39 2021 xorriso : UPDATE : 24.80% done, estimate finish Sat Feb 06 14:31:26 2021 xorriso : UPDATE : 41.79% done, estimate finish Sat Feb 06 14:30:54 2021 xorriso : UPDATE : 31.30% done, estimate finish Sat Feb 06 14:30:59 2021 xorriso : UPDATE : 47.01% done, estimate finish Sat Feb 06 14:30:45 2021 xorriso : UPDATE : 26.88% done, estimate finish Sat Feb 06 14:31:12 2021 xorriso : UPDATE : 42.31% done, estimate finish Sat Feb 06 14:30:55 2021 xorriso : UPDATE : 32.13% done, estimate finish Sat Feb 06 14:30:59 2021 xorriso : UPDATE : 47.18% done, estimate finish Sat Feb 06 14:30:50 2021 xorriso : UPDATE : 28.08% done, estimate finish Sat Feb 06 14:31:09 2021 xorriso : UPDATE : 42.90% done, estimate finish Sat Feb 06 14:30:56 2021 xorriso : UPDATE : 32.83% done, estimate finish Sat Feb 06 14:30:59 2021 xorriso : UPDATE : 48.55% done, estimate finish Sat Feb 06 14:30:46 2021 xorriso : UPDATE : 28.74% done, estimate finish Sat Feb 06 14:31:10 2021 xorriso : UPDATE : 43.83% done, estimate finish Sat Feb 06 14:30:55 2021 xorriso : UPDATE : 33.57% done, estimate finish Sat Feb 06 14:31:00 2021 xorriso : UPDATE : 48.99% done, estimate finish Sat Feb 06 14:30:47 2021 xorriso : UPDATE : 29.44% done, estimate finish Sat Feb 06 14:31:10 2021 xorriso : UPDATE : 44.63% done, estimate finish Sat Feb 06 14:30:54 2021 xorriso : UPDATE : 34.14% done, estimate finish Sat Feb 06 14:31:01 2021 xorriso : UPDATE : 50.04% done, estimate finish Sat Feb 06 14:30:46 2021 xorriso : UPDATE : 30.16% done, estimate finish Sat Feb 06 14:31:11 2021 xorriso : UPDATE : 44.63% done, estimate finish Sat Feb 06 14:30:59 2021 xorriso : UPDATE : 35.07% done, estimate finish Sat Feb 06 14:31:01 2021 xorriso : UPDATE : 50.20% done, estimate finish Sat Feb 06 14:30:49 2021 xorriso : UPDATE : 30.86% done, estimate finish Sat Feb 06 14:31:11 2021 xorriso : UPDATE : 46.51% done, estimate finish Sat Feb 06 14:30:52 2021 xorriso : UPDATE : 35.78% done, estimate finish Sat Feb 06 14:31:01 2021 xorriso : UPDATE : 50.20% done, estimate finish Sat Feb 06 14:30:53 2021 xorriso : UPDATE : 31.47% done, estimate finish Sat Feb 06 14:31:12 2021 xorriso : UPDATE : 46.76% done, estimate finish Sat Feb 06 14:30:54 2021 xorriso : UPDATE : 36.42% done, estimate finish Sat Feb 06 14:31:02 2021 xorriso : UPDATE : 50.20% done, estimate finish Sat Feb 06 14:30:58 2021 xorriso : UPDATE : 31.91% done, estimate finish Sat Feb 06 14:31:16 2021 xorriso : UPDATE : 46.76% done, estimate finish Sat Feb 06 14:30:59 2021 xorriso : UPDATE : 37.29% done, estimate finish Sat Feb 06 14:31:02 2021 xorriso : UPDATE : 50.20% done, estimate finish Sat Feb 06 14:31:02 2021 xorriso : UPDATE : 32.38% done, estimate finish Sat Feb 06 14:31:18 2021 xorriso : UPDATE : 46.76% done, estimate finish Sat Feb 06 14:31:01 2021 xorriso : UPDATE : 37.47% done, estimate finish Sat Feb 06 14:31:05 2021 xorriso : UPDATE : 50.20% done, estimate finish Sat Feb 06 14:31:07 2021 xorriso : UPDATE : 33.59% done, estimate finish Sat Feb 06 14:31:14 2021 xorriso : UPDATE : 46.76% done, estimate finish Sat Feb 06 14:31:08 2021 xorriso : UPDATE : 38.83% done, estimate finish Sat Feb 06 14:31:02 2021 xorriso : UPDATE : 50.20% done, estimate finish Sat Feb 06 14:31:53 2021 xorriso : UPDATE : 33.79% done, estimate finish Sat Feb 06 14:31:19 2021 xorriso : UPDATE : 46.76% done, estimate finish Sat Feb 06 14:31:15 2021 xorriso : UPDATE : 39.52% done, estimate finish Sat Feb 06 14:31:03 2021 xorriso : UPDATE : 50.25% done, estimate finish Sat Feb 06 14:32:03 2021 xorriso : UPDATE : 35.03% done, estimate finish Sat Feb 06 14:31:15 2021 xorriso : UPDATE : 46.76% done, estimate finish Sat Feb 06 14:31:21 2021 xorriso : UPDATE : 40.28% done, estimate finish Sat Feb 06 14:31:06 2021 xorriso : UPDATE : 55.91% done, estimate finish Sat Feb 06 14:30:46 2021 xorriso : UPDATE : 35.25% done, estimate finish Sat Feb 06 14:31:18 2021 xorriso : UPDATE : 46.76% done, estimate finish Sat Feb 06 14:31:28 2021 xorriso : UPDATE : 40.45% done, estimate finish Sat Feb 06 14:31:11 2021 xorriso : UPDATE : 55.91% done, estimate finish Sat Feb 06 14:30:51 2021 xorriso : UPDATE : 36.59% done, estimate finish Sat Feb 06 14:31:14 2021 xorriso : UPDATE : 53.83% done, estimate finish Sat Feb 06 14:30:41 2021 xorriso : UPDATE : 41.93% done, estimate finish Sat Feb 06 14:31:05 2021 xorriso : UPDATE : 57.72% done, estimate finish Sat Feb 06 14:30:44 2021 xorriso : UPDATE : 36.99% done, estimate finish Sat Feb 06 14:31:16 2021 xorriso : UPDATE : 54.15% done, estimate finish Sat Feb 06 14:30:44 2021 xorriso : UPDATE : 42.67% done, estimate finish Sat Feb 06 14:31:05 2021 xorriso : UPDATE : 57.72% done, estimate finish Sat Feb 06 14:30:49 2021 xorriso : UPDATE : 37.58% done, estimate finish Sat Feb 06 14:31:17 2021 xorriso : UPDATE : 54.74% done, estimate finish Sat Feb 06 14:30:45 2021 xorriso : UPDATE : 43.32% done, estimate finish Sat Feb 06 14:31:06 2021 xorriso : UPDATE : 57.72% done, estimate finish Sat Feb 06 14:30:53 2021 xorriso : UPDATE : 38.99% done, estimate finish Sat Feb 06 14:31:13 2021 xorriso : UPDATE : 54.74% done, estimate finish Sat Feb 06 14:30:49 2021 xorriso : UPDATE : 44.00% done, estimate finish Sat Feb 06 14:31:06 2021 xorriso : UPDATE : 57.72% done, estimate finish Sat Feb 06 14:30:56 2021 xorriso : UPDATE : 39.68% done, estimate finish Sat Feb 06 14:31:11 2021 xorriso : UPDATE : 56.59% done, estimate finish Sat Feb 06 14:30:44 2021 xorriso : UPDATE : 44.70% done, estimate finish Sat Feb 06 14:31:06 2021 xorriso : UPDATE : 57.72% done, estimate finish Sat Feb 06 14:31:01 2021 xorriso : UPDATE : 40.28% done, estimate finish Sat Feb 06 14:31:13 2021 xorriso : UPDATE : 57.33% done, estimate finish Sat Feb 06 14:30:38 2021 xorriso : UPDATE : 45.05% done, estimate finish Sat Feb 06 14:31:09 2021 xorriso : UPDATE : 57.72% done, estimate finish Sat Feb 06 14:31:05 2021 xorriso : UPDATE : 40.84% done, estimate finish Sat Feb 06 14:31:14 2021 xorriso : UPDATE : 57.33% done, estimate finish Sat Feb 06 14:30:42 2021 xorriso : UPDATE : 45.83% done, estimate finish Sat Feb 06 14:31:09 2021 xorriso : UPDATE : 57.72% done, estimate finish Sat Feb 06 14:30:52 2021 xorriso : UPDATE : 40.92% done, estimate finish Sat Feb 06 14:31:19 2021 xorriso : UPDATE : 59.45% done, estimate finish Sat Feb 06 14:30:38 2021 xorriso : UPDATE : 46.83% done, estimate finish Sat Feb 06 14:31:07 2021 xorriso : UPDATE : 57.72% done, estimate finish Sat Feb 06 14:30:57 2021 xorriso : UPDATE : 40.92% done, estimate finish Sat Feb 06 14:31:25 2021 xorriso : UPDATE : 60.21% done, estimate finish Sat Feb 06 14:30:38 2021 xorriso : UPDATE : 47.51% done, estimate finish Sat Feb 06 14:31:08 2021 xorriso : UPDATE : 57.72% done, estimate finish Sat Feb 06 14:31:03 2021 xorriso : UPDATE : 40.92% done, estimate finish Sat Feb 06 14:31:31 2021 xorriso : UPDATE : 60.95% done, estimate finish Sat Feb 06 14:30:39 2021 xorriso : UPDATE : 48.21% done, estimate finish Sat Feb 06 14:31:08 2021 xorriso : UPDATE : 58.68% done, estimate finish Sat Feb 06 14:31:00 2021 xorriso : UPDATE : 40.92% done, estimate finish Sat Feb 06 14:31:36 2021 xorriso : UPDATE : 61.68% done, estimate finish Sat Feb 06 14:30:40 2021 xorriso : UPDATE : 49.03% done, estimate finish Sat Feb 06 14:31:07 2021 xorriso : UPDATE : 67.74% done, estimate finish Sat Feb 06 14:30:28 2021 xorriso : UPDATE : 40.92% done, estimate finish Sat Feb 06 14:31:42 2021 xorriso : UPDATE : 62.38% done, estimate finish Sat Feb 06 14:30:40 2021 xorriso : UPDATE : 49.44% done, estimate finish Sat Feb 06 14:31:10 2021 xorriso : UPDATE : 68.10% done, estimate finish Sat Feb 06 14:30:30 2021 xorriso : UPDATE : 40.92% done, estimate finish Sat Feb 06 14:31:48 2021 xorriso : UPDATE : 62.90% done, estimate finish Sat Feb 06 14:30:42 2021 xorriso : UPDATE : 50.52% done, estimate finish Sat Feb 06 14:31:07 2021 xorriso : UPDATE : 68.10% done, estimate finish Sat Feb 06 14:30:33 2021 xorriso : UPDATE : 40.92% done, estimate finish Sat Feb 06 14:31:53 2021 xorriso : UPDATE : 63.83% done, estimate finish Sat Feb 06 14:30:42 2021 xorriso : UPDATE : 51.04% done, estimate finish Sat Feb 06 14:31:09 2021 xorriso : UPDATE : 69.96% done, estimate finish Sat Feb 06 14:30:30 2021 xorriso : UPDATE : 40.92% done, estimate finish Sat Feb 06 14:35:37 2021 xorriso : UPDATE : 64.55% done, estimate finish Sat Feb 06 14:30:42 2021 xorriso : UPDATE : 51.68% done, estimate finish Sat Feb 06 14:31:09 2021 xorriso : UPDATE : 71.08% done, estimate finish Sat Feb 06 14:30:30 2021 xorriso : UPDATE : 40.92% done, estimate finish Sat Feb 06 14:36:08 2021 xorriso : UPDATE : 65.28% done, estimate finish Sat Feb 06 14:30:48 2021 xorriso : UPDATE : 51.77% done, estimate finish Sat Feb 06 14:31:13 2021 xorriso : UPDATE : 71.85% done, estimate finish Sat Feb 06 14:30:31 2021 xorriso : UPDATE : 72.35% done, estimate finish Sat Feb 06 14:30:31 2021 xorriso : UPDATE : 40.92% done, estimate finish Sat Feb 06 14:36:40 2021 xorriso : UPDATE : 65.28% done, estimate finish Sat Feb 06 14:30:52 2021 xorriso : UPDATE : 51.77% done, estimate finish Sat Feb 06 14:31:17 2021 xorriso : UPDATE : 73.12% done, estimate finish Sat Feb 06 14:30:29 2021 xorriso : UPDATE : 40.92% done, estimate finish Sat Feb 06 14:37:11 2021 xorriso : UPDATE : 66.51% done, estimate finish Sat Feb 06 14:30:49 2021 xorriso : UPDATE : 51.77% done, estimate finish Sat Feb 06 14:31:21 2021 xorriso : UPDATE : 73.89% done, estimate finish Sat Feb 06 14:30:29 2021 xorriso : UPDATE : 40.92% done, estimate finish Sat Feb 06 14:37:43 2021 xorriso : UPDATE : 67.64% done, estimate finish Sat Feb 06 14:30:48 2021 xorriso : UPDATE : 51.77% done, estimate finish Sat Feb 06 14:31:45 2021 xorriso : UPDATE : 73.97% done, estimate finish Sat Feb 06 14:30:31 2021 xorriso : UPDATE : 48.69% done, estimate finish Sat Feb 06 14:31:28 2021 xorriso : UPDATE : 68.14% done, estimate finish Sat Feb 06 14:30:49 2021 xorriso : UPDATE : 51.77% done, estimate finish Sat Feb 06 14:31:54 2021 xorriso : UPDATE : 75.48% done, estimate finish Sat Feb 06 14:30:30 2021 xorriso : UPDATE : 53.76% done, estimate finish Sat Feb 06 14:31:04 2021 xorriso : UPDATE : 68.88% done, estimate finish Sat Feb 06 14:30:49 2021 xorriso : UPDATE : 51.77% done, estimate finish Sat Feb 06 14:32:04 2021 xorriso : UPDATE : 76.20% done, estimate finish Sat Feb 06 14:30:32 2021 xorriso : UPDATE : 54.18% done, estimate finish Sat Feb 06 14:31:05 2021 xorriso : UPDATE : 69.97% done, estimate finish Sat Feb 06 14:30:48 2021 xorriso : UPDATE : 57.68% done, estimate finish Sat Feb 06 14:31:05 2021 xorriso : UPDATE : 76.20% done, estimate finish Sat Feb 06 14:30:33 2021 xorriso : UPDATE : 55.10% done, estimate finish Sat Feb 06 14:31:05 2021 xorriso : UPDATE : 70.69% done, estimate finish Sat Feb 06 14:30:48 2021 xorriso : UPDATE : 57.92% done, estimate finish Sat Feb 06 14:31:07 2021 xorriso : UPDATE : 77.88% done, estimate finish Sat Feb 06 14:30:32 2021 xorriso : UPDATE : 55.22% done, estimate finish Sat Feb 06 14:31:08 2021 xorriso : UPDATE : 71.15% done, estimate finish Sat Feb 06 14:30:49 2021 xorriso : UPDATE : 59.43% done, estimate finish Sat Feb 06 14:31:04 2021 xorriso : UPDATE : 78.64% done, estimate finish Sat Feb 06 14:30:32 2021 xorriso : UPDATE : 55.22% done, estimate finish Sat Feb 06 14:30:53 2021 xorriso : UPDATE : 71.97% done, estimate finish Sat Feb 06 14:30:49 2021 xorriso : UPDATE : 60.17% done, estimate finish Sat Feb 06 14:31:04 2021 xorriso : UPDATE : 79.08% done, estimate finish Sat Feb 06 14:30:34 2021 xorriso : UPDATE : 55.22% done, estimate finish Sat Feb 06 14:30:56 2021 xorriso : UPDATE : 71.97% done, estimate finish Sat Feb 06 14:30:54 2021 xorriso : UPDATE : 60.86% done, estimate finish Sat Feb 06 14:31:03 2021 xorriso : UPDATE : 80.12% done, estimate finish Sat Feb 06 14:30:34 2021 xorriso : UPDATE : 55.22% done, estimate finish Sat Feb 06 14:31:00 2021 xorriso : UPDATE : 71.97% done, estimate finish Sat Feb 06 14:30:59 2021 xorriso : UPDATE : 61.49% done, estimate finish Sat Feb 06 14:31:05 2021 xorriso : UPDATE : 62.37% done, estimate finish Sat Feb 06 14:31:04 2021 xorriso : UPDATE : 80.31% done, estimate finish Sat Feb 06 14:30:42 2021 xorriso : UPDATE : 58.87% done, estimate finish Sat Feb 06 14:30:52 2021 xorriso : UPDATE : 71.97% done, estimate finish Sat Feb 06 14:31:03 2021 xorriso : UPDATE : 63.11% done, estimate finish Sat Feb 06 14:31:04 2021 xorriso : UPDATE : 80.66% done, estimate finish Sat Feb 06 14:30:44 2021 xorriso : UPDATE : 59.70% done, estimate finish Sat Feb 06 14:30:53 2021 xorriso : UPDATE : 71.97% done, estimate finish Sat Feb 06 14:31:07 2021 xorriso : UPDATE : 63.81% done, estimate finish Sat Feb 06 14:30:54 2021 xorriso : UPDATE : 80.66% done, estimate finish Sat Feb 06 14:30:47 2021 xorriso : UPDATE : 59.70% done, estimate finish Sat Feb 06 14:30:56 2021 xorriso : UPDATE : 71.97% done, estimate finish Sat Feb 06 14:31:12 2021 xorriso : UPDATE : 63.99% done, estimate finish Sat Feb 06 14:30:57 2021 xorriso : UPDATE : 80.66% done, estimate finish Sat Feb 06 14:30:51 2021 xorriso : UPDATE : 59.70% done, estimate finish Sat Feb 06 14:30:59 2021 xorriso : UPDATE : 71.97% done, estimate finish Sat Feb 06 14:31:16 2021 xorriso : UPDATE : 63.99% done, estimate finish Sat Feb 06 14:31:01 2021 xorriso : UPDATE : 80.66% done, estimate finish Sat Feb 06 14:30:53 2021 xorriso : UPDATE : 59.70% done, estimate finish Sat Feb 06 14:31:01 2021 xorriso : UPDATE : 78.30% done, estimate finish Sat Feb 06 14:30:46 2021 xorriso : UPDATE : 66.13% done, estimate finish Sat Feb 06 14:30:56 2021 xorriso : UPDATE : 84.99% done, estimate finish Sat Feb 06 14:30:39 2021 xorriso : UPDATE : 59.70% done, estimate finish Sat Feb 06 14:31:04 2021 xorriso : UPDATE : 78.62% done, estimate finish Sat Feb 06 14:30:48 2021 xorriso : UPDATE : 66.73% done, estimate finish Sat Feb 06 14:30:58 2021 xorriso : UPDATE : 85.69% done, estimate finish Sat Feb 06 14:30:40 2021 xorriso : UPDATE : 64.69% done, estimate finish Sat Feb 06 14:30:54 2021 xorriso : UPDATE : 78.62% done, estimate finish Sat Feb 06 14:30:50 2021 xorriso : UPDATE : 67.39% done, estimate finish Sat Feb 06 14:30:58 2021 xorriso : UPDATE : 86.44% done, estimate finish Sat Feb 06 14:30:40 2021 xorriso : UPDATE : 65.39% done, estimate finish Sat Feb 06 14:31:00 2021 xorriso : UPDATE : 78.62% done, estimate finish Sat Feb 06 14:30:52 2021 xorriso : UPDATE : 68.13% done, estimate finish Sat Feb 06 14:30:59 2021 xorriso : UPDATE : 87.02% done, estimate finish Sat Feb 06 14:30:40 2021 xorriso : UPDATE : 66.07% done, estimate finish Sat Feb 06 14:31:00 2021 xorriso : UPDATE : 78.62% done, estimate finish Sat Feb 06 14:30:55 2021 xorriso : UPDATE : 68.89% done, estimate finish Sat Feb 06 14:30:59 2021 xorriso : UPDATE : 87.78% done, estimate finish Sat Feb 06 14:30:40 2021 xorriso : UPDATE : 66.93% done, estimate finish Sat Feb 06 14:31:00 2021 xorriso : UPDATE : 78.62% done, estimate finish Sat Feb 06 14:30:59 2021 xorriso : UPDATE : 69.43% done, estimate finish Sat Feb 06 14:31:00 2021 xorriso : UPDATE : 88.52% done, estimate finish Sat Feb 06 14:30:40 2021 xorriso : UPDATE : 66.93% done, estimate finish Sat Feb 06 14:31:03 2021 xorriso : UPDATE : 78.62% done, estimate finish Sat Feb 06 14:31:03 2021 xorriso : UPDATE : 69.95% done, estimate finish Sat Feb 06 14:31:01 2021 xorriso : UPDATE : 89.08% done, estimate finish Sat Feb 06 14:30:40 2021 xorriso : UPDATE : 66.93% done, estimate finish Sat Feb 06 14:31:07 2021 xorriso : UPDATE : 78.62% done, estimate finish Sat Feb 06 14:31:06 2021 xorriso : UPDATE : 70.93% done, estimate finish Sat Feb 06 14:31:08 2021 xorriso : UPDATE : 89.47% done, estimate finish Sat Feb 06 14:30:41 2021 xorriso : UPDATE : 66.93% done, estimate finish Sat Feb 06 14:31:11 2021 xorriso : UPDATE : 78.62% done, estimate finish Sat Feb 06 14:31:11 2021 xorriso : UPDATE : 71.93% done, estimate finish Sat Feb 06 14:31:07 2021 xorriso : UPDATE : 89.47% done, estimate finish Sat Feb 06 14:30:43 2021 xorriso : UPDATE : 66.93% done, estimate finish Sat Feb 06 14:31:14 2021 xorriso : UPDATE : 86.70% done, estimate finish Sat Feb 06 14:30:43 2021 xorriso : UPDATE : 72.74% done, estimate finish Sat Feb 06 14:31:06 2021 xorriso : UPDATE : 91.28% done, estimate finish Sat Feb 06 14:30:41 2021 xorriso : UPDATE : 66.93% done, estimate finish Sat Feb 06 14:31:17 2021 xorriso : UPDATE : 86.70% done, estimate finish Sat Feb 06 14:30:45 2021 xorriso : UPDATE : 73.14% done, estimate finish Sat Feb 06 14:31:08 2021 xorriso : UPDATE : 91.58% done, estimate finish Sat Feb 06 14:30:42 2021 xorriso : UPDATE : 66.93% done, estimate finish Sat Feb 06 14:31:20 2021 xorriso : UPDATE : 86.70% done, estimate finish Sat Feb 06 14:30:47 2021 xorriso : UPDATE : 73.76% done, estimate finish Sat Feb 06 14:31:08 2021 xorriso : UPDATE : 93.28% done, estimate finish Sat Feb 06 14:30:40 2021 xorriso : UPDATE : 67.37% done, estimate finish Sat Feb 06 14:31:22 2021 xorriso : UPDATE : 86.70% done, estimate finish Sat Feb 06 14:30:48 2021 xorriso : UPDATE : 74.94% done, estimate finish Sat Feb 06 14:31:06 2021 xorriso : UPDATE : 93.33% done, estimate finish Sat Feb 06 14:30:41 2021 xorriso : UPDATE : 73.79% done, estimate finish Sat Feb 06 14:31:04 2021 xorriso : UPDATE : 86.70% done, estimate finish Sat Feb 06 14:30:50 2021 xorriso : UPDATE : 75.23% done, estimate finish Sat Feb 06 14:31:08 2021 xorriso : UPDATE : 93.33% done, estimate finish Sat Feb 06 14:30:43 2021 xorriso : UPDATE : 74.54% done, estimate finish Sat Feb 06 14:31:05 2021 xorriso : UPDATE : 86.70% done, estimate finish Sat Feb 06 14:30:50 2021 xorriso : UPDATE : 75.23% done, estimate finish Sat Feb 06 14:31:11 2021 xorriso : UPDATE : 93.33% done, estimate finish Sat Feb 06 14:30:44 2021 xorriso : UPDATE : 75.11% done, estimate finish Sat Feb 06 14:31:05 2021 xorriso : UPDATE : 86.70% done, estimate finish Sat Feb 06 14:30:53 2021 xorriso : UPDATE : 75.23% done, estimate finish Sat Feb 06 14:31:14 2021 xorriso : UPDATE : 95.27% done, estimate finish Sat Feb 06 14:30:43 2021 xorriso : UPDATE : 75.84% done, estimate finish Sat Feb 06 14:31:06 2021 xorriso : UPDATE : 91.64% done, estimate finish Sat Feb 06 14:30:43 2021 xorriso : UPDATE : 78.38% done, estimate finish Sat Feb 06 14:31:05 2021 xorriso : UPDATE : 97.44% done, estimate finish Sat Feb 06 14:30:40 2021 xorriso : UPDATE : 76.70% done, estimate finish Sat Feb 06 14:31:05 2021 xorriso : UPDATE : 93.86% done, estimate finish Sat Feb 06 14:30:42 2021 xorriso : UPDATE : 78.93% done, estimate finish Sat Feb 06 14:31:04 2021 xorriso : UPDATE : 98.18% done, estimate finish Sat Feb 06 14:30:40 2021 xorriso : UPDATE : 77.42% done, estimate finish Sat Feb 06 14:31:06 2021 xorriso : UPDATE : 93.86% done, estimate finish Sat Feb 06 14:30:43 2021 xorriso : UPDATE : 79.60% done, estimate finish Sat Feb 06 14:31:04 2021 xorriso : UPDATE : 98.91% done xorriso : UPDATE : 78.05% done, estimate finish Sat Feb 06 14:31:07 2021 xorriso : UPDATE : 93.86% done, estimate finish Sat Feb 06 14:30:45 2021 xorriso : UPDATE : 93.86% done, estimate finish Sat Feb 06 14:30:46 2021 xorriso : UPDATE : 80.27% done, estimate finish Sat Feb 06 14:31:06 2021 xorriso : UPDATE : 99.71% done xorriso : UPDATE : 78.76% done, estimate finish Sat Feb 06 14:31:07 2021 xorriso : UPDATE : 94.72% done, estimate finish Sat Feb 06 14:30:46 2021 xorriso : UPDATE : 81.00% done, estimate finish Sat Feb 06 14:31:05 2021 ISO image produced: 2276498 sectors Written to medium : 2276498 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. xorriso : UPDATE : 79.37% done, estimate finish Sat Feb 06 14:31:07 2021 CD=11 /home/debian-cd/build.buster/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster" "armel" "/srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel" "10.8.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.buster/debian-cd/tools/jigdo_cleanup" Generating armel iso/jigdo image number 11 ... Last-minute updates: README.html README.txt Sat 6 Feb 14:30:41 UTC 2021 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.8.0 armel 11' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-11.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-11.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot11 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD11 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' xorriso : UPDATE : 98.68% done xorriso : UPDATE : 81.76% done, estimate finish Sat Feb 06 14:31:05 2021 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD11' xorriso : UPDATE : 11003 files added in 1 seconds xorriso : UPDATE : 79.37% done, estimate finish Sat Feb 06 14:31:10 2021 xorriso : UPDATE : 11003 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 99.54% done xorriso : UPDATE : 0.11% done xorriso : UPDATE : 82.36% done, estimate finish Sat Feb 06 14:31:06 2021 xorriso : UPDATE : 81.07% done, estimate finish Sat Feb 06 14:31:09 2021 ISO image produced: 2293214 sectors Written to medium : 2293214 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. xorriso : UPDATE : 0.24% done xorriso : UPDATE : 83.05% done, estimate finish Sat Feb 06 14:31:06 2021 xorriso : UPDATE : 81.59% done, estimate finish Sat Feb 06 14:31:09 2021 CD=12 /home/debian-cd/build.buster/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster" "armel" "/srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel" "10.8.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.buster/debian-cd/tools/jigdo_cleanup" Generating armel iso/jigdo image number 12 ... Last-minute updates: README.html README.txt Sat 6 Feb 14:30:44 UTC 2021 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.8.0 armel 12' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-12.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-12.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot12 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD12 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD12' xorriso : UPDATE : 12880 files added in 1 seconds xorriso : UPDATE : 12880 files added in 1 seconds xorriso : UPDATE : 0.38% done, estimate finish Sat Feb 06 14:42:34 2021 xorriso : UPDATE : 83.81% done, estimate finish Sat Feb 06 14:31:06 2021 xorriso : UPDATE : 82.16% done, estimate finish Sat Feb 06 14:31:10 2021 libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-microbit-micropython-dl_1.2.4+dfsg-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.47% done, estimate finish Sat Feb 06 14:43:52 2021 xorriso : UPDATE : 84.51% done, estimate finish Sat Feb 06 14:31:06 2021 xorriso : UPDATE : 0.15% done xorriso : UPDATE : 83.24% done, estimate finish Sat Feb 06 14:31:09 2021 xorriso : UPDATE : 0.81% done, estimate finish Sat Feb 06 14:40:25 2021 xorriso : UPDATE : 85.21% done, estimate finish Sat Feb 06 14:31:06 2021 xorriso : UPDATE : 0.26% done xorriso : UPDATE : 83.91% done, estimate finish Sat Feb 06 14:31:09 2021 xorriso : UPDATE : 0.91% done, estimate finish Sat Feb 06 14:41:11 2021 xorriso : UPDATE : 85.65% done, estimate finish Sat Feb 06 14:31:09 2021 xorriso : UPDATE : 0.40% done, estimate finish Sat Feb 06 14:42:45 2021 xorriso : UPDATE : 84.05% done, estimate finish Sat Feb 06 14:31:11 2021 xorriso : UPDATE : 2.33% done, estimate finish Sat Feb 06 14:35:30 2021 xorriso : UPDATE : 86.31% done, estimate finish Sat Feb 06 14:31:09 2021 xorriso : UPDATE : 0.52% done, estimate finish Sat Feb 06 14:43:15 2021 xorriso : UPDATE : 84.86% done, estimate finish Sat Feb 06 14:31:09 2021 xorriso : UPDATE : 85.50% done, estimate finish Sat Feb 06 14:31:10 2021 xorriso : UPDATE : 3.07% done, estimate finish Sat Feb 06 14:34:54 2021 xorriso : UPDATE : 87.01% done, estimate finish Sat Feb 06 14:31:09 2021 xorriso : UPDATE : 0.66% done, estimate finish Sat Feb 06 14:43:12 2021 xorriso : UPDATE : 86.18% done, estimate finish Sat Feb 06 14:31:10 2021 xorriso : UPDATE : 3.72% done, estimate finish Sat Feb 06 14:34:37 2021 xorriso : UPDATE : 87.65% done, estimate finish Sat Feb 06 14:31:09 2021 xorriso : UPDATE : 1.29% done, estimate finish Sat Feb 06 14:38:22 2021 xorriso : UPDATE : 86.77% done, estimate finish Sat Feb 06 14:31:11 2021 xorriso : UPDATE : 4.43% done, estimate finish Sat Feb 06 14:34:22 2021 xorriso : UPDATE : 88.42% done, estimate finish Sat Feb 06 14:31:09 2021 xorriso : UPDATE : 1.94% done, estimate finish Sat Feb 06 14:36:42 2021 xorriso : UPDATE : 87.42% done, estimate finish Sat Feb 06 14:31:11 2021 xorriso : UPDATE : 5.18% done, estimate finish Sat Feb 06 14:34:10 2021 xorriso : UPDATE : 88.91% done, estimate finish Sat Feb 06 14:31:09 2021 xorriso : UPDATE : 2.45% done, estimate finish Sat Feb 06 14:36:08 2021 xorriso : UPDATE : 88.13% done, estimate finish Sat Feb 06 14:31:11 2021 xorriso : UPDATE : 5.51% done, estimate finish Sat Feb 06 14:34:15 2021 xorriso : UPDATE : 89.91% done, estimate finish Sat Feb 06 14:31:08 2021 xorriso : UPDATE : 3.36% done, estimate finish Sat Feb 06 14:35:11 2021 xorriso : UPDATE : 88.86% done, estimate finish Sat Feb 06 14:31:12 2021 xorriso : UPDATE : 5.86% done, estimate finish Sat Feb 06 14:34:20 2021 xorriso : UPDATE : 90.68% done, estimate finish Sat Feb 06 14:31:08 2021 xorriso : UPDATE : 4.10% done, estimate finish Sat Feb 06 14:34:47 2021 xorriso : UPDATE : 89.60% done, estimate finish Sat Feb 06 14:31:11 2021 xorriso : UPDATE : 5.86% done, estimate finish Sat Feb 06 14:34:37 2021 xorriso : UPDATE : 91.22% done, estimate finish Sat Feb 06 14:31:08 2021 xorriso : UPDATE : 4.41% done, estimate finish Sat Feb 06 14:34:53 2021 xorriso : UPDATE : 90.19% done, estimate finish Sat Feb 06 14:31:11 2021 xorriso : UPDATE : 8.14% done, estimate finish Sat Feb 06 14:33:03 2021 xorriso : UPDATE : 91.84% done, estimate finish Sat Feb 06 14:31:09 2021 xorriso : UPDATE : 4.41% done, estimate finish Sat Feb 06 14:35:15 2021 xorriso : UPDATE : 90.58% done, estimate finish Sat Feb 06 14:31:12 2021 xorriso : UPDATE : 8.82% done, estimate finish Sat Feb 06 14:33:04 2021 xorriso : UPDATE : 91.84% done, estimate finish Sat Feb 06 14:31:11 2021 xorriso : UPDATE : 4.41% done, estimate finish Sat Feb 06 14:35:38 2021 xorriso : UPDATE : 91.55% done, estimate finish Sat Feb 06 14:31:11 2021 xorriso : UPDATE : 9.40% done, estimate finish Sat Feb 06 14:33:05 2021 xorriso : UPDATE : 93.73% done, estimate finish Sat Feb 06 14:31:07 2021 xorriso : UPDATE : 7.27% done, estimate finish Sat Feb 06 14:33:57 2021 xorriso : UPDATE : 91.89% done, estimate finish Sat Feb 06 14:31:12 2021 xorriso : UPDATE : 10.23% done, estimate finish Sat Feb 06 14:33:04 2021 xorriso : UPDATE : 94.82% done, estimate finish Sat Feb 06 14:31:06 2021 xorriso : UPDATE : 7.81% done, estimate finish Sat Feb 06 14:33:56 2021 xorriso : UPDATE : 93.03% done, estimate finish Sat Feb 06 14:31:11 2021 xorriso : UPDATE : 10.90% done, estimate finish Sat Feb 06 14:33:05 2021 xorriso : UPDATE : 95.40% done, estimate finish Sat Feb 06 14:31:07 2021 xorriso : UPDATE : 7.81% done, estimate finish Sat Feb 06 14:33:23 2021 xorriso : UPDATE : 93.39% done, estimate finish Sat Feb 06 14:31:12 2021 xorriso : UPDATE : 11.28% done, estimate finish Sat Feb 06 14:33:09 2021 xorriso : UPDATE : 96.27% done, estimate finish Sat Feb 06 14:31:06 2021 xorriso : UPDATE : 7.81% done, estimate finish Sat Feb 06 14:33:38 2021 xorriso : UPDATE : 94.48% done, estimate finish Sat Feb 06 14:31:11 2021 xorriso : UPDATE : 12.30% done, estimate finish Sat Feb 06 14:33:06 2021 xorriso : UPDATE : 96.90% done, estimate finish Sat Feb 06 14:31:07 2021 xorriso : UPDATE : 10.49% done, estimate finish Sat Feb 06 14:33:00 2021 xorriso : UPDATE : 95.33% done, estimate finish Sat Feb 06 14:31:10 2021 xorriso : UPDATE : 12.93% done, estimate finish Sat Feb 06 14:33:06 2021 xorriso : UPDATE : 97.75% done, estimate finish Sat Feb 06 14:31:06 2021 xorriso : UPDATE : 11.33% done, estimate finish Sat Feb 06 14:32:59 2021 xorriso : UPDATE : 95.93% done, estimate finish Sat Feb 06 14:31:10 2021 xorriso : UPDATE : 12.93% done, estimate finish Sat Feb 06 14:33:14 2021 xorriso : UPDATE : 98.36% done, estimate finish Sat Feb 06 14:31:07 2021 xorriso : UPDATE : 11.94% done, estimate finish Sat Feb 06 14:33:01 2021 xorriso : UPDATE : 96.86% done, estimate finish Sat Feb 06 14:31:10 2021 xorriso : UPDATE : 13.67% done, estimate finish Sat Feb 06 14:33:14 2021 xorriso : UPDATE : 99.07% done xorriso : UPDATE : 12.62% done, estimate finish Sat Feb 06 14:33:02 2021 xorriso : UPDATE : 97.50% done, estimate finish Sat Feb 06 14:31:10 2021 xorriso : UPDATE : 14.87% done, estimate finish Sat Feb 06 14:33:11 2021 xorriso : UPDATE : 99.75% done xorriso : UPDATE : 13.41% done, estimate finish Sat Feb 06 14:33:02 2021 xorriso : UPDATE : 98.23% done, estimate finish Sat Feb 06 14:31:10 2021 xorriso : UPDATE : 14.87% done, estimate finish Sat Feb 06 14:33:22 2021 ISO image produced: 2278587 sectors Written to medium : 2278587 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. xorriso : UPDATE : 14.09% done, estimate finish Sat Feb 06 14:33:03 2021 CD=2 /home/debian-cd/build.buster/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster" "armel" "/srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel" "10.8.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.buster/debian-cd/tools/jigdo_cleanup" Generating armel iso/jigdo image number 2 ... Last-minute updates: README.html README.txt Sat 6 Feb 14:31:08 UTC 2021 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.8.0 armel 2' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-2.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-2.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot2 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD2 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD2' xorriso : UPDATE : 4576 files added in 1 seconds xorriso : UPDATE : 4576 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 98.80% done xorriso : UPDATE : 0.02% done xorriso : UPDATE : 17.13% done, estimate finish Sat Feb 06 14:33:00 2021 xorriso : UPDATE : 14.81% done, estimate finish Sat Feb 06 14:33:02 2021 xorriso : UPDATE : 99.62% done xorriso : UPDATE : 0.16% done xorriso : UPDATE : 17.77% done, estimate finish Sat Feb 06 14:33:01 2021 xorriso : UPDATE : 14.82% done, estimate finish Sat Feb 06 14:33:10 2021 ISO image produced: 2291909 sectors Written to medium : 2291909 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. xorriso : UPDATE : 0.44% done, estimate finish Sat Feb 06 14:39:13 2021 xorriso : UPDATE : 18.43% done, estimate finish Sat Feb 06 14:33:02 2021 xorriso : UPDATE : 14.82% done, estimate finish Sat Feb 06 14:33:15 2021 CD=6 /home/debian-cd/build.buster/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster" "armel" "/srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel" "10.8.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.buster/debian-cd/tools/jigdo_cleanup" Generating armel iso/jigdo image number 6 ... Last-minute updates: README.html README.txt Sat 6 Feb 14:31:11 UTC 2021 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.8.0 armel 6' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-6.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-6.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot6 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD6 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD6' xorriso : UPDATE : 3758 files added in 1 seconds xorriso : UPDATE : 3758 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-microbit-micropython_1.0.1-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/hdmi2usb-fx2-firmware_0.0.0~git20151225-2_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/ubertooth-firmware_2018.12.R1-2_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 14.82% done, estimate finish Sat Feb 06 14:33:24 2021 xorriso : UPDATE : 1.10% done, estimate finish Sat Feb 06 14:35:51 2021 xorriso : UPDATE : 18.43% done, estimate finish Sat Feb 06 14:33:10 2021 xorriso : UPDATE : 14.82% done, estimate finish Sat Feb 06 14:33:34 2021 xorriso : UPDATE : 0.18% done xorriso : UPDATE : 1.63% done, estimate finish Sat Feb 06 14:35:22 2021 xorriso : UPDATE : 18.43% done, estimate finish Sat Feb 06 14:33:17 2021 xorriso : UPDATE : 14.82% done, estimate finish Sat Feb 06 14:33:46 2021 xorriso : UPDATE : 0.76% done, estimate finish Sat Feb 06 14:36:16 2021 xorriso : UPDATE : 2.48% done, estimate finish Sat Feb 06 14:34:35 2021 xorriso : UPDATE : 18.43% done, estimate finish Sat Feb 06 14:33:24 2021 xorriso : UPDATE : 14.82% done, estimate finish Sat Feb 06 14:33:56 2021 xorriso : UPDATE : 3.29% done, estimate finish Sat Feb 06 14:34:15 2021 xorriso : UPDATE : 1.53% done, estimate finish Sat Feb 06 14:34:48 2021 xorriso : UPDATE : 18.43% done, estimate finish Sat Feb 06 14:33:32 2021 xorriso : UPDATE : 14.82% done, estimate finish Sat Feb 06 14:34:06 2021 xorriso : UPDATE : 4.09% done, estimate finish Sat Feb 06 14:34:03 2021 xorriso : UPDATE : 2.29% done, estimate finish Sat Feb 06 14:34:20 2021 xorriso : UPDATE : 18.43% done, estimate finish Sat Feb 06 14:33:39 2021 xorriso : UPDATE : 15.12% done, estimate finish Sat Feb 06 14:34:11 2021 xorriso : UPDATE : 4.83% done, estimate finish Sat Feb 06 14:33:57 2021 xorriso : UPDATE : 2.92% done, estimate finish Sat Feb 06 14:34:14 2021 xorriso : UPDATE : 23.97% done, estimate finish Sat Feb 06 14:32:47 2021 xorriso : UPDATE : 23.16% done, estimate finish Sat Feb 06 14:32:47 2021 xorriso : UPDATE : 5.00% done, estimate finish Sat Feb 06 14:34:12 2021 xorriso : UPDATE : 3.45% done, estimate finish Sat Feb 06 14:34:15 2021 xorriso : UPDATE : 24.64% done, estimate finish Sat Feb 06 14:32:48 2021 xorriso : UPDATE : 23.65% done, estimate finish Sat Feb 06 14:32:49 2021 xorriso : UPDATE : 5.65% done, estimate finish Sat Feb 06 14:34:08 2021 xorriso : UPDATE : 4.46% done, estimate finish Sat Feb 06 14:33:56 2021 xorriso : UPDATE : 25.61% done, estimate finish Sat Feb 06 14:32:48 2021 xorriso : UPDATE : 24.75% done, estimate finish Sat Feb 06 14:32:48 2021 xorriso : UPDATE : 7.28% done, estimate finish Sat Feb 06 14:33:42 2021 xorriso : UPDATE : 4.46% done, estimate finish Sat Feb 06 14:34:19 2021 xorriso : UPDATE : 26.24% done, estimate finish Sat Feb 06 14:32:49 2021 xorriso : UPDATE : 25.35% done, estimate finish Sat Feb 06 14:32:49 2021 xorriso : UPDATE : 7.56% done, estimate finish Sat Feb 06 14:33:50 2021 xorriso : UPDATE : 4.46% done, estimate finish Sat Feb 06 14:34:41 2021 xorriso : UPDATE : 26.90% done, estimate finish Sat Feb 06 14:32:50 2021 xorriso : UPDATE : 25.38% done, estimate finish Sat Feb 06 14:32:47 2021 xorriso : UPDATE : 9.32% done, estimate finish Sat Feb 06 14:33:13 2021 xorriso : UPDATE : 7.21% done, estimate finish Sat Feb 06 14:33:35 2021 xorriso : UPDATE : 26.92% done, estimate finish Sat Feb 06 14:32:56 2021 xorriso : UPDATE : 26.99% done, estimate finish Sat Feb 06 14:32:43 2021 xorriso : UPDATE : 9.57% done, estimate finish Sat Feb 06 14:33:21 2021 xorriso : UPDATE : 8.31% done, estimate finish Sat Feb 06 14:33:28 2021 xorriso : UPDATE : 28.65% done, estimate finish Sat Feb 06 14:32:49 2021 xorriso : UPDATE : 27.06% done, estimate finish Sat Feb 06 14:32:48 2021 xorriso : UPDATE : 10.94% done, estimate finish Sat Feb 06 14:33:12 2021 xorriso : UPDATE : 8.31% done, estimate finish Sat Feb 06 14:33:40 2021 xorriso : UPDATE : 29.21% done, estimate finish Sat Feb 06 14:32:52 2021 xorriso : UPDATE : 27.06% done, estimate finish Sat Feb 06 14:32:53 2021 xorriso : UPDATE : 11.63% done, estimate finish Sat Feb 06 14:33:14 2021 xorriso : UPDATE : 10.40% done, estimate finish Sat Feb 06 14:33:06 2021 xorriso : UPDATE : 30.01% done, estimate finish Sat Feb 06 14:32:51 2021 xorriso : UPDATE : 29.02% done, estimate finish Sat Feb 06 14:32:47 2021 xorriso : UPDATE : 11.90% done, estimate finish Sat Feb 06 14:33:20 2021 xorriso : UPDATE : 10.45% done, estimate finish Sat Feb 06 14:33:17 2021 xorriso : UPDATE : 30.30% done, estimate finish Sat Feb 06 14:32:54 2021 xorriso : UPDATE : 29.18% done, estimate finish Sat Feb 06 14:32:51 2021 xorriso : UPDATE : 11.90% done, estimate finish Sat Feb 06 14:33:29 2021 xorriso : UPDATE : 10.45% done, estimate finish Sat Feb 06 14:33:28 2021 xorriso : UPDATE : 30.30% done, estimate finish Sat Feb 06 14:33:11 2021 xorriso : UPDATE : 29.27% done, estimate finish Sat Feb 06 14:32:55 2021 xorriso : UPDATE : 11.90% done, estimate finish Sat Feb 06 14:33:39 2021 xorriso : UPDATE : 10.45% done, estimate finish Sat Feb 06 14:33:39 2021 xorriso : UPDATE : 30.30% done, estimate finish Sat Feb 06 14:33:19 2021 xorriso : UPDATE : 29.38% done, estimate finish Sat Feb 06 14:32:59 2021 xorriso : UPDATE : 11.90% done, estimate finish Sat Feb 06 14:33:48 2021 xorriso : UPDATE : 10.45% done, estimate finish Sat Feb 06 14:33:50 2021 xorriso : UPDATE : 30.65% done, estimate finish Sat Feb 06 14:33:22 2021 xorriso : UPDATE : 29.65% done, estimate finish Sat Feb 06 14:33:02 2021 xorriso : UPDATE : 11.90% done, estimate finish Sat Feb 06 14:33:57 2021 xorriso : UPDATE : 10.45% done, estimate finish Sat Feb 06 14:34:01 2021 xorriso : UPDATE : 30.65% done, estimate finish Sat Feb 06 14:33:31 2021 xorriso : UPDATE : 30.25% done, estimate finish Sat Feb 06 14:33:04 2021 xorriso : UPDATE : 11.90% done, estimate finish Sat Feb 06 14:34:06 2021 xorriso : UPDATE : 11.64% done, estimate finish Sat Feb 06 14:33:51 2021 xorriso : UPDATE : 31.52% done, estimate finish Sat Feb 06 14:33:27 2021 xorriso : UPDATE : 30.78% done, estimate finish Sat Feb 06 14:33:27 2021 xorriso : UPDATE : 11.90% done, estimate finish Sat Feb 06 14:35:50 2021 xorriso : UPDATE : 12.52% done, estimate finish Sat Feb 06 14:33:47 2021 xorriso : UPDATE : 32.02% done, estimate finish Sat Feb 06 14:33:27 2021 xorriso : UPDATE : 31.46% done, estimate finish Sat Feb 06 14:33:26 2021 xorriso : UPDATE : 14.50% done, estimate finish Sat Feb 06 14:34:13 2021 xorriso : UPDATE : 13.36% done, estimate finish Sat Feb 06 14:33:45 2021 xorriso : UPDATE : 32.88% done, estimate finish Sat Feb 06 14:33:24 2021 xorriso : UPDATE : 31.97% done, estimate finish Sat Feb 06 14:33:26 2021 xorriso : UPDATE : 15.17% done, estimate finish Sat Feb 06 14:34:09 2021 xorriso : UPDATE : 14.00% done, estimate finish Sat Feb 06 14:33:45 2021 xorriso : UPDATE : 33.65% done, estimate finish Sat Feb 06 14:33:22 2021 xorriso : UPDATE : 32.14% done, estimate finish Sat Feb 06 14:33:32 2021 xorriso : UPDATE : 15.79% done, estimate finish Sat Feb 06 14:34:07 2021 xorriso : UPDATE : 14.29% done, estimate finish Sat Feb 06 14:34:36 2021 xorriso : UPDATE : 34.17% done, estimate finish Sat Feb 06 14:33:23 2021 xorriso : UPDATE : 33.69% done, estimate finish Sat Feb 06 14:33:20 2021 xorriso : UPDATE : 16.48% done, estimate finish Sat Feb 06 14:34:05 2021 xorriso : UPDATE : 15.68% done, estimate finish Sat Feb 06 14:34:08 2021 xorriso : UPDATE : 34.92% done, estimate finish Sat Feb 06 14:33:21 2021 xorriso : UPDATE : 34.32% done, estimate finish Sat Feb 06 14:33:20 2021 xorriso : UPDATE : 16.82% done, estimate finish Sat Feb 06 14:34:08 2021 xorriso : UPDATE : 16.56% done, estimate finish Sat Feb 06 14:34:01 2021 xorriso : UPDATE : 35.46% done, estimate finish Sat Feb 06 14:33:30 2021 xorriso : UPDATE : 34.79% done, estimate finish Sat Feb 06 14:33:21 2021 xorriso : UPDATE : 17.29% done, estimate finish Sat Feb 06 14:34:09 2021 xorriso : UPDATE : 17.27% done, estimate finish Sat Feb 06 14:33:59 2021 xorriso : UPDATE : 36.10% done, estimate finish Sat Feb 06 14:33:28 2021 xorriso : UPDATE : 35.61% done, estimate finish Sat Feb 06 14:33:19 2021 xorriso : UPDATE : 17.29% done, estimate finish Sat Feb 06 14:34:18 2021 xorriso : UPDATE : 18.02% done, estimate finish Sat Feb 06 14:33:55 2021 xorriso : UPDATE : 36.80% done, estimate finish Sat Feb 06 14:33:26 2021 xorriso : UPDATE : 36.23% done, estimate finish Sat Feb 06 14:33:19 2021 xorriso : UPDATE : 19.52% done, estimate finish Sat Feb 06 14:33:53 2021 xorriso : UPDATE : 18.24% done, estimate finish Sat Feb 06 14:34:01 2021 xorriso : UPDATE : 37.46% done, estimate finish Sat Feb 06 14:33:24 2021 xorriso : UPDATE : 36.75% done, estimate finish Sat Feb 06 14:33:20 2021 xorriso : UPDATE : 20.13% done, estimate finish Sat Feb 06 14:33:53 2021 xorriso : UPDATE : 19.31% done, estimate finish Sat Feb 06 14:33:54 2021 xorriso : UPDATE : 37.96% done, estimate finish Sat Feb 06 14:33:25 2021 xorriso : UPDATE : 37.84% done, estimate finish Sat Feb 06 14:33:09 2021 xorriso : UPDATE : 20.68% done, estimate finish Sat Feb 06 14:33:26 2021 xorriso : UPDATE : 19.31% done, estimate finish Sat Feb 06 14:34:03 2021 xorriso : UPDATE : 38.60% done, estimate finish Sat Feb 06 14:33:25 2021 xorriso : UPDATE : 38.40% done, estimate finish Sat Feb 06 14:33:11 2021 xorriso : UPDATE : 21.14% done, estimate finish Sat Feb 06 14:33:29 2021 xorriso : UPDATE : 21.01% done, estimate finish Sat Feb 06 14:33:48 2021 xorriso : UPDATE : 39.34% done, estimate finish Sat Feb 06 14:33:23 2021 xorriso : UPDATE : 39.13% done, estimate finish Sat Feb 06 14:33:10 2021 xorriso : UPDATE : 22.30% done, estimate finish Sat Feb 06 14:33:26 2021 xorriso : UPDATE : 21.01% done, estimate finish Sat Feb 06 14:33:55 2021 xorriso : UPDATE : 40.04% done, estimate finish Sat Feb 06 14:33:22 2021 xorriso : UPDATE : 39.74% done, estimate finish Sat Feb 06 14:33:11 2021 xorriso : UPDATE : 22.99% done, estimate finish Sat Feb 06 14:33:27 2021 xorriso : UPDATE : 21.01% done, estimate finish Sat Feb 06 14:33:44 2021 xorriso : UPDATE : 40.67% done, estimate finish Sat Feb 06 14:33:22 2021 xorriso : UPDATE : 40.91% done, estimate finish Sat Feb 06 14:33:25 2021 xorriso : UPDATE : 40.32% done, estimate finish Sat Feb 06 14:33:12 2021 xorriso : UPDATE : 23.57% done, estimate finish Sat Feb 06 14:33:28 2021 xorriso : UPDATE : 23.88% done, estimate finish Sat Feb 06 14:33:21 2021 xorriso : UPDATE : 42.06% done, estimate finish Sat Feb 06 14:33:20 2021 xorriso : UPDATE : 40.95% done, estimate finish Sat Feb 06 14:33:13 2021 xorriso : UPDATE : 23.86% done, estimate finish Sat Feb 06 14:33:32 2021 xorriso : UPDATE : 25.02% done, estimate finish Sat Feb 06 14:33:18 2021 xorriso : UPDATE : 42.09% done, estimate finish Sat Feb 06 14:33:20 2021 xorriso : UPDATE : 41.62% done, estimate finish Sat Feb 06 14:33:13 2021 xorriso : UPDATE : 24.94% done, estimate finish Sat Feb 06 14:33:30 2021 xorriso : UPDATE : 25.76% done, estimate finish Sat Feb 06 14:33:20 2021 xorriso : UPDATE : 43.46% done, estimate finish Sat Feb 06 14:33:13 2021 xorriso : UPDATE : 42.21% done, estimate finish Sat Feb 06 14:33:13 2021 xorriso : UPDATE : 25.65% done, estimate finish Sat Feb 06 14:33:29 2021 xorriso : UPDATE : 26.45% done, estimate finish Sat Feb 06 14:33:20 2021 xorriso : UPDATE : 44.06% done, estimate finish Sat Feb 06 14:33:13 2021 xorriso : UPDATE : 42.87% done, estimate finish Sat Feb 06 14:33:14 2021 xorriso : UPDATE : 26.26% done, estimate finish Sat Feb 06 14:33:31 2021 xorriso : UPDATE : 27.00% done, estimate finish Sat Feb 06 14:33:22 2021 xorriso : UPDATE : 44.88% done, estimate finish Sat Feb 06 14:33:12 2021 xorriso : UPDATE : 43.52% done, estimate finish Sat Feb 06 14:33:14 2021 xorriso : UPDATE : 27.21% done, estimate finish Sat Feb 06 14:33:29 2021 xorriso : UPDATE : 27.67% done, estimate finish Sat Feb 06 14:33:23 2021 xorriso : UPDATE : 45.38% done, estimate finish Sat Feb 06 14:33:13 2021 xorriso : UPDATE : 44.08% done, estimate finish Sat Feb 06 14:33:18 2021 xorriso : UPDATE : 27.97% done, estimate finish Sat Feb 06 14:33:34 2021 xorriso : UPDATE : 28.86% done, estimate finish Sat Feb 06 14:33:21 2021 xorriso : UPDATE : 45.89% done, estimate finish Sat Feb 06 14:33:14 2021 xorriso : UPDATE : 44.71% done, estimate finish Sat Feb 06 14:33:18 2021 xorriso : UPDATE : 28.17% done, estimate finish Sat Feb 06 14:33:40 2021 xorriso : UPDATE : 29.57% done, estimate finish Sat Feb 06 14:33:22 2021 xorriso : UPDATE : 46.55% done, estimate finish Sat Feb 06 14:33:14 2021 xorriso : UPDATE : 45.06% done, estimate finish Sat Feb 06 14:33:21 2021 xorriso : UPDATE : 29.45% done, estimate finish Sat Feb 06 14:33:34 2021 xorriso : UPDATE : 30.38% done, estimate finish Sat Feb 06 14:33:21 2021 xorriso : UPDATE : 47.19% done, estimate finish Sat Feb 06 14:33:14 2021 xorriso : UPDATE : 46.22% done, estimate finish Sat Feb 06 14:33:16 2021 xorriso : UPDATE : 30.31% done, estimate finish Sat Feb 06 14:33:33 2021 xorriso : UPDATE : 30.49% done, estimate finish Sat Feb 06 14:33:18 2021 xorriso : UPDATE : 47.81% done, estimate finish Sat Feb 06 14:33:14 2021 xorriso : UPDATE : 46.91% done, estimate finish Sat Feb 06 14:33:16 2021 xorriso : UPDATE : 30.94% done, estimate finish Sat Feb 06 14:33:34 2021 xorriso : UPDATE : 31.73% done, estimate finish Sat Feb 06 14:33:16 2021 xorriso : UPDATE : 48.15% done, estimate finish Sat Feb 06 14:33:17 2021 xorriso : UPDATE : 47.48% done, estimate finish Sat Feb 06 14:33:16 2021 xorriso : UPDATE : 31.48% done, estimate finish Sat Feb 06 14:33:35 2021 xorriso : UPDATE : 32.21% done, estimate finish Sat Feb 06 14:33:17 2021 xorriso : UPDATE : 31.85% done, estimate finish Sat Feb 06 14:33:37 2021 xorriso : UPDATE : 33.57% done, estimate finish Sat Feb 06 14:33:15 2021 xorriso : UPDATE : 48.15% done, estimate finish Sat Feb 06 14:33:21 2021 xorriso : UPDATE : 47.92% done, estimate finish Sat Feb 06 14:33:17 2021 xorriso : UPDATE : 32.66% done, estimate finish Sat Feb 06 14:33:36 2021 xorriso : UPDATE : 34.22% done, estimate finish Sat Feb 06 14:33:16 2021 xorriso : UPDATE : 48.15% done, estimate finish Sat Feb 06 14:33:28 2021 xorriso : UPDATE : 48.39% done, estimate finish Sat Feb 06 14:33:19 2021 xorriso : UPDATE : 33.49% done, estimate finish Sat Feb 06 14:33:35 2021 xorriso : UPDATE : 35.04% done, estimate finish Sat Feb 06 14:33:16 2021 xorriso : UPDATE : 50.15% done, estimate finish Sat Feb 06 14:33:14 2021 xorriso : UPDATE : 48.98% done, estimate finish Sat Feb 06 14:33:19 2021 xorriso : UPDATE : 35.67% done, estimate finish Sat Feb 06 14:33:17 2021 xorriso : UPDATE : 34.32% done, estimate finish Sat Feb 06 14:33:34 2021 xorriso : UPDATE : 50.81% done, estimate finish Sat Feb 06 14:33:14 2021 xorriso : UPDATE : 50.16% done, estimate finish Sat Feb 06 14:33:16 2021 xorriso : UPDATE : 35.00% done, estimate finish Sat Feb 06 14:33:35 2021 xorriso : UPDATE : 36.03% done, estimate finish Sat Feb 06 14:33:20 2021 xorriso : UPDATE : 51.29% done, estimate finish Sat Feb 06 14:33:16 2021 xorriso : UPDATE : 50.69% done, estimate finish Sat Feb 06 14:33:15 2021 xorriso : UPDATE : 35.60% done, estimate finish Sat Feb 06 14:33:37 2021 xorriso : UPDATE : 36.03% done, estimate finish Sat Feb 06 14:33:24 2021 xorriso : UPDATE : 51.29% done, estimate finish Sat Feb 06 14:33:20 2021 xorriso : UPDATE : 51.42% done, estimate finish Sat Feb 06 14:33:14 2021 xorriso : UPDATE : 36.27% done, estimate finish Sat Feb 06 14:33:36 2021 xorriso : UPDATE : 36.03% done, estimate finish Sat Feb 06 14:33:29 2021 xorriso : UPDATE : 51.29% done, estimate finish Sat Feb 06 14:33:25 2021 xorriso : UPDATE : 51.42% done, estimate finish Sat Feb 06 14:33:21 2021 xorriso : UPDATE : 36.57% done, estimate finish Sat Feb 06 14:33:40 2021 xorriso : UPDATE : 39.50% done, estimate finish Sat Feb 06 14:33:16 2021 xorriso : UPDATE : 54.04% done, estimate finish Sat Feb 06 14:33:11 2021 xorriso : UPDATE : 53.17% done, estimate finish Sat Feb 06 14:33:12 2021 xorriso : UPDATE : 37.64% done, estimate finish Sat Feb 06 14:33:36 2021 xorriso : UPDATE : 40.04% done, estimate finish Sat Feb 06 14:33:18 2021 xorriso : UPDATE : 54.81% done, estimate finish Sat Feb 06 14:33:11 2021 xorriso : UPDATE : 53.80% done, estimate finish Sat Feb 06 14:33:12 2021 xorriso : UPDATE : 38.35% done, estimate finish Sat Feb 06 14:33:37 2021 xorriso : UPDATE : 40.98% done, estimate finish Sat Feb 06 14:33:18 2021 xorriso : UPDATE : 55.33% done, estimate finish Sat Feb 06 14:33:12 2021 xorriso : UPDATE : 54.50% done, estimate finish Sat Feb 06 14:33:12 2021 xorriso : UPDATE : 38.96% done, estimate finish Sat Feb 06 14:33:37 2021 xorriso : UPDATE : 41.99% done, estimate finish Sat Feb 06 14:33:17 2021 xorriso : UPDATE : 56.09% done, estimate finish Sat Feb 06 14:33:06 2021 xorriso : UPDATE : 55.08% done, estimate finish Sat Feb 06 14:33:13 2021 xorriso : UPDATE : 39.69% done, estimate finish Sat Feb 06 14:33:37 2021 xorriso : UPDATE : 42.68% done, estimate finish Sat Feb 06 14:33:18 2021 xorriso : UPDATE : 56.09% done, estimate finish Sat Feb 06 14:33:11 2021 xorriso : UPDATE : 55.66% done, estimate finish Sat Feb 06 14:33:14 2021 xorriso : UPDATE : 40.50% done, estimate finish Sat Feb 06 14:33:36 2021 xorriso : UPDATE : 43.54% done, estimate finish Sat Feb 06 14:33:18 2021 xorriso : UPDATE : 57.57% done, estimate finish Sat Feb 06 14:33:07 2021 xorriso : UPDATE : 56.19% done, estimate finish Sat Feb 06 14:33:14 2021 xorriso : UPDATE : 44.30% done, estimate finish Sat Feb 06 14:33:18 2021 xorriso : UPDATE : 41.22% done, estimate finish Sat Feb 06 14:33:35 2021 xorriso : UPDATE : 58.08% done, estimate finish Sat Feb 06 14:33:07 2021 xorriso : UPDATE : 56.36% done, estimate finish Sat Feb 06 14:33:17 2021 xorriso : UPDATE : 41.98% done, estimate finish Sat Feb 06 14:33:35 2021 xorriso : UPDATE : 44.86% done, estimate finish Sat Feb 06 14:33:19 2021 xorriso : UPDATE : 58.53% done, estimate finish Sat Feb 06 14:33:09 2021 xorriso : UPDATE : 57.77% done, estimate finish Sat Feb 06 14:33:12 2021 xorriso : UPDATE : 44.86% done, estimate finish Sat Feb 06 14:33:23 2021 xorriso : UPDATE : 42.70% done, estimate finish Sat Feb 06 14:33:35 2021 xorriso : UPDATE : 59.56% done, estimate finish Sat Feb 06 14:33:08 2021 xorriso : UPDATE : 58.16% done, estimate finish Sat Feb 06 14:33:14 2021 xorriso : UPDATE : 46.63% done, estimate finish Sat Feb 06 14:33:19 2021 xorriso : UPDATE : 43.19% done, estimate finish Sat Feb 06 14:33:37 2021 xorriso : UPDATE : 60.09% done, estimate finish Sat Feb 06 14:33:09 2021 xorriso : UPDATE : 58.83% done, estimate finish Sat Feb 06 14:33:14 2021 xorriso : UPDATE : 46.97% done, estimate finish Sat Feb 06 14:33:21 2021 xorriso : UPDATE : 43.19% done, estimate finish Sat Feb 06 14:33:43 2021 xorriso : UPDATE : 60.77% done, estimate finish Sat Feb 06 14:33:09 2021 xorriso : UPDATE : 59.38% done, estimate finish Sat Feb 06 14:33:15 2021 xorriso : UPDATE : 46.97% done, estimate finish Sat Feb 06 14:33:30 2021 xorriso : UPDATE : 44.76% done, estimate finish Sat Feb 06 14:33:35 2021 xorriso : UPDATE : 61.34% done, estimate finish Sat Feb 06 14:33:09 2021 xorriso : UPDATE : 60.01% done, estimate finish Sat Feb 06 14:33:16 2021 xorriso : UPDATE : 46.97% done, estimate finish Sat Feb 06 14:33:37 2021 xorriso : UPDATE : 45.36% done, estimate finish Sat Feb 06 14:33:36 2021 xorriso : UPDATE : 62.30% done, estimate finish Sat Feb 06 14:33:08 2021 xorriso : UPDATE : 60.71% done, estimate finish Sat Feb 06 14:33:15 2021 xorriso : UPDATE : 46.16% done, estimate finish Sat Feb 06 14:33:35 2021 xorriso : UPDATE : 46.97% done, estimate finish Sat Feb 06 14:33:43 2021 xorriso : UPDATE : 63.04% done, estimate finish Sat Feb 06 14:33:11 2021 xorriso : UPDATE : 60.71% done, estimate finish Sat Feb 06 14:33:19 2021 xorriso : UPDATE : 46.73% done, estimate finish Sat Feb 06 14:33:36 2021 xorriso : UPDATE : 46.97% done, estimate finish Sat Feb 06 14:33:50 2021 xorriso : UPDATE : 63.45% done, estimate finish Sat Feb 06 14:33:13 2021 xorriso : UPDATE : 60.71% done, estimate finish Sat Feb 06 14:33:23 2021 xorriso : UPDATE : 47.38% done, estimate finish Sat Feb 06 14:33:37 2021 xorriso : UPDATE : 47.51% done, estimate finish Sat Feb 06 14:33:50 2021 xorriso : UPDATE : 64.54% done, estimate finish Sat Feb 06 14:33:11 2021 xorriso : UPDATE : 60.71% done, estimate finish Sat Feb 06 14:33:27 2021 xorriso : UPDATE : 52.88% done, estimate finish Sat Feb 06 14:33:18 2021 xorriso : UPDATE : 48.13% done, estimate finish Sat Feb 06 14:33:36 2021 xorriso : UPDATE : 65.15% done, estimate finish Sat Feb 06 14:33:11 2021 xorriso : UPDATE : 60.71% done, estimate finish Sat Feb 06 14:33:31 2021 xorriso : UPDATE : 48.88% done, estimate finish Sat Feb 06 14:33:36 2021 xorriso : UPDATE : 53.65% done, estimate finish Sat Feb 06 14:33:18 2021 xorriso : UPDATE : 65.62% done, estimate finish Sat Feb 06 14:33:12 2021 xorriso : UPDATE : 60.71% done, estimate finish Sat Feb 06 14:34:15 2021 xorriso : UPDATE : 48.88% done, estimate finish Sat Feb 06 14:33:43 2021 xorriso : UPDATE : 54.42% done, estimate finish Sat Feb 06 14:33:18 2021 xorriso : UPDATE : 66.03% done, estimate finish Sat Feb 06 14:33:14 2021 xorriso : UPDATE : 60.71% done, estimate finish Sat Feb 06 14:34:26 2021 xorriso : UPDATE : 54.61% done, estimate finish Sat Feb 06 14:33:21 2021 xorriso : UPDATE : 48.88% done, estimate finish Sat Feb 06 14:33:51 2021 xorriso : UPDATE : 66.51% done, estimate finish Sat Feb 06 14:33:15 2021 xorriso : UPDATE : 60.71% done, estimate finish Sat Feb 06 14:34:37 2021 xorriso : UPDATE : 55.96% done, estimate finish Sat Feb 06 14:33:18 2021 xorriso : UPDATE : 51.45% done, estimate finish Sat Feb 06 14:33:33 2021 xorriso : UPDATE : 67.68% done, estimate finish Sat Feb 06 14:33:12 2021 xorriso : UPDATE : 60.71% done, estimate finish Sat Feb 06 14:34:48 2021 xorriso : UPDATE : 56.69% done, estimate finish Sat Feb 06 14:33:14 2021 xorriso : UPDATE : 52.26% done, estimate finish Sat Feb 06 14:33:31 2021 xorriso : UPDATE : 68.34% done, estimate finish Sat Feb 06 14:33:12 2021 xorriso : UPDATE : 60.71% done, estimate finish Sat Feb 06 14:34:58 2021 xorriso : UPDATE : 57.38% done, estimate finish Sat Feb 06 14:33:15 2021 xorriso : UPDATE : 52.97% done, estimate finish Sat Feb 06 14:33:32 2021 xorriso : UPDATE : 68.94% done, estimate finish Sat Feb 06 14:33:13 2021 xorriso : UPDATE : 60.71% done, estimate finish Sat Feb 06 14:35:09 2021 xorriso : UPDATE : 58.16% done, estimate finish Sat Feb 06 14:33:15 2021 xorriso : UPDATE : 53.69% done, estimate finish Sat Feb 06 14:33:32 2021 xorriso : UPDATE : 69.69% done, estimate finish Sat Feb 06 14:33:13 2021 xorriso : UPDATE : 60.71% done, estimate finish Sat Feb 06 14:35:20 2021 xorriso : UPDATE : 58.94% done, estimate finish Sat Feb 06 14:33:16 2021 xorriso : UPDATE : 54.37% done, estimate finish Sat Feb 06 14:33:33 2021 xorriso : UPDATE : 69.69% done, estimate finish Sat Feb 06 14:33:18 2021 xorriso : UPDATE : 60.71% done, estimate finish Sat Feb 06 14:35:30 2021 xorriso : UPDATE : 59.73% done, estimate finish Sat Feb 06 14:33:16 2021 xorriso : UPDATE : 55.09% done, estimate finish Sat Feb 06 14:33:33 2021 xorriso : UPDATE : 72.16% done, estimate finish Sat Feb 06 14:33:07 2021 xorriso : UPDATE : 71.12% done, estimate finish Sat Feb 06 14:33:09 2021 xorriso : UPDATE : 55.77% done, estimate finish Sat Feb 06 14:33:33 2021 xorriso : UPDATE : 60.55% done, estimate finish Sat Feb 06 14:33:17 2021 xorriso : UPDATE : 72.55% done, estimate finish Sat Feb 06 14:33:08 2021 xorriso : UPDATE : 73.27% done, estimate finish Sat Feb 06 14:33:04 2021 xorriso : UPDATE : 61.19% done, estimate finish Sat Feb 06 14:33:17 2021 xorriso : UPDATE : 56.04% done, estimate finish Sat Feb 06 14:33:35 2021 xorriso : UPDATE : 73.30% done, estimate finish Sat Feb 06 14:33:09 2021 xorriso : UPDATE : 73.75% done, estimate finish Sat Feb 06 14:32:55 2021 xorriso : UPDATE : 61.85% done, estimate finish Sat Feb 06 14:33:18 2021 xorriso : UPDATE : 56.04% done, estimate finish Sat Feb 06 14:33:35 2021 xorriso : UPDATE : 73.93% done, estimate finish Sat Feb 06 14:33:08 2021 xorriso : UPDATE : 74.84% done, estimate finish Sat Feb 06 14:32:55 2021 xorriso : UPDATE : 61.85% done, estimate finish Sat Feb 06 14:33:22 2021 xorriso : UPDATE : 56.04% done, estimate finish Sat Feb 06 14:33:40 2021 xorriso : UPDATE : 74.70% done, estimate finish Sat Feb 06 14:33:09 2021 xorriso : UPDATE : 75.42% done, estimate finish Sat Feb 06 14:32:57 2021 xorriso : UPDATE : 56.04% done, estimate finish Sat Feb 06 14:33:46 2021 xorriso : UPDATE : 61.85% done, estimate finish Sat Feb 06 14:33:24 2021 xorriso : UPDATE : 75.25% done, estimate finish Sat Feb 06 14:33:09 2021 xorriso : UPDATE : 76.06% done, estimate finish Sat Feb 06 14:32:57 2021 xorriso : UPDATE : 61.85% done, estimate finish Sat Feb 06 14:33:44 2021 xorriso : UPDATE : 57.00% done, estimate finish Sat Feb 06 14:33:43 2021 xorriso : UPDATE : 75.93% done, estimate finish Sat Feb 06 14:33:10 2021 xorriso : UPDATE : 76.72% done, estimate finish Sat Feb 06 14:32:58 2021 xorriso : UPDATE : 60.80% done, estimate finish Sat Feb 06 14:33:26 2021 xorriso : UPDATE : 61.85% done, estimate finish Sat Feb 06 14:33:50 2021 xorriso : UPDATE : 75.93% done, estimate finish Sat Feb 06 14:33:12 2021 xorriso : UPDATE : 77.62% done, estimate finish Sat Feb 06 14:32:58 2021 xorriso : UPDATE : 61.42% done, estimate finish Sat Feb 06 14:33:27 2021 xorriso : UPDATE : 61.85% done, estimate finish Sat Feb 06 14:33:57 2021 xorriso : UPDATE : 76.67% done, estimate finish Sat Feb 06 14:33:11 2021 xorriso : UPDATE : 77.98% done, estimate finish Sat Feb 06 14:33:00 2021 xorriso : UPDATE : 62.27% done, estimate finish Sat Feb 06 14:33:27 2021 xorriso : UPDATE : 61.85% done, estimate finish Sat Feb 06 14:34:03 2021 xorriso : UPDATE : 78.35% done, estimate finish Sat Feb 06 14:33:07 2021 xorriso : UPDATE : 78.99% done, estimate finish Sat Feb 06 14:33:00 2021 xorriso : UPDATE : 79.66% done, estimate finish Sat Feb 06 14:33:00 2021 xorriso : UPDATE : 62.58% done, estimate finish Sat Feb 06 14:33:29 2021 xorriso : UPDATE : 61.85% done, estimate finish Sat Feb 06 14:34:10 2021 xorriso : UPDATE : 79.18% done, estimate finish Sat Feb 06 14:33:07 2021 xorriso : UPDATE : 80.28% done, estimate finish Sat Feb 06 14:33:02 2021 xorriso : UPDATE : 63.90% done, estimate finish Sat Feb 06 14:33:26 2021 xorriso : UPDATE : 61.85% done, estimate finish Sat Feb 06 14:34:16 2021 xorriso : UPDATE : 79.72% done, estimate finish Sat Feb 06 14:33:07 2021 xorriso : UPDATE : 80.91% done, estimate finish Sat Feb 06 14:33:02 2021 xorriso : UPDATE : 63.90% done, estimate finish Sat Feb 06 14:33:29 2021 xorriso : UPDATE : 61.85% done, estimate finish Sat Feb 06 14:34:22 2021 xorriso : UPDATE : 79.72% done, estimate finish Sat Feb 06 14:33:10 2021 xorriso : UPDATE : 81.71% done, estimate finish Sat Feb 06 14:33:08 2021 xorriso : UPDATE : 64.06% done, estimate finish Sat Feb 06 14:33:29 2021 xorriso : UPDATE : 61.85% done, estimate finish Sat Feb 06 14:34:30 2021 xorriso : UPDATE : 79.72% done, estimate finish Sat Feb 06 14:33:13 2021 xorriso : UPDATE : 82.31% done, estimate finish Sat Feb 06 14:33:08 2021 xorriso : UPDATE : 61.85% done, estimate finish Sat Feb 06 14:34:36 2021 xorriso : UPDATE : 65.85% done, estimate finish Sat Feb 06 14:33:25 2021 xorriso : UPDATE : 79.72% done, estimate finish Sat Feb 06 14:33:16 2021 xorriso : UPDATE : 82.94% done, estimate finish Sat Feb 06 14:33:09 2021 xorriso : UPDATE : 65.85% done, estimate finish Sat Feb 06 14:33:28 2021 xorriso : UPDATE : 61.85% done, estimate finish Sat Feb 06 14:34:42 2021 xorriso : UPDATE : 79.72% done, estimate finish Sat Feb 06 14:33:19 2021 xorriso : UPDATE : 83.55% done, estimate finish Sat Feb 06 14:33:09 2021 xorriso : UPDATE : 61.85% done xorriso : UPDATE : 65.85% done, estimate finish Sat Feb 06 14:33:32 2021 xorriso : UPDATE : 79.72% done, estimate finish Sat Feb 06 14:33:21 2021 xorriso : UPDATE : 84.07% done, estimate finish Sat Feb 06 14:33:10 2021 xorriso : UPDATE : 61.85% done xorriso : UPDATE : 65.85% done, estimate finish Sat Feb 06 14:33:36 2021 xorriso : UPDATE : 79.72% done, estimate finish Sat Feb 06 14:33:24 2021 xorriso : UPDATE : 84.99% done, estimate finish Sat Feb 06 14:33:09 2021 xorriso : UPDATE : 61.85% done xorriso : UPDATE : 65.85% done, estimate finish Sat Feb 06 14:33:40 2021 xorriso : UPDATE : 79.72% done, estimate finish Sat Feb 06 14:33:48 2021 xorriso : UPDATE : 85.51% done, estimate finish Sat Feb 06 14:33:09 2021 xorriso : UPDATE : 61.85% done xorriso : UPDATE : 65.85% done, estimate finish Sat Feb 06 14:33:43 2021 xorriso : UPDATE : 79.72% done, estimate finish Sat Feb 06 14:33:55 2021 xorriso : UPDATE : 86.02% done, estimate finish Sat Feb 06 14:33:10 2021 xorriso : UPDATE : 61.85% done xorriso : UPDATE : 65.85% done, estimate finish Sat Feb 06 14:33:47 2021 xorriso : UPDATE : 79.72% done, estimate finish Sat Feb 06 14:34:01 2021 xorriso : UPDATE : 86.80% done, estimate finish Sat Feb 06 14:33:10 2021 xorriso : UPDATE : 63.19% done, estimate finish Sat Feb 06 14:38:07 2021 xorriso : UPDATE : 65.85% done, estimate finish Sat Feb 06 14:33:50 2021 xorriso : UPDATE : 79.72% done, estimate finish Sat Feb 06 14:34:08 2021 xorriso : UPDATE : 87.39% done, estimate finish Sat Feb 06 14:33:10 2021 xorriso : UPDATE : 66.61% done, estimate finish Sat Feb 06 14:33:50 2021 xorriso : UPDATE : 78.91% done, estimate finish Sat Feb 06 14:33:12 2021 xorriso : UPDATE : 79.72% done, estimate finish Sat Feb 06 14:34:15 2021 xorriso : UPDATE : 88.12% done, estimate finish Sat Feb 06 14:33:10 2021 xorriso : UPDATE : 74.73% done, estimate finish Sat Feb 06 14:33:18 2021 xorriso : UPDATE : 82.17% done, estimate finish Sat Feb 06 14:33:08 2021 xorriso : UPDATE : 79.72% done, estimate finish Sat Feb 06 14:34:21 2021 xorriso : UPDATE : 88.84% done, estimate finish Sat Feb 06 14:33:11 2021 xorriso : UPDATE : 75.41% done, estimate finish Sat Feb 06 14:33:19 2021 xorriso : UPDATE : 83.10% done, estimate finish Sat Feb 06 14:33:09 2021 xorriso : UPDATE : 79.72% done, estimate finish Sat Feb 06 14:34:28 2021 xorriso : UPDATE : 89.55% done, estimate finish Sat Feb 06 14:33:11 2021 xorriso : UPDATE : 83.85% done, estimate finish Sat Feb 06 14:33:09 2021 xorriso : UPDATE : 75.41% done, estimate finish Sat Feb 06 14:33:23 2021 xorriso : UPDATE : 79.72% done, estimate finish Sat Feb 06 14:34:34 2021 xorriso : UPDATE : 89.91% done, estimate finish Sat Feb 06 14:33:12 2021 xorriso : UPDATE : 84.56% done, estimate finish Sat Feb 06 14:33:03 2021 xorriso : UPDATE : 75.41% done, estimate finish Sat Feb 06 14:33:25 2021 xorriso : UPDATE : 79.72% done, estimate finish Sat Feb 06 14:34:40 2021 xorriso : UPDATE : 90.73% done, estimate finish Sat Feb 06 14:33:11 2021 xorriso : UPDATE : 85.38% done, estimate finish Sat Feb 06 14:33:04 2021 xorriso : UPDATE : 75.41% done, estimate finish Sat Feb 06 14:33:28 2021 xorriso : UPDATE : 79.72% done, estimate finish Sat Feb 06 14:34:47 2021 xorriso : UPDATE : 90.73% done, estimate finish Sat Feb 06 14:33:13 2021 xorriso : UPDATE : 86.27% done, estimate finish Sat Feb 06 14:33:06 2021 xorriso : UPDATE : 75.41% done, estimate finish Sat Feb 06 14:33:31 2021 xorriso : UPDATE : 79.72% done xorriso : UPDATE : 90.73% done, estimate finish Sat Feb 06 14:33:15 2021 xorriso : UPDATE : 87.03% done, estimate finish Sat Feb 06 14:33:07 2021 xorriso : UPDATE : 75.41% done, estimate finish Sat Feb 06 14:33:33 2021 xorriso : UPDATE : 79.72% done xorriso : UPDATE : 94.10% done, estimate finish Sat Feb 06 14:33:08 2021 xorriso : UPDATE : 87.32% done, estimate finish Sat Feb 06 14:33:07 2021 xorriso : UPDATE : 75.41% done, estimate finish Sat Feb 06 14:33:36 2021 xorriso : UPDATE : 92.98% done, estimate finish Sat Feb 06 14:33:06 2021 xorriso : UPDATE : 94.10% done, estimate finish Sat Feb 06 14:33:09 2021 xorriso : UPDATE : 87.32% done, estimate finish Sat Feb 06 14:33:09 2021 xorriso : UPDATE : 75.41% done, estimate finish Sat Feb 06 14:33:39 2021 xorriso : UPDATE : 97.95% done xorriso : UPDATE : 95.95% done, estimate finish Sat Feb 06 14:33:07 2021 xorriso : UPDATE : 87.32% done, estimate finish Sat Feb 06 14:33:10 2021 xorriso : UPDATE : 75.41% done, estimate finish Sat Feb 06 14:33:42 2021 xorriso : UPDATE : 98.50% done xorriso : UPDATE : 97.58% done, estimate finish Sat Feb 06 14:33:05 2021 xorriso : UPDATE : 87.32% done, estimate finish Sat Feb 06 14:33:12 2021 xorriso : UPDATE : 80.96% done, estimate finish Sat Feb 06 14:33:33 2021 xorriso : UPDATE : 99.44% done xorriso : UPDATE : 98.32% done xorriso : UPDATE : 85.00% done, estimate finish Sat Feb 06 14:33:21 2021 xorriso : UPDATE : 89.31% done, estimate finish Sat Feb 06 14:33:12 2021 xorriso : UPDATE : Thank you for being patient. Working since 142 seconds. xorriso : UPDATE : 98.97% done xorriso : UPDATE : 92.31% done, estimate finish Sat Feb 06 14:33:09 2021 xorriso : UPDATE : 85.00% done, estimate finish Sat Feb 06 14:33:23 2021 ISO image produced: 2291603 sectors Written to medium : 2291603 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. CD=10 /home/debian-cd/build.buster/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster" "armel" "/srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel" "10.8.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.buster/debian-cd/tools/jigdo_cleanup" Generating armel iso/jigdo image number 10 ... Last-minute updates: README.html README.txt Sat 6 Feb 14:33:05 UTC 2021 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.8.0 armel 10' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-10.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-10.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot10 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD10 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD10' xorriso : UPDATE : 9517 files added in 1 seconds xorriso : UPDATE : 9517 files added in 1 seconds xorriso : UPDATE : 99.63% done xorriso : UPDATE : 85.00% done, estimate finish Sat Feb 06 14:33:25 2021 xorriso : UPDATE : 92.75% done, estimate finish Sat Feb 06 14:33:14 2021 libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/bladerf-firmware-fx3_0.2017.12~rc1-2_armel.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.14% done ISO image produced: 2282260 sectors Written to medium : 2282260 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. xorriso : UPDATE : 85.00% done, estimate finish Sat Feb 06 14:33:28 2021 xorriso : UPDATE : 92.75% done, estimate finish Sat Feb 06 14:33:16 2021 CD=14 /home/debian-cd/build.buster/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster" "armel" "/srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel" "10.8.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.buster/debian-cd/tools/jigdo_cleanup" Generating armel iso/jigdo image number 14 ... Last-minute updates: README.html README.txt Sat 6 Feb 14:33:07 UTC 2021 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.8.0 armel 14' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-14.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel/debian-10.8.0-armel-DVD-14.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot14 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD14 xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3busterarmel/buster/CD14' xorriso : UPDATE : 881 files added in 1 seconds xorriso : UPDATE : 881 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.24% done xorriso : UPDATE : 0.43% done xorriso : UPDATE : 88.55% done, estimate finish Sat Feb 06 14:33:20 2021 xorriso : UPDATE : 92.75% done, estimate finish Sat Feb 06 14:33:18 2021 xorriso : UPDATE : 0.41% done, estimate finish Sat Feb 06 14:44:31 2021 xorriso : UPDATE : 1.17% done xorriso : UPDATE : 88.55% done, estimate finish Sat Feb 06 14:33:22 2021 xorriso : UPDATE : 92.75% done, estimate finish Sat Feb 06 14:33:20 2021 xorriso : UPDATE : 0.53% done, estimate finish Sat Feb 06 14:45:06 2021 xorriso : UPDATE : 2.02% done, estimate finish Sat Feb 06 14:35:12 2021 xorriso : UPDATE : 90.07% done, estimate finish Sat Feb 06 14:33:21 2021 xorriso : UPDATE : 92.75% done, estimate finish Sat Feb 06 14:33:22 2021 xorriso : UPDATE : 1.45% done, estimate finish Sat Feb 06 14:38:38 2021 xorriso : UPDATE : 3.96% done, estimate finish Sat Feb 06 14:34:37 2021 xorriso : UPDATE : 90.24% done, estimate finish Sat Feb 06 14:33:22 2021 xorriso : UPDATE : 98.47% done xorriso : UPDATE : 2.00% done, estimate finish Sat Feb 06 14:37:57 2021 xorriso : UPDATE : 3.96% done, estimate finish Sat Feb 06 14:35:02 2021 xorriso : UPDATE : 91.69% done, estimate finish Sat Feb 06 14:33:21 2021 xorriso : UPDATE : 99.03% done xorriso : UPDATE : 2.00% done, estimate finish Sat Feb 06 14:38:47 2021 xorriso : UPDATE : 3.96% done, estimate finish Sat Feb 06 14:35:27 2021 xorriso : UPDATE : 91.72% done, estimate finish Sat Feb 06 14:33:20 2021 xorriso : UPDATE : 99.94% done xorriso : UPDATE : 3.93% done, estimate finish Sat Feb 06 14:36:26 2021 xorriso : UPDATE : 9.77% done, estimate finish Sat Feb 06 14:34:15 2021 xorriso : UPDATE : 91.90% done, estimate finish Sat Feb 06 14:33:22 2021 ISO image produced: 2123111 sectors Written to medium : 2123111 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. xorriso : UPDATE : 3.93% done, estimate finish Sat Feb 06 14:36:51 2021 xorriso : UPDATE : 9.77% done, estimate finish Sat Feb 06 14:34:25 2021 xorriso : UPDATE : 93.87% done, estimate finish Sat Feb 06 14:33:20 2021 xorriso : UPDATE : 3.93% done, estimate finish Sat Feb 06 14:37:17 2021 xorriso : UPDATE : 13.79% done, estimate finish Sat Feb 06 14:34:10 2021 xorriso : UPDATE : 94.65% done, estimate finish Sat Feb 06 14:33:21 2021 xorriso : UPDATE : 3.93% done, estimate finish Sat Feb 06 14:37:42 2021 xorriso : UPDATE : 16.40% done, estimate finish Sat Feb 06 14:34:06 2021 xorriso : UPDATE : 95.70% done, estimate finish Sat Feb 06 14:33:21 2021 xorriso : UPDATE : 7.49% done, estimate finish Sat Feb 06 14:35:44 2021 xorriso : UPDATE : 16.40% done, estimate finish Sat Feb 06 14:34:12 2021 xorriso : UPDATE : 96.57% done, estimate finish Sat Feb 06 14:33:21 2021 xorriso : UPDATE : 7.99% done, estimate finish Sat Feb 06 14:35:47 2021 xorriso : UPDATE : 20.85% done, estimate finish Sat Feb 06 14:34:03 2021 xorriso : UPDATE : 97.35% done, estimate finish Sat Feb 06 14:33:21 2021 xorriso : UPDATE : 8.88% done, estimate finish Sat Feb 06 14:35:42 2021 xorriso : UPDATE : 22.31% done, estimate finish Sat Feb 06 14:33:58 2021 xorriso : UPDATE : 98.25% done xorriso : UPDATE : 9.83% done, estimate finish Sat Feb 06 14:35:09 2021 xorriso : UPDATE : 23.75% done, estimate finish Sat Feb 06 14:34:00 2021 xorriso : UPDATE : 98.97% done xorriso : UPDATE : 9.85% done, estimate finish Sat Feb 06 14:35:20 2021 xorriso : UPDATE : 25.56% done, estimate finish Sat Feb 06 14:34:00 2021 xorriso : UPDATE : 99.81% done xorriso : UPDATE : 11.55% done, estimate finish Sat Feb 06 14:35:09 2021 xorriso : UPDATE : 27.32% done, estimate finish Sat Feb 06 14:34:01 2021 ISO image produced: 2290558 sectors Written to medium : 2290558 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. xorriso : UPDATE : 11.93% done, estimate finish Sat Feb 06 14:35:14 2021 xorriso : UPDATE : 28.63% done, estimate finish Sat Feb 06 14:34:01 2021 xorriso : UPDATE : 12.75% done, estimate finish Sat Feb 06 14:35:13 2021 xorriso : UPDATE : 30.03% done, estimate finish Sat Feb 06 14:34:03 2021 xorriso : UPDATE : 13.88% done, estimate finish Sat Feb 06 14:35:10 2021 xorriso : UPDATE : 30.03% done, estimate finish Sat Feb 06 14:34:07 2021 xorriso : UPDATE : 14.78% done, estimate finish Sat Feb 06 14:35:10 2021 xorriso : UPDATE : 34.18% done, estimate finish Sat Feb 06 14:34:01 2021 xorriso : UPDATE : 15.59% done, estimate finish Sat Feb 06 14:35:09 2021 xorriso : UPDATE : 34.18% done, estimate finish Sat Feb 06 14:34:05 2021 xorriso : UPDATE : 16.32% done, estimate finish Sat Feb 06 14:35:10 2021 xorriso : UPDATE : 34.18% done, estimate finish Sat Feb 06 14:34:07 2021 xorriso : UPDATE : 16.82% done, estimate finish Sat Feb 06 14:35:13 2021 xorriso : UPDATE : 34.18% done, estimate finish Sat Feb 06 14:34:19 2021 xorriso : UPDATE : 17.70% done, estimate finish Sat Feb 06 14:35:14 2021 xorriso : UPDATE : 34.18% done, estimate finish Sat Feb 06 14:34:25 2021 xorriso : UPDATE : 18.61% done, estimate finish Sat Feb 06 14:35:13 2021 xorriso : UPDATE : 34.18% done, estimate finish Sat Feb 06 14:34:30 2021 xorriso : UPDATE : 19.21% done, estimate finish Sat Feb 06 14:35:15 2021 xorriso : UPDATE : 34.18% done, estimate finish Sat Feb 06 14:34:36 2021 xorriso : UPDATE : 20.02% done, estimate finish Sat Feb 06 14:35:15 2021 xorriso : UPDATE : 34.18% done, estimate finish Sat Feb 06 14:34:40 2021 xorriso : UPDATE : 20.90% done, estimate finish Sat Feb 06 14:35:14 2021 xorriso : UPDATE : 48.45% done, estimate finish Sat Feb 06 14:34:04 2021 xorriso : UPDATE : 21.07% done, estimate finish Sat Feb 06 14:35:19 2021 xorriso : UPDATE : 50.55% done, estimate finish Sat Feb 06 14:34:04 2021 xorriso : UPDATE : 22.45% done, estimate finish Sat Feb 06 14:35:14 2021 xorriso : UPDATE : 50.55% done, estimate finish Sat Feb 06 14:34:06 2021 xorriso : UPDATE : 23.11% done, estimate finish Sat Feb 06 14:35:15 2021 xorriso : UPDATE : 50.55% done, estimate finish Sat Feb 06 14:34:09 2021 xorriso : UPDATE : 23.95% done, estimate finish Sat Feb 06 14:35:15 2021 xorriso : UPDATE : 50.55% done, estimate finish Sat Feb 06 14:34:11 2021 xorriso : UPDATE : 24.05% done, estimate finish Sat Feb 06 14:35:20 2021 xorriso : UPDATE : 50.55% done, estimate finish Sat Feb 06 14:34:11 2021 xorriso : UPDATE : 24.05% done, estimate finish Sat Feb 06 14:35:32 2021 xorriso : UPDATE : 50.55% done, estimate finish Sat Feb 06 14:34:14 2021 xorriso : UPDATE : 26.41% done, estimate finish Sat Feb 06 14:35:15 2021 xorriso : UPDATE : 63.18% done, estimate finish Sat Feb 06 14:33:59 2021 xorriso : UPDATE : 26.73% done, estimate finish Sat Feb 06 14:35:19 2021 xorriso : UPDATE : 64.12% done, estimate finish Sat Feb 06 14:33:59 2021 xorriso : UPDATE : 27.81% done, estimate finish Sat Feb 06 14:35:16 2021 xorriso : UPDATE : 64.12% done, estimate finish Sat Feb 06 14:34:01 2021 xorriso : UPDATE : 64.12% done, estimate finish Sat Feb 06 14:34:03 2021 xorriso : UPDATE : 27.81% done, estimate finish Sat Feb 06 14:35:22 2021 xorriso : UPDATE : 64.12% done, estimate finish Sat Feb 06 14:34:06 2021 xorriso : UPDATE : 30.04% done, estimate finish Sat Feb 06 14:35:11 2021 xorriso : UPDATE : 64.12% done, estimate finish Sat Feb 06 14:34:07 2021 xorriso : UPDATE : 30.83% done, estimate finish Sat Feb 06 14:35:11 2021 xorriso : UPDATE : 64.12% done, estimate finish Sat Feb 06 14:34:09 2021 xorriso : UPDATE : 31.62% done, estimate finish Sat Feb 06 14:35:12 2021 xorriso : UPDATE : 64.12% done, estimate finish Sat Feb 06 14:34:12 2021 xorriso : UPDATE : 32.30% done, estimate finish Sat Feb 06 14:35:12 2021 xorriso : UPDATE : 75.87% done, estimate finish Sat Feb 06 14:34:02 2021 xorriso : UPDATE : 32.30% done, estimate finish Sat Feb 06 14:35:18 2021 xorriso : UPDATE : 80.49% done, estimate finish Sat Feb 06 14:33:58 2021 xorriso : UPDATE : 33.70% done, estimate finish Sat Feb 06 14:35:05 2021 xorriso : UPDATE : 80.49% done, estimate finish Sat Feb 06 14:34:00 2021 xorriso : UPDATE : 33.70% done, estimate finish Sat Feb 06 14:35:11 2021 xorriso : UPDATE : 80.49% done, estimate finish Sat Feb 06 14:34:02 2021 xorriso : UPDATE : 35.88% done, estimate finish Sat Feb 06 14:35:04 2021 xorriso : UPDATE : 80.49% done, estimate finish Sat Feb 06 14:34:04 2021 xorriso : UPDATE : 36.51% done, estimate finish Sat Feb 06 14:35:05 2021 xorriso : UPDATE : 80.49% done, estimate finish Sat Feb 06 14:34:05 2021 xorriso : UPDATE : 37.11% done, estimate finish Sat Feb 06 14:35:06 2021 xorriso : UPDATE : 86.29% done, estimate finish Sat Feb 06 14:34:03 2021 xorriso : UPDATE : 38.34% done, estimate finish Sat Feb 06 14:35:05 2021 xorriso : UPDATE : 94.03% done, estimate finish Sat Feb 06 14:33:59 2021 xorriso : UPDATE : 39.19% done, estimate finish Sat Feb 06 14:35:05 2021 xorriso : UPDATE : 95.74% done xorriso : UPDATE : 39.92% done, estimate finish Sat Feb 06 14:35:06 2021 xorriso : UPDATE : 97.47% done xorriso : UPDATE : 40.62% done, estimate finish Sat Feb 06 14:35:07 2021 xorriso : UPDATE : 99.01% done xorriso : UPDATE : 41.35% done, estimate finish Sat Feb 06 14:35:07 2021 ISO image produced: 1046890 sectors Written to medium : 1046890 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. xorriso : UPDATE : 42.14% done, estimate finish Sat Feb 06 14:35:11 2021 xorriso : UPDATE : 42.86% done, estimate finish Sat Feb 06 14:35:11 2021 xorriso : UPDATE : 43.61% done, estimate finish Sat Feb 06 14:35:12 2021 xorriso : UPDATE : 44.40% done, estimate finish Sat Feb 06 14:35:12 2021 xorriso : UPDATE : 45.12% done, estimate finish Sat Feb 06 14:35:13 2021 xorriso : UPDATE : 45.56% done, estimate finish Sat Feb 06 14:35:14 2021 xorriso : UPDATE : 46.27% done, estimate finish Sat Feb 06 14:35:15 2021 xorriso : UPDATE : 46.27% done, estimate finish Sat Feb 06 14:35:19 2021 xorriso : UPDATE : 46.27% done, estimate finish Sat Feb 06 14:35:24 2021 xorriso : UPDATE : 46.27% done, estimate finish Sat Feb 06 14:35:27 2021 xorriso : UPDATE : 48.73% done, estimate finish Sat Feb 06 14:35:18 2021 xorriso : UPDATE : 49.51% done, estimate finish Sat Feb 06 14:35:23 2021 xorriso : UPDATE : 50.29% done, estimate finish Sat Feb 06 14:35:22 2021 xorriso : UPDATE : 50.66% done, estimate finish Sat Feb 06 14:35:25 2021 xorriso : UPDATE : 50.73% done, estimate finish Sat Feb 06 14:35:29 2021 xorriso : UPDATE : 51.01% done, estimate finish Sat Feb 06 14:35:32 2021 xorriso : UPDATE : 51.65% done, estimate finish Sat Feb 06 14:35:32 2021 xorriso : UPDATE : 52.39% done, estimate finish Sat Feb 06 14:35:31 2021 xorriso : UPDATE : 53.14% done, estimate finish Sat Feb 06 14:35:30 2021 xorriso : UPDATE : 53.85% done, estimate finish Sat Feb 06 14:35:30 2021 xorriso : UPDATE : 53.99% done, estimate finish Sat Feb 06 14:35:33 2021 xorriso : UPDATE : 55.49% done, estimate finish Sat Feb 06 14:35:32 2021 xorriso : UPDATE : 56.47% done, estimate finish Sat Feb 06 14:35:28 2021 xorriso : UPDATE : 57.17% done, estimate finish Sat Feb 06 14:35:28 2021 xorriso : UPDATE : 58.01% done, estimate finish Sat Feb 06 14:35:27 2021 xorriso : UPDATE : 58.66% done, estimate finish Sat Feb 06 14:35:27 2021 xorriso : UPDATE : 59.42% done, estimate finish Sat Feb 06 14:35:26 2021 xorriso : UPDATE : 60.30% done, estimate finish Sat Feb 06 14:35:24 2021 xorriso : UPDATE : 61.01% done, estimate finish Sat Feb 06 14:35:24 2021 xorriso : UPDATE : 61.78% done, estimate finish Sat Feb 06 14:35:25 2021 xorriso : UPDATE : 62.56% done, estimate finish Sat Feb 06 14:35:24 2021 xorriso : UPDATE : 63.20% done, estimate finish Sat Feb 06 14:35:19 2021 xorriso : UPDATE : 63.20% done, estimate finish Sat Feb 06 14:35:24 2021 xorriso : UPDATE : 64.51% done, estimate finish Sat Feb 06 14:35:21 2021 xorriso : UPDATE : 65.66% done, estimate finish Sat Feb 06 14:35:19 2021 xorriso : UPDATE : 66.85% done, estimate finish Sat Feb 06 14:35:17 2021 xorriso : UPDATE : 67.19% done, estimate finish Sat Feb 06 14:35:20 2021 xorriso : UPDATE : 68.55% done, estimate finish Sat Feb 06 14:35:17 2021 xorriso : UPDATE : 68.55% done, estimate finish Sat Feb 06 14:35:19 2021 xorriso : UPDATE : 68.55% done, estimate finish Sat Feb 06 14:35:23 2021 xorriso : UPDATE : 68.55% done, estimate finish Sat Feb 06 14:35:26 2021 xorriso : UPDATE : 68.55% done, estimate finish Sat Feb 06 14:35:37 2021 xorriso : UPDATE : 68.55% done, estimate finish Sat Feb 06 14:35:42 2021 xorriso : UPDATE : 68.55% done, estimate finish Sat Feb 06 14:35:48 2021 xorriso : UPDATE : 68.55% done, estimate finish Sat Feb 06 14:35:53 2021 xorriso : UPDATE : 68.55% done, estimate finish Sat Feb 06 14:36:00 2021 xorriso : UPDATE : 71.79% done, estimate finish Sat Feb 06 14:35:34 2021 xorriso : UPDATE : 77.80% done, estimate finish Sat Feb 06 14:35:13 2021 xorriso : UPDATE : 77.80% done, estimate finish Sat Feb 06 14:35:15 2021 xorriso : UPDATE : 77.80% done, estimate finish Sat Feb 06 14:35:18 2021 xorriso : UPDATE : 79.57% done, estimate finish Sat Feb 06 14:35:15 2021 xorriso : UPDATE : 81.66% done, estimate finish Sat Feb 06 14:35:07 2021 xorriso : UPDATE : 82.43% done, estimate finish Sat Feb 06 14:35:07 2021 xorriso : UPDATE : 82.97% done, estimate finish Sat Feb 06 14:35:09 2021 xorriso : UPDATE : 83.71% done, estimate finish Sat Feb 06 14:35:09 2021 xorriso : UPDATE : 84.46% done, estimate finish Sat Feb 06 14:35:10 2021 xorriso : UPDATE : 84.85% done, estimate finish Sat Feb 06 14:35:11 2021 xorriso : UPDATE : 85.87% done, estimate finish Sat Feb 06 14:35:12 2021 xorriso : UPDATE : 86.52% done, estimate finish Sat Feb 06 14:35:12 2021 xorriso : UPDATE : 87.38% done, estimate finish Sat Feb 06 14:35:13 2021 xorriso : UPDATE : 88.06% done, estimate finish Sat Feb 06 14:35:12 2021 xorriso : UPDATE : 88.06% done, estimate finish Sat Feb 06 14:35:19 2021 xorriso : UPDATE : 88.06% done, estimate finish Sat Feb 06 14:35:22 2021 xorriso : UPDATE : 88.06% done, estimate finish Sat Feb 06 14:35:25 2021 xorriso : UPDATE : 88.06% done, estimate finish Sat Feb 06 14:35:28 2021 xorriso : UPDATE : 89.87% done, estimate finish Sat Feb 06 14:35:23 2021 xorriso : UPDATE : 93.50% done, estimate finish Sat Feb 06 14:35:15 2021 xorriso : UPDATE : 94.51% done, estimate finish Sat Feb 06 14:35:14 2021 xorriso : UPDATE : 94.94% done, estimate finish Sat Feb 06 14:35:15 2021 xorriso : UPDATE : 95.93% done, estimate finish Sat Feb 06 14:35:15 2021 xorriso : UPDATE : 96.98% done, estimate finish Sat Feb 06 14:35:14 2021 xorriso : UPDATE : 97.39% done, estimate finish Sat Feb 06 14:35:14 2021 xorriso : UPDATE : 98.61% done xorriso : UPDATE : 99.24% done xorriso : UPDATE : Thank you for being patient. Working since 129 seconds. ISO image produced: 2174206 sectors Written to medium : 2174206 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. echo 13.image 1.image 3.image 4.image 5.image 7.image 8.image 9.image 11.image 12.image 2.image 6.image 10.image 14.image 13.image 1.image 3.image 4.image 5.image 7.image 8.image 9.image 11.image 12.image 2.image 6.image 10.image 14.image make[1]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/buster/debian-cd' make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/srv/cdbuilder.debian.org/git/setup/buster/debian-cd' /home/debian-cd/build.buster/debian-cd/tools/imagesums /srv/cdbuilder.debian.org/dst/deb-cd/out/3busterarmel d724025da754606350ff910abac81a7dba1e92d3 debian-10.8.0-armel-DVD-1.iso 28812b02a5e3620b8194fae92c13d267a85eadc3 debian-10.8.0-armel-DVD-1.jigdo b83628d051654c4b092e6880de8d8261 debian-10.8.0-armel-DVD-1.iso e4e3e49465db5eb1daf8592210878786 debian-10.8.0-armel-DVD-1.jigdo 95a25c6b8e382a0e47ee54f1b15bd0de2bda5c0cf8706567c4b19429d6e070fcfb89c72bd54552b8801cf8b8883bdef6d02fef1baf2db9c99d81c0486ab865a5 debian-10.8.0-armel-DVD-1.iso 261cd555835c077de5c5e61cf2f8c15a4536b3f91f0f759da3cadea8aca126d0f7a50a9b9c2bd0b2377202f3af4986b07aaefb70b4b7aeaf3c61612c938fd120 debian-10.8.0-armel-DVD-1.jigdo 07ac18f659d5694036474670eb97f1e2f60d04d1bdd85d12f67890e71526737c debian-10.8.0-armel-DVD-1.iso b16e786ee90691af68ec69625e0cd3b8f6b47cab849b4449c8d92da0b1e26b23 debian-10.8.0-armel-DVD-1.jigdo d0e16b662da5d098910f4d95bb247d4d30564320 debian-10.8.0-armel-DVD-10.iso a325c683f9adc134e3f54d131be77cc75b6f9fbb debian-10.8.0-armel-DVD-10.jigdo 7286d252bd89eadf8d30792d6b6be85e debian-10.8.0-armel-DVD-10.iso 09b2d7b6f9b5a2ffe9ea12a3678123e3 debian-10.8.0-armel-DVD-10.jigdo b17048d34ee62c2c6149906d06ec189108f7db8da744763f10b2dfd8a82b09d4697f8c0758440a8716c700107f3bebcfe7d7fec302d6cc6a8f5b1c81694db0bf debian-10.8.0-armel-DVD-10.iso edb0b5900f95ea3c256d529903346b26aae32998c3a4cac48bce70d59b49113fb4ebf431a677d48936ca7e74430deb92a264514ab17e931a7378a34a04f01dbf debian-10.8.0-armel-DVD-10.jigdo 6ad4689ca6773b2c5fd1ff24445762717459cf6ed05cbfc3cb8b551d24d346ae debian-10.8.0-armel-DVD-10.iso d522b8cab68b0fd0cf499fe3b3737ffce10443e6d028c1e683d2c3f62a27ee1b debian-10.8.0-armel-DVD-10.jigdo 8d2a37f30be47e83a3d168bfeb4977d3650e1406 debian-10.8.0-armel-DVD-11.iso 4116c6a652bc984c97cda8ad317ca1847d826680 debian-10.8.0-armel-DVD-11.jigdo 2fb368930898984bba45143ca872f327 debian-10.8.0-armel-DVD-11.iso 6674237d6d279dcc1bfbfc719d5db157 debian-10.8.0-armel-DVD-11.jigdo 4894e7e687adfffd5e8367561f41c50b606f8626bff4437eb1249e4930886872a4416fd6800f8a003b0e95e69fed3919aa487798575d6be57d69d36827376d0e debian-10.8.0-armel-DVD-11.iso 645322d2877a8e83a30578b762aa74a0fa81bcfff1c21691a75f67de10cacb390f329098fdb66c89ebf660642b4f83e1819317c754508b33fdb2342ee6a4fcec debian-10.8.0-armel-DVD-11.jigdo da6578b33a4ee90f7d7d2b1038339712ab0f3f6f87eb948e03003ad1deb0d90f debian-10.8.0-armel-DVD-11.iso 21375e28ee63c8ed89669787cb49d46647bcda2e0c4441e191c6437653affc95 debian-10.8.0-armel-DVD-11.jigdo dd86c8832214896024e7b99e790275429746fd6c debian-10.8.0-armel-DVD-12.iso f2d7f1aaeaa79590214705d828b8326d0c49e7ad debian-10.8.0-armel-DVD-12.jigdo 4195801a71c596d05f8176e506390662 debian-10.8.0-armel-DVD-12.iso 543658ee9b559b35091cfe2f634dd710 debian-10.8.0-armel-DVD-12.jigdo ab042cb984a073913c4bdac541f351bd9edd51dd8b1c2dd471923d2e61ef5b29a25438455af51e13b5cfb6ab29dfa378fcd42c9e765886d3e7a1bc7920c53373 debian-10.8.0-armel-DVD-12.iso 209503976ba2e21af0cc7f5c41c3dc6499cd8ba5431d4d63ac2ad696e09f973042e306375f2bd07806be6c3bca941a119a16dc3c16f945f062055cc102b8840e debian-10.8.0-armel-DVD-12.jigdo e59f35b701526ee6121c5e959ae85835b6fecb294d1b9dca00bcb720431b346e debian-10.8.0-armel-DVD-12.iso 2a5c14e022836accaa86ed6fc78d93bcf1d7f69a591e8a1c5f1ed264b596ed8d debian-10.8.0-armel-DVD-12.jigdo e3ed119c33e7b6228445f35a9dab49737538cca0 debian-10.8.0-armel-DVD-13.iso 337da3d7ed7115e40da928ead1d80e5dead76511 debian-10.8.0-armel-DVD-13.jigdo 2d3250daca56450278059d79f54c6912 debian-10.8.0-armel-DVD-13.iso c54bd11a0e421b94879244408023efea debian-10.8.0-armel-DVD-13.jigdo 460071302a098897d6d96aeba989d0ecf9ad924f49e2afa7f454a1adfce806cd78062f9b3d254c8dc9a7decceb88a153ada0180b5967025276baa326fd87ada8 debian-10.8.0-armel-DVD-13.iso 4591b9bbbd8a70d1553e723c7ffa781f3a96ae5b069c842d129057b1f57a83eb4b1662a0a5a9481374dacefc1d62f31c9d21874aecb5bef5fd4dc0530a4e787e debian-10.8.0-armel-DVD-13.jigdo 0709cb0e68df5b69f53de00401c13d2d4cdafc237b71dab30b4c6db29e150052 debian-10.8.0-armel-DVD-13.iso d0b3a9cae3004521e455d30051fcde4d6626d9cc76ca2d9c47160c3d2998f512 debian-10.8.0-armel-DVD-13.jigdo 23f03a73afb41f6871cf9974dd758a061d590525 debian-10.8.0-armel-DVD-14.iso 7c86745914dc14b14427e06e19a904a317938ff3 debian-10.8.0-armel-DVD-14.jigdo e6808f0142fa10c92108be396bf45ee5 debian-10.8.0-armel-DVD-14.iso 5aa9be2b1b4b5b56567d58c920f1562c debian-10.8.0-armel-DVD-14.jigdo 500e7402dcd9f3b517770dc04110a2617b134075af9c18607df10cd729cbbd6b78fcef2c9912e74b4e31baa6735f62f2a86e6fe5695193af957a04835fb1481f debian-10.8.0-armel-DVD-14.iso c2d98e042d6ed732624317224e364edc42d6b5897eb86cdc15a4eeb03dcb4fc7025a684b535979b7b9cecc89e996379fd064fac01f90f48b31bbee1e3943f5f1 debian-10.8.0-armel-DVD-14.jigdo fb95edb8928a722344cdb3f218a9b6d25d6313cf6e4e32833a676925455fffd9 debian-10.8.0-armel-DVD-14.iso d53445b319b169b74f46075adea763bac8d7803d88d59725341be864b69a5a87 debian-10.8.0-armel-DVD-14.jigdo b2027b183e1672eead78663205da3f4fbcfa3164 debian-10.8.0-armel-DVD-2.iso 26eba66a846d61a33eeed89e137084d08d9dd060 debian-10.8.0-armel-DVD-2.jigdo b1096b224232b1e2825e1dac2a2f8a8e debian-10.8.0-armel-DVD-2.iso c7660510edc3d96603ae3ba36dfc7c17 debian-10.8.0-armel-DVD-2.jigdo 6273eb8958870d71b50144887ebe1886aaf82e681b0d1b2ae0a4932d19d35dc077df281532abee9c641ea3d4accd08141d191d802b07fffb8af6f781f377fb56 debian-10.8.0-armel-DVD-2.iso 416091c8bb571e768475e3fad4fc028e4c6966afa47d5db38b63d7d138f4df2be67123c7237102c6fc418b1ae2504e316c4c1662d070641b00c0419c12264ee1 debian-10.8.0-armel-DVD-2.jigdo 040870d712a857c9d276e323307ee39d2f44db06422f03cb261c8d710bb336aa debian-10.8.0-armel-DVD-2.iso 738bb81120ea407cd2cd491cfd663ab22b3f3799be6902c4152f4e9f02c256c1 debian-10.8.0-armel-DVD-2.jigdo b2bb9a99787a1a221de4d573ecdb6a0ac1bf62d7 debian-10.8.0-armel-DVD-3.iso 1f8a43928fd2d683e53119bb0c89c0964b5fa25f debian-10.8.0-armel-DVD-3.jigdo d8b8dabc5a794c0604e3a7a207c97023 debian-10.8.0-armel-DVD-3.iso d3ec329b5256f59e1d1c4171e6b66284 debian-10.8.0-armel-DVD-3.jigdo 80f3691e08f77150dd8a3c50a28b2ace7f606faaf3b60915ae35973aac684b4c843c12ee6ecb681ef9b207a1cd9e0403d79f466d0e26e0b0efff92507c1ffafd debian-10.8.0-armel-DVD-3.iso 1583ab1f1b9ecc50e345fd69a24ceeb7472771810203dda03d39a3791b0e7a749c3f2fb541d7d9f8be9464660850063017c456ada76b83131bdea1c05c633845 debian-10.8.0-armel-DVD-3.jigdo 88c315664c5ef877bc6013603ca6ce1be7884f08350c52c5527792e191684c70 debian-10.8.0-armel-DVD-3.iso 875eb5190f2c0df50e3f6816d3090f69cb21c7e56d5afd18e97e1689cd17ee3b debian-10.8.0-armel-DVD-3.jigdo a6524729236b4b3eaf7fc9c946bdf56d2dde73d5 debian-10.8.0-armel-DVD-4.iso 772b3a27a9ead5fa8217dfb8be0ac39a17736757 debian-10.8.0-armel-DVD-4.jigdo 9585bab2c86166390c793d0b6a4841d5 debian-10.8.0-armel-DVD-4.iso 7c1b62a36d17099680b5a94aaa3603d4 debian-10.8.0-armel-DVD-4.jigdo c988c35291bacd2ab258145621e5fe87ae0c4780a398f975505af61195129b2c0b3e1a272d4c83ef9d79515bfe98d8b9c5d725c97297bed1b994ad4fa31aa66f debian-10.8.0-armel-DVD-4.iso 9b88fa5b70e4538d8c998d83bd733c69205e441309d02ecc22904116a75c0e0a79ed863bedbe0f8b48a5a050cf6587b2ad3b57a286fafd3df90c050cf4f50d0f debian-10.8.0-armel-DVD-4.jigdo c12437bb022d1abe47c819f2e19a64125ef4141fab791db7671891bf3aac8d5b debian-10.8.0-armel-DVD-4.iso a137039bffdc01625a7b283d5294e9a0e2aee9cc72af6ad3f536a9c2e9e1b739 debian-10.8.0-armel-DVD-4.jigdo bfdcea1eeab0eef7bcd0cccc5f6bc0c5838e24e5 debian-10.8.0-armel-DVD-5.iso 46402acdfa0d507877684ae6a3b175d93f6bac7a debian-10.8.0-armel-DVD-5.jigdo df270b813a2168c8f586f780217e4947 debian-10.8.0-armel-DVD-5.iso 6c56fbe8ae72db7cc269b926f43ff1bf debian-10.8.0-armel-DVD-5.jigdo 107f170bf01854189be83068890efa52a3b4ccd7eb90ecd615f7253cbc5dd9e8334834e2731b60e6044595d54edede3b56db812fc242705c234c8096b13c9b14 debian-10.8.0-armel-DVD-5.iso f05b015e20cfd5c33fb7221ca12fc022eff597ac090571ab5a6925623643af0d77852bf72767f5c6bf27640e79981d825756eeeae18e950fccca78963749aca7 debian-10.8.0-armel-DVD-5.jigdo b2fb610b0d95347e3f7214fce7957ac9de03bb8038792d2178174f84a5ac52d0 debian-10.8.0-armel-DVD-5.iso 7c797ec061e182b2a276cd2d947e546542d9020d30e14ff33c8139ae41f8e258 debian-10.8.0-armel-DVD-5.jigdo ce51059e4ec1416becffb702409f3da5bed5d912 debian-10.8.0-armel-DVD-6.iso db767113402c8eacf916fb62192f9630a358c0fe debian-10.8.0-armel-DVD-6.jigdo 8183afb58c3720cc98f60e07de6e20a4 debian-10.8.0-armel-DVD-6.iso fe80f2f0e7431c5ba276504ec776d557 debian-10.8.0-armel-DVD-6.jigdo 22401ad6783d78c9667f407ee5226dc57993a926b8eaebd4391a572b879bf9f99c0a012223e398ac4a94c7dcfa8eaf61950dc71426ec1e8c2e07bf51dfa9fd22 debian-10.8.0-armel-DVD-6.iso 022dc67b7288dda23b044977ba2328913e1bcdbac8f59991fc32eb0ca95ebb61fcffc5a8858a077917e5a3b04f001ebdcacbcc6fb6a63874e8fa8e173381d062 debian-10.8.0-armel-DVD-6.jigdo 5b49ef5a5685020343027dfe1ee2263d5b956bae6afe9c6065b4ecdf7d18527b debian-10.8.0-armel-DVD-6.iso 8a756aa3d99ff1b1b3d08275f8246bd5a3c55f7b734d471256ba461288d79313 debian-10.8.0-armel-DVD-6.jigdo d912a7c0394552bd376278b473d6c863bb01500d debian-10.8.0-armel-DVD-7.iso 7348bad37e8af18653bde03ad96758d3f52f8eda debian-10.8.0-armel-DVD-7.jigdo b761763ac02f7d24391073904204583d debian-10.8.0-armel-DVD-7.iso b37719f9695708c6c9aff6aaa8f7f8a3 debian-10.8.0-armel-DVD-7.jigdo 6efe88089c6b6b6edd6d6b578764367f2259f574c8ffbe075bf1aeb0084c92bdda2c986ef8e50c7cfb05113b03ff1cebc43dd54bad1d702b1a06a78f30c4162d debian-10.8.0-armel-DVD-7.iso e0d1d4edc96b840e344150115d163280a829848db42b89c765f6d715e29b5012db7be738b16f8cac740f34f07982fefd21205da922b5ef59cba94f721752f671 debian-10.8.0-armel-DVD-7.jigdo 440e145b3c9802d901d755870eb5d462e6a79f0a2e9cd94644c15653f34e0063 debian-10.8.0-armel-DVD-7.iso effafce0cde23822cfdae8588dedac439ad8bcfe801d67674fb1954a5c613fe0 debian-10.8.0-armel-DVD-7.jigdo 127c2b11aaa1cfb20b8b7f9bf80022e8df2559d2 debian-10.8.0-armel-DVD-8.iso 8c08e3e6095c3da5873b812c06f6af85ddb24848 debian-10.8.0-armel-DVD-8.jigdo 4cb2c69fc82ea68dd6781ad75e5648f1 debian-10.8.0-armel-DVD-8.iso 519801f1dcd3f9d690e9894831d9ae7d debian-10.8.0-armel-DVD-8.jigdo 361911c5e58f072f0edbe4f52265814ad219365e3829ff749af70b6c4cde682357ac70fef052f75826fd199b6a520879f745a3b942606098d7ef3bb4756f2bc9 debian-10.8.0-armel-DVD-8.iso 3d6e85182268218923d8dd3450d6872ff149103d939ffb447b36ad0d3158dd3bd0d05de8bea83efe97eefecc3fe12951f9139be0566d6af190755b102dba959f debian-10.8.0-armel-DVD-8.jigdo 0ea0e59dbcb270aab6dafd55fa7dd35065a768f51830fff7f5f93a251ee5a046 debian-10.8.0-armel-DVD-8.iso 9c81ea1c94beb39f8332aab228691b94e2fa5ab92d44950ef4cb9c711741a65f debian-10.8.0-armel-DVD-8.jigdo a957495ef98a76ef44f2c5c3ec5b7ba4f172d30d debian-10.8.0-armel-DVD-9.iso 8dab13da17b82e343124b5e43ada4e896b80229b debian-10.8.0-armel-DVD-9.jigdo 26c660643b7c16b5dcd78b7679b33dcd debian-10.8.0-armel-DVD-9.iso 526cdfabbf88fc68fb5c329414e447da debian-10.8.0-armel-DVD-9.jigdo 91e5f80d80e8582a3dfb8e63e892534792702ee766c3e8a7603440cb0242f9fa205723f859fe14ce81471308b43bbce1e04e51fd4616a0caf54c9132092a37ba debian-10.8.0-armel-DVD-9.iso c777a37f04852aadf3cd38ae2121e8b221b841615d92e4f062e0969849470eeebfd02de47453d13b213baaa5b4a2333d88e28e5b9fdd35f955c1ed802b8cbe63 debian-10.8.0-armel-DVD-9.jigdo 676fcc42c84d7a8df178368bf117d3b453b2cfc53b286e6efa3b4944994e1cb3 debian-10.8.0-armel-DVD-9.iso a457fa4da5a8410bfea9dc319f6f0ed48bd1f6f29e63dd6835a6e1460eb106e1 debian-10.8.0-armel-DVD-9.jigdo b78d50a9f877dc6d93da85e25679bb7d2562dc02 debian-10.8.0-armel-DVD-1.template 03ca96a6f52da7e2bd8046183b038521 debian-10.8.0-armel-DVD-1.template b4c7d0f87ac497534007e614bf699f89c1279482e2e1f48c52e9215cdc0ac8f2c62a6b8284d8f8b0b0523ead9be44c794b781872ffe0e968567cfb1b46b6c25c debian-10.8.0-armel-DVD-1.template f8f6e110f822b92953d2446dffe3d57e33522ca76c40d66bb5be317248228982 debian-10.8.0-armel-DVD-1.template 78d102f84d7eda3199b472d7b20ca65f28e23dd0 debian-10.8.0-armel-DVD-10.template 1448299bf917ad3aeb1314932cee64ba debian-10.8.0-armel-DVD-10.template a8f7c403d34924ccfbce1e4ef86a1187407ebb21e7adddf001b0e25141297924563cdf05bc089efa96f1610c096fa01b4ffa30f39a86ca6db6ef8ed52992b5ea debian-10.8.0-armel-DVD-10.template a2501440cb87b8eda0091cc39f0f7d3214d8b7c12c34672b59f5527ae6332da3 debian-10.8.0-armel-DVD-10.template fdf12e42c8f82b9b4450419410fd5bb7d2fbc90b debian-10.8.0-armel-DVD-11.template 1cdada7d184babe838469d2b9e8f9545 debian-10.8.0-armel-DVD-11.template 222472cbeff67e90e37d83fe1660ae8642edb827a9c6d233fd41971fd13df1dd62706d038cde89f1bcdc545fb67c53e6ba507acc144c20639bfb3fe2e86f4541 debian-10.8.0-armel-DVD-11.template bec3e2cc1d0b60dfcff9cb78575c146fdac5fdf49547654e4b6e3be0c9a93af5 debian-10.8.0-armel-DVD-11.template 27769fba6088daf69b9b48aacbeb52ed82f93ecb debian-10.8.0-armel-DVD-12.template b417efd5188225e3c5baffb9cca73659 debian-10.8.0-armel-DVD-12.template e884f3e3cab71e36717b9c293ef13fcb7fc403d34601f30075e168556f908599e436a9845c46407469a80d13be1c20041af843b13c4c1fa2d0afb37daeaad3d6 debian-10.8.0-armel-DVD-12.template b826acec5e3889863b2ab8d990e29b82cd29b4270d5e1a527acfeabce21bb6aa debian-10.8.0-armel-DVD-12.template 772bbbd5aa9c0b93f66ca8d9c376cf063cae8be7 debian-10.8.0-armel-DVD-13.template 36cbcd1dd0f03de46e3439488661cab3 debian-10.8.0-armel-DVD-13.template be2ff907671689cf768a8dc9d12e51a814d9f4704dd0038e2ac3ba568a77f72733acdf0750e484273c2f02067037d9ae85665317656ef7cb8d27c110bef4da4b debian-10.8.0-armel-DVD-13.template 5fb5c0367762e8b942cad4aee884096027baab6404c6b1658f9280ab61a7f498 debian-10.8.0-armel-DVD-13.template 985516d45da49d38d19e158d9437bbf0b03163dd debian-10.8.0-armel-DVD-14.template afc27dc95299861c9419e40b3c3e9108 debian-10.8.0-armel-DVD-14.template 8415fc860e56c24244ad22e8d627bca4a876024510d1157ab60b8eec97cba2db2fffc386c132f74df3829f1bef4df4c9e7bd0d7428f44597bc6443355362def3 debian-10.8.0-armel-DVD-14.template b1b5ad46e8ffa1e12704629dad62e334ec29d5ed24fc89acb2a93b225589ced4 debian-10.8.0-armel-DVD-14.template 171dd191f4d07f760cf54701a243eba8747466e3 debian-10.8.0-armel-DVD-2.template 60d5a421054dc360cd152cf0151b0ef1 debian-10.8.0-armel-DVD-2.template e323119b4baafa5db0b312b225cb22f057d7d790171cfbb70cb25968b7f406a05b4a486bb99e0f1666b11a58d869bb08a69f33f7d55e8789356d19902ac20bd6 debian-10.8.0-armel-DVD-2.template a87ca7a908079a7d960872e237f09a3cdc035a6a448e8367ea52b806acbb10d3 debian-10.8.0-armel-DVD-2.template adac2808d26a27e206aeed54cf8344e7e1fe0f6d debian-10.8.0-armel-DVD-3.template 6c555e1c89da8142c5e0d37834748614 debian-10.8.0-armel-DVD-3.template 23b70a122d9b18229a4bff6bcea5567d9e62604fffef91fff4b7c45051e4b8e962a533c02ab8d145a23657e5bd55b6d960fe0f438b9fa8bac8ca676a670c37df debian-10.8.0-armel-DVD-3.template 8cde6104979a34b4aa6031cb840a90860168ea288e833c12f69ca979fad79226 debian-10.8.0-armel-DVD-3.template 70db58ff128524fbcb16e21100f186a55ed8c59d debian-10.8.0-armel-DVD-4.template f9da6acad9811dbd52050609339b89ca debian-10.8.0-armel-DVD-4.template 8107881896768e56be338adda32a4e2067a7400655242ba31373f1f46bf4c2f207ebd77701fd5ed003ee7f8482600376b418da9975318a74c79f661e3dcb7a4c debian-10.8.0-armel-DVD-4.template 617adcc955bf7a59e81e951e2f9766b3f564f76eb4ebd9d4a8526606b0853d1c debian-10.8.0-armel-DVD-4.template 6f9d3aff1f694328aacac8fc4642b834da5efb79 debian-10.8.0-armel-DVD-5.template 2338ba19320bb191e752a3efeef4aaa8 debian-10.8.0-armel-DVD-5.template f2be7fc8305a764e4e356b1c8ff59442c932e3078b03ef333afd981802c2aeb49341228bc25c7da8e267f585a3ed3aa8b0575d35b343663826018b1b811fc920 debian-10.8.0-armel-DVD-5.template 6ec8ddd220f282aa72221b7ba48f52c47681f0e2f77c2284fb4b6536dd31d856 debian-10.8.0-armel-DVD-5.template 7b8ffc24237314b0c119882f66f072ba0e3d43cc debian-10.8.0-armel-DVD-6.template 2d587ebf39bce9e1a1130e173dc7fd2b debian-10.8.0-armel-DVD-6.template e81b0e488f701a0216b72049e4a032a60405c61ef6649077d1bf1fa671a4f54fbc51e6f9952973751a1efd49b5a0f4fc55387244a14e3ef9e4be27fec865d434 debian-10.8.0-armel-DVD-6.template 9b21c59d00dd823f281cda9cc86b4c36c064b8da6b15d181afad93ed590f0397 debian-10.8.0-armel-DVD-6.template 47d544ec6108f6a4811c2ab96c9dfe9737099d1b debian-10.8.0-armel-DVD-7.template 2379586fda087962cd251a10797ff10e debian-10.8.0-armel-DVD-7.template ee3a72517b76fa537a0022f23fbe4fa2b15f90170dc3ffee1f7cefb02d3f95df46cdb0b363e3c5aa1a0f9c2b311dfe579710add1033a28d5077d889573ee5b13 debian-10.8.0-armel-DVD-7.template a659f8d756de781021a95da4419a960821bbb247073482170b55652242cba5e1 debian-10.8.0-armel-DVD-7.template 7de314c12d4b030af9b1c563b44334871fed0ac5 debian-10.8.0-armel-DVD-8.template 4cc7a9444c1598bdcbc6a3266ba7ad21 debian-10.8.0-armel-DVD-8.template a81ab0eba26e0cc8b3ee10dd9ce61dcf3e41539402c7658bd9d6e4e94cd3467e0dec5129e4c8f22f9835e45be182b75e70c2cf888d9fe3d8c341a13765834cba debian-10.8.0-armel-DVD-8.template 8b1a9db9d95cc203eff9f0a749b2469b8f4d4119d05c01a4c05af7c0621b983b debian-10.8.0-armel-DVD-8.template c77744fb1add1b3bf0843c74707f2013f50dd99a debian-10.8.0-armel-DVD-9.template ee7bb9a963be12d1afec2493210d6dcf debian-10.8.0-armel-DVD-9.template f7167078760c621e3676c111be721e8bd53466f13d98c9a77279bf098b4d884b5d17a0ac9256b4e64376a8e81993adec8b6e24126884434b117a1bbac582703b debian-10.8.0-armel-DVD-9.template f60486afa6f9762f71d964e9f48f0628b753efd51da0c9acd4b8f2630ad03257 debian-10.8.0-armel-DVD-9.template make[1]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/buster/debian-cd' Sat 6 Feb 14:35:21 UTC 2021: Finished.