Sat 6 Jul 13:17:03 UTC 2019: Using CONF from /home/debian-cd/build.buster/CONF.sh.buster_release. rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD[1234567890]* rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/tasks rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/*.filelist* rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/packages-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/upgrade-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/md5-check echo "Cleaning the build directory" Cleaning the build directory rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt echo "Updating task files..." Updating task files... mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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/3armhf/buster/tasks echo "- generating dynamic task files" - generating dynamic task files set -e; cd /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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/3armhf/buster/DATE date -u '+%Y%m%dT%H%M%SZ' --date tomorrow > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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/3armhf/buster/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/debootstrap/usr/share/debootstrap/scripts/buster ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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 armhf; 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/3armhf/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/3armhf/apt/buster-backports-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ fi; \ done Using the provided status file for buster-armhf ... 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/3armhf/buster/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/debootstrap/usr/share/debootstrap/scripts/buster ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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 armhf; do \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/buster-$ARCH/apt/preferences.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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/3armhf/apt/buster-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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/3armhf/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/3armhf/apt/buster-backports-$ARCH/status ; \ fi; \ fi; \ done; :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/status # Set up keyring so apt doesn't complain Setting up archive-keyring mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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/3armhf/archive-keyring for ARCH in armhf; do \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/buster-$ARCH/apt/trusted.gpg.d; \ ln -s /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/buster-$ARCH/apt/trusted.gpg.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/buster-backports-$ARCH/apt/trusted.gpg.d; \ ln -s /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/buster-backports-$ARCH/apt/trusted.gpg.d; \ fi; \ done # Updating the apt database for ARCH in armhf; 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 [118 kB] Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian buster InRelease [118 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian buster/main armhf Packages [10.3 MB] Get:3 file:/srv/cdbuilder.debian.org/src/ftp/debian buster/contrib armhf Packages [48.4 kB] Get:4 file:/srv/cdbuilder.debian.org/src/ftp/debian buster/main/debian-installer armhf Packages [59.4 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/3armhf/apt/buster-source/apt/preferences.d ; \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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 armhf; 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) but it is not installed Depends: libdns1104 (= 1:9.11.5.P4+dfsg-5.1) but it is not installed Depends: libisc1100 (= 1:9.11.5.P4+dfsg-5.1) but it is not installed Depends: libisccfg163 (= 1:9.11.5.P4+dfsg-5.1) but it is not installed Depends: liblwres161 (= 1:9.11.5.P4+dfsg-5.1) 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.1) 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 (>= 1.32) 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.16-1) 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) dmidecode : Depends: libc6 (>= 2.4) 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) 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) 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) 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) but it is not installed Depends: libpython2.7-stdlib (= 2.7.16-2) 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-5) 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-5) 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[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/3armhf/buster/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/debootstrap/usr/share/debootstrap/scripts/buster ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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 [ "armhf" != "source" ] ; then \ for ARCH in armhf; 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 [118 kB] Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian buster InRelease [118 kB] Reading package lists... set -e; \ if [ "armhf" != "source" ] ; then \ for ARCH in armhf; 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/3armhf/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/3armhf/apt/buster-backports-$ARCH/status; \ done; \ fi; \ done; \ fi set -e; \ if [ "armhf" != "source" ] ; then \ for ARCH in armhf; 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/3armhf/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/3armhf/apt/buster-backports-$ARCH/status; \ done; \ fi; \ done; \ fi armhf:ca-certificates armhf:dmsetup armhf:gcc-8-base armhf:libacl1 armhf:libapparmor1 armhf:libapt-inst2.0 armhf:libapt-pkg5.0 armhf:libargon2-1 armhf:libattr1 armhf:libaudit-common armhf:libaudit1 armhf:libbind9-161 armhf:libblkid1 armhf:libbsd0 armhf:libbz2-1.0 armhf:libc6 armhf:libcap-ng0 armhf:libcap2 armhf:libcap2-bin armhf:libcom-err2 armhf:libcryptsetup12 armhf:libcurl3-gnutls armhf:libdb5.3 armhf:libdbus-1-3 armhf:libdebconfclient0 armhf:libdevmapper1.02.1 armhf:libdns-export1104 armhf:libdns1104 armhf:libedit2 armhf:libelf1 armhf:libestr0 armhf:libexpat1 armhf:libext2fs2 armhf:libfastjson4 armhf:libfdisk1 armhf:libffi6 armhf:libfstrm0 armhf:libgcc1 armhf:libgcrypt20 armhf:libgdbm-compat4 armhf:libgdbm6 armhf:libgeoip1 armhf:libgmp10 armhf:libgnutls30 armhf:libgpg-error0 armhf:libgssapi-krb5-2 armhf:libhogweed4 armhf:libicu63 armhf:libidn11 armhf:libidn2-0 armhf:libip4tc0 armhf:libip6tc0 armhf:libiptc0 armhf:libisc-export1100 armhf:libisc1100 armhf:libisccc161 armhf:libisccfg163 armhf:libjson-c3 armhf:libk5crypto3 armhf:libkeyutils1 armhf:libkmod2 armhf:libkrb5-3 armhf:libkrb5support0 armhf:libldap-2.4-2 armhf:libldap-common armhf:liblmdb0 armhf:liblocale-gettext-perl armhf:liblognorm5 armhf:liblwres161 armhf:liblz4-1 armhf:liblzma5 armhf:libmagic-mgc armhf:libmagic1 armhf:libmnl0 armhf:libmount1 armhf:libmpdec2 armhf:libncurses6 armhf:libncursesw6 armhf:libnetfilter-conntrack3 armhf:libnettle6 armhf:libnewt0.52 armhf:libnfnetlink0 armhf:libnftnl11 armhf:libnghttp2-14 armhf:libp11-kit0 armhf:libpam0g armhf:libpci3 armhf:libpcre2-8-0 armhf:libpcre3 armhf:libperl5.28 armhf:libpipeline1 armhf:libpopt0 armhf:libprocps7 armhf:libprotobuf-c1 armhf:libpsl5 armhf:libpython-stdlib armhf:libpython2-stdlib armhf:libpython2.7-minimal armhf:libpython2.7-stdlib armhf:libpython3-stdlib armhf:libpython3.7-minimal armhf:libpython3.7-stdlib armhf:libreadline7 armhf:librtmp1 armhf:libsasl2-2 armhf:libsasl2-modules-db armhf:libseccomp2 armhf:libselinux1 armhf:libsemanage-common armhf:libsemanage1 armhf:libsepol1 armhf:libslang2 armhf:libsmartcols1 armhf:libsqlite3-0 armhf:libss2 armhf:libssh2-1 armhf:libssl1.1 armhf:libstdc++6 armhf:libsystemd0 armhf:libtasn1-6 armhf:libtext-charwidth-perl armhf:libtext-iconv-perl armhf:libtext-wrapi18n-perl armhf:libtinfo6 armhf:libuchardet0 armhf:libudev1 armhf:libunistring2 armhf:libuuid1 armhf:libxml2 armhf:libxtables12 armhf:libzstd1 armhf:lsb-base armhf:openssl armhf:python-apt-common armhf:python2 armhf:python2-minimal armhf:python2.7-minimal armhf:python3 armhf:python3-apt armhf:python3-certifi armhf:python3-chardet armhf:python3-debconf armhf:python3-debian armhf:python3-debianbts armhf:python3-httplib2 armhf:python3-idna armhf:python3-minimal armhf:python3-pkg-resources armhf:python3-pycurl armhf:python3-pysimplesoap armhf:python3-requests armhf:python3-six armhf:python3-urllib3 armhf:python3.7 armhf:python3.7-minimal armhf:xxd armhf:zlib1g for ARCH in armhf; 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[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 /home/debian-cd/build.buster/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "armhf" buster buster /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-armhf/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/installer-armhf/20190702/images/MD5SUMS for ARCH in armhf; 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/3armhf/buster/md5-check; \ fi; \ done ... building the images; using target(s) "official_images" Building all available jigdos and up to 1 isos for armhf DVD 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/3armhf/buster/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/debootstrap/usr/share/debootstrap/scripts/buster ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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 [ "armhf" != "source" ] ; then \ for ARCH in armhf; 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 [118 kB] Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian buster InRelease [118 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/3armhf/buster/rawlist; \ else \ echo "mawk" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/rawlist; \ echo "exim4-daemon-light" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/rawlist; \ fi; \ fi if [ ""x != "yes"x ] ; then \ if [ _3 != _1 ]; then \ for ARCH in armhf; 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/3armhf/debootstrap.tmp \ file:/srv/cdbuilder.debian.org/src/ftp/debian \ 2>/dev/null \ | tr ' ' '\n' > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/debootstrap-list; \ cat /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/debootstrap-list >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/rawlist; \ rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/debootstrap.tmp; \ done; \ fi; \ fi for ARCH in armhf; 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/3armhf/buster/tasks /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/tasks/Debian-all >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/rawlist; \ fi if [ ""x = "yes"x ] ; then \ awk '/^Package:/ {print $2}' /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/buster-source/apt-state/lists/*Sources | \ sort -u > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/rawlist; \ fi Generating the complete list of packages to be included in /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/list... perl -ne 'chomp; next if /^\s*$/; \ print "$_\n" if not $seen{$_}; $seen{$_}++;' \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/rawlist \ > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/list /home/debian-cd/build.buster/debian-cd/tools/check_backports_packages /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/list.backports if [ -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/list.backports ]; then mv /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/list.backports /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/list; fi for ARCH in armhf; do \ ARCH=$ARCH /home/debian-cd/build.buster/debian-cd/tools/sort_deps /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/list; \ done Running sort_deps to sort packages for armhf: Generating dependency tree with apt-cache depends... Adding standard, required, important and base packages first S/R/I/B packages take 109979660 bytes Adding the rest of the requested packages Now up to 60257943472 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 55528 packages, total size 62728095642 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/3armhf/buster /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/packages; \ else \ /home/debian-cd/build.buster/debian-cd/tools/merge_package_lists /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt "armhf" /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/packages; \ fi if [ ""x = "yes"x ] ; then \ grep ^source /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/packages > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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/3armhf buster "armhf" "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.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso -version says: xorriso 1.4.6 ISO 9660 Rock Ridge filesystem manipulator and CD/DVD/BD burn program Copyright (C) 2016, Thomas Schmitt , libburnia project. xorriso version : 1.4.6 Version timestamp : 2016.09.16.133001 Build timestamp : -none-given- libisofs in use : 1.4.6 (min. 1.4.6) libjte in use : 1.0.0 (min. 1.0.0) libburn in use : 1.4.6 (min. 1.4.6) libburn OS adapter: internal GNU/Linux SG_IO adapter sg-linux libisoburn in use : 1.4.6 (min. 1.4.6) 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 armhf: Done: Read details of 55528 packages for armhf Reading in translated package descriptions for main: Done: read 224219 entries for 36 languages Reading in translated package descriptions for contrib: Done: read 299 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/armhf_udeb_include WARNING: Unable to read UDEB_EXCLUDE file /home/debian-cd/build.buster/debian-cd/data/buster/armhf_udeb_exclude Adding docs to CD1 Removing old dedications removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-9.0.sv.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-2.2.cn.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-9.0.ru.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-2.2.de.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-9.0.ro.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-2.2.es.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-9.0.sigs.tar.gz' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-2.2.fi.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-9.0.ta.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-2.2.fr.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-9.0.th.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-2.2.it.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-9.0.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-2.2.ja.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-2.2.pt_BR.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-2.2.sigs.tar.gz' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-2.2.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-5.0.ca.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-5.0.cs.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-5.0.de.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-5.0.es.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-5.0.fr.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-5.0.it.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-5.0.ja.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-5.0.lt.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-5.0.ml.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-5.0.pt.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-5.0.ro.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-5.0.ru.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-5.0.sigs.tar.gz' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-5.0.sk.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-5.0.sv.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-5.0.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-5.0.vi.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-9.0.bn.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-9.0.ca.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-9.0.cs.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-9.0.da.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-9.0.de.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-9.0.es.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-9.0.gl.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-9.0.id.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-9.0.it.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-9.0.ja.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-9.0.ms.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-9.0.nl.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-9.0.pt.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/doc/dedication/dedication-9.0.pt_BR.txt' Extracting FAQ on CD1 Adding installtools Downloading most recent release notes for armhf --2019-07-06 13:20:08-- https://www.debian.org/releases/buster/release-notes-armhf.tar.gz Resolving www.debian.org (www.debian.org)... 2001:41c8:1000:21::21:4, 2001:67c:2564:a119::148:14, 5.153.231.4, ... Connecting to www.debian.org (www.debian.org)|2001:41c8:1000:21::21:4|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 6906036 (6.6M) [application/x-gzip] Saving to: 'release-notes-armhf.tar.gz' 0K .......... .......... .......... .......... .......... 0% 23.6M 0s 50K .......... .......... .......... .......... .......... 1% 22.4M 0s 100K .......... .......... .......... .......... .......... 2% 21.4M 0s 150K .......... .......... .......... .......... .......... 2% 20.3M 0s 200K .......... .......... .......... .......... .......... 3% 22.7M 0s 250K .......... .......... .......... .......... .......... 4% 41.7M 0s 300K .......... .......... .......... .......... .......... 5% 42.7M 0s 350K .......... .......... .......... .......... .......... 5% 44.5M 0s 400K .......... .......... .......... .......... .......... 6% 26.9M 0s 450K .......... .......... .......... .......... .......... 7% 50.4M 0s 500K .......... .......... .......... .......... .......... 8% 37.6M 0s 550K .......... .......... .......... .......... .......... 8% 42.3M 0s 600K .......... .......... .......... .......... .......... 9% 39.8M 0s 650K .......... .......... .......... .......... .......... 10% 39.6M 0s 700K .......... .......... .......... .......... .......... 11% 44.2M 0s 750K .......... .......... .......... .......... .......... 11% 38.5M 0s 800K .......... .......... .......... .......... .......... 12% 33.1M 0s 850K .......... .......... .......... .......... .......... 13% 39.7M 0s 900K .......... .......... .......... .......... .......... 14% 41.5M 0s 950K .......... .......... .......... .......... .......... 14% 44.1M 0s 1000K .......... .......... .......... .......... .......... 15% 42.0M 0s 1050K .......... .......... .......... .......... .......... 16% 37.2M 0s 1100K .......... .......... .......... .......... .......... 17% 43.3M 0s 1150K .......... .......... .......... .......... .......... 17% 25.6M 0s 1200K .......... .......... .......... .......... .......... 18% 25.5M 0s 1250K .......... .......... .......... .......... .......... 19% 38.9M 0s 1300K .......... .......... .......... .......... .......... 20% 48.3M 0s 1350K .......... .......... .......... .......... .......... 20% 40.9M 0s 1400K .......... .......... .......... .......... .......... 21% 42.3M 0s 1450K .......... .......... .......... .......... .......... 22% 40.7M 0s 1500K .......... .......... .......... .......... .......... 22% 43.4M 0s 1550K .......... .......... .......... .......... .......... 23% 43.0M 0s 1600K .......... .......... .......... .......... .......... 24% 28.9M 0s 1650K .......... .......... .......... .......... .......... 25% 42.9M 0s 1700K .......... .......... .......... .......... .......... 25% 40.2M 0s 1750K .......... .......... .......... .......... .......... 26% 41.4M 0s 1800K .......... .......... .......... .......... .......... 27% 42.1M 0s 1850K .......... .......... .......... .......... .......... 28% 39.7M 0s 1900K .......... .......... .......... .......... .......... 28% 42.1M 0s 1950K .......... .......... .......... .......... .......... 29% 43.7M 0s 2000K .......... .......... .......... .......... .......... 30% 31.0M 0s 2050K .......... .......... .......... .......... .......... 31% 36.8M 0s 2100K .......... .......... .......... .......... .......... 31% 42.5M 0s 2150K .......... .......... .......... .......... .......... 32% 42.6M 0s 2200K .......... .......... .......... .......... .......... 33% 42.6M 0s 2250K .......... .......... .......... .......... .......... 34% 43.5M 0s 2300K .......... .......... .......... .......... .......... 34% 40.0M 0s 2350K .......... .......... .......... .......... .......... 35% 43.0M 0s 2400K .......... .......... .......... .......... .......... 36% 26.0M 0s 2450K .......... .......... .......... .......... .......... 37% 37.7M 0s 2500K .......... .......... .......... .......... .......... 37% 43.2M 0s 2550K .......... .......... .......... .......... .......... 38% 43.2M 0s 2600K .......... .......... .......... .......... .......... 39% 40.8M 0s 2650K .......... .......... .......... .......... .......... 40% 36.4M 0s 2700K .......... .......... .......... .......... .......... 40% 43.7M 0s 2750K .......... .......... .......... .......... .......... 41% 19.2M 0s 2800K .......... .......... .......... .......... .......... 42% 3.01M 0s 2850K .......... .......... .......... .......... .......... 43% 39.9M 0s 2900K .......... .......... .......... .......... .......... 43% 36.4M 0s 2950K .......... .......... .......... .......... .......... 44% 42.3M 0s 3000K .......... .......... .......... .......... .......... 45% 42.4M 0s 3050K .......... .......... .......... .......... .......... 45% 44.0M 0s 3100K .......... .......... .......... .......... .......... 46% 41.8M 0s 3150K .......... .......... .......... .......... .......... 47% 42.3M 0s 3200K .......... .......... .......... .......... .......... 48% 31.0M 0s 3250K .......... .......... .......... .......... .......... 48% 44.0M 0s 3300K .......... .......... .......... .......... .......... 49% 42.4M 0s 3350K .......... .......... .......... .......... .......... 50% 44.1M 0s 3400K .......... .......... .......... .......... .......... 51% 38.3M 0s 3450K .......... .......... .......... .......... .......... 51% 40.4M 0s 3500K .......... .......... .......... .......... .......... 52% 42.8M 0s 3550K .......... .......... .......... .......... .......... 53% 27.7M 0s 3600K .......... .......... .......... .......... .......... 54% 29.5M 0s 3650K .......... .......... .......... .......... .......... 54% 46.8M 0s 3700K .......... .......... .......... .......... .......... 55% 38.9M 0s 3750K .......... .......... .......... .......... .......... 56% 40.1M 0s 3800K .......... .......... .......... .......... .......... 57% 41.0M 0s 3850K .......... .......... .......... .......... .......... 57% 39.1M 0s 3900K .......... .......... .......... .......... .......... 58% 43.6M 0s 3950K .......... .......... .......... .......... .......... 59% 41.3M 0s 4000K .......... .......... .......... .......... .......... 60% 31.1M 0s 4050K .......... .......... .......... .......... .......... 60% 36.7M 0s 4100K .......... .......... .......... .......... .......... 61% 40.8M 0s 4150K .......... .......... .......... .......... .......... 62% 40.5M 0s 4200K .......... .......... .......... .......... .......... 63% 39.7M 0s 4250K .......... .......... .......... .......... .......... 63% 41.5M 0s 4300K .......... .......... .......... .......... .......... 64% 23.8M 0s 4350K .......... .......... .......... .......... .......... 65% 41.0M 0s 4400K .......... .......... .......... .......... .......... 65% 33.5M 0s 4450K .......... .......... .......... .......... .......... 66% 42.3M 0s 4500K .......... .......... .......... .......... .......... 67% 38.9M 0s 4550K .......... .......... .......... .......... .......... 68% 43.3M 0s 4600K .......... .......... .......... .......... .......... 68% 37.6M 0s 4650K .......... .......... .......... .......... .......... 69% 39.6M 0s 4700K .......... .......... .......... .......... .......... 70% 39.6M 0s 4750K .......... .......... .......... .......... .......... 71% 46.9M 0s 4800K .......... .......... .......... .......... .......... 71% 27.7M 0s 4850K .......... .......... .......... .......... .......... 72% 44.6M 0s 4900K .......... .......... .......... .......... .......... 73% 43.5M 0s 4950K .......... .......... .......... .......... .......... 74% 36.8M 0s 5000K .......... .......... .......... .......... .......... 74% 19.7M 0s 5050K .......... .......... .......... .......... .......... 75% 16.6M 0s 5100K .......... .......... .......... .......... .......... 76% 16.9M 0s 5150K .......... .......... .......... .......... .......... 77% 21.6M 0s 5200K .......... .......... .......... .......... .......... 77% 17.1M 0s 5250K .......... .......... .......... .......... .......... 78% 23.3M 0s 5300K .......... .......... .......... .......... .......... 79% 38.8M 0s 5350K .......... .......... .......... .......... .......... 80% 35.6M 0s 5400K .......... .......... .......... .......... .......... 80% 26.2M 0s 5450K .......... .......... .......... .......... .......... 81% 42.2M 0s 5500K .......... .......... .......... .......... .......... 82% 42.7M 0s 5550K .......... .......... .......... .......... .......... 83% 41.8M 0s 5600K .......... .......... .......... .......... .......... 83% 26.0M 0s 5650K .......... .......... .......... .......... .......... 84% 46.7M 0s 5700K .......... .......... .......... .......... .......... 85% 38.0M 0s 5750K .......... .......... .......... .......... .......... 86% 27.2M 0s 5800K .......... .......... .......... .......... .......... 86% 40.8M 0s 5850K .......... .......... .......... .......... .......... 87% 41.0M 0s 5900K .......... .......... .......... .......... .......... 88% 41.4M 0s 5950K .......... .......... .......... .......... .......... 88% 43.1M 0s 6000K .......... .......... .......... .......... .......... 89% 29.8M 0s 6050K .......... .......... .......... .......... .......... 90% 41.9M 0s 6100K .......... .......... .......... .......... .......... 91% 39.8M 0s 6150K .......... .......... .......... .......... .......... 91% 41.2M 0s 6200K .......... .......... .......... .......... .......... 92% 38.3M 0s 6250K .......... .......... .......... .......... .......... 93% 45.5M 0s 6300K .......... .......... .......... .......... .......... 94% 33.2M 0s 6350K .......... .......... .......... .......... .......... 94% 34.5M 0s 6400K .......... .......... .......... .......... .......... 95% 30.0M 0s 6450K .......... .......... .......... .......... .......... 96% 42.8M 0s 6500K .......... .......... .......... .......... .......... 97% 41.5M 0s 6550K .......... .......... .......... .......... .......... 97% 41.4M 0s 6600K .......... .......... .......... .......... .......... 98% 36.3M 0s 6650K .......... .......... .......... .......... .......... 99% 44.5M 0s 6700K .......... .......... .......... .......... .... 100% 47.6M=0.2s 2019-07-06 13:20:08 (32.9 MB/s) - 'release-notes-armhf.tar.gz' saved [6906036/6906036] 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 armhf: Running tools/boot/buster/boot-armhf 1 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1 mkdir: created directory '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/boot1' Adding EFI boot code for armhf on CD1 Using newer EFI support in xorriso 10406 Starting new "armhf" 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.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/dists/buster/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/dists/buster/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/dists/buster/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Checking base is installable for armhf Found all files needed for debootstrap for all binary arches Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 1 filled with 5036 packages, 2106027 blocks, 4313143296 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 armhf: Running tools/boot/buster/boot-armhf 2 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2 Starting new "armhf" 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.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sv already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD2/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 2 filled with 2750 packages, 2288943 blocks, 4687755264 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 armhf: Running tools/boot/buster/boot-armhf 3 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD3 Starting new "armhf" 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.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD3/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD3/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD3/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 3 filled with 2608 packages, 2236867 blocks, 4581103616 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 armhf: Running tools/boot/buster/boot-armhf 4 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4 Starting new "armhf" 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.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-sr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD4/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 4 filled with 2073 packages, 2276695 blocks, 4662671360 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 armhf: Running tools/boot/buster/boot-armhf 5 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD5 Starting new "armhf" 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.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD5/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD5/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD5/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 5 filled with 2630 packages, 2263245 blocks, 4635125760 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 armhf: Running tools/boot/buster/boot-armhf 6 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD6 Starting new "armhf" 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.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD6/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD6/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD6/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD6/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD6/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD6/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD6/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD6/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 6 filled with 1769 packages, 2288693 blocks, 4687243264 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 armhf: Running tools/boot/buster/boot-armhf 7 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD7 Starting new "armhf" 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.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD7/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD7/dists/buster/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD7/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD7/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD7/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD7/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD7/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 7 filled with 2277 packages, 2197431 blocks, 4500338688 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 armhf: Running tools/boot/buster/boot-armhf 8 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD8 Starting new "armhf" 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.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD8/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD8/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD8/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD8/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 8 filled with 4263 packages, 2260144 blocks, 4628774912 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 armhf: Running tools/boot/buster/boot-armhf 9 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9 Starting new "armhf" 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.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD9/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 9 filled with 4723 packages, 2278803 blocks, 4666988544 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 armhf: Running tools/boot/buster/boot-armhf 10 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10 Starting new "armhf" 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.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-sr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD10/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 10 filled with 4664 packages, 2285573 blocks, 4680853504 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 armhf: Running tools/boot/buster/boot-armhf 11 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11 Starting new "armhf" 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.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD11/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 11 filled with 6084 packages, 2280135 blocks, 4669716480 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 armhf: Running tools/boot/buster/boot-armhf 12 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12 Starting new "armhf" 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.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD12/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 12 filled with 7462 packages, 2286245 blocks, 4682229760 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 armhf: Running tools/boot/buster/boot-armhf 13 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13 Starting new "armhf" 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.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/contrib/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/contrib/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/contrib/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/contrib/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/contrib/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/contrib/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/contrib/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD13/dists/buster/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 13 filled with 7578 packages, 2285990 blocks, 4681707520 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 armhf: Running tools/boot/buster/boot-armhf 14 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD14 Starting new "armhf" 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.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 14 (not) filled with 1611 packages, 1589244 blocks, 3254771712 bytes Finished: 55528 packages placed /home/debian-cd/build.buster/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "armhf" buster buster /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-armhf/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/installer-armhf/20190702/images/MD5SUMS for ARCH in armhf; 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/3armhf/buster/md5-check; \ fi; \ done /home/debian-cd/build.buster/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster" "armhf" "/srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf" "10.0.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 the armhf iso/jigdo images ... Last-minute updates: README.html README.txt Sat 6 Jul 13:35:59 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.0.0 armhf 1' -o /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-DVD-1.iso -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-DVD-1.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-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/3armhf/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 -e boot/grub/efi.img -no-emul-boot -append_partition 2 0xef /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1/boot/grub/efi.img -partition_cyl_align all CD1 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-DVD-1.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1644g 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 : 7900 files added in 1 seconds Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/buster/CD1' xorriso : UPDATE : 10738 files added in 1 seconds xorriso : UPDATE : 10738 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 /doc/FAQ/html/ch-basic_defs.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-choosing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-compat.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-contributing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-customizing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-faqinfo.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-ftparchives.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-getting.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-kernel.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-nexttime.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkg_basics.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkgtools.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-redistrib.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-software.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-support.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-uptodate.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/footnotes.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 /firmware/firmware-linux-free_3.4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: NOTE : Automatically adjusted MBR geometry to 1012/132/63 libisofs: NOTE : Aligned image size to cylinder size by 1486 blocks xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.17% done xorriso : UPDATE : 0.36% done xorriso : UPDATE : 0.75% done, estimate finish Sat Jul 06 13:41:46 2019 xorriso : UPDATE : 1.12% done, estimate finish Sat Jul 06 13:41:23 2019 xorriso : UPDATE : 1.50% done, estimate finish Sat Jul 06 13:41:08 2019 xorriso : UPDATE : 2.43% done, estimate finish Sat Jul 06 13:39:52 2019 xorriso : UPDATE : 3.52% done, estimate finish Sat Jul 06 13:39:09 2019 xorriso : UPDATE : 5.66% done, estimate finish Sat Jul 06 13:38:15 2019 xorriso : UPDATE : 7.67% done, estimate finish Sat Jul 06 13:37:53 2019 xorriso : UPDATE : 9.29% done, estimate finish Sat Jul 06 13:37:44 2019 xorriso : UPDATE : 11.02% done, estimate finish Sat Jul 06 13:37:37 2019 xorriso : UPDATE : 12.93% done, estimate finish Sat Jul 06 13:37:30 2019 xorriso : UPDATE : 14.93% done, estimate finish Sat Jul 06 13:37:25 2019 xorriso : UPDATE : 16.84% done, estimate finish Sat Jul 06 13:37:21 2019 xorriso : UPDATE : 18.98% done, estimate finish Sat Jul 06 13:37:05 2019 xorriso : UPDATE : 20.10% done, estimate finish Sat Jul 06 13:37:07 2019 xorriso : UPDATE : 21.90% done, estimate finish Sat Jul 06 13:37:05 2019 xorriso : UPDATE : 24.86% done, estimate finish Sat Jul 06 13:37:02 2019 xorriso : UPDATE : 27.67% done, estimate finish Sat Jul 06 13:37:00 2019 xorriso : UPDATE : 29.41% done, estimate finish Sat Jul 06 13:37:00 2019 xorriso : UPDATE : 31.37% done, estimate finish Sat Jul 06 13:36:59 2019 xorriso : UPDATE : 32.31% done, estimate finish Sat Jul 06 13:37:01 2019 xorriso : UPDATE : 36.14% done, estimate finish Sat Jul 06 13:36:58 2019 xorriso : UPDATE : 36.58% done, estimate finish Sat Jul 06 13:36:59 2019 xorriso : UPDATE : 40.39% done, estimate finish Sat Jul 06 13:36:54 2019 xorriso : UPDATE : 42.32% done, estimate finish Sat Jul 06 13:36:54 2019 xorriso : UPDATE : 44.43% done, estimate finish Sat Jul 06 13:36:54 2019 xorriso : UPDATE : 46.24% done, estimate finish Sat Jul 06 13:36:55 2019 xorriso : UPDATE : 48.14% done, estimate finish Sat Jul 06 13:36:55 2019 xorriso : UPDATE : 50.30% done, estimate finish Sat Jul 06 13:36:55 2019 xorriso : UPDATE : 52.14% done, estimate finish Sat Jul 06 13:36:55 2019 xorriso : UPDATE : 53.66% done, estimate finish Sat Jul 06 13:36:55 2019 xorriso : UPDATE : 55.74% done, estimate finish Sat Jul 06 13:36:55 2019 xorriso : UPDATE : 57.61% done, estimate finish Sat Jul 06 13:36:55 2019 xorriso : UPDATE : 58.78% done, estimate finish Sat Jul 06 13:36:57 2019 xorriso : UPDATE : 60.16% done, estimate finish Sat Jul 06 13:36:58 2019 xorriso : UPDATE : 62.10% done, estimate finish Sat Jul 06 13:36:57 2019 xorriso : UPDATE : 64.09% done, estimate finish Sat Jul 06 13:36:57 2019 xorriso : UPDATE : 65.98% done, estimate finish Sat Jul 06 13:36:57 2019 xorriso : UPDATE : 67.74% done, estimate finish Sat Jul 06 13:36:57 2019 xorriso : UPDATE : 69.23% done, estimate finish Sat Jul 06 13:36:58 2019 xorriso : UPDATE : 70.92% done, estimate finish Sat Jul 06 13:36:58 2019 xorriso : UPDATE : 71.92% done, estimate finish Sat Jul 06 13:36:59 2019 xorriso : UPDATE : 74.67% done, estimate finish Sat Jul 06 13:36:58 2019 xorriso : UPDATE : 76.63% done, estimate finish Sat Jul 06 13:36:58 2019 xorriso : UPDATE : 78.33% done, estimate finish Sat Jul 06 13:36:58 2019 xorriso : UPDATE : 80.61% done, estimate finish Sat Jul 06 13:36:58 2019 xorriso : UPDATE : 82.05% done, estimate finish Sat Jul 06 13:36:58 2019 xorriso : UPDATE : 85.06% done, estimate finish Sat Jul 06 13:36:56 2019 xorriso : UPDATE : 87.27% done, estimate finish Sat Jul 06 13:36:56 2019 xorriso : UPDATE : 87.27% done, estimate finish Sat Jul 06 13:36:58 2019 xorriso : UPDATE : 87.27% done, estimate finish Sat Jul 06 13:36:59 2019 xorriso : UPDATE : 93.98% done, estimate finish Sat Jul 06 13:36:56 2019 xorriso : UPDATE : 96.02% done, estimate finish Sat Jul 06 13:36:56 2019 xorriso : UPDATE : 98.07% done xorriso : UPDATE : 99.91% done ISO image produced: 2106027 sectors Written to medium : 2106027 sectors at LBA 0 Writing to 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-DVD-1.iso' completed successfully. Last-minute updates: README.html README.txt Sat 6 Jul 13:36:57 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.0.0 armhf 10' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-DVD-10.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-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/3armhf/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.4.6 : 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/3armhf/buster/CD10' xorriso : UPDATE : 8535 files added in 1 seconds xorriso : UPDATE : 8535 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/bladerf-firmware-fx3_0.2017.12~rc1-2_armhf.deb 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. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.18% done xorriso : UPDATE : 0.46% done xorriso : UPDATE : 2.00% done, estimate finish Sat Jul 06 13:39:03 2019 xorriso : UPDATE : 3.83% done, estimate finish Sat Jul 06 13:38:30 2019 xorriso : UPDATE : 6.62% done, estimate finish Sat Jul 06 13:38:06 2019 xorriso : UPDATE : 7.64% done, estimate finish Sat Jul 06 13:38:10 2019 xorriso : UPDATE : 10.46% done, estimate finish Sat Jul 06 13:38:00 2019 xorriso : UPDATE : 12.25% done, estimate finish Sat Jul 06 13:37:59 2019 xorriso : UPDATE : 14.03% done, estimate finish Sat Jul 06 13:37:59 2019 xorriso : UPDATE : 16.04% done, estimate finish Sat Jul 06 13:37:57 2019 xorriso : UPDATE : 16.27% done, estimate finish Sat Jul 06 13:38:03 2019 xorriso : UPDATE : 19.28% done, estimate finish Sat Jul 06 13:37:58 2019 xorriso : UPDATE : 21.05% done, estimate finish Sat Jul 06 13:37:51 2019 xorriso : UPDATE : 21.05% done, estimate finish Sat Jul 06 13:37:57 2019 xorriso : UPDATE : 21.05% done, estimate finish Sat Jul 06 13:38:02 2019 xorriso : UPDATE : 26.47% done, estimate finish Sat Jul 06 13:37:52 2019 xorriso : UPDATE : 29.60% done, estimate finish Sat Jul 06 13:37:50 2019 xorriso : UPDATE : 30.30% done, estimate finish Sat Jul 06 13:37:51 2019 xorriso : UPDATE : 33.60% done, estimate finish Sat Jul 06 13:37:50 2019 xorriso : UPDATE : 35.16% done, estimate finish Sat Jul 06 13:37:50 2019 xorriso : UPDATE : 37.12% done, estimate finish Sat Jul 06 13:37:50 2019 xorriso : UPDATE : 39.20% done, estimate finish Sat Jul 06 13:37:50 2019 xorriso : UPDATE : 41.27% done, estimate finish Sat Jul 06 13:37:49 2019 xorriso : UPDATE : 42.91% done, estimate finish Sat Jul 06 13:37:50 2019 xorriso : UPDATE : 44.55% done, estimate finish Sat Jul 06 13:37:50 2019 xorriso : UPDATE : 46.24% done, estimate finish Sat Jul 06 13:37:51 2019 xorriso : UPDATE : 48.44% done, estimate finish Sat Jul 06 13:37:50 2019 xorriso : UPDATE : 49.92% done, estimate finish Sat Jul 06 13:37:51 2019 xorriso : UPDATE : 51.41% done, estimate finish Sat Jul 06 13:37:51 2019 xorriso : UPDATE : 53.10% done, estimate finish Sat Jul 06 13:37:51 2019 xorriso : UPDATE : 54.15% done, estimate finish Sat Jul 06 13:37:52 2019 xorriso : UPDATE : 54.15% done, estimate finish Sat Jul 06 13:37:55 2019 xorriso : UPDATE : 54.15% done, estimate finish Sat Jul 06 13:38:03 2019 xorriso : UPDATE : 61.05% done, estimate finish Sat Jul 06 13:37:52 2019 xorriso : UPDATE : 62.04% done, estimate finish Sat Jul 06 13:37:53 2019 xorriso : UPDATE : 64.26% done, estimate finish Sat Jul 06 13:37:53 2019 xorriso : UPDATE : 66.60% done, estimate finish Sat Jul 06 13:37:52 2019 xorriso : UPDATE : 68.51% done, estimate finish Sat Jul 06 13:37:52 2019 xorriso : UPDATE : 69.56% done, estimate finish Sat Jul 06 13:37:53 2019 xorriso : UPDATE : 71.38% done, estimate finish Sat Jul 06 13:37:53 2019 xorriso : UPDATE : 72.70% done, estimate finish Sat Jul 06 13:37:53 2019 xorriso : UPDATE : 72.70% done, estimate finish Sat Jul 06 13:37:55 2019 xorriso : UPDATE : 72.70% done, estimate finish Sat Jul 06 13:37:55 2019 xorriso : UPDATE : 72.70% done, estimate finish Sat Jul 06 13:37:57 2019 xorriso : UPDATE : 81.52% done, estimate finish Sat Jul 06 13:37:50 2019 xorriso : UPDATE : 81.52% done, estimate finish Sat Jul 06 13:37:51 2019 xorriso : UPDATE : 85.37% done, estimate finish Sat Jul 06 13:37:51 2019 xorriso : UPDATE : 87.76% done, estimate finish Sat Jul 06 13:37:50 2019 xorriso : UPDATE : 89.23% done, estimate finish Sat Jul 06 13:37:50 2019 xorriso : UPDATE : 91.26% done, estimate finish Sat Jul 06 13:37:50 2019 xorriso : UPDATE : 92.81% done, estimate finish Sat Jul 06 13:37:51 2019 xorriso : UPDATE : 92.81% done, estimate finish Sat Jul 06 13:37:52 2019 xorriso : UPDATE : 92.81% done, estimate finish Sat Jul 06 13:37:53 2019 xorriso : UPDATE : 98.78% done ISO image produced: 2285574 sectors Written to medium : 2285574 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 6 Jul 13:37:52 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.0.0 armhf 11' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-DVD-11.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-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/3armhf/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.4.6 : 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/3armhf/buster/CD11' xorriso : UPDATE : 10993 files added in 1 seconds xorriso : UPDATE : 10993 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-doc_1.0.1-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.47% done xorriso : UPDATE : 2.06% done, estimate finish Sat Jul 06 13:39:50 2019 xorriso : UPDATE : 3.76% done, estimate finish Sat Jul 06 13:39:24 2019 xorriso : UPDATE : 5.77% done, estimate finish Sat Jul 06 13:39:09 2019 xorriso : UPDATE : 7.86% done, estimate finish Sat Jul 06 13:39:02 2019 xorriso : UPDATE : 7.86% done, estimate finish Sat Jul 06 13:39:15 2019 xorriso : UPDATE : 11.19% done, estimate finish Sat Jul 06 13:38:59 2019 xorriso : UPDATE : 13.96% done, estimate finish Sat Jul 06 13:38:53 2019 xorriso : UPDATE : 15.67% done, estimate finish Sat Jul 06 13:38:53 2019 xorriso : UPDATE : 16.98% done, estimate finish Sat Jul 06 13:38:54 2019 xorriso : UPDATE : 18.46% done, estimate finish Sat Jul 06 13:38:55 2019 xorriso : UPDATE : 21.39% done, estimate finish Sat Jul 06 13:38:46 2019 xorriso : UPDATE : 23.10% done, estimate finish Sat Jul 06 13:38:46 2019 xorriso : UPDATE : 24.91% done, estimate finish Sat Jul 06 13:38:46 2019 xorriso : UPDATE : 26.91% done, estimate finish Sat Jul 06 13:38:46 2019 xorriso : UPDATE : 28.75% done, estimate finish Sat Jul 06 13:38:46 2019 xorriso : UPDATE : 30.55% done, estimate finish Sat Jul 06 13:38:46 2019 xorriso : UPDATE : 32.10% done, estimate finish Sat Jul 06 13:38:47 2019 xorriso : UPDATE : 33.96% done, estimate finish Sat Jul 06 13:38:47 2019 xorriso : UPDATE : 35.50% done, estimate finish Sat Jul 06 13:38:48 2019 xorriso : UPDATE : 37.09% done, estimate finish Sat Jul 06 13:38:48 2019 xorriso : UPDATE : 38.96% done, estimate finish Sat Jul 06 13:38:49 2019 xorriso : UPDATE : 40.35% done, estimate finish Sat Jul 06 13:38:50 2019 xorriso : UPDATE : 42.55% done, estimate finish Sat Jul 06 13:38:49 2019 xorriso : UPDATE : 44.30% done, estimate finish Sat Jul 06 13:38:49 2019 xorriso : UPDATE : 45.57% done, estimate finish Sat Jul 06 13:38:50 2019 xorriso : UPDATE : 46.96% done, estimate finish Sat Jul 06 13:38:51 2019 xorriso : UPDATE : 47.21% done, estimate finish Sat Jul 06 13:38:53 2019 xorriso : UPDATE : 50.50% done, estimate finish Sat Jul 06 13:38:50 2019 xorriso : UPDATE : 50.58% done, estimate finish Sat Jul 06 13:38:53 2019 xorriso : UPDATE : 50.58% done, estimate finish Sat Jul 06 13:38:55 2019 xorriso : UPDATE : 50.58% done, estimate finish Sat Jul 06 13:39:04 2019 xorriso : UPDATE : 58.25% done, estimate finish Sat Jul 06 13:38:49 2019 xorriso : UPDATE : 60.10% done, estimate finish Sat Jul 06 13:38:49 2019 xorriso : UPDATE : 61.82% done, estimate finish Sat Jul 06 13:38:49 2019 xorriso : UPDATE : 63.58% done, estimate finish Sat Jul 06 13:38:49 2019 xorriso : UPDATE : 65.81% done, estimate finish Sat Jul 06 13:38:49 2019 xorriso : UPDATE : 67.36% done, estimate finish Sat Jul 06 13:38:49 2019 xorriso : UPDATE : 69.11% done, estimate finish Sat Jul 06 13:38:49 2019 xorriso : UPDATE : 71.43% done, estimate finish Sat Jul 06 13:38:48 2019 xorriso : UPDATE : 73.08% done, estimate finish Sat Jul 06 13:38:49 2019 xorriso : UPDATE : 74.91% done, estimate finish Sat Jul 06 13:38:46 2019 xorriso : UPDATE : 75.44% done, estimate finish Sat Jul 06 13:38:47 2019 xorriso : UPDATE : 78.77% done, estimate finish Sat Jul 06 13:38:47 2019 xorriso : UPDATE : 79.76% done, estimate finish Sat Jul 06 13:38:48 2019 xorriso : UPDATE : 79.76% done, estimate finish Sat Jul 06 13:38:49 2019 xorriso : UPDATE : 79.76% done, estimate finish Sat Jul 06 13:38:50 2019 xorriso : UPDATE : 79.76% done, estimate finish Sat Jul 06 13:38:52 2019 xorriso : UPDATE : 79.76% done, estimate finish Sat Jul 06 13:38:53 2019 xorriso : UPDATE : 79.76% done, estimate finish Sat Jul 06 13:38:55 2019 xorriso : UPDATE : 79.76% done, estimate finish Sat Jul 06 13:38:57 2019 xorriso : UPDATE : 79.76% done, estimate finish Sat Jul 06 13:39:21 2019 xorriso : UPDATE : 86.39% done, estimate finish Sat Jul 06 13:38:59 2019 xorriso : UPDATE : 98.29% done ISO image produced: 2280136 sectors Written to medium : 2280136 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 6 Jul 13:38:48 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.0.0 armhf 12' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-DVD-12.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-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/3armhf/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.4.6 : 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/3armhf/buster/CD12' xorriso : UPDATE : 13196 files added in 1 seconds xorriso : UPDATE : 13196 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.04% done xorriso : UPDATE : 0.41% done xorriso : UPDATE : 0.72% done, estimate finish Sat Jul 06 13:43:55 2019 xorriso : UPDATE : 1.82% done, estimate finish Sat Jul 06 13:41:45 2019 xorriso : UPDATE : 4.23% done, estimate finish Sat Jul 06 13:40:29 2019 xorriso : UPDATE : 6.15% done, estimate finish Sat Jul 06 13:40:14 2019 xorriso : UPDATE : 7.75% done, estimate finish Sat Jul 06 13:40:09 2019 xorriso : UPDATE : 9.64% done, estimate finish Sat Jul 06 13:40:04 2019 xorriso : UPDATE : 9.87% done, estimate finish Sat Jul 06 13:40:12 2019 xorriso : UPDATE : 9.87% done, estimate finish Sat Jul 06 13:40:23 2019 xorriso : UPDATE : 9.87% done, estimate finish Sat Jul 06 13:40:33 2019 xorriso : UPDATE : 15.61% done, estimate finish Sat Jul 06 13:40:01 2019 xorriso : UPDATE : 18.96% done, estimate finish Sat Jul 06 13:39:46 2019 xorriso : UPDATE : 21.37% done, estimate finish Sat Jul 06 13:39:43 2019 xorriso : UPDATE : 22.99% done, estimate finish Sat Jul 06 13:39:44 2019 xorriso : UPDATE : 23.53% done, estimate finish Sat Jul 06 13:39:48 2019 xorriso : UPDATE : 26.37% done, estimate finish Sat Jul 06 13:39:45 2019 xorriso : UPDATE : 28.67% done, estimate finish Sat Jul 06 13:39:44 2019 xorriso : UPDATE : 30.69% done, estimate finish Sat Jul 06 13:39:44 2019 xorriso : UPDATE : 32.29% done, estimate finish Sat Jul 06 13:39:44 2019 xorriso : UPDATE : 34.06% done, estimate finish Sat Jul 06 13:39:44 2019 xorriso : UPDATE : 35.59% done, estimate finish Sat Jul 06 13:39:45 2019 xorriso : UPDATE : 37.23% done, estimate finish Sat Jul 06 13:39:45 2019 xorriso : UPDATE : 38.65% done, estimate finish Sat Jul 06 13:39:46 2019 xorriso : UPDATE : 40.00% done, estimate finish Sat Jul 06 13:39:47 2019 xorriso : UPDATE : 41.76% done, estimate finish Sat Jul 06 13:39:47 2019 xorriso : UPDATE : 43.55% done, estimate finish Sat Jul 06 13:39:47 2019 xorriso : UPDATE : 45.23% done, estimate finish Sat Jul 06 13:39:47 2019 xorriso : UPDATE : 47.02% done, estimate finish Sat Jul 06 13:39:47 2019 xorriso : UPDATE : 48.26% done, estimate finish Sat Jul 06 13:39:48 2019 xorriso : UPDATE : 49.87% done, estimate finish Sat Jul 06 13:39:48 2019 xorriso : UPDATE : 51.69% done, estimate finish Sat Jul 06 13:39:48 2019 xorriso : UPDATE : 53.15% done, estimate finish Sat Jul 06 13:39:49 2019 xorriso : UPDATE : 55.01% done, estimate finish Sat Jul 06 13:39:49 2019 xorriso : UPDATE : 56.06% done, estimate finish Sat Jul 06 13:39:51 2019 xorriso : UPDATE : 56.06% done, estimate finish Sat Jul 06 13:39:53 2019 xorriso : UPDATE : 56.06% done, estimate finish Sat Jul 06 13:39:55 2019 xorriso : UPDATE : 56.06% done, estimate finish Sat Jul 06 13:39:59 2019 xorriso : UPDATE : 56.06% done, estimate finish Sat Jul 06 13:40:02 2019 xorriso : UPDATE : 58.24% done, estimate finish Sat Jul 06 13:40:00 2019 xorriso : UPDATE : 68.59% done, estimate finish Sat Jul 06 13:39:47 2019 xorriso : UPDATE : 70.44% done, estimate finish Sat Jul 06 13:39:46 2019 xorriso : UPDATE : 72.21% done, estimate finish Sat Jul 06 13:39:46 2019 xorriso : UPDATE : 73.63% done, estimate finish Sat Jul 06 13:39:46 2019 xorriso : UPDATE : 75.83% done, estimate finish Sat Jul 06 13:39:46 2019 xorriso : UPDATE : 77.64% done, estimate finish Sat Jul 06 13:39:45 2019 xorriso : UPDATE : 79.30% done, estimate finish Sat Jul 06 13:39:46 2019 xorriso : UPDATE : 80.76% done, estimate finish Sat Jul 06 13:39:47 2019 xorriso : UPDATE : 82.48% done, estimate finish Sat Jul 06 13:39:46 2019 xorriso : UPDATE : 83.89% done, estimate finish Sat Jul 06 13:39:46 2019 xorriso : UPDATE : 85.80% done, estimate finish Sat Jul 06 13:39:47 2019 xorriso : UPDATE : 87.59% done, estimate finish Sat Jul 06 13:39:46 2019 xorriso : UPDATE : 88.88% done, estimate finish Sat Jul 06 13:39:47 2019 xorriso : UPDATE : 88.88% done, estimate finish Sat Jul 06 13:39:49 2019 xorriso : UPDATE : 93.02% done, estimate finish Sat Jul 06 13:39:47 2019 xorriso : UPDATE : 94.52% done, estimate finish Sat Jul 06 13:39:47 2019 xorriso : UPDATE : 96.19% done, estimate finish Sat Jul 06 13:39:47 2019 xorriso : UPDATE : 98.85% done ISO image produced: 2286246 sectors Written to medium : 2286246 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 6 Jul 13:39:47 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.0.0 armhf 13' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-DVD-13.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-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/3armhf/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.4.6 : 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/3armhf/buster/CD13' xorriso : UPDATE : 12774 files added in 1 seconds xorriso : UPDATE : 12774 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-dl_1.2.4+dfsg-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.36% done xorriso : UPDATE : 0.85% done, estimate finish Sat Jul 06 13:43:57 2019 xorriso : UPDATE : 2.57% done, estimate finish Sat Jul 06 13:41:49 2019 xorriso : UPDATE : 4.39% done, estimate finish Sat Jul 06 13:41:22 2019 xorriso : UPDATE : 5.56% done, estimate finish Sat Jul 06 13:41:20 2019 xorriso : UPDATE : 7.44% done, estimate finish Sat Jul 06 13:41:10 2019 xorriso : UPDATE : 9.66% done, estimate finish Sat Jul 06 13:41:02 2019 xorriso : UPDATE : 12.31% done, estimate finish Sat Jul 06 13:40:54 2019 xorriso : UPDATE : 14.17% done, estimate finish Sat Jul 06 13:40:53 2019 xorriso : UPDATE : 16.11% done, estimate finish Sat Jul 06 13:40:51 2019 xorriso : UPDATE : 17.80% done, estimate finish Sat Jul 06 13:40:51 2019 xorriso : UPDATE : 19.83% done, estimate finish Sat Jul 06 13:40:42 2019 xorriso : UPDATE : 20.10% done, estimate finish Sat Jul 06 13:40:47 2019 xorriso : UPDATE : 23.66% done, estimate finish Sat Jul 06 13:40:42 2019 xorriso : UPDATE : 25.43% done, estimate finish Sat Jul 06 13:40:42 2019 xorriso : UPDATE : 27.26% done, estimate finish Sat Jul 06 13:40:43 2019 xorriso : UPDATE : 29.30% done, estimate finish Sat Jul 06 13:40:42 2019 xorriso : UPDATE : 31.16% done, estimate finish Sat Jul 06 13:40:43 2019 xorriso : UPDATE : 32.92% done, estimate finish Sat Jul 06 13:40:42 2019 xorriso : UPDATE : 34.67% done, estimate finish Sat Jul 06 13:40:42 2019 xorriso : UPDATE : 36.78% done, estimate finish Sat Jul 06 13:40:43 2019 xorriso : UPDATE : 37.83% done, estimate finish Sat Jul 06 13:40:44 2019 xorriso : UPDATE : 39.58% done, estimate finish Sat Jul 06 13:40:44 2019 xorriso : UPDATE : 41.16% done, estimate finish Sat Jul 06 13:40:45 2019 xorriso : UPDATE : 42.85% done, estimate finish Sat Jul 06 13:40:45 2019 xorriso : UPDATE : 44.78% done, estimate finish Sat Jul 06 13:40:45 2019 xorriso : UPDATE : 46.23% done, estimate finish Sat Jul 06 13:40:45 2019 xorriso : UPDATE : 47.89% done, estimate finish Sat Jul 06 13:40:45 2019 xorriso : UPDATE : 50.32% done, estimate finish Sat Jul 06 13:40:44 2019 xorriso : UPDATE : 51.77% done, estimate finish Sat Jul 06 13:40:45 2019 xorriso : UPDATE : 53.30% done, estimate finish Sat Jul 06 13:40:45 2019 xorriso : UPDATE : 55.04% done, estimate finish Sat Jul 06 13:40:46 2019 xorriso : UPDATE : 55.04% done, estimate finish Sat Jul 06 13:40:48 2019 xorriso : UPDATE : 58.30% done, estimate finish Sat Jul 06 13:40:46 2019 xorriso : UPDATE : 61.00% done, estimate finish Sat Jul 06 13:40:44 2019 xorriso : UPDATE : 61.25% done, estimate finish Sat Jul 06 13:40:47 2019 xorriso : UPDATE : 64.66% done, estimate finish Sat Jul 06 13:40:44 2019 xorriso : UPDATE : 66.59% done, estimate finish Sat Jul 06 13:40:44 2019 xorriso : UPDATE : 68.31% done, estimate finish Sat Jul 06 13:40:44 2019 xorriso : UPDATE : 69.65% done, estimate finish Sat Jul 06 13:40:45 2019 xorriso : UPDATE : 72.35% done, estimate finish Sat Jul 06 13:40:44 2019 xorriso : UPDATE : 73.96% done, estimate finish Sat Jul 06 13:40:43 2019 xorriso : UPDATE : 75.77% done, estimate finish Sat Jul 06 13:40:44 2019 xorriso : UPDATE : 78.06% done, estimate finish Sat Jul 06 13:40:43 2019 xorriso : UPDATE : 79.67% done, estimate finish Sat Jul 06 13:40:43 2019 xorriso : UPDATE : 81.71% done, estimate finish Sat Jul 06 13:40:43 2019 xorriso : UPDATE : 83.15% done, estimate finish Sat Jul 06 13:40:43 2019 xorriso : UPDATE : 84.57% done, estimate finish Sat Jul 06 13:40:44 2019 xorriso : UPDATE : 85.25% done, estimate finish Sat Jul 06 13:40:45 2019 xorriso : UPDATE : 87.46% done, estimate finish Sat Jul 06 13:40:44 2019 xorriso : UPDATE : 89.32% done, estimate finish Sat Jul 06 13:40:44 2019 xorriso : UPDATE : 91.56% done, estimate finish Sat Jul 06 13:40:44 2019 xorriso : UPDATE : 93.29% done, estimate finish Sat Jul 06 13:40:44 2019 xorriso : UPDATE : 93.80% done, estimate finish Sat Jul 06 13:40:45 2019 xorriso : UPDATE : 97.32% done xorriso : UPDATE : 99.08% done ISO image produced: 2285991 sectors Written to medium : 2285991 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 6 Jul 13:40:45 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.0.0 armhf 14' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-DVD-14.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-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/3armhf/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.4.6 : 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/3armhf/buster/CD14' xorriso : UPDATE : 2748 files added in 1 seconds xorriso : UPDATE : 2748 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.06% done xorriso : UPDATE : 0.73% done xorriso : UPDATE : 3.43% done xorriso : UPDATE : 4.82% done, estimate finish Sat Jul 06 13:41:40 2019 xorriso : UPDATE : 8.63% done, estimate finish Sat Jul 06 13:41:28 2019 xorriso : UPDATE : 11.27% done, estimate finish Sat Jul 06 13:41:27 2019 xorriso : UPDATE : 12.98% done, estimate finish Sat Jul 06 13:41:29 2019 xorriso : UPDATE : 17.98% done, estimate finish Sat Jul 06 13:41:23 2019 xorriso : UPDATE : 20.50% done, estimate finish Sat Jul 06 13:41:23 2019 xorriso : UPDATE : 23.27% done, estimate finish Sat Jul 06 13:41:23 2019 xorriso : UPDATE : 25.91% done, estimate finish Sat Jul 06 13:41:23 2019 xorriso : UPDATE : 28.78% done, estimate finish Sat Jul 06 13:41:23 2019 xorriso : UPDATE : 31.43% done, estimate finish Sat Jul 06 13:41:23 2019 xorriso : UPDATE : 34.16% done, estimate finish Sat Jul 06 13:41:20 2019 xorriso : UPDATE : 36.94% done, estimate finish Sat Jul 06 13:41:20 2019 xorriso : UPDATE : 37.79% done, estimate finish Sat Jul 06 13:41:23 2019 xorriso : UPDATE : 37.79% done, estimate finish Sat Jul 06 13:41:26 2019 xorriso : UPDATE : 37.79% done, estimate finish Sat Jul 06 13:41:28 2019 xorriso : UPDATE : 37.79% done, estimate finish Sat Jul 06 13:41:31 2019 xorriso : UPDATE : 48.16% done, estimate finish Sat Jul 06 13:41:23 2019 xorriso : UPDATE : 51.89% done, estimate finish Sat Jul 06 13:41:22 2019 xorriso : UPDATE : 51.89% done, estimate finish Sat Jul 06 13:41:24 2019 xorriso : UPDATE : 51.89% done, estimate finish Sat Jul 06 13:41:26 2019 xorriso : UPDATE : 51.89% done, estimate finish Sat Jul 06 13:41:33 2019 xorriso : UPDATE : 66.05% done, estimate finish Sat Jul 06 13:41:20 2019 xorriso : UPDATE : 66.05% done, estimate finish Sat Jul 06 13:41:22 2019 xorriso : UPDATE : 66.05% done, estimate finish Sat Jul 06 13:41:24 2019 xorriso : UPDATE : 66.05% done, estimate finish Sat Jul 06 13:41:26 2019 xorriso : UPDATE : 66.05% done, estimate finish Sat Jul 06 13:41:28 2019 xorriso : UPDATE : 80.11% done, estimate finish Sat Jul 06 13:41:20 2019 xorriso : UPDATE : 82.97% done, estimate finish Sat Jul 06 13:41:21 2019 xorriso : UPDATE : 84.34% done, estimate finish Sat Jul 06 13:41:21 2019 xorriso : UPDATE : 84.34% done, estimate finish Sat Jul 06 13:41:22 2019 xorriso : UPDATE : 91.62% done, estimate finish Sat Jul 06 13:41:20 2019 xorriso : UPDATE : 94.19% done xorriso : UPDATE : 95.82% done xorriso : UPDATE : 99.09% done ISO image produced: 1589245 sectors Written to medium : 1589245 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 6 Jul 13:41:22 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.0.0 armhf 2' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-DVD-2.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-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/3armhf/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.4.6 : 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/3armhf/buster/CD2' xorriso : UPDATE : 4656 files added in 1 seconds xorriso : UPDATE : 4656 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.04% done xorriso : UPDATE : 0.95% done xorriso : UPDATE : 2.83% done, estimate finish Sat Jul 06 13:42:38 2019 xorriso : UPDATE : 4.61% done, estimate finish Sat Jul 06 13:42:31 2019 xorriso : UPDATE : 5.36% done, estimate finish Sat Jul 06 13:42:40 2019 xorriso : UPDATE : 8.46% done, estimate finish Sat Jul 06 13:42:24 2019 xorriso : UPDATE : 10.31% done, estimate finish Sat Jul 06 13:42:23 2019 xorriso : UPDATE : 10.50% done, estimate finish Sat Jul 06 13:42:31 2019 xorriso : UPDATE : 14.15% done, estimate finish Sat Jul 06 13:42:21 2019 xorriso : UPDATE : 16.07% done, estimate finish Sat Jul 06 13:42:20 2019 xorriso : UPDATE : 16.69% done, estimate finish Sat Jul 06 13:42:24 2019 xorriso : UPDATE : 19.98% done, estimate finish Sat Jul 06 13:42:19 2019 xorriso : UPDATE : 21.95% done, estimate finish Sat Jul 06 13:42:15 2019 xorriso : UPDATE : 23.76% done, estimate finish Sat Jul 06 13:42:16 2019 xorriso : UPDATE : 25.81% done, estimate finish Sat Jul 06 13:42:15 2019 xorriso : UPDATE : 27.23% done, estimate finish Sat Jul 06 13:42:17 2019 xorriso : UPDATE : 29.79% done, estimate finish Sat Jul 06 13:42:15 2019 xorriso : UPDATE : 31.62% done, estimate finish Sat Jul 06 13:42:16 2019 xorriso : UPDATE : 33.45% done, estimate finish Sat Jul 06 13:42:16 2019 xorriso : UPDATE : 34.96% done, estimate finish Sat Jul 06 13:42:16 2019 xorriso : UPDATE : 36.63% done, estimate finish Sat Jul 06 13:42:17 2019 xorriso : UPDATE : 38.39% done, estimate finish Sat Jul 06 13:42:17 2019 xorriso : UPDATE : 39.80% done, estimate finish Sat Jul 06 13:42:18 2019 xorriso : UPDATE : 39.80% done, estimate finish Sat Jul 06 13:42:22 2019 xorriso : UPDATE : 44.32% done, estimate finish Sat Jul 06 13:42:16 2019 xorriso : UPDATE : 46.24% done, estimate finish Sat Jul 06 13:42:16 2019 xorriso : UPDATE : 47.98% done, estimate finish Sat Jul 06 13:42:17 2019 xorriso : UPDATE : 49.65% done, estimate finish Sat Jul 06 13:42:17 2019 xorriso : UPDATE : 51.87% done, estimate finish Sat Jul 06 13:42:16 2019 xorriso : UPDATE : 53.52% done, estimate finish Sat Jul 06 13:42:17 2019 xorriso : UPDATE : 53.93% done, estimate finish Sat Jul 06 13:42:18 2019 xorriso : UPDATE : 53.93% done, estimate finish Sat Jul 06 13:42:21 2019 xorriso : UPDATE : 59.04% done, estimate finish Sat Jul 06 13:42:16 2019 xorriso : UPDATE : 61.34% done, estimate finish Sat Jul 06 13:42:15 2019 xorriso : UPDATE : 63.30% done, estimate finish Sat Jul 06 13:42:16 2019 xorriso : UPDATE : 63.30% done, estimate finish Sat Jul 06 13:42:18 2019 xorriso : UPDATE : 63.30% done, estimate finish Sat Jul 06 13:42:20 2019 xorriso : UPDATE : 63.30% done, estimate finish Sat Jul 06 13:42:22 2019 xorriso : UPDATE : 65.23% done, estimate finish Sat Jul 06 13:42:22 2019 xorriso : UPDATE : 72.86% done, estimate finish Sat Jul 06 13:42:15 2019 xorriso : UPDATE : 72.86% done, estimate finish Sat Jul 06 13:42:17 2019 xorriso : UPDATE : 72.86% done, estimate finish Sat Jul 06 13:42:19 2019 xorriso : UPDATE : 72.86% done, estimate finish Sat Jul 06 13:42:24 2019 xorriso : UPDATE : 76.81% done, estimate finish Sat Jul 06 13:42:19 2019 xorriso : UPDATE : 82.46% done, estimate finish Sat Jul 06 13:42:15 2019 xorriso : UPDATE : 82.46% done, estimate finish Sat Jul 06 13:42:17 2019 xorriso : UPDATE : 86.01% done, estimate finish Sat Jul 06 13:42:17 2019 xorriso : UPDATE : 88.58% done, estimate finish Sat Jul 06 13:42:15 2019 xorriso : UPDATE : 89.26% done, estimate finish Sat Jul 06 13:42:16 2019 xorriso : UPDATE : 92.70% done, estimate finish Sat Jul 06 13:42:15 2019 xorriso : UPDATE : 94.45% done, estimate finish Sat Jul 06 13:42:15 2019 xorriso : UPDATE : 96.77% done xorriso : UPDATE : 98.55% done ISO image produced: 2288944 sectors Written to medium : 2288944 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 6 Jul 13:42:16 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.0.0 armhf 3' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-DVD-3.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-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/3armhf/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 xorriso 1.4.6 : 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/3armhf/buster/CD3' xorriso : UPDATE : 4618 files added in 1 seconds xorriso : UPDATE : 4618 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-b43-installer_019-4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.22% done xorriso : UPDATE : 0.45% done xorriso : UPDATE : 0.45% done, estimate finish Sat Jul 06 13:51:54 2019 xorriso : UPDATE : 0.45% done, estimate finish Sat Jul 06 13:55:36 2019 xorriso : UPDATE : 0.45% done, estimate finish Sat Jul 06 13:59:18 2019 xorriso : UPDATE : 0.45% done, estimate finish Sat Jul 06 14:03:00 2019 xorriso : UPDATE : 0.45% done, estimate finish Sat Jul 06 14:06:42 2019 xorriso : UPDATE : 0.45% done, estimate finish Sat Jul 06 14:10:25 2019 xorriso : UPDATE : 15.84% done, estimate finish Sat Jul 06 13:43:11 2019 xorriso : UPDATE : 17.57% done, estimate finish Sat Jul 06 13:43:12 2019 xorriso : UPDATE : 19.31% done, estimate finish Sat Jul 06 13:43:12 2019 xorriso : UPDATE : 20.38% done, estimate finish Sat Jul 06 13:43:14 2019 xorriso : UPDATE : 23.17% done, estimate finish Sat Jul 06 13:43:11 2019 xorriso : UPDATE : 25.11% done, estimate finish Sat Jul 06 13:43:11 2019 xorriso : UPDATE : 26.74% done, estimate finish Sat Jul 06 13:43:12 2019 xorriso : UPDATE : 28.32% done, estimate finish Sat Jul 06 13:43:12 2019 xorriso : UPDATE : 30.87% done, estimate finish Sat Jul 06 13:43:11 2019 xorriso : UPDATE : 32.76% done, estimate finish Sat Jul 06 13:43:11 2019 xorriso : UPDATE : 34.43% done, estimate finish Sat Jul 06 13:43:11 2019 xorriso : UPDATE : 36.61% done, estimate finish Sat Jul 06 13:43:10 2019 xorriso : UPDATE : 38.38% done, estimate finish Sat Jul 06 13:43:10 2019 xorriso : UPDATE : 39.98% done, estimate finish Sat Jul 06 13:43:10 2019 xorriso : UPDATE : 42.36% done, estimate finish Sat Jul 06 13:43:09 2019 xorriso : UPDATE : 43.84% done, estimate finish Sat Jul 06 13:43:10 2019 xorriso : UPDATE : 46.12% done, estimate finish Sat Jul 06 13:43:09 2019 xorriso : UPDATE : 46.49% done, estimate finish Sat Jul 06 13:43:11 2019 xorriso : UPDATE : 49.16% done, estimate finish Sat Jul 06 13:43:10 2019 xorriso : UPDATE : 51.55% done, estimate finish Sat Jul 06 13:43:09 2019 xorriso : UPDATE : 53.22% done, estimate finish Sat Jul 06 13:43:09 2019 xorriso : UPDATE : 55.22% done, estimate finish Sat Jul 06 13:43:09 2019 xorriso : UPDATE : 57.09% done, estimate finish Sat Jul 06 13:43:09 2019 xorriso : UPDATE : 57.09% done, estimate finish Sat Jul 06 13:43:12 2019 xorriso : UPDATE : 61.60% done, estimate finish Sat Jul 06 13:43:08 2019 xorriso : UPDATE : 62.84% done, estimate finish Sat Jul 06 13:43:09 2019 xorriso : UPDATE : 65.28% done, estimate finish Sat Jul 06 13:43:09 2019 xorriso : UPDATE : 67.37% done, estimate finish Sat Jul 06 13:43:08 2019 xorriso : UPDATE : 69.38% done, estimate finish Sat Jul 06 13:43:08 2019 xorriso : UPDATE : 71.30% done, estimate finish Sat Jul 06 13:43:08 2019 xorriso : UPDATE : 73.43% done, estimate finish Sat Jul 06 13:43:08 2019 xorriso : UPDATE : 75.44% done, estimate finish Sat Jul 06 13:43:09 2019 xorriso : UPDATE : 76.60% done, estimate finish Sat Jul 06 13:43:08 2019 xorriso : UPDATE : 79.09% done, estimate finish Sat Jul 06 13:43:08 2019 xorriso : UPDATE : 79.09% done, estimate finish Sat Jul 06 13:43:10 2019 xorriso : UPDATE : 79.09% done, estimate finish Sat Jul 06 13:43:12 2019 xorriso : UPDATE : 79.09% done, estimate finish Sat Jul 06 13:43:13 2019 xorriso : UPDATE : 79.09% done, estimate finish Sat Jul 06 13:43:15 2019 xorriso : UPDATE : 85.84% done, estimate finish Sat Jul 06 13:43:11 2019 xorriso : UPDATE : 90.77% done, estimate finish Sat Jul 06 13:43:08 2019 xorriso : UPDATE : 93.86% done, estimate finish Sat Jul 06 13:43:08 2019 xorriso : UPDATE : 94.71% done, estimate finish Sat Jul 06 13:43:08 2019 xorriso : UPDATE : 95.44% done, estimate finish Sat Jul 06 13:43:09 2019 xorriso : UPDATE : 99.74% done ISO image produced: 2236868 sectors Written to medium : 2236868 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 6 Jul 13:43:09 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.0.0 armhf 4' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-DVD-4.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-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/3armhf/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 xorriso 1.4.6 : 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/3armhf/buster/CD4' xorriso : UPDATE : 3782 files added in 1 seconds xorriso : UPDATE : 3782 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_armhf.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.22% done xorriso : UPDATE : 1.90% done xorriso : UPDATE : 3.48% done, estimate finish Sat Jul 06 13:44:25 2019 xorriso : UPDATE : 5.94% done, estimate finish Sat Jul 06 13:44:11 2019 xorriso : UPDATE : 7.76% done, estimate finish Sat Jul 06 13:44:09 2019 xorriso : UPDATE : 8.30% done, estimate finish Sat Jul 06 13:44:17 2019 xorriso : UPDATE : 8.30% done, estimate finish Sat Jul 06 13:44:30 2019 xorriso : UPDATE : 8.30% done, estimate finish Sat Jul 06 13:44:42 2019 xorriso : UPDATE : 8.30% done, estimate finish Sat Jul 06 13:44:54 2019 xorriso : UPDATE : 8.30% done, estimate finish Sat Jul 06 13:45:06 2019 xorriso : UPDATE : 8.30% done, estimate finish Sat Jul 06 13:45:18 2019 xorriso : UPDATE : 8.30% done, estimate finish Sat Jul 06 13:45:30 2019 xorriso : UPDATE : 8.30% done, estimate finish Sat Jul 06 13:45:41 2019 xorriso : UPDATE : 8.30% done, estimate finish Sat Jul 06 13:46:51 2019 xorriso : UPDATE : 8.30% done, estimate finish Sat Jul 06 13:47:10 2019 xorriso : UPDATE : 8.30% done, estimate finish Sat Jul 06 13:47:31 2019 xorriso : UPDATE : 17.43% done, estimate finish Sat Jul 06 13:44:48 2019 xorriso : UPDATE : 30.91% done, estimate finish Sat Jul 06 13:44:04 2019 xorriso : UPDATE : 33.58% done, estimate finish Sat Jul 06 13:44:03 2019 xorriso : UPDATE : 36.98% done, estimate finish Sat Jul 06 13:44:01 2019 xorriso : UPDATE : 39.02% done, estimate finish Sat Jul 06 13:44:00 2019 xorriso : UPDATE : 40.94% done, estimate finish Sat Jul 06 13:44:00 2019 xorriso : UPDATE : 42.87% done, estimate finish Sat Jul 06 13:44:01 2019 xorriso : UPDATE : 44.94% done, estimate finish Sat Jul 06 13:43:53 2019 xorriso : UPDATE : 46.78% done, estimate finish Sat Jul 06 13:43:53 2019 xorriso : UPDATE : 47.01% done, estimate finish Sat Jul 06 13:43:55 2019 xorriso : UPDATE : 50.63% done, estimate finish Sat Jul 06 13:43:55 2019 xorriso : UPDATE : 52.43% done, estimate finish Sat Jul 06 13:43:55 2019 xorriso : UPDATE : 54.54% done, estimate finish Sat Jul 06 13:43:55 2019 xorriso : UPDATE : 56.24% done, estimate finish Sat Jul 06 13:43:55 2019 xorriso : UPDATE : 58.29% done, estimate finish Sat Jul 06 13:43:56 2019 xorriso : UPDATE : 59.75% done, estimate finish Sat Jul 06 13:43:57 2019 xorriso : UPDATE : 62.09% done, estimate finish Sat Jul 06 13:43:57 2019 xorriso : UPDATE : 63.89% done, estimate finish Sat Jul 06 13:44:02 2019 xorriso : UPDATE : 65.22% done, estimate finish Sat Jul 06 13:44:02 2019 xorriso : UPDATE : 67.40% done, estimate finish Sat Jul 06 13:44:02 2019 xorriso : UPDATE : 69.75% done, estimate finish Sat Jul 06 13:44:01 2019 xorriso : UPDATE : 71.37% done, estimate finish Sat Jul 06 13:44:02 2019 xorriso : UPDATE : 73.92% done, estimate finish Sat Jul 06 13:44:01 2019 xorriso : UPDATE : 75.53% done, estimate finish Sat Jul 06 13:44:02 2019 xorriso : UPDATE : 77.54% done, estimate finish Sat Jul 06 13:44:01 2019 xorriso : UPDATE : 79.46% done, estimate finish Sat Jul 06 13:44:01 2019 xorriso : UPDATE : 80.06% done, estimate finish Sat Jul 06 13:44:03 2019 xorriso : UPDATE : 80.06% done, estimate finish Sat Jul 06 13:44:05 2019 xorriso : UPDATE : 80.06% done, estimate finish Sat Jul 06 13:44:07 2019 xorriso : UPDATE : 87.42% done, estimate finish Sat Jul 06 13:44:01 2019 xorriso : UPDATE : 88.93% done, estimate finish Sat Jul 06 13:44:01 2019 xorriso : UPDATE : 90.04% done, estimate finish Sat Jul 06 13:44:02 2019 xorriso : UPDATE : 93.41% done, estimate finish Sat Jul 06 13:44:01 2019 xorriso : UPDATE : 93.72% done, estimate finish Sat Jul 06 13:44:02 2019 xorriso : UPDATE : 97.46% done xorriso : UPDATE : 99.33% done ISO image produced: 2276696 sectors Written to medium : 2276696 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 6 Jul 13:44:02 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.0.0 armhf 5' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-DVD-5.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-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/3armhf/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.4.6 : 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/3armhf/buster/CD5' xorriso : UPDATE : 4740 files added in 1 seconds xorriso : UPDATE : 4740 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-b43legacy-installer_019-4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.26% done xorriso : UPDATE : 1.56% done xorriso : UPDATE : 3.34% done, estimate finish Sat Jul 06 13:45:21 2019 xorriso : UPDATE : 5.96% done, estimate finish Sat Jul 06 13:45:03 2019 xorriso : UPDATE : 7.89% done, estimate finish Sat Jul 06 13:45:01 2019 xorriso : UPDATE : 9.65% done, estimate finish Sat Jul 06 13:45:01 2019 xorriso : UPDATE : 11.77% done, estimate finish Sat Jul 06 13:44:59 2019 xorriso : UPDATE : 13.74% done, estimate finish Sat Jul 06 13:44:58 2019 xorriso : UPDATE : 13.96% done, estimate finish Sat Jul 06 13:45:05 2019 xorriso : UPDATE : 13.96% done, estimate finish Sat Jul 06 13:45:12 2019 xorriso : UPDATE : 13.96% done, estimate finish Sat Jul 06 13:45:19 2019 xorriso : UPDATE : 21.44% done, estimate finish Sat Jul 06 13:44:57 2019 xorriso : UPDATE : 23.14% done, estimate finish Sat Jul 06 13:44:53 2019 xorriso : UPDATE : 25.40% done, estimate finish Sat Jul 06 13:44:53 2019 xorriso : UPDATE : 27.62% done, estimate finish Sat Jul 06 13:44:52 2019 xorriso : UPDATE : 29.55% done, estimate finish Sat Jul 06 13:44:53 2019 xorriso : UPDATE : 30.87% done, estimate finish Sat Jul 06 13:44:54 2019 xorriso : UPDATE : 33.30% done, estimate finish Sat Jul 06 13:44:53 2019 xorriso : UPDATE : 34.50% done, estimate finish Sat Jul 06 13:44:55 2019 xorriso : UPDATE : 34.50% done, estimate finish Sat Jul 06 13:44:58 2019 xorriso : UPDATE : 39.05% done, estimate finish Sat Jul 06 13:44:53 2019 xorriso : UPDATE : 40.94% done, estimate finish Sat Jul 06 13:44:53 2019 xorriso : UPDATE : 42.59% done, estimate finish Sat Jul 06 13:44:54 2019 xorriso : UPDATE : 44.05% done, estimate finish Sat Jul 06 13:44:55 2019 xorriso : UPDATE : 46.31% done, estimate finish Sat Jul 06 13:44:54 2019 xorriso : UPDATE : 48.28% done, estimate finish Sat Jul 06 13:44:54 2019 xorriso : UPDATE : 49.76% done, estimate finish Sat Jul 06 13:44:55 2019 xorriso : UPDATE : 49.76% done, estimate finish Sat Jul 06 13:44:58 2019 xorriso : UPDATE : 49.76% done, estimate finish Sat Jul 06 13:45:01 2019 xorriso : UPDATE : 55.51% done, estimate finish Sat Jul 06 13:44:55 2019 xorriso : UPDATE : 57.32% done, estimate finish Sat Jul 06 13:44:55 2019 xorriso : UPDATE : 57.32% done, estimate finish Sat Jul 06 13:44:57 2019 xorriso : UPDATE : 57.32% done, estimate finish Sat Jul 06 13:45:03 2019 xorriso : UPDATE : 57.32% done, estimate finish Sat Jul 06 13:45:05 2019 xorriso : UPDATE : 60.08% done, estimate finish Sat Jul 06 13:45:03 2019 xorriso : UPDATE : 68.00% done, estimate finish Sat Jul 06 13:44:54 2019 xorriso : UPDATE : 70.17% done, estimate finish Sat Jul 06 13:44:54 2019 xorriso : UPDATE : 71.92% done, estimate finish Sat Jul 06 13:44:55 2019 xorriso : UPDATE : 73.64% done, estimate finish Sat Jul 06 13:44:54 2019 xorriso : UPDATE : 74.94% done, estimate finish Sat Jul 06 13:44:55 2019 xorriso : UPDATE : 77.72% done, estimate finish Sat Jul 06 13:44:54 2019 xorriso : UPDATE : 79.60% done, estimate finish Sat Jul 06 13:44:54 2019 xorriso : UPDATE : 80.24% done, estimate finish Sat Jul 06 13:44:54 2019 xorriso : UPDATE : 80.24% done, estimate finish Sat Jul 06 13:44:56 2019 xorriso : UPDATE : 85.48% done, estimate finish Sat Jul 06 13:44:54 2019 xorriso : UPDATE : 87.39% done, estimate finish Sat Jul 06 13:44:53 2019 xorriso : UPDATE : 89.09% done, estimate finish Sat Jul 06 13:44:53 2019 xorriso : UPDATE : 90.52% done, estimate finish Sat Jul 06 13:44:54 2019 xorriso : UPDATE : 93.13% done, estimate finish Sat Jul 06 13:44:54 2019 xorriso : UPDATE : 93.16% done, estimate finish Sat Jul 06 13:44:55 2019 xorriso : UPDATE : 96.97% done xorriso : UPDATE : 99.00% done ISO image produced: 2263246 sectors Written to medium : 2263246 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 6 Jul 13:44:55 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.0.0 armhf 6' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-DVD-6.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-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/3armhf/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.4.6 : 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/3armhf/buster/CD6' xorriso : UPDATE : 3319 files added in 1 seconds xorriso : UPDATE : 3319 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/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.04% done xorriso : UPDATE : 0.20% done xorriso : UPDATE : 2.08% done xorriso : UPDATE : 3.06% done, estimate finish Sat Jul 06 13:46:24 2019 xorriso : UPDATE : 5.97% done, estimate finish Sat Jul 06 13:45:58 2019 xorriso : UPDATE : 8.38% done, estimate finish Sat Jul 06 13:45:52 2019 xorriso : UPDATE : 10.16% done, estimate finish Sat Jul 06 13:45:52 2019 xorriso : UPDATE : 11.95% done, estimate finish Sat Jul 06 13:45:52 2019 xorriso : UPDATE : 14.31% done, estimate finish Sat Jul 06 13:45:50 2019 xorriso : UPDATE : 14.80% done, estimate finish Sat Jul 06 13:45:55 2019 xorriso : UPDATE : 18.38% done, estimate finish Sat Jul 06 13:45:49 2019 xorriso : UPDATE : 19.42% done, estimate finish Sat Jul 06 13:45:51 2019 xorriso : UPDATE : 22.45% done, estimate finish Sat Jul 06 13:45:48 2019 xorriso : UPDATE : 24.46% done, estimate finish Sat Jul 06 13:45:43 2019 xorriso : UPDATE : 26.29% done, estimate finish Sat Jul 06 13:45:43 2019 xorriso : UPDATE : 28.25% done, estimate finish Sat Jul 06 13:45:44 2019 xorriso : UPDATE : 28.25% done, estimate finish Sat Jul 06 13:45:48 2019 xorriso : UPDATE : 31.69% done, estimate finish Sat Jul 06 13:45:45 2019 xorriso : UPDATE : 31.69% done, estimate finish Sat Jul 06 13:45:49 2019 xorriso : UPDATE : 31.69% done, estimate finish Sat Jul 06 13:45:53 2019 xorriso : UPDATE : 36.39% done, estimate finish Sat Jul 06 13:45:47 2019 xorriso : UPDATE : 39.57% done, estimate finish Sat Jul 06 13:45:46 2019 xorriso : UPDATE : 42.35% done, estimate finish Sat Jul 06 13:45:45 2019 xorriso : UPDATE : 43.33% done, estimate finish Sat Jul 06 13:45:47 2019 xorriso : UPDATE : 43.33% done, estimate finish Sat Jul 06 13:45:51 2019 xorriso : UPDATE : 44.99% done, estimate finish Sat Jul 06 13:45:51 2019 xorriso : UPDATE : 49.91% done, estimate finish Sat Jul 06 13:45:46 2019 xorriso : UPDATE : 51.66% done, estimate finish Sat Jul 06 13:45:46 2019 xorriso : UPDATE : 52.27% done, estimate finish Sat Jul 06 13:45:48 2019 xorriso : UPDATE : 55.42% done, estimate finish Sat Jul 06 13:45:47 2019 xorriso : UPDATE : 57.14% done, estimate finish Sat Jul 06 13:45:47 2019 xorriso : UPDATE : 57.14% done, estimate finish Sat Jul 06 13:45:49 2019 xorriso : UPDATE : 57.14% done, estimate finish Sat Jul 06 13:45:51 2019 xorriso : UPDATE : 57.14% done, estimate finish Sat Jul 06 13:45:57 2019 xorriso : UPDATE : 57.14% done, estimate finish Sat Jul 06 13:46:00 2019 xorriso : UPDATE : 57.14% done, estimate finish Sat Jul 06 13:46:03 2019 xorriso : UPDATE : 57.14% done, estimate finish Sat Jul 06 13:46:07 2019 xorriso : UPDATE : 57.14% done, estimate finish Sat Jul 06 13:46:10 2019 xorriso : UPDATE : 57.14% done, estimate finish Sat Jul 06 13:46:13 2019 xorriso : UPDATE : 75.54% done, estimate finish Sat Jul 06 13:45:46 2019 xorriso : UPDATE : 77.27% done, estimate finish Sat Jul 06 13:45:46 2019 xorriso : UPDATE : 78.88% done, estimate finish Sat Jul 06 13:45:46 2019 xorriso : UPDATE : 80.06% done, estimate finish Sat Jul 06 13:45:48 2019 xorriso : UPDATE : 80.06% done, estimate finish Sat Jul 06 13:45:49 2019 xorriso : UPDATE : 84.34% done, estimate finish Sat Jul 06 13:45:46 2019 xorriso : UPDATE : 84.79% done, estimate finish Sat Jul 06 13:45:47 2019 xorriso : UPDATE : 84.79% done, estimate finish Sat Jul 06 13:45:48 2019 xorriso : UPDATE : 84.79% done, estimate finish Sat Jul 06 13:45:49 2019 xorriso : UPDATE : 90.22% done, estimate finish Sat Jul 06 13:45:47 2019 xorriso : UPDATE : 93.31% done, estimate finish Sat Jul 06 13:45:46 2019 xorriso : UPDATE : 93.31% done, estimate finish Sat Jul 06 13:45:48 2019 xorriso : UPDATE : 93.63% done, estimate finish Sat Jul 06 13:45:49 2019 xorriso : UPDATE : Thank you for being patient. Working since 52 seconds. ISO image produced: 2288694 sectors Written to medium : 2288694 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 6 Jul 13:45:48 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.0.0 armhf 7' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-DVD-7.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-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/3armhf/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.4.6 : 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/3armhf/buster/CD7' xorriso : UPDATE : 4114 files added in 1 seconds xorriso : UPDATE : 4114 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/hdmi2usb-fx2-firmware_0.0.0~git20151225-2_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.23% done xorriso : UPDATE : 2.14% done xorriso : UPDATE : 3.58% done, estimate finish Sat Jul 06 13:47:04 2019 xorriso : UPDATE : 5.43% done, estimate finish Sat Jul 06 13:46:57 2019 xorriso : UPDATE : 7.91% done, estimate finish Sat Jul 06 13:46:48 2019 xorriso : UPDATE : 8.73% done, estimate finish Sat Jul 06 13:46:54 2019 xorriso : UPDATE : 10.89% done, estimate finish Sat Jul 06 13:46:50 2019 xorriso : UPDATE : 13.64% done, estimate finish Sat Jul 06 13:46:45 2019 xorriso : UPDATE : 15.64% done, estimate finish Sat Jul 06 13:46:44 2019 xorriso : UPDATE : 17.64% done, estimate finish Sat Jul 06 13:46:44 2019 xorriso : UPDATE : 19.13% done, estimate finish Sat Jul 06 13:46:45 2019 xorriso : UPDATE : 19.13% done, estimate finish Sat Jul 06 13:46:50 2019 xorriso : UPDATE : 19.13% done, estimate finish Sat Jul 06 13:46:53 2019 xorriso : UPDATE : 26.00% done, estimate finish Sat Jul 06 13:46:38 2019 xorriso : UPDATE : 28.13% done, estimate finish Sat Jul 06 13:46:38 2019 xorriso : UPDATE : 29.70% done, estimate finish Sat Jul 06 13:46:39 2019 xorriso : UPDATE : 29.70% done, estimate finish Sat Jul 06 13:46:42 2019 xorriso : UPDATE : 31.81% done, estimate finish Sat Jul 06 13:46:42 2019 xorriso : UPDATE : 36.26% done, estimate finish Sat Jul 06 13:46:38 2019 xorriso : UPDATE : 38.12% done, estimate finish Sat Jul 06 13:46:38 2019 xorriso : UPDATE : 40.25% done, estimate finish Sat Jul 06 13:46:38 2019 xorriso : UPDATE : 42.32% done, estimate finish Sat Jul 06 13:46:38 2019 xorriso : UPDATE : 44.29% done, estimate finish Sat Jul 06 13:46:35 2019 xorriso : UPDATE : 46.22% done, estimate finish Sat Jul 06 13:46:35 2019 xorriso : UPDATE : 48.27% done, estimate finish Sat Jul 06 13:46:36 2019 xorriso : UPDATE : 49.98% done, estimate finish Sat Jul 06 13:46:36 2019 xorriso : UPDATE : 51.28% done, estimate finish Sat Jul 06 13:46:37 2019 xorriso : UPDATE : 51.28% done, estimate finish Sat Jul 06 13:46:39 2019 xorriso : UPDATE : 51.28% done, estimate finish Sat Jul 06 13:46:42 2019 xorriso : UPDATE : 57.60% done, estimate finish Sat Jul 06 13:46:37 2019 xorriso : UPDATE : 60.17% done, estimate finish Sat Jul 06 13:46:37 2019 xorriso : UPDATE : 60.71% done, estimate finish Sat Jul 06 13:46:38 2019 xorriso : UPDATE : 64.11% done, estimate finish Sat Jul 06 13:46:39 2019 xorriso : UPDATE : 66.04% done, estimate finish Sat Jul 06 13:46:39 2019 xorriso : UPDATE : 67.93% done, estimate finish Sat Jul 06 13:46:39 2019 xorriso : UPDATE : 69.93% done, estimate finish Sat Jul 06 13:46:39 2019 xorriso : UPDATE : 71.52% done, estimate finish Sat Jul 06 13:46:40 2019 xorriso : UPDATE : 72.91% done, estimate finish Sat Jul 06 13:46:40 2019 xorriso : UPDATE : 75.50% done, estimate finish Sat Jul 06 13:46:40 2019 xorriso : UPDATE : 77.79% done, estimate finish Sat Jul 06 13:46:39 2019 xorriso : UPDATE : 78.01% done, estimate finish Sat Jul 06 13:46:40 2019 xorriso : UPDATE : 78.01% done, estimate finish Sat Jul 06 13:46:42 2019 xorriso : UPDATE : 78.01% done, estimate finish Sat Jul 06 13:46:45 2019 xorriso : UPDATE : 84.95% done, estimate finish Sat Jul 06 13:46:39 2019 xorriso : UPDATE : 84.95% done, estimate finish Sat Jul 06 13:46:41 2019 xorriso : UPDATE : 84.95% done, estimate finish Sat Jul 06 13:46:43 2019 xorriso : UPDATE : 88.38% done, estimate finish Sat Jul 06 13:46:41 2019 xorriso : UPDATE : 92.43% done, estimate finish Sat Jul 06 13:46:39 2019 xorriso : UPDATE : 92.43% done, estimate finish Sat Jul 06 13:46:41 2019 xorriso : UPDATE : 98.20% done ISO image produced: 2197432 sectors Written to medium : 2197432 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 6 Jul 13:46:39 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.0.0 armhf 8' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-DVD-8.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-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/3armhf/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.4.6 : 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/3armhf/buster/CD8' xorriso : UPDATE : 7544 files added in 1 seconds xorriso : UPDATE : 7544 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/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/ubertooth-firmware_2018.12.R1-2_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.23% done xorriso : UPDATE : 1.18% done xorriso : UPDATE : 2.53% done, estimate finish Sat Jul 06 13:48:23 2019 xorriso : UPDATE : 4.20% done, estimate finish Sat Jul 06 13:48:06 2019 xorriso : UPDATE : 4.20% done, estimate finish Sat Jul 06 13:48:29 2019 xorriso : UPDATE : 4.20% done, estimate finish Sat Jul 06 13:48:53 2019 xorriso : UPDATE : 4.20% done, estimate finish Sat Jul 06 13:49:17 2019 xorriso : UPDATE : 7.16% done, estimate finish Sat Jul 06 13:48:26 2019 xorriso : UPDATE : 13.94% done, estimate finish Sat Jul 06 13:47:42 2019 xorriso : UPDATE : 15.35% done, estimate finish Sat Jul 06 13:47:42 2019 xorriso : UPDATE : 17.36% done, estimate finish Sat Jul 06 13:47:41 2019 xorriso : UPDATE : 18.32% done, estimate finish Sat Jul 06 13:47:43 2019 xorriso : UPDATE : 19.66% done, estimate finish Sat Jul 06 13:47:39 2019 xorriso : UPDATE : 20.12% done, estimate finish Sat Jul 06 13:47:43 2019 xorriso : UPDATE : 24.42% done, estimate finish Sat Jul 06 13:47:36 2019 xorriso : UPDATE : 26.48% done, estimate finish Sat Jul 06 13:47:35 2019 xorriso : UPDATE : 27.85% done, estimate finish Sat Jul 06 13:47:35 2019 xorriso : UPDATE : 30.28% done, estimate finish Sat Jul 06 13:47:35 2019 xorriso : UPDATE : 31.86% done, estimate finish Sat Jul 06 13:47:35 2019 xorriso : UPDATE : 33.91% done, estimate finish Sat Jul 06 13:47:34 2019 xorriso : UPDATE : 35.33% done, estimate finish Sat Jul 06 13:47:35 2019 xorriso : UPDATE : 37.45% done, estimate finish Sat Jul 06 13:47:35 2019 xorriso : UPDATE : 39.54% done, estimate finish Sat Jul 06 13:47:34 2019 xorriso : UPDATE : 40.69% done, estimate finish Sat Jul 06 13:47:34 2019 xorriso : UPDATE : 43.24% done, estimate finish Sat Jul 06 13:47:33 2019 xorriso : UPDATE : 45.04% done, estimate finish Sat Jul 06 13:47:33 2019 xorriso : UPDATE : 47.24% done, estimate finish Sat Jul 06 13:47:33 2019 xorriso : UPDATE : 49.07% done, estimate finish Sat Jul 06 13:47:33 2019 xorriso : UPDATE : 50.82% done, estimate finish Sat Jul 06 13:47:33 2019 xorriso : UPDATE : 52.46% done, estimate finish Sat Jul 06 13:47:34 2019 xorriso : UPDATE : 54.63% done, estimate finish Sat Jul 06 13:47:34 2019 xorriso : UPDATE : 55.56% done, estimate finish Sat Jul 06 13:47:34 2019 xorriso : UPDATE : 58.71% done, estimate finish Sat Jul 06 13:47:34 2019 xorriso : UPDATE : 60.47% done, estimate finish Sat Jul 06 13:47:33 2019 xorriso : UPDATE : 62.54% done, estimate finish Sat Jul 06 13:47:33 2019 xorriso : UPDATE : 64.58% done, estimate finish Sat Jul 06 13:47:32 2019 xorriso : UPDATE : 65.17% done, estimate finish Sat Jul 06 13:47:34 2019 xorriso : UPDATE : 68.60% done, estimate finish Sat Jul 06 13:47:33 2019 xorriso : UPDATE : 70.43% done, estimate finish Sat Jul 06 13:47:32 2019 xorriso : UPDATE : 71.62% done, estimate finish Sat Jul 06 13:47:34 2019 xorriso : UPDATE : 73.93% done, estimate finish Sat Jul 06 13:47:33 2019 xorriso : UPDATE : 76.28% done, estimate finish Sat Jul 06 13:47:33 2019 xorriso : UPDATE : 77.95% done, estimate finish Sat Jul 06 13:47:33 2019 xorriso : UPDATE : 79.92% done, estimate finish Sat Jul 06 13:47:33 2019 xorriso : UPDATE : 81.81% done, estimate finish Sat Jul 06 13:47:33 2019 xorriso : UPDATE : 83.77% done, estimate finish Sat Jul 06 13:47:33 2019 xorriso : UPDATE : 85.75% done, estimate finish Sat Jul 06 13:47:34 2019 xorriso : UPDATE : 87.73% done, estimate finish Sat Jul 06 13:47:33 2019 xorriso : UPDATE : 89.77% done, estimate finish Sat Jul 06 13:47:33 2019 xorriso : UPDATE : 91.53% done, estimate finish Sat Jul 06 13:47:33 2019 xorriso : UPDATE : 92.67% done, estimate finish Sat Jul 06 13:47:33 2019 xorriso : UPDATE : 95.67% done, estimate finish Sat Jul 06 13:47:33 2019 xorriso : UPDATE : 97.51% done xorriso : UPDATE : 99.40% done ISO image produced: 2260145 sectors Written to medium : 2260145 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 6 Jul 13:47:34 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 10.0.0 armhf 9' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-DVD-9.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-10.0.0-armhf-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/3armhf/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.4.6 : 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/3armhf/buster/CD9' xorriso : UPDATE : 8762 files added in 1 seconds xorriso : UPDATE : 8762 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-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. 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.04% done xorriso : UPDATE : 0.57% done xorriso : UPDATE : 2.60% done, estimate finish Sat Jul 06 13:49:11 2019 xorriso : UPDATE : 4.59% done, estimate finish Sat Jul 06 13:48:51 2019 xorriso : UPDATE : 6.44% done, estimate finish Sat Jul 06 13:48:45 2019 xorriso : UPDATE : 8.36% done, estimate finish Sat Jul 06 13:48:41 2019 xorriso : UPDATE : 8.36% done, estimate finish Sat Jul 06 13:48:53 2019 xorriso : UPDATE : 12.02% done, estimate finish Sat Jul 06 13:48:37 2019 xorriso : UPDATE : 13.70% done, estimate finish Sat Jul 06 13:48:36 2019 xorriso : UPDATE : 15.71% done, estimate finish Sat Jul 06 13:48:35 2019 xorriso : UPDATE : 16.58% done, estimate finish Sat Jul 06 13:48:38 2019 xorriso : UPDATE : 16.58% done, estimate finish Sat Jul 06 13:48:44 2019 xorriso : UPDATE : 21.60% done, estimate finish Sat Jul 06 13:48:33 2019 xorriso : UPDATE : 23.86% done, estimate finish Sat Jul 06 13:48:27 2019 xorriso : UPDATE : 25.16% done, estimate finish Sat Jul 06 13:48:28 2019 xorriso : UPDATE : 27.83% done, estimate finish Sat Jul 06 13:48:27 2019 xorriso : UPDATE : 29.76% done, estimate finish Sat Jul 06 13:48:27 2019 xorriso : UPDATE : 31.59% done, estimate finish Sat Jul 06 13:48:28 2019 xorriso : UPDATE : 33.06% done, estimate finish Sat Jul 06 13:48:28 2019 xorriso : UPDATE : 34.93% done, estimate finish Sat Jul 06 13:48:28 2019 xorriso : UPDATE : 37.45% done, estimate finish Sat Jul 06 13:48:27 2019 xorriso : UPDATE : 39.34% done, estimate finish Sat Jul 06 13:48:27 2019 xorriso : UPDATE : 41.10% done, estimate finish Sat Jul 06 13:48:27 2019 xorriso : UPDATE : 41.91% done, estimate finish Sat Jul 06 13:48:29 2019 xorriso : UPDATE : 41.91% done, estimate finish Sat Jul 06 13:48:33 2019 xorriso : UPDATE : 41.91% done, estimate finish Sat Jul 06 13:48:37 2019 xorriso : UPDATE : 41.91% done, estimate finish Sat Jul 06 13:48:40 2019 xorriso : UPDATE : 41.91% done, estimate finish Sat Jul 06 13:48:44 2019 xorriso : UPDATE : 41.91% done, estimate finish Sat Jul 06 13:48:48 2019 xorriso : UPDATE : 55.00% done, estimate finish Sat Jul 06 13:48:27 2019 xorriso : UPDATE : 56.73% done, estimate finish Sat Jul 06 13:48:27 2019 xorriso : UPDATE : 56.73% done, estimate finish Sat Jul 06 13:48:30 2019 xorriso : UPDATE : 59.98% done, estimate finish Sat Jul 06 13:48:28 2019 xorriso : UPDATE : 61.23% done, estimate finish Sat Jul 06 13:48:28 2019 xorriso : UPDATE : 61.23% done, estimate finish Sat Jul 06 13:48:31 2019 xorriso : UPDATE : 66.89% done, estimate finish Sat Jul 06 13:48:26 2019 xorriso : UPDATE : 68.96% done, estimate finish Sat Jul 06 13:48:25 2019 xorriso : UPDATE : 70.81% done, estimate finish Sat Jul 06 13:48:26 2019 xorriso : UPDATE : 71.00% done, estimate finish Sat Jul 06 13:48:27 2019 xorriso : UPDATE : 74.70% done, estimate finish Sat Jul 06 13:48:26 2019 xorriso : UPDATE : 76.80% done, estimate finish Sat Jul 06 13:48:26 2019 xorriso : UPDATE : 78.39% done, estimate finish Sat Jul 06 13:48:26 2019 xorriso : UPDATE : 79.96% done, estimate finish Sat Jul 06 13:48:27 2019 xorriso : UPDATE : 82.55% done, estimate finish Sat Jul 06 13:48:26 2019 xorriso : UPDATE : 84.56% done, estimate finish Sat Jul 06 13:48:26 2019 xorriso : UPDATE : 86.25% done, estimate finish Sat Jul 06 13:48:26 2019 xorriso : UPDATE : 88.19% done, estimate finish Sat Jul 06 13:48:26 2019 xorriso : UPDATE : 90.09% done, estimate finish Sat Jul 06 13:48:26 2019 xorriso : UPDATE : 91.99% done, estimate finish Sat Jul 06 13:48:26 2019 xorriso : UPDATE : 93.94% done, estimate finish Sat Jul 06 13:48:26 2019 xorriso : UPDATE : 95.86% done, estimate finish Sat Jul 06 13:48:27 2019 xorriso : UPDATE : 97.28% done xorriso : UPDATE : 99.47% done ISO image produced: 2278804 sectors Written to medium : 2278804 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. /home/debian-cd/build.buster/debian-cd/tools/imagesums /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf No Jigdo help for sha1, doing it the long way with sha1sum 79b019974a24b50dc5765fbfcd252fc2abdad1b8 debian-10.0.0-armhf-DVD-1.iso No Jigdo help for md5, doing it the long way with md5sum b91988e45d4b136657f6119d18f59460 debian-10.0.0-armhf-DVD-1.iso No Jigdo help for sha512, doing it the long way with sha512sum bda44c30fc6b10936840e5152d3994f4e10b97e7d245047a5a7e86f5cfa8c3b7119fc6a71d38f3c9e3e3be895eddc1be4fdb3e792a8087510a56b3de044d2494 debian-10.0.0-armhf-DVD-1.iso No Jigdo help for sha256, doing it the long way with sha256sum 60032aeaf039bf284ac79931793e1753812235590dd08a1378b2c6a50b514425 debian-10.0.0-armhf-DVD-1.iso c16ffa4acf8021b0cb5183e5d46800d6cd7defcd debian-10.0.0-armhf-DVD-1.jigdo 0433cdd18a953bbb2048ad559a155f0a debian-10.0.0-armhf-DVD-1.jigdo 13e6933a343d0109ad46df2ef3c56705317e77461b001749973fb521324cfd17e6cd4b70e5021d8da9b109d241664fdcd180dd8ebeadab2ffd545ce30eab56c9 debian-10.0.0-armhf-DVD-1.jigdo 7a44d2dc07803e140c450309065e90c37910b17e8ab9e77d08a365ddd4cd1faf debian-10.0.0-armhf-DVD-1.jigdo cf6d860d09524be63dca6ffc0feba6d0f0a15f11 debian-10.0.0-armhf-DVD-1.template 551bc9274540de357d3a7d58799a5a29 debian-10.0.0-armhf-DVD-1.template 0fc7aa95750b4f42a82525c814fe2a30883de7370a7c1b69597b1e9ec953b833fe1050d2e45dc320000202898e8a4f9520782049acc523d0c8159e4e3b726b08 debian-10.0.0-armhf-DVD-1.template 6a3cf2a8ed940b99901d0aa083ccca95bd54924482329bd59e4351879493ac7d debian-10.0.0-armhf-DVD-1.template b7e55fb392d54c0a4b2b5541c5cdf20e99f0d2d6 debian-10.0.0-armhf-DVD-10.iso e41b1907399c34b194fca8b56d2c927f4844523e debian-10.0.0-armhf-DVD-10.jigdo f2428627370b472f2454bd7a4e52c506 debian-10.0.0-armhf-DVD-10.iso ffdb977abbda560e9b7723af0de2f08e debian-10.0.0-armhf-DVD-10.jigdo 437526a9f3196b765afc36328fc0d1fa33279dac2b8c860eb9dd667c0bb2f8c05b7fe8f391864b1f711264f9d46f5035e8bc5b28745d763126fa8c49a820e396 debian-10.0.0-armhf-DVD-10.iso 6339b27cd2d0ac9f7bfc254e0178d72c31842848d59d1e5cedcb2452d403ec398ad704b55469611d5bb9f1b310726e9990df0e55573ae1688d23d7950ecba54d debian-10.0.0-armhf-DVD-10.jigdo 696f69a5cea40601ce6e242dfd39ec457204695c653e9f7191322832219f67ce debian-10.0.0-armhf-DVD-10.iso 746083132bcacf9af0a9baa654dc9560696bcdee802230cfdeece235799685a6 debian-10.0.0-armhf-DVD-10.jigdo 35d84c0b61807cd7b71fd6e67b3d110da74d0dd4 debian-10.0.0-armhf-DVD-10.template 1c1cc570c49f6953d2dc99db564d7310 debian-10.0.0-armhf-DVD-10.template 029e7632f2609420edaa78f9efbdea81b600f2f8c5fe32825511cfcda3ab1d07b8bcef5015808a931e16228cf31f3a873596aab40ef0cdf2c58091f4c339f867 debian-10.0.0-armhf-DVD-10.template af6302ff5f706f6f5ecc0bb6bdf244f98a4a124e6d7077119a69ea338187896d debian-10.0.0-armhf-DVD-10.template 44e224e92cf80960c365429386064c2e8a014831 debian-10.0.0-armhf-DVD-11.iso 394e4936c43a9c4109dd43b0726620d74c9c2ee8 debian-10.0.0-armhf-DVD-11.jigdo 9275dcd8e2f2d60728c05804120005f2 debian-10.0.0-armhf-DVD-11.iso e7a664a23ac83e38fec28a14d5c6e242 debian-10.0.0-armhf-DVD-11.jigdo 2549f6a88bd80848b4fae5f5ccfcbd387265a0d63b128667c10bd1194954279059a5310adb78c8bdcf641ff8e296b3023a8a09a30bd6dc8e04a5afa4b4995eef debian-10.0.0-armhf-DVD-11.iso 489bd30ddb6c946bd9bdd70f0102d19c28cee79cdd43f969b343966bf1043c5fb5e82c00c305ca556831e3ce50e6694ed5aca9d5a15d38e154dfc32c6c9af693 debian-10.0.0-armhf-DVD-11.jigdo ea9646ad1482bb3ceffd205418cbe690a126cf525640982b1508271fe3f8e57b debian-10.0.0-armhf-DVD-11.iso 9ba8689c134fac7e941fef8fe3008998003f4f01dd006eef9ed246dc9292ff45 debian-10.0.0-armhf-DVD-11.jigdo 2e53c920aa0bca3ee4dd0d717bd94566f5f40e86 debian-10.0.0-armhf-DVD-11.template d0d273a001a4e4b78f87f3a85999c865 debian-10.0.0-armhf-DVD-11.template 20d84ebc88d9adfb30800fd33cd8b791a5000f2619b43d947805aaac1f4a7f9bf52d55740ad714f07d3cfa121a9abd82f110728d1c6e14bda7ace8ca3a5bebbb debian-10.0.0-armhf-DVD-11.template d0642e6a1d874e33a5e650af9a27790627fa2c6980bbe03b3aac3219a8bc3f51 debian-10.0.0-armhf-DVD-11.template d4d9dc4cf9e3c7163d19e9e383f353a94e9b87bb debian-10.0.0-armhf-DVD-12.iso 897dfd0ccb54f6924e46004f12470d1d9d6736f1 debian-10.0.0-armhf-DVD-12.jigdo 4ec5a8847d3158fa8daba7118511e134 debian-10.0.0-armhf-DVD-12.iso 3b592fce82c73c0451abf2fb35bf87bc debian-10.0.0-armhf-DVD-12.jigdo fa0e119a8a574bc7eee134c0955e447e515ac80b346672280b0aeb47f81c33b8666920bf34a3ae717066145dda578b4b7814ff672ce5b7da09706f51669edade debian-10.0.0-armhf-DVD-12.iso b165bc0eab9144a321bdf5e61230a683aa27276520e28d670b25ce077607c4ffe6d7df6cd85ba09f5162f98325c880e043ad87d883a489d61c93ddf7ab82653d debian-10.0.0-armhf-DVD-12.jigdo ae1cc7d1918ea53afbafcefb100c9a69cde256dd7d893c4195b168a29f3e3207 debian-10.0.0-armhf-DVD-12.iso fc75ff0fbbdaf0d0124d716495112fa2e1d21a51c4f02b479615c7431c1486fd debian-10.0.0-armhf-DVD-12.jigdo 2cbfe906761c80088056b4e1d9ab80c44f3ec8a6 debian-10.0.0-armhf-DVD-12.template 69ec72315c4814e70668c4bc75040989 debian-10.0.0-armhf-DVD-12.template 2a000ea3816a3b5d3cea0346e37680d857646f6a9636d5bf253176ea97edd42c1611be6445818ff231c6a220f20d7f076525c2c49524560397baadc49cf43477 debian-10.0.0-armhf-DVD-12.template fe7770d8d24071e2ab842d343b97a300ac3dae3b9d4c1d67bd441c4384371044 debian-10.0.0-armhf-DVD-12.template 7d301bf0b94222ada0cbb4fb140387cd40dab765 debian-10.0.0-armhf-DVD-13.iso 7f94fab4d4e321ac0c5ab714f31213ab391eee74 debian-10.0.0-armhf-DVD-13.jigdo e0de3ceaede2b5f8f98dd73eeec803d8 debian-10.0.0-armhf-DVD-13.iso bcb78cd062104a1d77e8870ff1f453bb debian-10.0.0-armhf-DVD-13.jigdo 7e341d6394480d17e80810dff5acd008803f097e2a965af80e5d419f0387aed3f19bd130831e750ef9a3516d2b61a4de3268353e5d37ec001d5888d98243457c debian-10.0.0-armhf-DVD-13.iso d5a1dab9c28c5ac2c5e82ecf6412c19b7725c9bd89642808c85c3b0362ddd19e694fbc909990bdc0e5580292046e081c071302bf8b781429af0fec966176d19c debian-10.0.0-armhf-DVD-13.jigdo bb05c9c85f5597c407b1743a1aaacc319b262c4fb2f438589ae4ebc869e77e46 debian-10.0.0-armhf-DVD-13.iso a659984be2291493c167bf805a614a369f91b64edb003063668972fb851c9d07 debian-10.0.0-armhf-DVD-13.jigdo f5fc187358f5c5ec44c1df682331010284491216 debian-10.0.0-armhf-DVD-13.template c8d58728b430fbe1b59567b6210aef90 debian-10.0.0-armhf-DVD-13.template a3d788ff327d705637a2cd4236249992fab5f4a3b9b9feb860d6d5aa3acf380bf4b623e56b2b90ac12c645a7c9f2261e01560f850be33f56897fac2eb168e9b3 debian-10.0.0-armhf-DVD-13.template 45aeb121eaf01fb57f2e20a96a9c787cb1105934bf2d86d94f77618702bee59b debian-10.0.0-armhf-DVD-13.template 8359f0688fa91921b3c26c21207c794317217aba debian-10.0.0-armhf-DVD-14.iso 67cbe9f77c3c68dab36b419b7a507ca13a4562e2 debian-10.0.0-armhf-DVD-14.jigdo 2ba688e20a00a6a3dabfe8009c0115f0 debian-10.0.0-armhf-DVD-14.iso 81616e41669b167765d51141e63b2fcf debian-10.0.0-armhf-DVD-14.jigdo 445a71d08d5d916532b5b65547e0bd9bfa8b7c20bdf4031f8f5451ec75515872bf39254b4c96646f778f7380ff207f08f007811afe17c27942f61996cdf6993b debian-10.0.0-armhf-DVD-14.iso a28027d400aef48d7d4c07f30f30af0dedb2e814d9ee67e47bb6ab736615e8de2ce0693a2bc74c305e04dcdad85d3a23ac54927946c2f452529a30cf68a82e38 debian-10.0.0-armhf-DVD-14.jigdo eb325602ee3c1a089da5c25e8c1a9836e51ae3c8153bbc926b62961f5725d7f6 debian-10.0.0-armhf-DVD-14.iso 3ac6f1035a584bb092f60dfc97b808ce781c4e298d997e9ee43d8446ef03579c debian-10.0.0-armhf-DVD-14.jigdo 6f1ff0cf33630843f8da4b84273aca337cb60be1 debian-10.0.0-armhf-DVD-14.template 85bbf165b930430a699da498de5bc0dc debian-10.0.0-armhf-DVD-14.template 393b4ec9e04d2e19c18ab2988757ee05a8e6cb11c97527a7213b35dd270d5e0ae73e8e7ad561079766cd44e7e8b5d15fbde97c454eee13c256c46d025f5ac4c5 debian-10.0.0-armhf-DVD-14.template 3acc5749372ca6b3c375125fe20c9997c798ca2f7c945d0cfb8682a10f3fb5c6 debian-10.0.0-armhf-DVD-14.template 58afbbd411420dd8a272c2a1a86f449364b3ddd7 debian-10.0.0-armhf-DVD-2.iso d90599867d660f3f1c2318302c0d587c56a92b3f debian-10.0.0-armhf-DVD-2.jigdo 6c9011f2f47a1d472277611b8061dcdb debian-10.0.0-armhf-DVD-2.iso c3f1037dea7f78d6711ef47eeca2658f debian-10.0.0-armhf-DVD-2.jigdo 14f3100ea00cdde10d60e4c1e41d3d09fab405d9b42c12855458c3c11714315e54f77f744e243b30b4d740a6e1d02ffc0c024f79f2f2184ed5b1b0bd18313a76 debian-10.0.0-armhf-DVD-2.iso 5eedc25f05f66209c02572b6a42d2b5026684b44711614effdd79100fe7cb419e9860cee82c58b68b3c0f12b0e2c2d2b773d2f9df8d0ec902ee88c877d07ad4a debian-10.0.0-armhf-DVD-2.jigdo b95b9384c1f945a0a6a3f290003d6979ffc3d6b650649d43cb73bfa38f3ac3d8 debian-10.0.0-armhf-DVD-2.iso f55f3b897520716630a4419729482b2288b3a8a5c449764f9c662be938c3fcad debian-10.0.0-armhf-DVD-2.jigdo 6ce8e50dccee520dc9bd097fc458abd6082c9674 debian-10.0.0-armhf-DVD-2.template efa8095dd3fd77416a6c3ae46a5ed061 debian-10.0.0-armhf-DVD-2.template ad66bf1410ab0a2a7dfe1325e679470533aff035aefae655a6210b3687338a40de2874c3a90ffaa3bc039cc4d551126c5cbfe604488e5bfa9a60f8387c4989b1 debian-10.0.0-armhf-DVD-2.template df2877965702efcf3fe272123b8b57c2f3ea98d099efe4a51beee163394b8268 debian-10.0.0-armhf-DVD-2.template 694e67fee1da728d75082e2106a3221fde19c2bf debian-10.0.0-armhf-DVD-3.iso 40e6b40182a6acbed5db0e2bb5b2a7081f625a0b debian-10.0.0-armhf-DVD-3.jigdo 78e3a0e89fd0711fda23ff0d30f9b18b debian-10.0.0-armhf-DVD-3.iso f8592726d74e6d57a57c94f19131a73e debian-10.0.0-armhf-DVD-3.jigdo a068bed19f2255c975f8b10b076b8447e25f753f4977a2464293f0c233ac3029debe688171d7215653f8abb4cd63ed91f5a57c5803e8aaee95090d2ed6f70890 debian-10.0.0-armhf-DVD-3.iso f8f15baca8a5cc96df55723d1c174b907fe32e6064dee3bebf2b4e2bd9474f7d469b659572c242f14716e9fe297d8cf2c532351d8be2933df7ba39ed4e07eaa6 debian-10.0.0-armhf-DVD-3.jigdo ba412e59e8d64f940875ff7a89cdc73b9d2a8f31b89ee7b05a810e48c451fab8 debian-10.0.0-armhf-DVD-3.iso 66b24917fe4bd89a7a9d85cf798403c2d8c133bb5586ebee058940c972144429 debian-10.0.0-armhf-DVD-3.jigdo 28090e34002350df3e342cc55518fca310514d07 debian-10.0.0-armhf-DVD-3.template 4020cc2d0378bde5940d3e247a68304f debian-10.0.0-armhf-DVD-3.template 5acd727e557ecaa2681995326c7f13e874a064113303041d94f42417394a7b1bc1bef5710612182778396ff9adf85fd866d9f4dd1741410d396b5712101e35ae debian-10.0.0-armhf-DVD-3.template 7d3a4c7f200c95e5869028b1bb4a5ac121500cb79a35c0e98cfdd8fd19f203ab debian-10.0.0-armhf-DVD-3.template d0fb4063ab0037fde9d8e1dd689c9e4237475452 debian-10.0.0-armhf-DVD-4.iso 49680c3a9b88efb519fe31ac4ba7ca2f9aa44051 debian-10.0.0-armhf-DVD-4.jigdo 9937db65de77c65a0e9d7942ce37a33e debian-10.0.0-armhf-DVD-4.iso ed0012dcc5defb0be8dfcc3157c4f055 debian-10.0.0-armhf-DVD-4.jigdo a61ffb12d0e22bfd3768917851a2bc6b85e746f7fb87a4603cb0f946fb930c930704d27edcf96feb279633bc4078498bdfe1ebaa424f0b58075a4eede2912a06 debian-10.0.0-armhf-DVD-4.iso 3f1868914b779a3fdb41d408e1bcd43adacef6f96a6e93d218323ecb7e1b0c2ba1e6c0d0c8352de6baab5e0692004735571ae5a8df17f5db1a5dd11bdebef194 debian-10.0.0-armhf-DVD-4.jigdo 946fead502a8952a5607cb259f31bfaee62509d0d93efec067ca62cc4d2010bf debian-10.0.0-armhf-DVD-4.iso 0b6155f818d5f45de92c969013a050eb5676aa6f2a5861b58ba53902cc54e2a4 debian-10.0.0-armhf-DVD-4.jigdo 57c78bf791588ef98c354f57ca8026e64d677cb9 debian-10.0.0-armhf-DVD-4.template 48f1e48031fdf9dc038b913451279262 debian-10.0.0-armhf-DVD-4.template cffd66009b8eabe4ab82c6f304b886b1a190c2543141e4efca3203c2fcc810ee733915e3dc75fcd584468077d836491642c1ed3c18d32540df50817490c12eed debian-10.0.0-armhf-DVD-4.template 6488077e9a5398dd7a276d7d090f3a3146232b1e27702890b56aa41537d4e77c debian-10.0.0-armhf-DVD-4.template f367eb2159577ae73d4818ed93f92400401170c1 debian-10.0.0-armhf-DVD-5.iso de164789c9f2ca9a4e5004ff58ac3c8e923f3524 debian-10.0.0-armhf-DVD-5.jigdo e652569575d0439c8430d26ef94698f5 debian-10.0.0-armhf-DVD-5.iso 7f43658d541a56b2654da934718290f1 debian-10.0.0-armhf-DVD-5.jigdo 37f1f57e063c0d467ab48b9857ad931b96eec6401ffa432054ac56fd23bba09a3df94dc366aa96f7f73d65f4fcd0dcd914cc2fd160b85f0199c58b1d2839737e debian-10.0.0-armhf-DVD-5.iso 1ca4ea76474ea227757ffee7ae6fd7fe3bc0f1e9c3eacbeb0aaea2a7aed659513cc50893fc0bf21619be814374b91145f292b8159ac0e50f1637b750677d986c debian-10.0.0-armhf-DVD-5.jigdo 42e49d99d23b906909eff7ba4eae207688c728ddb46e6f4011c294f75840dc7d debian-10.0.0-armhf-DVD-5.iso adaf03db19fe63ea540e4acbbb97c7380bb191de5396dfe9e8e252fa56a3bdd1 debian-10.0.0-armhf-DVD-5.jigdo acc542e1149228db58be468a398bda1e0ede0547 debian-10.0.0-armhf-DVD-5.template c639e4d2ef072769bef937ed67c9d425 debian-10.0.0-armhf-DVD-5.template 5faf2ec5b94a10fef637ae16aa4f9ab99d2366e3d992c80a4a190cfd06ac98bd7dc9740dccd53c129653438ae4976ec12ca315a4836a578f1ce110892b76a1fc debian-10.0.0-armhf-DVD-5.template 27dbbe6dc54f922849fa4d50d98548c150ecb93dc0999a96ec8ffa522d1209a9 debian-10.0.0-armhf-DVD-5.template 2fce07d53b5221f59a81eb0c55262f2eab8250d6 debian-10.0.0-armhf-DVD-6.iso 3e5ad948555b9a834adf2d7a22cbd4be6938a7ae debian-10.0.0-armhf-DVD-6.jigdo 91a809dea6045738f4c7f1062d86158d debian-10.0.0-armhf-DVD-6.iso 990eef1b501441eb1030f82caca5b34b debian-10.0.0-armhf-DVD-6.jigdo 4f520657f0f08c2d18863b9665abae838fac9514139c20a74f7949f75480369ba31c8fcd08beea68a8011951daeda204f82ac1445e4b062fd64f287e57ef2490 debian-10.0.0-armhf-DVD-6.iso c2c6b5c726fa9c63a3e40fd6a77aca517aa8a35532b0dbee71b3fdc3aac6bcf2f0f2343940bb8815fefa6284272e2b4b3e2433e333363afda0337ed4418c63c2 debian-10.0.0-armhf-DVD-6.jigdo 2e30cd7917845f2cc75d2486def16344d4c9ecbc5ce3222fcce2c07caeb223e7 debian-10.0.0-armhf-DVD-6.iso 8f2049a17fc24003808921f407076641ee4bb408a77f401e612ca259f293fba3 debian-10.0.0-armhf-DVD-6.jigdo ee80b955fcaee90686fa1ac41efed96e6e690bcd debian-10.0.0-armhf-DVD-6.template 06332132f3305d0446faa45afc708111 debian-10.0.0-armhf-DVD-6.template 6e664f8481ca5b2f8cd3e2a4e855bf8c0340502afde2af479b8dc6fb929ff64de977021292973c752ad6ff29b16bb2d95b03967c7a6a04c43618295590fc9aaa debian-10.0.0-armhf-DVD-6.template 8c65995a9b46def8888a4b2217c74dabad2ea37f3bc78b341f0a91a3199a6b71 debian-10.0.0-armhf-DVD-6.template e5f15ad25e3081b0fb48427207a70df1955b3774 debian-10.0.0-armhf-DVD-7.iso ad693a0325f893e344e073b588c41ea843ebce6e debian-10.0.0-armhf-DVD-7.jigdo 3ef87f117401c80eb515f4ab07dae3a4 debian-10.0.0-armhf-DVD-7.iso a5f17a260a2224c0662444d232a86612 debian-10.0.0-armhf-DVD-7.jigdo 44ac83e21f4eee8c597d14011120a8b347b1817dcbb81065ac56fce76655d6ed19f523831950aa1b3a0043e27ca4bf4422d05fab1f4a52d763bb8539e68da3af debian-10.0.0-armhf-DVD-7.iso be7c61138a85e0a02d4dd35f9d55072508eeb1e8712845a107ba9af18a7d168366cccb43b4b637b4b1397f246741f70a9d47efe1c4b214bd01a6ea6d5ed34759 debian-10.0.0-armhf-DVD-7.jigdo 199d860ebf6f3df13f73b8ae750ad55fad0623189d6ec698a34e3059c64a508b debian-10.0.0-armhf-DVD-7.iso 832fca8706db08dbea304c60827d324ae624c09b1db6625cdca5b3071869bc41 debian-10.0.0-armhf-DVD-7.jigdo 38a994db7271133210eee7592fb8a49070d16e21 debian-10.0.0-armhf-DVD-7.template 0237637cd550f9ad33e83eda7291484a debian-10.0.0-armhf-DVD-7.template e39c8af7285a5634d92e3b32b01446d9a2a7b1ef3563e0e37b2e19a1580289d8a236850a91d2e5406ac8709fe864eeebb31ba72fa5d14179f5614b81c99196df debian-10.0.0-armhf-DVD-7.template c9aefe1551ed01459eaa01aa85d37504dd831890f941010dda54dc84c02e7135 debian-10.0.0-armhf-DVD-7.template 060997579cba56c263520758d08132e7d7780ef6 debian-10.0.0-armhf-DVD-8.iso f7c1f3adb0c9db3b1cab65be9bd7c89f01fe11b7 debian-10.0.0-armhf-DVD-8.jigdo 4825ab1efb437db50826f52680510881 debian-10.0.0-armhf-DVD-8.iso 5b057d57246dbf6549d4e1bf08d9f54d debian-10.0.0-armhf-DVD-8.jigdo 1239cb30d44858bf9b673e0b25eba6c741a1fcd7db51975ca0d59bd61ce577a18a8a2fee0d9e472ae0d9655d749cb95e28dcd411ac994bcc4998ad09924f16fb debian-10.0.0-armhf-DVD-8.iso 1602937592325923fe617a525879b8c6273d221b438171181d865c81a92e9c060fdc407f8cafbbc56ff1562f565c202fc3dd5f73ce47b29c7ed21a00e07c68ef debian-10.0.0-armhf-DVD-8.jigdo dc44574e25109d707c076454bd16be9bf6ffd91f3dbded42a7a4cbc807883ec2 debian-10.0.0-armhf-DVD-8.iso 22d70f97de867117d3189aa5c28ef8cbfdd754e7f2bfe45b26d1e50b14f97219 debian-10.0.0-armhf-DVD-8.jigdo 25d3b744d7cefd73bc93a8bc374644784a38c270 debian-10.0.0-armhf-DVD-8.template a381fec19d701133a96b3cc3c32a3b6b debian-10.0.0-armhf-DVD-8.template 563c0dd155c3d457b9439c88e49b1e0ffd8e6ff97c28550f33420fdf0a8adb5e024a96ac6921ea2e0ef76db15b70486fd1eebbf71e3c74a9353f72905be8d242 debian-10.0.0-armhf-DVD-8.template fcf1f9a1778558293f2c20e11cb05b25a9bb8538d5312acf6e05d6a6b8809f0b debian-10.0.0-armhf-DVD-8.template 914e4e5b1303af56145536091623939d21ba21c5 debian-10.0.0-armhf-DVD-9.iso 5c4bde3d25022e135e0b6dcbceb78ce0d2973d40 debian-10.0.0-armhf-DVD-9.jigdo 4103d02f24d2496c7a192e38e383bb1e debian-10.0.0-armhf-DVD-9.iso ae23bf666ed9ae0ccca3e56709036bed debian-10.0.0-armhf-DVD-9.jigdo 6806ec7342918063e02ab82bd87102dc81e3c8f37dd171bef5c852b2be6f98f5764a5220acfc9519ae2fce980fea6ef732cd0405e7e5885669346fcc03b1877c debian-10.0.0-armhf-DVD-9.iso 01a641c9e9e040ecdbe24174457fe88c76947fa572d5c795cf4fbb89fe816b729c49dfcbdd32677fe39fec45b91b6ebcc3e3909319f8165d71611e89cd87c441 debian-10.0.0-armhf-DVD-9.jigdo 79695015e49b0dc915ef892d51dd47a2c937aa26ea7655060abe60e8ea00c667 debian-10.0.0-armhf-DVD-9.iso fd1a08df52cdaf1ed4e20cc8cf65170d53233ebff7fa7996b13994f7abcec593 debian-10.0.0-armhf-DVD-9.jigdo 37c69529bce637086921e8f0e6335632fd4196b2 debian-10.0.0-armhf-DVD-9.template 2491f46fbe9c8469e5289d2f5fcc9822 debian-10.0.0-armhf-DVD-9.template 8a0cfd33360060642fdcf9ba5ef9d6dc9eb54180599b6f4881a6d5f8c6a410afcc76faf1be16f948338c4ce4cab2b1fe708a6bfc5940483bb58cbe0ab43de60b debian-10.0.0-armhf-DVD-9.template 804a249c009d79e55cec14dc2f91748e14f61152cf65b71fe13e119f838b3eca debian-10.0.0-armhf-DVD-9.template Sat 6 Jul 13:49:22 UTC 2019: Finished.