Sat 27 Apr 12:39:15 UTC 2019: Using CONF from /home/debian-cd/build.stretch/CONF.sh.stretch_release. rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD[1234567890]* rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/tasks rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/*.filelist* rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/packages-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/upgrade-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/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/stretch 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/stretch/tasks echo "- copying task files from 'tasks/stretch/'" - copying task files from 'tasks/stretch/' cp -r /home/debian-cd/build.stretch/debian-cd/tasks/stretch/* /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/tasks echo "- generating dynamic task files" - generating dynamic task files set -e; cd /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/tasks; \ /home/debian-cd/build.stretch/debian-cd/tools/update_tasks; \ /home/debian-cd/build.stretch/debian-cd/tools/generate_di_list; \ /home/debian-cd/build.stretch/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.39_all.deb date -u '+%Y%m%d' > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/DATE date -u '+%Y%m%dT%H%M%SZ' --date tomorrow > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/DATE-zulu dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/data/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ; \ fi for ARCH in armhf; do \ echo "Using the provided status file for stretch-$ARCH ..."; \ cp /home/debian-cd/build.stretch/debian-cd/data/stretch/status.$ARCH /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ if [ "$BACKPORTS"x != ""x ] ; then \ echo "Using the provided status file for stretch-backports-$ARCH ..."; \ cp /home/debian-cd/build.stretch/debian-cd/data/stretch/status.$ARCH /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-backports-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ fi; \ done Using the provided status file for stretch-armhf ... make[1]: Entering directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/data/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/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/stretch-$ARCH/apt/preferences.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-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/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-backports-$ARCH/status ; \ fi; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/catz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/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/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ /home/debian-cd/build.stretch/debian-cd/tools/catz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/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/stretch-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_2017.5_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/stretch-$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/stretch-$ARCH/apt/trusted.gpg.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-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/stretch-backports-$ARCH/apt/trusted.gpg.d; \ fi; \ done # Updating the apt database for ARCH in armhf; do \ export ARCH=$ARCH; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ done Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Ign:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Get:3 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release.gpg [2,434 B] Get:3 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release.gpg [2,434 B] Get:4 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/main armhf Packages [9,251 kB] Get:5 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/contrib armhf Packages [49.5 kB] Get:6 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/main/debian-installer armhf Packages [58.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 ] && \ [ "stretch"x != ""x ] && \ [ "stretch"x != "stretch"x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-source/apt/preferences.d ; \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-source/status ; \ export CODENAME=stretch; \ export ARCH=source; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ fi for ARCH in armhf; do \ export ARCH=$ARCH; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check || make correctstatus; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/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-listchanges : Depends: python3-apt (>= 0.7.93) but it is not installed Depends: python3:any (>= 3.5~) base-passwd : Depends: libdebconfclient0 (>= 0.145) but it is not installed bind9-host : Depends: libgeoip1 but it is not installed Depends: libisccfg140 (= 1:9.10.3.dfsg.P4-12.3+deb9u4) but it is not installed bsdmainutils : Depends: libbsd0 (>= 0.2.0) but it is not installed Depends: libncurses5 (>= 6) but it is not installed bsdutils : PreDepends: libsystemd0 but it is not installed dbus : Depends: libapparmor1 (>= 2.8.95) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcap-ng0 but it is not installed Depends: libdbus-1-3 (= 1.10.26-0+deb9u1) but it is not installed Depends: libexpat1 (>= 2.1~beta3) but it is not installed Depends: libsystemd0 (>= 209) 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 gnupg : Depends: gnupg-agent (= 2.1.18-8~deb9u4) but it is not installed Depends: libassuan0 (>= 2.0.1) but it is not installed Depends: libksba8 (>= 1.3.4) but it is not installed iproute2 : Depends: libelf1 (>= 0.131) but it is not installed Depends: libmnl0 (>= 1.0.3-4~) but it is not installed iptables : Depends: libip4tc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libip6tc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libiptc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libxtables12 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libnetfilter-conntrack3 but it is not installed Depends: libnfnetlink0 but it is not installed iputils-ping : Depends: libnettle6 but it is not installed isc-dhcp-client : Depends: libdns-export162 but it is not installed Depends: libisc-export160 but it is not installed libapt-pkg5.0 : Depends: liblz4-1 (>= 0.0~r127) but it is not installed libbind9-140 : Depends: libgeoip1 but it is not installed Depends: libisccfg140 but it is not installed libdns162 : Depends: libgeoip1 but it is not installed libedit2 : Depends: libbsd0 (>= 0.0) but it is not installed Depends: libncurses5 (>= 6) but it is not installed libgnutls30 : Depends: libgmp10 (>= 2:6) but it is not installed Depends: libhogweed4 but it is not installed Depends: libnettle6 but it is not installed libirs141 : Depends: libgeoip1 but it is not installed Depends: libisccfg140 but it is not installed libisc160 : Depends: libgeoip1 but it is not installed libkrad0 : Depends: libverto1 (>= 0.2.4) but it is not installed liblwres141 : Depends: libgeoip1 but it is not installed libp11-kit0 : Depends: libffi6 (>= 3.0.4) but it is not installed libpam-modules : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed libpam-modules-bin : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libpam0g : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libprocps6 : Depends: libsystemd0 (>= 209) but it is not installed libxml2 : Depends: libicu57 (>= 57.1-1~) but it is not installed login : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed passwd : Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libsemanage1 (>= 2.0.3) but it is not installed perl : Depends: libperl5.24 (= 5.24.1-3+deb9u5) but it is not installed procps : Depends: libncurses5 (>= 6) but it is not installed python : Depends: libpython-stdlib (= 2.7.13-2) but it is not installed python-minimal : Depends: python2.7-minimal (>= 2.7.13-1~) but it is not installed python2.7 : Depends: python2.7-minimal (= 2.7.13-2+deb9u3) but it is not installed Depends: libpython2.7-stdlib (= 2.7.13-2+deb9u3) but it is not installed python3-reportbug : Depends: python3:any (>= 3.3.2-2~) 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: libfastjson4 (>= 0.99.3) but it is not installed Depends: liblognorm5 (>= 1.1.2) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed systemd : Depends: libapparmor1 (>= 2.9.0-3+exp2) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcryptsetup4 (>= 2:1.4.3) but it is not installed Depends: libip4tc0 (>= 1.6.0+snapshot20161117) but it is not installed Depends: liblz4-1 (>= 0.0~r127) but it is not installed Depends: libseccomp2 (>= 2.3.1) but it is not installed Depends: libsystemd0 (= 232-25+deb9u11) but it is not installed tasksel : Depends: liblocale-gettext-perl but it is not installed util-linux : PreDepends: libsystemd0 but it is not installed vim-common : Depends: xxd but it is not installed wget : Depends: libnettle6 but it is not installed Depends: libpsl5 (>= 0.13.0) 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/stretch/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/data/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/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.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.stretch/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 stretch InRelease Ign:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [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.stretch/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/stretch-$ARCH/status; \ done; \ if [ "$BACKPORTS"x != ""x ] ; then \ for i in `USE_BP=1 /home/debian-cd/build.stretch/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/stretch-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.stretch/debian-cd/tools/apt-selection selected -f install`; do \ echo $ARCH:$i; \ /home/debian-cd/build.stretch/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/stretch-$ARCH/status; \ done; \ if [ "$BACKPORTS"x != ""x ] ; then \ for i in `USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection selected -f install`; do \ echo $ARCH:$i; \ USE_BP=1 /home/debian-cd/build.stretch/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/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi armhf:ca-certificates armhf:dh-python armhf:dmsetup armhf:gnupg-agent armhf:libapparmor1 armhf:libassuan0 armhf:libaudit-common armhf:libaudit1 armhf:libbsd0 armhf:libcap-ng0 armhf:libcryptsetup4 armhf:libcurl3-gnutls armhf:libdbus-1-3 armhf:libdebconfclient0 armhf:libdevmapper1.02.1 armhf:libdns-export162 armhf:libelf1 armhf:libev4 armhf:libexpat1 armhf:libfastjson4 armhf:libffi6 armhf:libgeoip1 armhf:libgmp10 armhf:libhogweed4 armhf:libicu57 armhf:libidn2-0 armhf:libip4tc0 armhf:libip6tc0 armhf:libiptc0 armhf:libisc-export160 armhf:libisccc140 armhf:libisccfg140 armhf:libksba8 armhf:liblocale-gettext-perl armhf:liblognorm5 armhf:liblz4-1 armhf:libmnl0 armhf:libmpdec2 armhf:libncurses5 armhf:libnetfilter-conntrack3 armhf:libnettle6 armhf:libnfnetlink0 armhf:libnghttp2-14 armhf:libnpth0 armhf:libperl5.24 armhf:libpsl5 armhf:libpython-stdlib armhf:libpython2.7-minimal armhf:libpython2.7-stdlib armhf:libpython3-stdlib armhf:libpython3.5-minimal armhf:libpython3.5-stdlib armhf:librtmp1 armhf:libseccomp2 armhf:libsemanage-common armhf:libsemanage1 armhf:libssh2-1 armhf:libsystemd0 armhf:libtext-charwidth-perl armhf:libtext-iconv-perl armhf:libtext-wrapi18n-perl armhf:libunistring0 armhf:libustr-1.0-1 armhf:libverto-libev1 armhf:libverto1 armhf:libxtables12 armhf:openssl armhf:pinentry-curses armhf:python-apt-common armhf:python2.7-minimal armhf:python3 armhf:python3-apt armhf:python3-chardet armhf:python3-debian armhf:python3-debianbts armhf:python3-httplib2 armhf:python3-minimal armhf:python3-pkg-resources armhf:python3-pycurl armhf:python3-pysimplesoap armhf:python3-requests armhf:python3-six armhf:python3-urllib3 armhf:python3.5 armhf:python3.5-minimal armhf:xxd for ARCH in armhf; do \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check; \ fi; \ done Reading package lists... Building dependency tree... make[2]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' make[1]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' ... checking your mirror /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "armhf" stretch stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/md5-check Looking in /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ Using MD5 sums from Packages files: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20170615+deb9u6/images/MD5SUMS for ARCH in armhf; do \ if [ -e /home/debian-cd/build.stretch/debian-cd/data/stretch/$ARCH/extra-sources ]; then \ echo "Extra dedicated source added; need to grab source MD5 info too"; \ /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian source stretch stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/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.89_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/data/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/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.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.stretch/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 stretch InRelease Ign:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [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/stretch/rawlist; \ else \ echo "mawk" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/rawlist; \ echo "exim4-daemon-light" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/rawlist; \ fi; \ fi if [ ""x != "yes"x ] ; then \ if [ _3 != _1 ]; then \ for ARCH in armhf; do \ BINCLUDE=`[ -n "" ] && cat | 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 \ stretch \ /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/stretch/debootstrap-list; \ cat /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap-list >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/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 != "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/stretch/tasks /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/tasks/Debian-all >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/rawlist; \ fi if [ ""x = "yes"x ] ; then \ awk '/^Package:/ {print $2}' /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-source/apt-state/lists/*Sources | \ sort -u > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/rawlist; \ fi Generating the complete list of packages to be included in /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/list... perl -ne 'chomp; next if /^\s*$/; \ print "$_\n" if not $seen{$_}; $seen{$_}++;' \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/rawlist \ > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/list /home/debian-cd/build.stretch/debian-cd/tools/check_backports_packages /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/list.backports if [ -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/list.backports ]; then mv /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/list.backports /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/list; fi for ARCH in armhf; do \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/sort_deps /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/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 110197630 bytes Adding the rest of the requested packages Now up to 54895420866 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 49877 packages, total size 56370178824 bytes. if [ ""x = "yes"x ] ; then \ /home/debian-cd/build.stretch/debian-cd/tools/grab_source_list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/packages; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/merge_package_lists /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt "armhf" /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/packages; \ fi if [ ""x = "yes"x ] ; then \ grep ^source /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/packages > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/packages.source; \ fi /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl /home/debian-cd/build.stretch/debian-cd /srv/cdbuilder.debian.org/src/ftp/debian /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf stretch "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 49877 packages for armhf Reading in translated package descriptions for main: Done: read 202879 entries for 36 languages Reading in translated package descriptions for contrib: Done: read 310 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.stretch/debian-cd/data/stretch/armhf_udeb_include WARNING: Unable to read UDEB_EXCLUDE file /home/debian-cd/build.stretch/debian-cd/data/stretch/armhf_udeb_exclude Adding docs to CD1 removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.cn.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.de.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.es.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.fi.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.fr.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.it.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.ja.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.pt_BR.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.sigs.tar.gz' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.ca.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.cs.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.de.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.es.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.fr.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.it.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.ja.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.lt.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.ml.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.pt.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.ro.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.ru.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.sigs.tar.gz' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.sk.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.sv.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.vi.txt' Extracting FAQ on CD1 Adding installtools Downloading most recent release notes for armhf URL transformed to HTTPS due to an HSTS policy --2019-04-27 12:41:55-- https://www.debian.org/releases/stretch/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: 6585326 (6.3M) [application/x-gzip] Saving to: 'release-notes-armhf.tar.gz' 0K .......... .......... .......... .......... .......... 0% 29.9M 0s 50K .......... .......... .......... .......... .......... 1% 27.9M 0s 100K .......... .......... .......... .......... .......... 2% 3.47M 1s 150K .......... .......... .......... .......... .......... 3% 17.6M 1s 200K .......... .......... .......... .......... .......... 3% 21.9M 1s 250K .......... .......... .......... .......... .......... 4% 16.9M 1s 300K .......... .......... .......... .......... .......... 5% 15.1M 0s 350K .......... .......... .......... .......... .......... 6% 17.8M 0s 400K .......... .......... .......... .......... .......... 6% 28.9M 0s 450K .......... .......... .......... .......... .......... 7% 40.3M 0s 500K .......... .......... .......... .......... .......... 8% 33.8M 0s 550K .......... .......... .......... .......... .......... 9% 42.4M 0s 600K .......... .......... .......... .......... .......... 10% 39.0M 0s 650K .......... .......... .......... .......... .......... 10% 40.7M 0s 700K .......... .......... .......... .......... .......... 11% 42.7M 0s 750K .......... .......... .......... .......... .......... 12% 41.0M 0s 800K .......... .......... .......... .......... .......... 13% 17.8M 0s 850K .......... .......... .......... .......... .......... 13% 27.9M 0s 900K .......... .......... .......... .......... .......... 14% 23.2M 0s 950K .......... .......... .......... .......... .......... 15% 26.5M 0s 1000K .......... .......... .......... .......... .......... 16% 21.9M 0s 1050K .......... .......... .......... .......... .......... 17% 23.4M 0s 1100K .......... .......... .......... .......... .......... 17% 27.5M 0s 1150K .......... .......... .......... .......... .......... 18% 27.0M 0s 1200K .......... .......... .......... .......... .......... 19% 24.9M 0s 1250K .......... .......... .......... .......... .......... 20% 40.1M 0s 1300K .......... .......... .......... .......... .......... 20% 35.7M 0s 1350K .......... .......... .......... .......... .......... 21% 31.1M 0s 1400K .......... .......... .......... .......... .......... 22% 36.8M 0s 1450K .......... .......... .......... .......... .......... 23% 31.8M 0s 1500K .......... .......... .......... .......... .......... 24% 45.5M 0s 1550K .......... .......... .......... .......... .......... 24% 40.1M 0s 1600K .......... .......... .......... .......... .......... 25% 30.6M 0s 1650K .......... .......... .......... .......... .......... 26% 35.7M 0s 1700K .......... .......... .......... .......... .......... 27% 36.5M 0s 1750K .......... .......... .......... .......... .......... 27% 39.4M 0s 1800K .......... .......... .......... .......... .......... 28% 41.2M 0s 1850K .......... .......... .......... .......... .......... 29% 39.3M 0s 1900K .......... .......... .......... .......... .......... 30% 32.7M 0s 1950K .......... .......... .......... .......... .......... 31% 40.6M 0s 2000K .......... .......... .......... .......... .......... 31% 29.7M 0s 2050K .......... .......... .......... .......... .......... 32% 32.4M 0s 2100K .......... .......... .......... .......... .......... 33% 43.3M 0s 2150K .......... .......... .......... .......... .......... 34% 40.2M 0s 2200K .......... .......... .......... .......... .......... 34% 19.3M 0s 2250K .......... .......... .......... .......... .......... 35% 14.4M 0s 2300K .......... .......... .......... .......... .......... 36% 13.1M 0s 2350K .......... .......... .......... .......... .......... 37% 14.4M 0s 2400K .......... .......... .......... .......... .......... 38% 23.1M 0s 2450K .......... .......... .......... .......... .......... 38% 41.9M 0s 2500K .......... .......... .......... .......... .......... 39% 34.4M 0s 2550K .......... .......... .......... .......... .......... 40% 38.6M 0s 2600K .......... .......... .......... .......... .......... 41% 41.0M 0s 2650K .......... .......... .......... .......... .......... 41% 41.8M 0s 2700K .......... .......... .......... .......... .......... 42% 41.0M 0s 2750K .......... .......... .......... .......... .......... 43% 42.5M 0s 2800K .......... .......... .......... .......... .......... 44% 28.9M 0s 2850K .......... .......... .......... .......... .......... 45% 37.8M 0s 2900K .......... .......... .......... .......... .......... 45% 38.3M 0s 2950K .......... .......... .......... .......... .......... 46% 35.0M 0s 3000K .......... .......... .......... .......... .......... 47% 8.03M 0s 3050K .......... .......... .......... .......... .......... 48% 22.6M 0s 3100K .......... .......... .......... .......... .......... 48% 24.6M 0s 3150K .......... .......... .......... .......... .......... 49% 24.6M 0s 3200K .......... .......... .......... .......... .......... 50% 16.2M 0s 3250K .......... .......... .......... .......... .......... 51% 29.5M 0s 3300K .......... .......... .......... .......... .......... 52% 46.3M 0s 3350K .......... .......... .......... .......... .......... 52% 35.8M 0s 3400K .......... .......... .......... .......... .......... 53% 44.4M 0s 3450K .......... .......... .......... .......... .......... 54% 35.9M 0s 3500K .......... .......... .......... .......... .......... 55% 38.9M 0s 3550K .......... .......... .......... .......... .......... 55% 45.2M 0s 3600K .......... .......... .......... .......... .......... 56% 31.5M 0s 3650K .......... .......... .......... .......... .......... 57% 47.0M 0s 3700K .......... .......... .......... .......... .......... 58% 38.2M 0s 3750K .......... .......... .......... .......... .......... 59% 46.0M 0s 3800K .......... .......... .......... .......... .......... 59% 44.8M 0s 3850K .......... .......... .......... .......... .......... 60% 47.5M 0s 3900K .......... .......... .......... .......... .......... 61% 48.1M 0s 3950K .......... .......... .......... .......... .......... 62% 44.5M 0s 4000K .......... .......... .......... .......... .......... 62% 37.1M 0s 4050K .......... .......... .......... .......... .......... 63% 34.7M 0s 4100K .......... .......... .......... .......... .......... 64% 45.8M 0s 4150K .......... .......... .......... .......... .......... 65% 48.1M 0s 4200K .......... .......... .......... .......... .......... 66% 45.5M 0s 4250K .......... .......... .......... .......... .......... 66% 22.7M 0s 4300K .......... .......... .......... .......... .......... 67% 48.9M 0s 4350K .......... .......... .......... .......... .......... 68% 41.1M 0s 4400K .......... .......... .......... .......... .......... 69% 35.4M 0s 4450K .......... .......... .......... .......... .......... 69% 45.5M 0s 4500K .......... .......... .......... .......... .......... 70% 43.7M 0s 4550K .......... .......... .......... .......... .......... 71% 49.0M 0s 4600K .......... .......... .......... .......... .......... 72% 43.2M 0s 4650K .......... .......... .......... .......... .......... 73% 41.2M 0s 4700K .......... .......... .......... .......... .......... 73% 45.4M 0s 4750K .......... .......... .......... .......... .......... 74% 44.8M 0s 4800K .......... .......... .......... .......... .......... 75% 38.1M 0s 4850K .......... .......... .......... .......... .......... 76% 46.4M 0s 4900K .......... .......... .......... .......... .......... 76% 43.1M 0s 4950K .......... .......... .......... .......... .......... 77% 44.4M 0s 5000K .......... .......... .......... .......... .......... 78% 9.73M 0s 5050K .......... .......... .......... .......... .......... 79% 41.6M 0s 5100K .......... .......... .......... .......... .......... 80% 37.4M 0s 5150K .......... .......... .......... .......... .......... 80% 31.4M 0s 5200K .......... .......... .......... .......... .......... 81% 19.8M 0s 5250K .......... .......... .......... .......... .......... 82% 31.1M 0s 5300K .......... .......... .......... .......... .......... 83% 30.9M 0s 5350K .......... .......... .......... .......... .......... 83% 28.1M 0s 5400K .......... .......... .......... .......... .......... 84% 30.3M 0s 5450K .......... .......... .......... .......... .......... 85% 21.6M 0s 5500K .......... .......... .......... .......... .......... 86% 28.7M 0s 5550K .......... .......... .......... .......... .......... 87% 29.5M 0s 5600K .......... .......... .......... .......... .......... 87% 32.4M 0s 5650K .......... .......... .......... .......... .......... 88% 39.2M 0s 5700K .......... .......... .......... .......... .......... 89% 42.8M 0s 5750K .......... .......... .......... .......... .......... 90% 41.0M 0s 5800K .......... .......... .......... .......... .......... 90% 36.8M 0s 5850K .......... .......... .......... .......... .......... 91% 39.2M 0s 5900K .......... .......... .......... .......... .......... 92% 42.5M 0s 5950K .......... .......... .......... .......... .......... 93% 42.5M 0s 6000K .......... .......... .......... .......... .......... 94% 28.8M 0s 6050K .......... .......... .......... .......... .......... 94% 26.1M 0s 6100K .......... .......... .......... .......... .......... 95% 41.5M 0s 6150K .......... .......... .......... .......... .......... 96% 28.0M 0s 6200K .......... .......... .......... .......... .......... 97% 6.66M 0s 6250K .......... .......... .......... .......... .......... 97% 43.5M 0s 6300K .......... .......... .......... .......... .......... 98% 46.0M 0s 6350K .......... .......... .......... .......... .......... 99% 45.9M 0s 6400K .......... .......... .......... 100% 33.4M=0.2s 2019-04-27 12:41:56 (28.1 MB/s) - 'release-notes-armhf.tar.gz' saved [6585326/6585326] da/ da/index.da.html da/ch-whats-new.da.html da/images/ da/images/caution.png da/images/toc-blank.png da/images/toc-minus.png da/images/prev.png da/images/toc-plus.png da/images/annot-open.png da/images/next.png da/images/note.png da/images/important.png da/images/draft.png da/images/tip.png da/images/annot-close.png da/images/up.png da/images/home.png da/images/warning.png da/images/blank.png da/ch-about.da.html da/debian.css da/relnotes-glossary.da.html da/relnotes-index.da.html da/release-notes.da.txt da/ch-upgrading.da.html da/release-notes.da.pdf da/ap-old-stuff.da.html da/ch-installing.da.html da/apb.da.html da/ch-information.da.html da/ch-moreinfo.da.html de/ de/ch-information.de.html de/release-notes.de.txt de/ch-whats-new.de.html de/ch-moreinfo.de.html de/relnotes-index.de.html de/images/ de/images/caution.png de/images/toc-blank.png de/images/toc-minus.png de/images/prev.png de/images/toc-plus.png de/images/annot-open.png de/images/next.png de/images/note.png de/images/important.png de/images/draft.png de/images/tip.png de/images/annot-close.png de/images/up.png de/images/home.png de/images/warning.png de/images/blank.png de/ch-installing.de.html de/ch-upgrading.de.html de/relnotes-glossary.de.html de/apb.de.html de/debian.css de/release-notes.de.pdf de/index.de.html de/ap-old-stuff.de.html de/ch-about.de.html en/ en/release-notes.en.txt en/apb.en.html en/images/ en/images/caution.png en/images/toc-blank.png en/images/toc-minus.png en/images/prev.png en/images/toc-plus.png en/images/annot-open.png en/images/next.png en/images/note.png en/images/important.png en/images/draft.png en/images/tip.png en/images/annot-close.png en/images/up.png en/images/home.png en/images/warning.png en/images/blank.png en/relnotes-index.en.html en/index.en.html en/debian.css en/ch-about.en.html en/relnotes-glossary.en.html en/ap-old-stuff.en.html en/ch-information.en.html en/ch-upgrading.en.html en/ch-whats-new.en.html en/ch-installing.en.html en/release-notes.en.pdf en/ch-moreinfo.en.html es/ es/ap-old-stuff.es.html es/ch-information.es.html es/ch-moreinfo.es.html es/ch-upgrading.es.html es/images/ es/images/caution.png es/images/toc-blank.png es/images/toc-minus.png es/images/prev.png es/images/toc-plus.png es/images/annot-open.png es/images/next.png es/images/note.png es/images/important.png es/images/draft.png es/images/tip.png es/images/annot-close.png es/images/up.png es/images/home.png es/images/warning.png es/images/blank.png es/index.es.html es/ch-whats-new.es.html es/debian.css es/relnotes-index.es.html es/ch-installing.es.html es/release-notes.es.txt es/relnotes-glossary.es.html es/release-notes.es.pdf es/ch-about.es.html es/apb.es.html fr/ fr/index.fr.html fr/release-notes.fr.pdf fr/ch-about.fr.html fr/images/ fr/images/caution.png fr/images/toc-blank.png fr/images/toc-minus.png fr/images/prev.png fr/images/toc-plus.png fr/images/annot-open.png fr/images/next.png fr/images/note.png fr/images/important.png fr/images/draft.png fr/images/tip.png fr/images/annot-close.png fr/images/up.png fr/images/home.png fr/images/warning.png fr/images/blank.png fr/ch-information.fr.html fr/debian.css fr/ch-upgrading.fr.html fr/relnotes-index.fr.html fr/release-notes.fr.txt fr/ch-installing.fr.html fr/apb.fr.html fr/relnotes-glossary.fr.html fr/ch-moreinfo.fr.html fr/ch-whats-new.fr.html fr/ap-old-stuff.fr.html it/ it/ch-installing.it.html it/index.it.html it/ap-old-stuff.it.html it/images/ it/images/caution.png it/images/toc-blank.png it/images/toc-minus.png it/images/prev.png it/images/toc-plus.png it/images/annot-open.png it/images/next.png it/images/note.png it/images/important.png it/images/draft.png it/images/tip.png it/images/annot-close.png it/images/up.png it/images/home.png it/images/warning.png it/images/blank.png it/ch-moreinfo.it.html it/debian.css it/relnotes-index.it.html it/ch-upgrading.it.html it/ch-about.it.html it/ch-information.it.html it/release-notes.it.txt it/apb.it.html it/release-notes.it.pdf it/ch-whats-new.it.html it/relnotes-glossary.it.html ja/ ja/ch-whats-new.ja.html ja/ch-about.ja.html ja/images/ ja/images/caution.png ja/images/toc-blank.png ja/images/toc-minus.png ja/images/prev.png ja/images/toc-plus.png ja/images/annot-open.png ja/images/next.png ja/images/note.png ja/images/important.png ja/images/draft.png ja/images/tip.png ja/images/annot-close.png ja/images/up.png ja/images/home.png ja/images/warning.png ja/images/blank.png ja/apb.ja.html ja/relnotes-index.ja.html ja/debian.css ja/ap-old-stuff.ja.html ja/ch-upgrading.ja.html ja/release-notes.ja.pdf ja/ch-moreinfo.ja.html ja/relnotes-glossary.ja.html ja/ch-installing.ja.html ja/ch-information.ja.html ja/release-notes.ja.txt ja/index.ja.html nl/ nl/images/ nl/images/caution.png nl/images/toc-blank.png nl/images/toc-minus.png nl/images/prev.png nl/images/toc-plus.png nl/images/annot-open.png nl/images/next.png nl/images/note.png nl/images/important.png nl/images/draft.png nl/images/tip.png nl/images/annot-close.png nl/images/up.png nl/images/home.png nl/images/warning.png nl/images/blank.png nl/ch-moreinfo.nl.html nl/ch-about.nl.html nl/ch-installing.nl.html nl/relnotes-index.nl.html nl/debian.css nl/ch-upgrading.nl.html nl/release-notes.nl.txt nl/ch-information.nl.html nl/ap-old-stuff.nl.html nl/index.nl.html nl/release-notes.nl.pdf nl/apb.nl.html nl/ch-whats-new.nl.html nl/relnotes-glossary.nl.html pl/ pl/relnotes-glossary.pl.html pl/apb.pl.html pl/relnotes-index.pl.html pl/release-notes.pl.pdf pl/images/ pl/images/caution.png pl/images/toc-blank.png pl/images/toc-minus.png pl/images/prev.png pl/images/toc-plus.png pl/images/annot-open.png pl/images/next.png pl/images/note.png pl/images/important.png pl/images/draft.png pl/images/tip.png pl/images/annot-close.png pl/images/up.png pl/images/home.png pl/images/warning.png pl/images/blank.png pl/ch-moreinfo.pl.html pl/debian.css pl/ch-whats-new.pl.html pl/ch-upgrading.pl.html pl/ap-old-stuff.pl.html pl/ch-information.pl.html pl/release-notes.pl.txt pl/index.pl.html pl/ch-installing.pl.html pl/ch-about.pl.html pt/ pt/release-notes.pt.txt pt/release-notes.pt.pdf pt/ch-information.pt.html pt/ch-about.pt.html pt/relnotes-index.pt.html pt/ch-upgrading.pt.html pt/images/ pt/images/caution.png pt/images/toc-blank.png pt/images/toc-minus.png pt/images/prev.png pt/images/toc-plus.png pt/images/annot-open.png pt/images/next.png pt/images/note.png pt/images/important.png pt/images/draft.png pt/images/tip.png pt/images/annot-close.png pt/images/up.png pt/images/home.png pt/images/warning.png pt/images/blank.png pt/ch-whats-new.pt.html pt/debian.css pt/relnotes-glossary.pt.html pt/apb.pt.html pt/index.pt.html pt/ap-old-stuff.pt.html pt/ch-moreinfo.pt.html pt/ch-installing.pt.html pt-br/ pt-br/release-notes.pt-br.txt pt-br/index.pt-br.html pt-br/ch-upgrading.pt-br.html pt-br/images/ pt-br/images/caution.png pt-br/images/toc-blank.png pt-br/images/toc-minus.png pt-br/images/prev.png pt-br/images/toc-plus.png pt-br/images/annot-open.png pt-br/images/next.png pt-br/images/note.png pt-br/images/important.png pt-br/images/draft.png pt-br/images/tip.png pt-br/images/annot-close.png pt-br/images/up.png pt-br/images/home.png pt-br/images/warning.png pt-br/images/blank.png pt-br/ch-installing.pt-br.html pt-br/apb.pt-br.html pt-br/ap-old-stuff.pt-br.html pt-br/ch-whats-new.pt-br.html pt-br/debian.css pt-br/release-notes.pt-br.pdf pt-br/relnotes-glossary.pt-br.html pt-br/ch-about.pt-br.html pt-br/ch-information.pt-br.html pt-br/ch-moreinfo.pt-br.html pt-br/relnotes-index.pt-br.html ro/ ro/relnotes-glossary.ro.html ro/ap-old-stuff.ro.html ro/relnotes-index.ro.html ro/images/ ro/images/caution.png ro/images/toc-blank.png ro/images/toc-minus.png ro/images/prev.png ro/images/toc-plus.png ro/images/annot-open.png ro/images/next.png ro/images/note.png ro/images/important.png ro/images/draft.png ro/images/tip.png ro/images/annot-close.png ro/images/up.png ro/images/home.png ro/images/warning.png ro/images/blank.png ro/ch-information.ro.html ro/apb.ro.html ro/ch-moreinfo.ro.html ro/ch-whats-new.ro.html ro/debian.css ro/index.ro.html ro/ch-installing.ro.html ro/release-notes.ro.txt ro/ch-about.ro.html ro/ch-upgrading.ro.html ro/release-notes.ro.pdf ru/ ru/ch-upgrading.ru.html ru/ch-whats-new.ru.html ru/relnotes-glossary.ru.html ru/apb.ru.html ru/images/ ru/images/caution.png ru/images/toc-blank.png ru/images/toc-minus.png ru/images/prev.png ru/images/toc-plus.png ru/images/annot-open.png ru/images/next.png ru/images/note.png ru/images/important.png ru/images/draft.png ru/images/tip.png ru/images/annot-close.png ru/images/up.png ru/images/home.png ru/images/warning.png ru/images/blank.png ru/release-notes.ru.txt ru/ap-old-stuff.ru.html ru/debian.css ru/index.ru.html ru/ch-installing.ru.html ru/ch-information.ru.html ru/ch-about.ru.html ru/release-notes.ru.pdf ru/ch-moreinfo.ru.html ru/relnotes-index.ru.html sk/ sk/release-notes.sk.pdf sk/ch-information.sk.html sk/images/ sk/images/caution.png sk/images/toc-blank.png sk/images/toc-minus.png sk/images/prev.png sk/images/toc-plus.png sk/images/annot-open.png sk/images/next.png sk/images/note.png sk/images/important.png sk/images/draft.png sk/images/tip.png sk/images/annot-close.png sk/images/up.png sk/images/home.png sk/images/warning.png sk/images/blank.png sk/relnotes-index.sk.html sk/ch-installing.sk.html sk/release-notes.sk.txt sk/debian.css sk/ch-about.sk.html sk/ch-upgrading.sk.html sk/relnotes-glossary.sk.html sk/apb.sk.html sk/ch-whats-new.sk.html sk/ch-moreinfo.sk.html sk/index.sk.html sk/ap-old-stuff.sk.html sv/ sv/ch-upgrading.sv.html sv/ch-about.sv.html sv/images/ sv/images/caution.png sv/images/toc-blank.png sv/images/toc-minus.png sv/images/prev.png sv/images/toc-plus.png sv/images/annot-open.png sv/images/next.png sv/images/note.png sv/images/important.png sv/images/draft.png sv/images/tip.png sv/images/annot-close.png sv/images/up.png sv/images/home.png sv/images/warning.png sv/images/blank.png sv/ch-moreinfo.sv.html sv/ch-installing.sv.html sv/debian.css sv/index.sv.html sv/ap-old-stuff.sv.html sv/ch-information.sv.html sv/apb.sv.html sv/release-notes.sv.txt sv/relnotes-index.sv.html sv/relnotes-glossary.sv.html sv/ch-whats-new.sv.html sv/release-notes.sv.pdf Adding common docs on CD1 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armhf: Running tools/boot/stretch/boot-armhf 1 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1 Starting new "armhf" DVD 1 at /home/debian-cd/build.stretch/debian-cd/stretch/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/stretch/CD1/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/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/stretch/CD1/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/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 5111 packages, 2268713 blocks, 4646324224 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/stretch/boot-armhf 2 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD2 Starting new "armhf" DVD 2 at /home/debian-cd/build.stretch/debian-cd/stretch/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/stretch/CD2/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD2/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD2/dists/stretch/main/i18n/Translation-pl 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 3341 packages, 2193977 blocks, 4493264896 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/stretch/boot-armhf 3 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3 Starting new "armhf" DVD 3 at /home/debian-cd/build.stretch/debian-cd/stretch/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/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-pl already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/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/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/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 2568 packages, 2290466 blocks, 4690874368 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/stretch/boot-armhf 4 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD4 Starting new "armhf" DVD 4 at /home/debian-cd/build.stretch/debian-cd/stretch/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/stretch/CD4/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD4/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD4/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD4/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD4/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD4/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD4/dists/stretch/main/i18n/Translation-pl 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 2738 packages, 2214365 blocks, 4535019520 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/stretch/boot-armhf 5 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5 Starting new "armhf" DVD 5 at /home/debian-cd/build.stretch/debian-cd/stretch/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/stretch/CD5/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/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 2404 packages, 2257786 blocks, 4623945728 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/stretch/boot-armhf 6 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6 Starting new "armhf" DVD 6 at /home/debian-cd/build.stretch/debian-cd/stretch/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/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/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/stretch/CD6/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/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 1557 packages, 2276875 blocks, 4663040000 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/stretch/boot-armhf 7 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD7 Starting new "armhf" DVD 7 at /home/debian-cd/build.stretch/debian-cd/stretch/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/stretch/CD7/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD7/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD7/dists/stretch/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/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD7/dists/stretch/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 3905 packages, 2288971 blocks, 4687812608 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/stretch/boot-armhf 8 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8 Starting new "armhf" DVD 8 at /home/debian-cd/build.stretch/debian-cd/stretch/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/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/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 4860 packages, 2268047 blocks, 4644960256 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/stretch/boot-armhf 9 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9 Starting new "armhf" DVD 9 at /home/debian-cd/build.stretch/debian-cd/stretch/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/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/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/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/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/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/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/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/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/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/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/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/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/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/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/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/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/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/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/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/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/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/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/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-sr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/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/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-uk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-uk 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 5077 packages, 2288406 blocks, 4686655488 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/stretch/boot-armhf 10 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10 Starting new "armhf" DVD 10 at /home/debian-cd/build.stretch/debian-cd/stretch/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/stretch/CD10/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/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/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/contrib/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/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/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/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/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/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/stretch/CD10/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/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/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/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/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/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/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/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/stretch/CD10/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/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/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/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 8094 packages, 2281859 blocks, 4673247232 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/stretch/boot-armhf 11 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11 Starting new "armhf" DVD 11 at /home/debian-cd/build.stretch/debian-cd/stretch/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/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/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/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/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/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/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 6207 packages, 2285644 blocks, 4680998912 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/stretch/boot-armhf 12 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12 Starting new "armhf" DVD 12 at /home/debian-cd/build.stretch/debian-cd/stretch/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/stretch/CD12/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/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/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/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 3603 packages, 2281565 blocks, 4672645120 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/stretch/boot-armhf 13 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD13 Starting new "armhf" DVD 13 at /home/debian-cd/build.stretch/debian-cd/stretch/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. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 13 (not) filled with 412 packages, 559674 blocks, 1146212352 bytes Finished: 49877 packages placed /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "armhf" stretch stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/md5-check Looking in /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ Using MD5 sums from Packages files: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20170615+deb9u6/images/MD5SUMS for ARCH in armhf; do \ if [ -e /home/debian-cd/build.stretch/debian-cd/data/stretch/$ARCH/extra-sources ]; then \ echo "Extra dedicated source added; need to grab source MD5 info too"; \ /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian source stretch stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/md5-check; \ fi; \ done /home/debian-cd/build.stretch/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch" "armhf" "/srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf" "9.9.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.stretch/debian-cd/tools/jigdo_cleanup" Generating the armhf iso/jigdo images ... Last-minute updates: README.html README.txt Sat 27 Apr 12:55:22 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 armhf 1' -o /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.0-armhf-DVD-1.iso -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.0-armhf-DVD-1.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.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/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD1 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.0-armhf-DVD-1.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 2380g 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/stretch/CD1' xorriso : UPDATE : 10437 files added in 1 seconds xorriso : UPDATE : 10437 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. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.45% done xorriso : UPDATE : 0.81% done, estimate finish Sat Apr 27 13:00:19 2019 xorriso : UPDATE : 1.20% done, estimate finish Sat Apr 27 13:00:07 2019 xorriso : UPDATE : 1.73% done, estimate finish Sat Apr 27 12:59:37 2019 xorriso : UPDATE : 3.53% done, estimate finish Sat Apr 27 12:57:56 2019 xorriso : UPDATE : 5.70% done, estimate finish Sat Apr 27 12:57:16 2019 xorriso : UPDATE : 7.19% done, estimate finish Sat Apr 27 12:57:06 2019 xorriso : UPDATE : 9.80% done, estimate finish Sat Apr 27 12:56:49 2019 xorriso : UPDATE : 11.93% done, estimate finish Sat Apr 27 12:56:42 2019 xorriso : UPDATE : 14.06% done, estimate finish Sat Apr 27 12:56:37 2019 xorriso : UPDATE : 16.29% done, estimate finish Sat Apr 27 12:56:33 2019 xorriso : UPDATE : 17.81% done, estimate finish Sat Apr 27 12:56:23 2019 xorriso : UPDATE : 20.80% done, estimate finish Sat Apr 27 12:56:19 2019 xorriso : UPDATE : 22.79% done, estimate finish Sat Apr 27 12:56:19 2019 xorriso : UPDATE : 25.14% done, estimate finish Sat Apr 27 12:56:18 2019 xorriso : UPDATE : 25.21% done, estimate finish Sat Apr 27 12:56:22 2019 xorriso : UPDATE : 29.49% done, estimate finish Sat Apr 27 12:56:17 2019 xorriso : UPDATE : 31.83% done, estimate finish Sat Apr 27 12:56:16 2019 xorriso : UPDATE : 33.99% done, estimate finish Sat Apr 27 12:56:16 2019 xorriso : UPDATE : 36.15% done, estimate finish Sat Apr 27 12:56:15 2019 xorriso : UPDATE : 37.89% done, estimate finish Sat Apr 27 12:56:15 2019 xorriso : UPDATE : 40.10% done, estimate finish Sat Apr 27 12:56:13 2019 xorriso : UPDATE : 42.60% done, estimate finish Sat Apr 27 12:56:13 2019 xorriso : UPDATE : 44.39% done, estimate finish Sat Apr 27 12:56:13 2019 xorriso : UPDATE : 46.03% done, estimate finish Sat Apr 27 12:56:13 2019 xorriso : UPDATE : 46.56% done, estimate finish Sat Apr 27 12:56:16 2019 xorriso : UPDATE : 49.21% done, estimate finish Sat Apr 27 12:56:15 2019 xorriso : UPDATE : 50.95% done, estimate finish Sat Apr 27 12:56:15 2019 xorriso : UPDATE : 53.01% done, estimate finish Sat Apr 27 12:56:15 2019 xorriso : UPDATE : 55.10% done, estimate finish Sat Apr 27 12:56:15 2019 xorriso : UPDATE : 56.80% done, estimate finish Sat Apr 27 12:56:15 2019 xorriso : UPDATE : 58.84% done, estimate finish Sat Apr 27 12:56:16 2019 xorriso : UPDATE : 60.80% done, estimate finish Sat Apr 27 12:56:16 2019 xorriso : UPDATE : 62.82% done, estimate finish Sat Apr 27 12:56:16 2019 xorriso : UPDATE : 64.62% done, estimate finish Sat Apr 27 12:56:16 2019 xorriso : UPDATE : 66.91% done, estimate finish Sat Apr 27 12:56:16 2019 xorriso : UPDATE : 68.39% done, estimate finish Sat Apr 27 12:56:16 2019 xorriso : UPDATE : 70.71% done, estimate finish Sat Apr 27 12:56:16 2019 xorriso : UPDATE : 72.67% done, estimate finish Sat Apr 27 12:56:16 2019 xorriso : UPDATE : 74.32% done, estimate finish Sat Apr 27 12:56:16 2019 xorriso : UPDATE : 76.65% done, estimate finish Sat Apr 27 12:56:16 2019 xorriso : UPDATE : 77.06% done, estimate finish Sat Apr 27 12:56:17 2019 xorriso : UPDATE : 80.31% done, estimate finish Sat Apr 27 12:56:16 2019 xorriso : UPDATE : 80.31% done, estimate finish Sat Apr 27 12:56:18 2019 xorriso : UPDATE : 80.31% done, estimate finish Sat Apr 27 12:56:19 2019 xorriso : UPDATE : 86.74% done, estimate finish Sat Apr 27 12:56:15 2019 xorriso : UPDATE : 88.38% done, estimate finish Sat Apr 27 12:56:15 2019 xorriso : UPDATE : 88.38% done, estimate finish Sat Apr 27 12:56:17 2019 xorriso : UPDATE : 94.51% done, estimate finish Sat Apr 27 12:56:14 2019 xorriso : UPDATE : 96.73% done xorriso : UPDATE : 98.90% done ISO image produced: 2268714 sectors Written to medium : 2268714 sectors at LBA 0 Writing to 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.0-armhf-DVD-1.iso' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 12:56:15 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 armhf 10' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.0-armhf-DVD-10.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.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/stretch/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/stretch/CD10' xorriso : UPDATE : 14298 files added in 1 seconds xorriso : UPDATE : 14298 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.49% done xorriso : UPDATE : 1.25% done, estimate finish Sat Apr 27 12:59:20 2019 xorriso : UPDATE : 3.33% done, estimate finish Sat Apr 27 12:57:55 2019 xorriso : UPDATE : 3.94% done, estimate finish Sat Apr 27 12:58:06 2019 xorriso : UPDATE : 5.59% done, estimate finish Sat Apr 27 12:57:51 2019 xorriso : UPDATE : 7.83% done, estimate finish Sat Apr 27 12:57:37 2019 xorriso : UPDATE : 8.75% done, estimate finish Sat Apr 27 12:57:40 2019 xorriso : UPDATE : 11.96% done, estimate finish Sat Apr 27 12:57:26 2019 xorriso : UPDATE : 14.15% done, estimate finish Sat Apr 27 12:57:22 2019 xorriso : UPDATE : 15.88% done, estimate finish Sat Apr 27 12:57:21 2019 xorriso : UPDATE : 18.22% done, estimate finish Sat Apr 27 12:57:18 2019 xorriso : UPDATE : 20.02% done, estimate finish Sat Apr 27 12:57:11 2019 xorriso : UPDATE : 21.86% done, estimate finish Sat Apr 27 12:57:10 2019 xorriso : UPDATE : 23.94% done, estimate finish Sat Apr 27 12:57:10 2019 xorriso : UPDATE : 24.85% done, estimate finish Sat Apr 27 12:57:13 2019 xorriso : UPDATE : 28.20% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 30.24% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 32.39% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 34.16% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 36.08% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 37.84% done, estimate finish Sat Apr 27 12:57:10 2019 xorriso : UPDATE : 39.14% done, estimate finish Sat Apr 27 12:57:10 2019 xorriso : UPDATE : 41.35% done, estimate finish Sat Apr 27 12:57:10 2019 xorriso : UPDATE : 43.52% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 45.14% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 47.70% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 49.42% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 51.08% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 52.65% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 54.45% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 56.25% done, estimate finish Sat Apr 27 12:57:10 2019 xorriso : UPDATE : 58.14% done, estimate finish Sat Apr 27 12:57:10 2019 xorriso : UPDATE : 59.91% done, estimate finish Sat Apr 27 12:57:10 2019 xorriso : UPDATE : 62.03% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 63.56% done, estimate finish Sat Apr 27 12:57:11 2019 xorriso : UPDATE : 65.86% done, estimate finish Sat Apr 27 12:57:10 2019 xorriso : UPDATE : 67.88% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 69.98% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 71.88% done, estimate finish Sat Apr 27 12:57:10 2019 xorriso : UPDATE : 72.30% done, estimate finish Sat Apr 27 12:57:11 2019 xorriso : UPDATE : 72.30% done, estimate finish Sat Apr 27 12:57:12 2019 xorriso : UPDATE : 77.82% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 78.79% done, estimate finish Sat Apr 27 12:57:10 2019 xorriso : UPDATE : 81.99% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 83.78% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 85.48% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 87.07% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 89.62% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 91.84% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 93.82% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 95.22% done, estimate finish Sat Apr 27 12:57:09 2019 xorriso : UPDATE : 95.94% done, estimate finish Sat Apr 27 12:57:10 2019 xorriso : UPDATE : 99.77% done ISO image produced: 2281860 sectors Written to medium : 2281860 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 12:57:10 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 armhf 11' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.0-armhf-DVD-11.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.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/stretch/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/stretch/CD11' xorriso : UPDATE : 10972 files added in 1 seconds xorriso : UPDATE : 10972 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.49% done xorriso : UPDATE : 2.28% done, estimate finish Sat Apr 27 12:58:57 2019 xorriso : UPDATE : 3.97% done, estimate finish Sat Apr 27 12:58:37 2019 xorriso : UPDATE : 6.08% done, estimate finish Sat Apr 27 12:58:24 2019 xorriso : UPDATE : 8.31% done, estimate finish Sat Apr 27 12:58:16 2019 xorriso : UPDATE : 10.33% done, estimate finish Sat Apr 27 12:58:13 2019 xorriso : UPDATE : 11.55% done, estimate finish Sat Apr 27 12:58:15 2019 xorriso : UPDATE : 13.09% done, estimate finish Sat Apr 27 12:58:15 2019 xorriso : UPDATE : 16.40% done, estimate finish Sat Apr 27 12:58:08 2019 xorriso : UPDATE : 18.46% done, estimate finish Sat Apr 27 12:58:07 2019 xorriso : UPDATE : 19.58% done, estimate finish Sat Apr 27 12:58:09 2019 xorriso : UPDATE : 22.48% done, estimate finish Sat Apr 27 12:58:01 2019 xorriso : UPDATE : 24.45% done, estimate finish Sat Apr 27 12:58:02 2019 xorriso : UPDATE : 26.22% done, estimate finish Sat Apr 27 12:58:02 2019 xorriso : UPDATE : 28.59% done, estimate finish Sat Apr 27 12:58:02 2019 xorriso : UPDATE : 30.21% done, estimate finish Sat Apr 27 12:58:02 2019 xorriso : UPDATE : 32.60% done, estimate finish Sat Apr 27 12:58:01 2019 xorriso : UPDATE : 34.30% done, estimate finish Sat Apr 27 12:58:01 2019 xorriso : UPDATE : 35.76% done, estimate finish Sat Apr 27 12:58:02 2019 xorriso : UPDATE : 37.10% done, estimate finish Sat Apr 27 12:58:03 2019 xorriso : UPDATE : 39.11% done, estimate finish Sat Apr 27 12:58:04 2019 xorriso : UPDATE : 40.39% done, estimate finish Sat Apr 27 12:58:05 2019 xorriso : UPDATE : 42.90% done, estimate finish Sat Apr 27 12:58:04 2019 xorriso : UPDATE : 44.67% done, estimate finish Sat Apr 27 12:58:04 2019 xorriso : UPDATE : 46.75% done, estimate finish Sat Apr 27 12:58:04 2019 xorriso : UPDATE : 48.68% done, estimate finish Sat Apr 27 12:58:04 2019 xorriso : UPDATE : 50.46% done, estimate finish Sat Apr 27 12:58:04 2019 xorriso : UPDATE : 52.72% done, estimate finish Sat Apr 27 12:58:03 2019 xorriso : UPDATE : 54.25% done, estimate finish Sat Apr 27 12:58:04 2019 xorriso : UPDATE : 56.09% done, estimate finish Sat Apr 27 12:58:04 2019 xorriso : UPDATE : 57.68% done, estimate finish Sat Apr 27 12:58:04 2019 xorriso : UPDATE : 59.02% done, estimate finish Sat Apr 27 12:58:05 2019 xorriso : UPDATE : 61.16% done, estimate finish Sat Apr 27 12:58:04 2019 xorriso : UPDATE : 63.65% done, estimate finish Sat Apr 27 12:58:03 2019 xorriso : UPDATE : 65.10% done, estimate finish Sat Apr 27 12:58:04 2019 xorriso : UPDATE : 67.61% done, estimate finish Sat Apr 27 12:58:03 2019 xorriso : UPDATE : 69.56% done, estimate finish Sat Apr 27 12:58:03 2019 xorriso : UPDATE : 71.49% done, estimate finish Sat Apr 27 12:58:04 2019 xorriso : UPDATE : 73.28% done, estimate finish Sat Apr 27 12:58:03 2019 xorriso : UPDATE : 74.81% done, estimate finish Sat Apr 27 12:58:04 2019 xorriso : UPDATE : 77.09% done, estimate finish Sat Apr 27 12:58:03 2019 xorriso : UPDATE : 78.98% done, estimate finish Sat Apr 27 12:58:03 2019 xorriso : UPDATE : 81.04% done, estimate finish Sat Apr 27 12:58:03 2019 xorriso : UPDATE : 82.90% done, estimate finish Sat Apr 27 12:58:03 2019 xorriso : UPDATE : 84.28% done, estimate finish Sat Apr 27 12:58:04 2019 xorriso : UPDATE : 85.08% done, estimate finish Sat Apr 27 12:58:05 2019 xorriso : UPDATE : 88.55% done, estimate finish Sat Apr 27 12:58:03 2019 xorriso : UPDATE : 90.39% done, estimate finish Sat Apr 27 12:58:03 2019 xorriso : UPDATE : 93.29% done, estimate finish Sat Apr 27 12:58:03 2019 xorriso : UPDATE : 95.19% done, estimate finish Sat Apr 27 12:58:03 2019 xorriso : UPDATE : 96.67% done xorriso : UPDATE : 99.17% done ISO image produced: 2285645 sectors Written to medium : 2285645 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 12:58:04 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 armhf 12' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.0-armhf-DVD-12.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.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/stretch/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/stretch/CD12' xorriso : UPDATE : 6104 files added in 1 seconds xorriso : UPDATE : 6104 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.23% done xorriso : UPDATE : 1.99% done xorriso : UPDATE : 3.93% done, estimate finish Sat Apr 27 12:59:11 2019 xorriso : UPDATE : 5.21% done, estimate finish Sat Apr 27 12:59:14 2019 xorriso : UPDATE : 7.71% done, estimate finish Sat Apr 27 12:59:05 2019 xorriso : UPDATE : 7.74% done, estimate finish Sat Apr 27 12:59:17 2019 xorriso : UPDATE : 11.73% done, estimate finish Sat Apr 27 12:59:01 2019 xorriso : UPDATE : 12.78% done, estimate finish Sat Apr 27 12:59:04 2019 xorriso : UPDATE : 15.93% done, estimate finish Sat Apr 27 12:58:59 2019 xorriso : UPDATE : 16.74% done, estimate finish Sat Apr 27 12:59:02 2019 xorriso : UPDATE : 20.18% done, estimate finish Sat Apr 27 12:58:57 2019 xorriso : UPDATE : 21.83% done, estimate finish Sat Apr 27 12:58:58 2019 xorriso : UPDATE : 22.90% done, estimate finish Sat Apr 27 12:58:58 2019 xorriso : UPDATE : 26.15% done, estimate finish Sat Apr 27 12:58:55 2019 xorriso : UPDATE : 28.05% done, estimate finish Sat Apr 27 12:58:54 2019 xorriso : UPDATE : 30.09% done, estimate finish Sat Apr 27 12:58:55 2019 xorriso : UPDATE : 31.83% done, estimate finish Sat Apr 27 12:58:55 2019 xorriso : UPDATE : 33.92% done, estimate finish Sat Apr 27 12:58:55 2019 xorriso : UPDATE : 36.01% done, estimate finish Sat Apr 27 12:58:55 2019 xorriso : UPDATE : 38.03% done, estimate finish Sat Apr 27 12:58:55 2019 xorriso : UPDATE : 39.92% done, estimate finish Sat Apr 27 12:58:55 2019 xorriso : UPDATE : 41.98% done, estimate finish Sat Apr 27 12:58:55 2019 xorriso : UPDATE : 43.80% done, estimate finish Sat Apr 27 12:58:54 2019 xorriso : UPDATE : 46.03% done, estimate finish Sat Apr 27 12:58:54 2019 xorriso : UPDATE : 47.52% done, estimate finish Sat Apr 27 12:58:54 2019 xorriso : UPDATE : 49.85% done, estimate finish Sat Apr 27 12:58:54 2019 xorriso : UPDATE : 51.92% done, estimate finish Sat Apr 27 12:58:54 2019 xorriso : UPDATE : 53.70% done, estimate finish Sat Apr 27 12:58:54 2019 xorriso : UPDATE : 55.44% done, estimate finish Sat Apr 27 12:58:55 2019 xorriso : UPDATE : 57.28% done, estimate finish Sat Apr 27 12:58:56 2019 xorriso : UPDATE : 59.12% done, estimate finish Sat Apr 27 12:58:55 2019 xorriso : UPDATE : 60.21% done, estimate finish Sat Apr 27 12:58:57 2019 xorriso : UPDATE : 60.21% done, estimate finish Sat Apr 27 12:59:00 2019 xorriso : UPDATE : 62.65% done, estimate finish Sat Apr 27 12:58:59 2019 xorriso : UPDATE : 67.15% done, estimate finish Sat Apr 27 12:58:55 2019 xorriso : UPDATE : 69.20% done, estimate finish Sat Apr 27 12:58:55 2019 xorriso : UPDATE : 69.47% done, estimate finish Sat Apr 27 12:58:57 2019 xorriso : UPDATE : 69.47% done, estimate finish Sat Apr 27 12:58:59 2019 xorriso : UPDATE : 74.50% done, estimate finish Sat Apr 27 12:58:56 2019 xorriso : UPDATE : 77.04% done, estimate finish Sat Apr 27 12:58:55 2019 xorriso : UPDATE : 79.04% done, estimate finish Sat Apr 27 12:58:55 2019 xorriso : UPDATE : 80.69% done, estimate finish Sat Apr 27 12:58:55 2019 xorriso : UPDATE : 82.49% done, estimate finish Sat Apr 27 12:58:54 2019 xorriso : UPDATE : 84.94% done, estimate finish Sat Apr 27 12:58:55 2019 xorriso : UPDATE : 86.09% done, estimate finish Sat Apr 27 12:58:55 2019 xorriso : UPDATE : 88.80% done, estimate finish Sat Apr 27 12:58:55 2019 xorriso : UPDATE : 90.81% done, estimate finish Sat Apr 27 12:58:55 2019 xorriso : UPDATE : 92.82% done, estimate finish Sat Apr 27 12:58:55 2019 xorriso : UPDATE : 94.79% done, estimate finish Sat Apr 27 12:58:55 2019 xorriso : UPDATE : 96.65% done xorriso : UPDATE : 97.46% done ISO image produced: 2281566 sectors Written to medium : 2281566 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 12:58:56 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 armhf 13' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.0-armhf-DVD-13.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.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/stretch/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/stretch/CD13' xorriso : UPDATE : 731 files added in 1 seconds xorriso : UPDATE : 731 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.14% done xorriso : UPDATE : 5.04% done xorriso : UPDATE : 10.48% done xorriso : UPDATE : 10.48% done, estimate finish Sat Apr 27 12:59:23 2019 xorriso : UPDATE : 10.48% done, estimate finish Sat Apr 27 12:59:33 2019 xorriso : UPDATE : 10.48% done, estimate finish Sat Apr 27 12:59:43 2019 xorriso : UPDATE : 42.54% done, estimate finish Sat Apr 27 12:59:10 2019 xorriso : UPDATE : 42.54% done, estimate finish Sat Apr 27 12:59:13 2019 xorriso : UPDATE : 42.54% done, estimate finish Sat Apr 27 12:59:15 2019 xorriso : UPDATE : 55.10% done, estimate finish Sat Apr 27 12:59:13 2019 xorriso : UPDATE : 81.07% done, estimate finish Sat Apr 27 12:59:09 2019 xorriso : UPDATE : 81.62% done, estimate finish Sat Apr 27 12:59:10 2019 xorriso : UPDATE : 97.36% done ISO image produced: 559675 sectors Written to medium : 559675 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 12:59:09 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 armhf 2' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.0-armhf-DVD-2.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.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/stretch/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/stretch/CD2' xorriso : UPDATE : 5649 files added in 1 seconds xorriso : UPDATE : 5649 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-3_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.27% done xorriso : UPDATE : 1.89% done xorriso : UPDATE : 3.64% done, estimate finish Sat Apr 27 13:00:24 2019 xorriso : UPDATE : 5.61% done, estimate finish Sat Apr 27 13:00:16 2019 xorriso : UPDATE : 7.59% done, estimate finish Sat Apr 27 13:00:12 2019 xorriso : UPDATE : 9.64% done, estimate finish Sat Apr 27 13:00:09 2019 xorriso : UPDATE : 10.49% done, estimate finish Sat Apr 27 13:00:14 2019 xorriso : UPDATE : 13.98% done, estimate finish Sat Apr 27 13:00:05 2019 xorriso : UPDATE : 15.04% done, estimate finish Sat Apr 27 13:00:08 2019 xorriso : UPDATE : 18.26% done, estimate finish Sat Apr 27 13:00:03 2019 xorriso : UPDATE : 20.29% done, estimate finish Sat Apr 27 13:00:03 2019 xorriso : UPDATE : 21.22% done, estimate finish Sat Apr 27 13:00:05 2019 xorriso : UPDATE : 24.50% done, estimate finish Sat Apr 27 12:59:58 2019 xorriso : UPDATE : 26.68% done, estimate finish Sat Apr 27 12:59:58 2019 xorriso : UPDATE : 27.99% done, estimate finish Sat Apr 27 12:59:59 2019 xorriso : UPDATE : 30.93% done, estimate finish Sat Apr 27 12:59:57 2019 xorriso : UPDATE : 32.99% done, estimate finish Sat Apr 27 12:59:58 2019 xorriso : UPDATE : 35.00% done, estimate finish Sat Apr 27 12:59:58 2019 xorriso : UPDATE : 36.82% done, estimate finish Sat Apr 27 12:59:59 2019 xorriso : UPDATE : 39.07% done, estimate finish Sat Apr 27 12:59:58 2019 xorriso : UPDATE : 41.24% done, estimate finish Sat Apr 27 12:59:58 2019 xorriso : UPDATE : 43.43% done, estimate finish Sat Apr 27 12:59:58 2019 xorriso : UPDATE : 45.19% done, estimate finish Sat Apr 27 12:59:58 2019 xorriso : UPDATE : 46.85% done, estimate finish Sat Apr 27 12:59:58 2019 xorriso : UPDATE : 48.88% done, estimate finish Sat Apr 27 12:59:58 2019 xorriso : UPDATE : 50.29% done, estimate finish Sat Apr 27 13:00:00 2019 xorriso : UPDATE : 53.19% done, estimate finish Sat Apr 27 12:59:58 2019 xorriso : UPDATE : 55.18% done, estimate finish Sat Apr 27 12:59:58 2019 xorriso : UPDATE : 57.06% done, estimate finish Sat Apr 27 12:59:58 2019 xorriso : UPDATE : 57.94% done, estimate finish Sat Apr 27 13:00:00 2019 xorriso : UPDATE : 61.53% done, estimate finish Sat Apr 27 12:59:59 2019 xorriso : UPDATE : 63.65% done, estimate finish Sat Apr 27 12:59:58 2019 xorriso : UPDATE : 65.77% done, estimate finish Sat Apr 27 12:59:58 2019 xorriso : UPDATE : 66.28% done, estimate finish Sat Apr 27 13:00:00 2019 xorriso : UPDATE : 69.48% done, estimate finish Sat Apr 27 12:59:58 2019 xorriso : UPDATE : 72.29% done, estimate finish Sat Apr 27 12:59:58 2019 xorriso : UPDATE : 74.46% done, estimate finish Sat Apr 27 12:59:58 2019 xorriso : UPDATE : 76.29% done, estimate finish Sat Apr 27 12:59:58 2019 xorriso : UPDATE : 76.29% done, estimate finish Sat Apr 27 13:00:00 2019 xorriso : UPDATE : 76.29% done, estimate finish Sat Apr 27 13:00:01 2019 xorriso : UPDATE : 83.33% done, estimate finish Sat Apr 27 12:59:57 2019 xorriso : UPDATE : 85.83% done, estimate finish Sat Apr 27 12:59:57 2019 xorriso : UPDATE : 87.57% done, estimate finish Sat Apr 27 12:59:57 2019 xorriso : UPDATE : 89.15% done, estimate finish Sat Apr 27 12:59:57 2019 xorriso : UPDATE : 92.73% done, estimate finish Sat Apr 27 12:59:57 2019 xorriso : UPDATE : 94.72% done, estimate finish Sat Apr 27 12:59:57 2019 xorriso : UPDATE : 97.23% done xorriso : UPDATE : 99.09% done ISO image produced: 2193978 sectors Written to medium : 2193978 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 12:59:58 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 armhf 3' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.0-armhf-DVD-3.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.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/stretch/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/stretch/CD3' xorriso : UPDATE : 4550 files added in 1 seconds xorriso : UPDATE : 4550 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.3-1_armhf.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.34% done xorriso : UPDATE : 0.50% done xorriso : UPDATE : 0.50% done, estimate finish Sat Apr 27 13:09:03 2019 xorriso : UPDATE : 0.50% done, estimate finish Sat Apr 27 13:12:25 2019 xorriso : UPDATE : 0.50% done, estimate finish Sat Apr 27 13:15:46 2019 xorriso : UPDATE : 0.50% done, estimate finish Sat Apr 27 13:19:08 2019 xorriso : UPDATE : 5.63% done, estimate finish Sat Apr 27 13:01:58 2019 xorriso : UPDATE : 14.23% done, estimate finish Sat Apr 27 13:00:53 2019 xorriso : UPDATE : 16.16% done, estimate finish Sat Apr 27 13:00:53 2019 xorriso : UPDATE : 18.08% done, estimate finish Sat Apr 27 13:00:52 2019 xorriso : UPDATE : 20.05% done, estimate finish Sat Apr 27 13:00:52 2019 xorriso : UPDATE : 22.01% done, estimate finish Sat Apr 27 13:00:52 2019 xorriso : UPDATE : 23.97% done, estimate finish Sat Apr 27 13:00:52 2019 xorriso : UPDATE : 25.84% done, estimate finish Sat Apr 27 13:00:52 2019 xorriso : UPDATE : 26.87% done, estimate finish Sat Apr 27 13:00:54 2019 xorriso : UPDATE : 30.06% done, estimate finish Sat Apr 27 13:00:51 2019 xorriso : UPDATE : 31.88% done, estimate finish Sat Apr 27 13:00:40 2019 xorriso : UPDATE : 33.89% done, estimate finish Sat Apr 27 13:00:42 2019 xorriso : UPDATE : 35.80% done, estimate finish Sat Apr 27 13:00:42 2019 xorriso : UPDATE : 37.63% done, estimate finish Sat Apr 27 13:00:43 2019 xorriso : UPDATE : 39.67% done, estimate finish Sat Apr 27 13:00:43 2019 xorriso : UPDATE : 41.53% done, estimate finish Sat Apr 27 13:00:44 2019 xorriso : UPDATE : 42.61% done, estimate finish Sat Apr 27 13:00:46 2019 xorriso : UPDATE : 45.28% done, estimate finish Sat Apr 27 13:00:45 2019 xorriso : UPDATE : 47.23% done, estimate finish Sat Apr 27 13:00:46 2019 xorriso : UPDATE : 49.41% done, estimate finish Sat Apr 27 13:00:46 2019 xorriso : UPDATE : 50.62% done, estimate finish Sat Apr 27 13:00:50 2019 xorriso : UPDATE : 53.08% done, estimate finish Sat Apr 27 13:00:49 2019 xorriso : UPDATE : 54.60% done, estimate finish Sat Apr 27 13:00:50 2019 xorriso : UPDATE : 56.85% done, estimate finish Sat Apr 27 13:00:49 2019 xorriso : UPDATE : 59.24% done, estimate finish Sat Apr 27 13:00:49 2019 xorriso : UPDATE : 60.84% done, estimate finish Sat Apr 27 13:00:49 2019 xorriso : UPDATE : 63.48% done, estimate finish Sat Apr 27 13:00:48 2019 xorriso : UPDATE : 65.30% done, estimate finish Sat Apr 27 13:00:49 2019 xorriso : UPDATE : 67.31% done, estimate finish Sat Apr 27 13:00:49 2019 xorriso : UPDATE : 68.74% done, estimate finish Sat Apr 27 13:00:50 2019 xorriso : UPDATE : 70.61% done, estimate finish Sat Apr 27 13:00:49 2019 xorriso : UPDATE : 72.81% done, estimate finish Sat Apr 27 13:00:49 2019 xorriso : UPDATE : 74.59% done, estimate finish Sat Apr 27 13:00:49 2019 xorriso : UPDATE : 74.59% done, estimate finish Sat Apr 27 13:00:51 2019 xorriso : UPDATE : 74.59% done, estimate finish Sat Apr 27 13:00:53 2019 xorriso : UPDATE : 74.59% done, estimate finish Sat Apr 27 13:00:55 2019 xorriso : UPDATE : 74.59% done, estimate finish Sat Apr 27 13:00:57 2019 xorriso : UPDATE : 85.88% done, estimate finish Sat Apr 27 13:00:48 2019 xorriso : UPDATE : 86.57% done, estimate finish Sat Apr 27 13:00:49 2019 xorriso : UPDATE : 89.97% done, estimate finish Sat Apr 27 13:00:48 2019 xorriso : UPDATE : 90.99% done, estimate finish Sat Apr 27 13:00:49 2019 xorriso : UPDATE : 94.07% done, estimate finish Sat Apr 27 13:00:48 2019 xorriso : UPDATE : 94.36% done, estimate finish Sat Apr 27 13:00:49 2019 xorriso : UPDATE : 97.95% done xorriso : UPDATE : 99.90% done ISO image produced: 2290467 sectors Written to medium : 2290467 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 13:00:50 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 armhf 4' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.0-armhf-DVD-4.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.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/stretch/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/stretch/CD4' xorriso : UPDATE : 4952 files added in 1 seconds xorriso : UPDATE : 4952 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-3_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.24% done xorriso : UPDATE : 1.99% done xorriso : UPDATE : 4.05% done, estimate finish Sat Apr 27 13:01:58 2019 xorriso : UPDATE : 6.18% done, estimate finish Sat Apr 27 13:01:51 2019 xorriso : UPDATE : 7.47% done, estimate finish Sat Apr 27 13:01:54 2019 xorriso : UPDATE : 10.51% done, estimate finish Sat Apr 27 13:01:45 2019 xorriso : UPDATE : 10.74% done, estimate finish Sat Apr 27 13:01:53 2019 xorriso : UPDATE : 10.74% done, estimate finish Sat Apr 27 13:02:03 2019 xorriso : UPDATE : 15.92% done, estimate finish Sat Apr 27 13:01:45 2019 xorriso : UPDATE : 15.92% done, estimate finish Sat Apr 27 13:01:52 2019 xorriso : UPDATE : 15.92% done, estimate finish Sat Apr 27 13:01:58 2019 xorriso : UPDATE : 15.92% done, estimate finish Sat Apr 27 13:02:04 2019 xorriso : UPDATE : 15.92% done, estimate finish Sat Apr 27 13:02:14 2019 xorriso : UPDATE : 15.92% done, estimate finish Sat Apr 27 13:02:22 2019 xorriso : UPDATE : 15.92% done, estimate finish Sat Apr 27 13:02:30 2019 xorriso : UPDATE : 15.92% done, estimate finish Sat Apr 27 13:02:38 2019 xorriso : UPDATE : 15.92% done, estimate finish Sat Apr 27 13:02:46 2019 xorriso : UPDATE : 15.92% done, estimate finish Sat Apr 27 13:02:54 2019 xorriso : UPDATE : 15.92% done, estimate finish Sat Apr 27 13:03:02 2019 xorriso : UPDATE : 17.09% done, estimate finish Sat Apr 27 13:02:58 2019 xorriso : UPDATE : 41.76% done, estimate finish Sat Apr 27 13:01:39 2019 xorriso : UPDATE : 42.48% done, estimate finish Sat Apr 27 13:01:40 2019 xorriso : UPDATE : 46.37% done, estimate finish Sat Apr 27 13:01:33 2019 xorriso : UPDATE : 48.62% done, estimate finish Sat Apr 27 13:01:34 2019 xorriso : UPDATE : 50.53% done, estimate finish Sat Apr 27 13:01:34 2019 xorriso : UPDATE : 52.41% done, estimate finish Sat Apr 27 13:01:34 2019 xorriso : UPDATE : 54.64% done, estimate finish Sat Apr 27 13:01:35 2019 xorriso : UPDATE : 56.54% done, estimate finish Sat Apr 27 13:01:36 2019 xorriso : UPDATE : 57.10% done, estimate finish Sat Apr 27 13:01:37 2019 xorriso : UPDATE : 60.44% done, estimate finish Sat Apr 27 13:01:36 2019 xorriso : UPDATE : 62.38% done, estimate finish Sat Apr 27 13:01:36 2019 xorriso : UPDATE : 64.45% done, estimate finish Sat Apr 27 13:01:37 2019 xorriso : UPDATE : 66.76% done, estimate finish Sat Apr 27 13:01:39 2019 xorriso : UPDATE : 68.70% done, estimate finish Sat Apr 27 13:01:39 2019 xorriso : UPDATE : 70.25% done, estimate finish Sat Apr 27 13:01:39 2019 xorriso : UPDATE : 72.91% done, estimate finish Sat Apr 27 13:01:39 2019 xorriso : UPDATE : 75.06% done, estimate finish Sat Apr 27 13:01:39 2019 xorriso : UPDATE : 76.98% done, estimate finish Sat Apr 27 13:01:39 2019 xorriso : UPDATE : 79.18% done, estimate finish Sat Apr 27 13:01:39 2019 xorriso : UPDATE : 81.21% done, estimate finish Sat Apr 27 13:01:39 2019 xorriso : UPDATE : 83.25% done, estimate finish Sat Apr 27 13:01:39 2019 xorriso : UPDATE : 85.31% done, estimate finish Sat Apr 27 13:01:39 2019 xorriso : UPDATE : 87.43% done, estimate finish Sat Apr 27 13:01:39 2019 xorriso : UPDATE : 87.43% done, estimate finish Sat Apr 27 13:01:40 2019 xorriso : UPDATE : 91.79% done, estimate finish Sat Apr 27 13:01:38 2019 xorriso : UPDATE : 93.18% done, estimate finish Sat Apr 27 13:01:39 2019 xorriso : UPDATE : 94.50% done, estimate finish Sat Apr 27 13:01:39 2019 xorriso : UPDATE : 97.90% done ISO image produced: 2214366 sectors Written to medium : 2214366 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 13:01:39 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 armhf 5' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.0-armhf-DVD-5.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.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/stretch/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/stretch/CD5' xorriso : UPDATE : 4389 files added in 1 seconds xorriso : UPDATE : 4389 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.3-1_armhf.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.35% done xorriso : UPDATE : 2.49% done xorriso : UPDATE : 4.33% done, estimate finish Sat Apr 27 13:02:42 2019 xorriso : UPDATE : 6.75% done, estimate finish Sat Apr 27 13:02:35 2019 xorriso : UPDATE : 8.96% done, estimate finish Sat Apr 27 13:02:32 2019 xorriso : UPDATE : 11.20% done, estimate finish Sat Apr 27 13:02:31 2019 xorriso : UPDATE : 13.12% done, estimate finish Sat Apr 27 13:02:31 2019 xorriso : UPDATE : 15.30% done, estimate finish Sat Apr 27 13:02:30 2019 xorriso : UPDATE : 17.02% done, estimate finish Sat Apr 27 13:02:31 2019 xorriso : UPDATE : 17.02% done, estimate finish Sat Apr 27 13:02:37 2019 xorriso : UPDATE : 21.83% done, estimate finish Sat Apr 27 13:02:29 2019 xorriso : UPDATE : 23.74% done, estimate finish Sat Apr 27 13:02:29 2019 xorriso : UPDATE : 23.74% done, estimate finish Sat Apr 27 13:02:31 2019 xorriso : UPDATE : 28.39% done, estimate finish Sat Apr 27 13:02:26 2019 xorriso : UPDATE : 30.41% done, estimate finish Sat Apr 27 13:02:26 2019 xorriso : UPDATE : 32.52% done, estimate finish Sat Apr 27 13:02:27 2019 xorriso : UPDATE : 34.83% done, estimate finish Sat Apr 27 13:02:26 2019 xorriso : UPDATE : 36.27% done, estimate finish Sat Apr 27 13:02:27 2019 xorriso : UPDATE : 37.31% done, estimate finish Sat Apr 27 13:02:29 2019 xorriso : UPDATE : 41.22% done, estimate finish Sat Apr 27 13:02:26 2019 xorriso : UPDATE : 42.92% done, estimate finish Sat Apr 27 13:02:27 2019 xorriso : UPDATE : 44.94% done, estimate finish Sat Apr 27 13:02:27 2019 xorriso : UPDATE : 47.28% done, estimate finish Sat Apr 27 13:02:26 2019 xorriso : UPDATE : 47.89% done, estimate finish Sat Apr 27 13:02:27 2019 xorriso : UPDATE : 47.89% done, estimate finish Sat Apr 27 13:02:29 2019 xorriso : UPDATE : 53.68% done, estimate finish Sat Apr 27 13:02:25 2019 xorriso : UPDATE : 54.47% done, estimate finish Sat Apr 27 13:02:26 2019 xorriso : UPDATE : 54.47% done, estimate finish Sat Apr 27 13:02:29 2019 xorriso : UPDATE : 58.96% done, estimate finish Sat Apr 27 13:02:26 2019 xorriso : UPDATE : 62.26% done, estimate finish Sat Apr 27 13:02:25 2019 xorriso : UPDATE : 62.26% done, estimate finish Sat Apr 27 13:02:27 2019 xorriso : UPDATE : 62.26% done, estimate finish Sat Apr 27 13:02:30 2019 xorriso : UPDATE : 62.26% done, estimate finish Sat Apr 27 13:02:31 2019 xorriso : UPDATE : 62.26% done, estimate finish Sat Apr 27 13:02:37 2019 xorriso : UPDATE : 73.87% done, estimate finish Sat Apr 27 13:02:26 2019 xorriso : UPDATE : 76.00% done, estimate finish Sat Apr 27 13:02:25 2019 xorriso : UPDATE : 77.93% done, estimate finish Sat Apr 27 13:02:26 2019 xorriso : UPDATE : 79.87% done, estimate finish Sat Apr 27 13:02:25 2019 xorriso : UPDATE : 81.78% done, estimate finish Sat Apr 27 13:02:26 2019 xorriso : UPDATE : 82.41% done, estimate finish Sat Apr 27 13:02:27 2019 xorriso : UPDATE : 86.16% done, estimate finish Sat Apr 27 13:02:26 2019 xorriso : UPDATE : 87.99% done, estimate finish Sat Apr 27 13:02:26 2019 xorriso : UPDATE : 90.17% done, estimate finish Sat Apr 27 13:02:26 2019 xorriso : UPDATE : 90.17% done, estimate finish Sat Apr 27 13:02:26 2019 xorriso : UPDATE : 94.50% done xorriso : UPDATE : 96.21% done xorriso : UPDATE : 98.58% done ISO image produced: 2257787 sectors Written to medium : 2257787 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 13:02:27 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 armhf 6' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.0-armhf-DVD-6.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.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/stretch/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/stretch/CD6' xorriso : UPDATE : 2856 files added in 1 seconds xorriso : UPDATE : 2856 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.69% done xorriso : UPDATE : 2.95% done xorriso : UPDATE : 4.87% done, estimate finish Sat Apr 27 13:03:25 2019 xorriso : UPDATE : 7.07% done, estimate finish Sat Apr 27 13:03:21 2019 xorriso : UPDATE : 8.99% done, estimate finish Sat Apr 27 13:03:21 2019 xorriso : UPDATE : 11.10% done, estimate finish Sat Apr 27 13:03:20 2019 xorriso : UPDATE : 11.93% done, estimate finish Sat Apr 27 13:03:25 2019 xorriso : UPDATE : 11.93% done, estimate finish Sat Apr 27 13:03:33 2019 xorriso : UPDATE : 11.93% done, estimate finish Sat Apr 27 13:03:42 2019 xorriso : UPDATE : 18.14% done, estimate finish Sat Apr 27 13:03:22 2019 xorriso : UPDATE : 21.06% done, estimate finish Sat Apr 27 13:03:19 2019 xorriso : UPDATE : 21.06% done, estimate finish Sat Apr 27 13:03:24 2019 xorriso : UPDATE : 23.46% done, estimate finish Sat Apr 27 13:03:21 2019 xorriso : UPDATE : 27.56% done, estimate finish Sat Apr 27 13:03:16 2019 xorriso : UPDATE : 29.51% done, estimate finish Sat Apr 27 13:03:17 2019 xorriso : UPDATE : 31.39% done, estimate finish Sat Apr 27 13:03:17 2019 xorriso : UPDATE : 33.49% done, estimate finish Sat Apr 27 13:03:16 2019 xorriso : UPDATE : 34.66% done, estimate finish Sat Apr 27 13:03:18 2019 xorriso : UPDATE : 36.46% done, estimate finish Sat Apr 27 13:03:18 2019 xorriso : UPDATE : 39.52% done, estimate finish Sat Apr 27 13:03:16 2019 xorriso : UPDATE : 41.43% done, estimate finish Sat Apr 27 13:03:16 2019 xorriso : UPDATE : 42.74% done, estimate finish Sat Apr 27 13:03:17 2019 xorriso : UPDATE : 45.61% done, estimate finish Sat Apr 27 13:03:15 2019 xorriso : UPDATE : 46.27% done, estimate finish Sat Apr 27 13:03:17 2019 xorriso : UPDATE : 48.89% done, estimate finish Sat Apr 27 13:03:17 2019 xorriso : UPDATE : 48.89% done, estimate finish Sat Apr 27 13:03:19 2019 xorriso : UPDATE : 48.89% done, estimate finish Sat Apr 27 13:03:22 2019 xorriso : UPDATE : 48.89% done, estimate finish Sat Apr 27 13:03:25 2019 xorriso : UPDATE : 48.89% done, estimate finish Sat Apr 27 13:03:28 2019 xorriso : UPDATE : 48.89% done, estimate finish Sat Apr 27 13:03:31 2019 xorriso : UPDATE : 48.89% done, estimate finish Sat Apr 27 13:03:33 2019 xorriso : UPDATE : 49.48% done, estimate finish Sat Apr 27 13:03:34 2019 xorriso : UPDATE : 67.39% done, estimate finish Sat Apr 27 13:03:15 2019 xorriso : UPDATE : 69.14% done, estimate finish Sat Apr 27 13:03:15 2019 xorriso : UPDATE : 71.40% done, estimate finish Sat Apr 27 13:03:15 2019 xorriso : UPDATE : 72.62% done, estimate finish Sat Apr 27 13:03:16 2019 xorriso : UPDATE : 72.62% done, estimate finish Sat Apr 27 13:03:18 2019 xorriso : UPDATE : 72.62% done, estimate finish Sat Apr 27 13:03:20 2019 xorriso : UPDATE : 79.32% done, estimate finish Sat Apr 27 13:03:16 2019 xorriso : UPDATE : 79.32% done, estimate finish Sat Apr 27 13:03:17 2019 xorriso : UPDATE : 79.32% done, estimate finish Sat Apr 27 13:03:18 2019 xorriso : UPDATE : 79.32% done, estimate finish Sat Apr 27 13:03:20 2019 xorriso : UPDATE : 87.45% done, estimate finish Sat Apr 27 13:03:15 2019 xorriso : UPDATE : 87.45% done, estimate finish Sat Apr 27 13:03:17 2019 xorriso : UPDATE : 87.45% done, estimate finish Sat Apr 27 13:03:19 2019 xorriso : UPDATE : 94.67% done, estimate finish Sat Apr 27 13:03:15 2019 xorriso : UPDATE : 94.67% done, estimate finish Sat Apr 27 13:03:16 2019 xorriso : UPDATE : 99.18% done ISO image produced: 2276876 sectors Written to medium : 2276876 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 13:03:16 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 armhf 7' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.0-armhf-DVD-7.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.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/stretch/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/stretch/CD7' xorriso : UPDATE : 6994 files added in 1 seconds xorriso : UPDATE : 6994 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/hdmi2usb-fx2-firmware_0.0.0~git20151225-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/ubertooth-firmware_2015.09.R2-4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.21% done xorriso : UPDATE : 1.26% done xorriso : UPDATE : 3.23% done, estimate finish Sat Apr 27 13:04:37 2019 xorriso : UPDATE : 4.95% done, estimate finish Sat Apr 27 13:04:30 2019 xorriso : UPDATE : 5.75% done, estimate finish Sat Apr 27 13:04:37 2019 xorriso : UPDATE : 5.75% done, estimate finish Sat Apr 27 13:04:54 2019 xorriso : UPDATE : 5.75% done, estimate finish Sat Apr 27 13:05:12 2019 xorriso : UPDATE : 10.49% done, estimate finish Sat Apr 27 13:04:29 2019 xorriso : UPDATE : 15.64% done, estimate finish Sat Apr 27 13:04:12 2019 xorriso : UPDATE : 17.79% done, estimate finish Sat Apr 27 13:04:11 2019 xorriso : UPDATE : 19.94% done, estimate finish Sat Apr 27 13:04:10 2019 xorriso : UPDATE : 21.65% done, estimate finish Sat Apr 27 13:04:11 2019 xorriso : UPDATE : 23.94% done, estimate finish Sat Apr 27 13:04:05 2019 xorriso : UPDATE : 26.21% done, estimate finish Sat Apr 27 13:04:06 2019 xorriso : UPDATE : 28.22% done, estimate finish Sat Apr 27 13:04:05 2019 xorriso : UPDATE : 30.37% done, estimate finish Sat Apr 27 13:04:06 2019 xorriso : UPDATE : 32.46% done, estimate finish Sat Apr 27 13:04:05 2019 xorriso : UPDATE : 34.33% done, estimate finish Sat Apr 27 13:04:05 2019 xorriso : UPDATE : 36.30% done, estimate finish Sat Apr 27 13:04:05 2019 xorriso : UPDATE : 38.14% done, estimate finish Sat Apr 27 13:04:06 2019 xorriso : UPDATE : 40.12% done, estimate finish Sat Apr 27 13:04:06 2019 xorriso : UPDATE : 41.58% done, estimate finish Sat Apr 27 13:04:06 2019 xorriso : UPDATE : 43.92% done, estimate finish Sat Apr 27 13:04:07 2019 xorriso : UPDATE : 45.10% done, estimate finish Sat Apr 27 13:04:08 2019 xorriso : UPDATE : 47.35% done, estimate finish Sat Apr 27 13:04:08 2019 xorriso : UPDATE : 49.94% done, estimate finish Sat Apr 27 13:04:07 2019 xorriso : UPDATE : 52.20% done, estimate finish Sat Apr 27 13:04:07 2019 xorriso : UPDATE : 53.90% done, estimate finish Sat Apr 27 13:04:07 2019 xorriso : UPDATE : 55.62% done, estimate finish Sat Apr 27 13:04:07 2019 xorriso : UPDATE : 55.62% done, estimate finish Sat Apr 27 13:04:09 2019 xorriso : UPDATE : 55.62% done, estimate finish Sat Apr 27 13:04:12 2019 xorriso : UPDATE : 62.58% done, estimate finish Sat Apr 27 13:04:06 2019 xorriso : UPDATE : 64.46% done, estimate finish Sat Apr 27 13:04:06 2019 xorriso : UPDATE : 66.29% done, estimate finish Sat Apr 27 13:04:06 2019 xorriso : UPDATE : 67.67% done, estimate finish Sat Apr 27 13:04:07 2019 xorriso : UPDATE : 70.33% done, estimate finish Sat Apr 27 13:04:06 2019 xorriso : UPDATE : 72.08% done, estimate finish Sat Apr 27 13:04:06 2019 xorriso : UPDATE : 74.42% done, estimate finish Sat Apr 27 13:04:06 2019 xorriso : UPDATE : 76.44% done, estimate finish Sat Apr 27 13:04:06 2019 xorriso : UPDATE : 78.09% done, estimate finish Sat Apr 27 13:04:06 2019 xorriso : UPDATE : 80.00% done, estimate finish Sat Apr 27 13:04:06 2019 xorriso : UPDATE : 81.98% done, estimate finish Sat Apr 27 13:04:07 2019 xorriso : UPDATE : 83.98% done, estimate finish Sat Apr 27 13:04:07 2019 xorriso : UPDATE : 85.92% done, estimate finish Sat Apr 27 13:04:07 2019 xorriso : UPDATE : 88.26% done, estimate finish Sat Apr 27 13:04:06 2019 xorriso : UPDATE : 89.98% done, estimate finish Sat Apr 27 13:04:07 2019 xorriso : UPDATE : 91.86% done, estimate finish Sat Apr 27 13:04:07 2019 xorriso : UPDATE : 94.67% done, estimate finish Sat Apr 27 13:04:06 2019 xorriso : UPDATE : 96.68% done xorriso : UPDATE : 98.34% done ISO image produced: 2288972 sectors Written to medium : 2288972 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 13:04:07 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 armhf 8' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.0-armhf-DVD-8.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.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/stretch/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/stretch/CD8' xorriso : UPDATE : 8894 files added in 1 seconds xorriso : UPDATE : 8894 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/expeyes-firmware-dev_4.2.1+dfsg-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/nxt-firmware_1.29-20120908+dfsg-7_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.72% done xorriso : UPDATE : 2.66% done, estimate finish Sat Apr 27 13:05:42 2019 xorriso : UPDATE : 4.51% done, estimate finish Sat Apr 27 13:05:26 2019 xorriso : UPDATE : 6.38% done, estimate finish Sat Apr 27 13:05:19 2019 xorriso : UPDATE : 7.28% done, estimate finish Sat Apr 27 13:05:24 2019 xorriso : UPDATE : 9.56% done, estimate finish Sat Apr 27 13:05:16 2019 xorriso : UPDATE : 11.09% done, estimate finish Sat Apr 27 13:05:16 2019 xorriso : UPDATE : 14.88% done, estimate finish Sat Apr 27 13:05:05 2019 xorriso : UPDATE : 16.95% done, estimate finish Sat Apr 27 13:05:04 2019 xorriso : UPDATE : 19.15% done, estimate finish Sat Apr 27 13:05:03 2019 xorriso : UPDATE : 21.09% done, estimate finish Sat Apr 27 13:05:03 2019 xorriso : UPDATE : 21.09% done, estimate finish Sat Apr 27 13:05:02 2019 xorriso : UPDATE : 25.41% done, estimate finish Sat Apr 27 13:04:57 2019 xorriso : UPDATE : 27.23% done, estimate finish Sat Apr 27 13:04:57 2019 xorriso : UPDATE : 29.54% done, estimate finish Sat Apr 27 13:04:58 2019 xorriso : UPDATE : 31.05% done, estimate finish Sat Apr 27 13:04:58 2019 xorriso : UPDATE : 33.59% done, estimate finish Sat Apr 27 13:04:57 2019 xorriso : UPDATE : 35.63% done, estimate finish Sat Apr 27 13:04:58 2019 xorriso : UPDATE : 37.25% done, estimate finish Sat Apr 27 13:04:58 2019 xorriso : UPDATE : 38.59% done, estimate finish Sat Apr 27 13:04:58 2019 xorriso : UPDATE : 40.54% done, estimate finish Sat Apr 27 13:04:58 2019 xorriso : UPDATE : 42.06% done, estimate finish Sat Apr 27 13:04:59 2019 xorriso : UPDATE : 44.56% done, estimate finish Sat Apr 27 13:04:57 2019 xorriso : UPDATE : 46.27% done, estimate finish Sat Apr 27 13:04:58 2019 xorriso : UPDATE : 47.95% done, estimate finish Sat Apr 27 13:04:58 2019 xorriso : UPDATE : 49.15% done, estimate finish Sat Apr 27 13:05:00 2019 xorriso : UPDATE : 50.73% done, estimate finish Sat Apr 27 13:05:00 2019 xorriso : UPDATE : 50.73% done, estimate finish Sat Apr 27 13:05:03 2019 xorriso : UPDATE : 55.25% done, estimate finish Sat Apr 27 13:05:00 2019 xorriso : UPDATE : 55.25% done, estimate finish Sat Apr 27 13:05:01 2019 xorriso : UPDATE : 60.97% done, estimate finish Sat Apr 27 13:04:57 2019 xorriso : UPDATE : 62.67% done, estimate finish Sat Apr 27 13:04:57 2019 xorriso : UPDATE : 64.04% done, estimate finish Sat Apr 27 13:04:59 2019 xorriso : UPDATE : 66.71% done, estimate finish Sat Apr 27 13:04:58 2019 xorriso : UPDATE : 68.68% done, estimate finish Sat Apr 27 13:04:58 2019 xorriso : UPDATE : 70.59% done, estimate finish Sat Apr 27 13:04:58 2019 xorriso : UPDATE : 72.04% done, estimate finish Sat Apr 27 13:04:59 2019 xorriso : UPDATE : 74.48% done, estimate finish Sat Apr 27 13:04:58 2019 xorriso : UPDATE : 76.50% done, estimate finish Sat Apr 27 13:04:58 2019 xorriso : UPDATE : 78.38% done, estimate finish Sat Apr 27 13:04:58 2019 xorriso : UPDATE : 79.97% done, estimate finish Sat Apr 27 13:04:59 2019 xorriso : UPDATE : 82.28% done, estimate finish Sat Apr 27 13:04:58 2019 xorriso : UPDATE : 84.43% done, estimate finish Sat Apr 27 13:04:58 2019 xorriso : UPDATE : 86.42% done, estimate finish Sat Apr 27 13:04:58 2019 xorriso : UPDATE : 88.64% done, estimate finish Sat Apr 27 13:04:58 2019 xorriso : UPDATE : 89.37% done, estimate finish Sat Apr 27 13:04:59 2019 xorriso : UPDATE : 89.37% done, estimate finish Sat Apr 27 13:05:00 2019 xorriso : UPDATE : 89.37% done, estimate finish Sat Apr 27 13:05:02 2019 xorriso : UPDATE : 96.59% done xorriso : UPDATE : 98.99% done ISO image produced: 2268048 sectors Written to medium : 2268048 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 13:04:59 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 armhf 9' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.0-armhf-DVD-9.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.9.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/stretch/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/stretch/CD9' xorriso : UPDATE : 9213 files added in 1 seconds xorriso : UPDATE : 9213 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.2016.06-1+b2_armhf.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/ubertooth-firmware-source_2015.09.R2-4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.49% done xorriso : UPDATE : 1.91% done, estimate finish Sat Apr 27 13:07:06 2019 xorriso : UPDATE : 3.32% done, estimate finish Sat Apr 27 13:06:43 2019 xorriso : UPDATE : 6.23% done, estimate finish Sat Apr 27 13:06:11 2019 xorriso : UPDATE : 8.16% done, estimate finish Sat Apr 27 13:06:06 2019 xorriso : UPDATE : 9.36% done, estimate finish Sat Apr 27 13:06:09 2019 xorriso : UPDATE : 9.36% done, estimate finish Sat Apr 27 13:06:19 2019 xorriso : UPDATE : 14.21% done, estimate finish Sat Apr 27 13:05:59 2019 xorriso : UPDATE : 16.10% done, estimate finish Sat Apr 27 13:05:59 2019 xorriso : UPDATE : 18.10% done, estimate finish Sat Apr 27 13:05:58 2019 xorriso : UPDATE : 19.82% done, estimate finish Sat Apr 27 13:05:58 2019 xorriso : UPDATE : 21.98% done, estimate finish Sat Apr 27 13:05:51 2019 xorriso : UPDATE : 23.42% done, estimate finish Sat Apr 27 13:05:53 2019 xorriso : UPDATE : 25.46% done, estimate finish Sat Apr 27 13:05:52 2019 xorriso : UPDATE : 25.46% done, estimate finish Sat Apr 27 13:05:56 2019 xorriso : UPDATE : 25.46% done, estimate finish Sat Apr 27 13:06:01 2019 xorriso : UPDATE : 30.88% done, estimate finish Sat Apr 27 13:05:52 2019 xorriso : UPDATE : 33.32% done, estimate finish Sat Apr 27 13:05:52 2019 xorriso : UPDATE : 36.64% done, estimate finish Sat Apr 27 13:05:50 2019 xorriso : UPDATE : 38.68% done, estimate finish Sat Apr 27 13:05:50 2019 xorriso : UPDATE : 40.83% done, estimate finish Sat Apr 27 13:05:50 2019 xorriso : UPDATE : 42.89% done, estimate finish Sat Apr 27 13:05:49 2019 xorriso : UPDATE : 45.11% done, estimate finish Sat Apr 27 13:05:49 2019 xorriso : UPDATE : 46.92% done, estimate finish Sat Apr 27 13:05:49 2019 xorriso : UPDATE : 48.71% done, estimate finish Sat Apr 27 13:05:49 2019 xorriso : UPDATE : 50.19% done, estimate finish Sat Apr 27 13:05:51 2019 xorriso : UPDATE : 51.70% done, estimate finish Sat Apr 27 13:05:51 2019 xorriso : UPDATE : 54.81% done, estimate finish Sat Apr 27 13:05:51 2019 xorriso : UPDATE : 56.14% done, estimate finish Sat Apr 27 13:05:50 2019 xorriso : UPDATE : 58.78% done, estimate finish Sat Apr 27 13:05:50 2019 xorriso : UPDATE : 60.49% done, estimate finish Sat Apr 27 13:05:50 2019 xorriso : UPDATE : 62.39% done, estimate finish Sat Apr 27 13:05:51 2019 xorriso : UPDATE : 64.23% done, estimate finish Sat Apr 27 13:05:51 2019 xorriso : UPDATE : 66.31% done, estimate finish Sat Apr 27 13:05:51 2019 xorriso : UPDATE : 68.33% done, estimate finish Sat Apr 27 13:05:51 2019 xorriso : UPDATE : 69.95% done, estimate finish Sat Apr 27 13:05:51 2019 xorriso : UPDATE : 70.77% done, estimate finish Sat Apr 27 13:05:52 2019 xorriso : UPDATE : 74.25% done, estimate finish Sat Apr 27 13:05:51 2019 xorriso : UPDATE : 76.56% done, estimate finish Sat Apr 27 13:05:50 2019 xorriso : UPDATE : 78.39% done, estimate finish Sat Apr 27 13:05:50 2019 xorriso : UPDATE : 80.38% done, estimate finish Sat Apr 27 13:05:50 2019 xorriso : UPDATE : 81.83% done, estimate finish Sat Apr 27 13:05:51 2019 xorriso : UPDATE : 81.83% done, estimate finish Sat Apr 27 13:05:53 2019 xorriso : UPDATE : 81.83% done, estimate finish Sat Apr 27 13:05:55 2019 xorriso : UPDATE : 81.83% done, estimate finish Sat Apr 27 13:05:57 2019 xorriso : UPDATE : 81.83% done, estimate finish Sat Apr 27 13:05:58 2019 xorriso : UPDATE : 92.45% done, estimate finish Sat Apr 27 13:05:50 2019 xorriso : UPDATE : 93.08% done, estimate finish Sat Apr 27 13:05:51 2019 xorriso : UPDATE : 97.12% done xorriso : UPDATE : 99.11% done ISO image produced: 2288407 sectors Written to medium : 2288407 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. /home/debian-cd/build.stretch/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 bd1911d86ee7b9b897db7d04e331daaae287d55e debian-9.9.0-armhf-DVD-1.iso No Jigdo help for md5, doing it the long way with md5sum d622f1df099451353c9c8ee83cc7344f debian-9.9.0-armhf-DVD-1.iso No Jigdo help for sha512, doing it the long way with sha512sum d4a6123f2ebbae490612fe07b2eac949f43e7b5ecfb767f19c233fcc4ccc9b5033eff8aee63c0cfb0c01e6d568ae38c335dceffb432d196fddfce5b9f4b16d55 debian-9.9.0-armhf-DVD-1.iso No Jigdo help for sha256, doing it the long way with sha256sum ae6aafe99dea7b3ac4dfae71e7d388acdf9a81576876df054dea17df9fbc912a debian-9.9.0-armhf-DVD-1.iso 8de0b41b4e69a817e190adee8c4c5348acd9abd1 debian-9.9.0-armhf-DVD-1.jigdo 81060a5a7b42bb70d52ceca390f1232e debian-9.9.0-armhf-DVD-1.jigdo 4796baf85f62311d65ed687613637add8995e39da81a7bb7aa6996fc02446b5ddd3daea72afa2f5a72699dbe00797dd1c123c438e46fbca301e8397de07f1a89 debian-9.9.0-armhf-DVD-1.jigdo f25f876ec476101df859ade6aeaf7c290adc8854c6b889ed459fd848e60f7a42 debian-9.9.0-armhf-DVD-1.jigdo 27c43b3ba2cc714db7ea1b386fa7a704b4c016e1 debian-9.9.0-armhf-DVD-1.template 742b22e5e441c6901c05200c0d3aae5b debian-9.9.0-armhf-DVD-1.template cc40768ed3a855399cb1ae82f10552024105910507ec03c9a776991406ac2a2ce18106a4447b8e675783f54581eefc13c7b4000485574dced9d4b1d1c3378cfb debian-9.9.0-armhf-DVD-1.template ed420b783b816884d26e4991930cf5bbe1f43ae4e1bbf39c73c6c6964c07f214 debian-9.9.0-armhf-DVD-1.template 3f4b46fee89f993987281f325819a95f80ace24d debian-9.9.0-armhf-DVD-10.iso ccf0da0803b3096102ef9c25478a4452a5f28015 debian-9.9.0-armhf-DVD-10.jigdo 6364a2b5431da02d9a0cf4d2c7f98b8c debian-9.9.0-armhf-DVD-10.iso 4ed04160c85c2602ba491afab32c20b5 debian-9.9.0-armhf-DVD-10.jigdo f367efa38ac49c2a1fd740a9e02e17912c6acb05ed96c2c379cc6b83e59659aaac8d3ae0120a142cd496572b8aa58eddc849d5989c943a55690591099a6f8827 debian-9.9.0-armhf-DVD-10.iso 90b6b68335cb065fbcbf1298bbc9564a0a464b62c41b15217373dc081d8a8542228c9abf0f64bb1d0fb1c3a3072570fe410ed6a529eb30740c4e2e3ba46dcf64 debian-9.9.0-armhf-DVD-10.jigdo 727be321baacc30246cb03017fb6d607e8fa1369c9d194e019c2c2a6899bb958 debian-9.9.0-armhf-DVD-10.iso 716340af6b92b8ab97c88751b9c0420530e88a4452224a31e828d08047d7aa5c debian-9.9.0-armhf-DVD-10.jigdo 220ed9cf71f80d66ea5cc2e148e4832cfe592624 debian-9.9.0-armhf-DVD-10.template 642a40a7d6661cf8885f36c413a326f2 debian-9.9.0-armhf-DVD-10.template 62babc18073d8a5494abf4ed89940dab7f3df53666f1be1bc31235c1b3becea7e8e6ea42eae00b66906f5a4e2c5ba1682782df5c04f0a42ee5190960ecf8e370 debian-9.9.0-armhf-DVD-10.template 4bb9ac34feea20f53afe5f3de34ed5e55004c837c2a040246b22f0850bea78c5 debian-9.9.0-armhf-DVD-10.template dd2bfd83021853244943f03c572390454975840e debian-9.9.0-armhf-DVD-11.iso 6e298f26717f968f2cd8de3a7563c6af1417b862 debian-9.9.0-armhf-DVD-11.jigdo 046ca0591740bf2b90c077b8cb4b0a65 debian-9.9.0-armhf-DVD-11.iso 980b23b3d459db7b09adf020eab9c447 debian-9.9.0-armhf-DVD-11.jigdo 37a2e7ccd6c95e25c94f0eb9f4932a0116bf673b2af45db9beae84506aed7869cd09d8e86b3d93a64b86b0fc57e88dba962a7ef2bce38d90a5595d0e6ac4a2cf debian-9.9.0-armhf-DVD-11.iso 99988ecd3896e4be2921feaf48ec74036818bb3c529f264ec1de0783e25452e91ec614a597d11f7450754f3c4ce3e63948c7dd1d08fb52c7f7ef387198617995 debian-9.9.0-armhf-DVD-11.jigdo f81fa2428918031808c14660cc9157d75f02ec3039c174d42a17801f87ba9bd9 debian-9.9.0-armhf-DVD-11.iso 045d2fb8158d246df469ba7ef88d09ae0b54f2409fea9e0a77ac1b40279ac2ec debian-9.9.0-armhf-DVD-11.jigdo ef256e05d629c62c4a976d87ea8f9e2fc246163f debian-9.9.0-armhf-DVD-11.template fa09897fb952bc0c651f89b72cc7114c debian-9.9.0-armhf-DVD-11.template 83836113ba59a6ab7adb35dd95311746d388d6ddab5c24f6bf9e6ad4a2eb56308f946b9d9fdf9238abcf4dad2079a7391a5f795349bb871bf1aaa12660fa8d19 debian-9.9.0-armhf-DVD-11.template bec7461280886856b28618bf15ac450725e456080eae207303f6f7ffd1b1f7e1 debian-9.9.0-armhf-DVD-11.template eb80f45d32ba1027424d94dfcc13261d967353f6 debian-9.9.0-armhf-DVD-12.iso 36c55d08766550bbc1188a6be5c3d8189a42e83f debian-9.9.0-armhf-DVD-12.jigdo b137ee516bbe071b7fe8faa2eb606e4a debian-9.9.0-armhf-DVD-12.iso a45b10084217e70999edbc350e837c5d debian-9.9.0-armhf-DVD-12.jigdo 667b5f745b80f78e0201f890ab2d09264197b5fbf5c4da610c739cacdcb29a2a02defd6fd2f8a2c61ebafa8ff645e9e1160fec41ef179635c145b7cb3807151f debian-9.9.0-armhf-DVD-12.iso 96be9bd0f21abe6d23155c007724ad3520005b328843e74f2a9360121c7fad38ca2691e2cb6ae50767e18ed897f7aa7347d376d13050c7e7791ee652250793a6 debian-9.9.0-armhf-DVD-12.jigdo 1b2ef1d65672dc32a2ae6d23b9a15a76e15c5295183344ee0b438435aa4ba198 debian-9.9.0-armhf-DVD-12.iso 392cb24cb476ffacb96e86eb80371257e5fecfc330cc7e46be49e7ca371077e8 debian-9.9.0-armhf-DVD-12.jigdo d324c0c84ca60f3430d50e37505556bb693a4173 debian-9.9.0-armhf-DVD-12.template d0e374aa8f5fe4b23fb2f131ca9ba167 debian-9.9.0-armhf-DVD-12.template 9b8cefb81a1f24e986fbb54891d54c113bcae63874449f1149160f7ae32f1126f8c53bbb56f3cadc1938ae9c0643e25b0c584020f41fb30847546ead179c8e0c debian-9.9.0-armhf-DVD-12.template 355719d9ab73bc43a8c679b9f756007c1e2a177ad4ac465c9442b93941a0795d debian-9.9.0-armhf-DVD-12.template 4c84b0649e04f23af34e6b6e799a041ed742773e debian-9.9.0-armhf-DVD-13.iso 248302535b708f8c4dcd13c54e5db6107514a6ec debian-9.9.0-armhf-DVD-13.jigdo 5ed6f6dab8d1d89b3183740eb72b4160 debian-9.9.0-armhf-DVD-13.iso dc06c1bf62349fb4fb518269498c2aaa debian-9.9.0-armhf-DVD-13.jigdo 45df92ff017bdd998aaa21575a069f0df363398510a0e4b55291253415df0f1e072e51c733d6a8b05c92c3ac48ebb52727a14614775d86997be430961fb6fd38 debian-9.9.0-armhf-DVD-13.iso 081f65b5b6d8fabe7077cd1701f7325a7fd1402a5e9b310b2d0dd6f38ff7070ea64887d635f1ae255dce55e38b6abd2ed2647cad3512916350808bb1e6e02aee debian-9.9.0-armhf-DVD-13.jigdo 0dba4f7d6d4a59c762f4eab47a3d0750951da9ce9223f57a255e3ab5dd878754 debian-9.9.0-armhf-DVD-13.iso 63934c35c62fdd0bd9c7db2cbfa38a0750d18ab9e77cf9fb9108229e62dec5be debian-9.9.0-armhf-DVD-13.jigdo 0d38222d61f8b547aa415844ea38fada4e4b0df8 debian-9.9.0-armhf-DVD-13.template 0ad4d378944f0072b456a2ed0a0118f4 debian-9.9.0-armhf-DVD-13.template ee103891abbd000302e4a1c9fb97baeb2b14cadc1c6316c08790708393f791b8c3314ac9b4b484d66444b255ac56b17350aeab5d7d47838ceef904defd45e294 debian-9.9.0-armhf-DVD-13.template dc16c10e182067374f4857d11b43e80ad002c4f10016115c4da43ffbd62acad6 debian-9.9.0-armhf-DVD-13.template f40c9ab6858d7bd04d0141858ecb1bc781bfaad8 debian-9.9.0-armhf-DVD-2.iso c50a5001b750bc74ff318c4dbe3bb3211c027cf0 debian-9.9.0-armhf-DVD-2.jigdo 42c74e5681b983d28b23bad025d63e36 debian-9.9.0-armhf-DVD-2.iso aa6f8020a66dbdee1e65c4792ec0b12f debian-9.9.0-armhf-DVD-2.jigdo 1e347102be5c94ca2f29615d221095b397fdccf8b4362453b0c334ba8c9093ac7cfe1f864584df6291e6e2aaa979ff1fb1e815096729f6aa0436756c05e02254 debian-9.9.0-armhf-DVD-2.iso 553e01dc1937b66e5b5bf9cac96f379dd50daf0b466f4ab3dcc76bc0b323cdbbebe83548fdf231e86abe83862f269b85b2e77f1026e5f6f0da4b445848a17d2a debian-9.9.0-armhf-DVD-2.jigdo 6c2b3e6a32d391edb432208f8e7ea7d21b29db54b450108ce179cfff5ae21eb0 debian-9.9.0-armhf-DVD-2.iso 93958c8f9dd887e43879fb279bd3ec4b6f9d818ffcbfa63605c7068156d2f6fd debian-9.9.0-armhf-DVD-2.jigdo 2faac151fdba83dd93ab77409b9f118cc77504de debian-9.9.0-armhf-DVD-2.template b60f731d83255d60c80b4177b5374518 debian-9.9.0-armhf-DVD-2.template e54246e723de57196d8f67b208dd6a5ab9cdbc512e7ad08fde4d5fad5766ab35fced006570dd99a1cb6ef532a33b70599f727bce592235dd92dc438f96271217 debian-9.9.0-armhf-DVD-2.template cc7663b32b82eaccbb2ecf8cbfab4bdcd3d34440882035767beeef8f846f149c debian-9.9.0-armhf-DVD-2.template 238f16480318316004fef8df5b86c70398a18803 debian-9.9.0-armhf-DVD-3.iso 8f4565ca87ddeb453db1e83aed2cf52d375137bc debian-9.9.0-armhf-DVD-3.jigdo ebda6c288e459b0a84a096add89427c7 debian-9.9.0-armhf-DVD-3.iso 59755b9faba49b97d58ab6235ce9f40b debian-9.9.0-armhf-DVD-3.jigdo d27928a5846d1ac36ba6c418700f6095a6d5819bbf6cad8be1ab40d5173fcb8acea772534b84ded1848c40d1e77aed5790571107917a88fbae3fb620887d517e debian-9.9.0-armhf-DVD-3.iso 2fa3402b7846b099759cd621b90d0140232f996e621f423568699e7dfbbdf88f347d37fb1c4a934f56fecfc0f0d2c90fd5119338fc450f08984002230c2172cc debian-9.9.0-armhf-DVD-3.jigdo d2e3bf744651864ce6802cfe3a5612a15ffb85bcc2f3d2e481915aa9eae6c0e3 debian-9.9.0-armhf-DVD-3.iso c58ce644913b64016712cc6198ca47199a7fca8291cf2e7e2152195001208a52 debian-9.9.0-armhf-DVD-3.jigdo c836e3b7dd57ec735d886fe39ab7617b4bdeb53e debian-9.9.0-armhf-DVD-3.template 58f61bead8e47dc31384a59cabe0b3c1 debian-9.9.0-armhf-DVD-3.template 07201c7ab9cc7aecbf56baccbec596ebbf7215e01741017bc9e2229841997b5659157fc6643509fde71dd0ba1a6961b02655ca8942225f45ae2d3afb7d1e8b25 debian-9.9.0-armhf-DVD-3.template bc859e204376086e6ef8412bb0bca759f50cde4335ecf3b629af6f1b5ea84dd5 debian-9.9.0-armhf-DVD-3.template df87c5f716d497307cb6c418edf802b9b38d8249 debian-9.9.0-armhf-DVD-4.iso d3f124a7826d526d30850716acec811ea31d6a12 debian-9.9.0-armhf-DVD-4.jigdo 5b81c88a01a0450bfce1546c93b28582 debian-9.9.0-armhf-DVD-4.iso b990ec35b2c8855dd3ec6133c6d40ec0 debian-9.9.0-armhf-DVD-4.jigdo e38cc0964055b3e6c7ace40c1f2a09c0044dfa8d32a66ac2d77d162a4f54fb774d9cb09e75f2ab0226f090846b8b703136ac0070146bf795e1c0817fb9965c0c debian-9.9.0-armhf-DVD-4.iso 6f6f8c8afc968f53881438f1975b7660ec3cbd3d1e3b2db19dc7160f6e0db66dc73aa2061b0439c6b3f825ae9fbfa41cc1ee3f8e65b1fa814ccfe5e4dd4c8f74 debian-9.9.0-armhf-DVD-4.jigdo 587bb4f656c31da81f70600cc02e4898e116e7c75edf3aaa398e7246b2f60a86 debian-9.9.0-armhf-DVD-4.iso 4a0ef66c896ac636fe2130337f6cddbe70b13811ee8016a6f33a567f484a7b28 debian-9.9.0-armhf-DVD-4.jigdo f91d1dc2349783842875c4c34b3da59445fe991d debian-9.9.0-armhf-DVD-4.template 308ef8b2aa0e48dc54c7d2c0be34ff7d debian-9.9.0-armhf-DVD-4.template eab0cecfa714d146665ce3f664f689a58d08fa3d3fa9dc99fe7a1acdef228e5acac8a7825b554d91cde6ba9d0685a720aa000c3b5885109eeba896ad19934e1b debian-9.9.0-armhf-DVD-4.template 58c12d31ab6facf9ad790e303bc657049b70bc769c93bae909d334c1aa536c62 debian-9.9.0-armhf-DVD-4.template 4d7d1bb3f75aaf2e45fb355ec54a8f244700f2a9 debian-9.9.0-armhf-DVD-5.iso 6d598248e03ceb86af884e9397c3d20881172455 debian-9.9.0-armhf-DVD-5.jigdo 4967606b2c3da427c27c827d02bc3a04 debian-9.9.0-armhf-DVD-5.iso 33b7c93e6fba90cc43e14a20ce5aa0cd debian-9.9.0-armhf-DVD-5.jigdo 34d4ebaee7affca542fd29fedc93b11b982fd49e70ac06056c76198807c10e77e4dbbf9393f47834f3e61a4e57e5489043fb2dfe8ce1d179fdb73d4b920abb68 debian-9.9.0-armhf-DVD-5.iso 431e792c34b69fd596ee64dff82bcb2f38ff97fb0ee25471932724ea4cc4a2f87676d5fb06ef5bd081f1613ed520ce966452080cd4ac9f32cd520dd15b229bb1 debian-9.9.0-armhf-DVD-5.jigdo f8f5ff34fbe5aa73a07ab18e9a54c85f5bd7117e6b55e056d99f2e42d6ecc215 debian-9.9.0-armhf-DVD-5.iso c9f8ae59974fc4a02a09d88fcb07b154ce31d0611c11cfdf3f9bf43ab5688328 debian-9.9.0-armhf-DVD-5.jigdo 97777ce893c7b9cedf6b44e454c8661228b348c6 debian-9.9.0-armhf-DVD-5.template a3d8b54be11f18ba8b1fb85f7a384596 debian-9.9.0-armhf-DVD-5.template db127518e6b0b09b49d8fd278bc395cd5990482fce2e106c61cc43a096b48c47444a59be250a8b2bb8de807f6484d944863fb2b3083bf36dec18c10a86d41f72 debian-9.9.0-armhf-DVD-5.template 49f1082305d9331dfdd25deee8fd312d95e0f527a8ce5f0b5f73b3db20ae1811 debian-9.9.0-armhf-DVD-5.template 75df7c628b4c99793c6f7eb89c1145c956fd934b debian-9.9.0-armhf-DVD-6.iso 54b79432fd47886cc0ad0a84f1736a07bbbdf4a5 debian-9.9.0-armhf-DVD-6.jigdo b8f5ccbc173f7c9956233c2f3c6d1820 debian-9.9.0-armhf-DVD-6.iso 963d16724772b99e261e97362fa39dbc debian-9.9.0-armhf-DVD-6.jigdo 33b633a5ab80dd81b7e0f55b82bbcb3b1240a73147ff2445e8dce637b1dc759d27822a7bea96a0db89c936971bc20851d10c39768b3fea6ccae3794b8a2e8674 debian-9.9.0-armhf-DVD-6.iso 13cd09445d1245f0de8d0c88aec6c1de6cce1fd67796812f4415de15b4a03e6992a46e082f72a0be70ce6a71e705b9f5c17e9a87d5df80713e27f89fabc5e17e debian-9.9.0-armhf-DVD-6.jigdo bd179db19eb4901d64c0507c3157f1201ad06397c4681b7f626d14c1d4e0ad33 debian-9.9.0-armhf-DVD-6.iso 9580d1903a6b239bac5752fefe655227ed821b3d57a5c4b5e30e260c4309743f debian-9.9.0-armhf-DVD-6.jigdo 6cf3745d60e2e94a7188f65808a1379453bb2026 debian-9.9.0-armhf-DVD-6.template 28f32005a2eadcaa347b842849b346e8 debian-9.9.0-armhf-DVD-6.template 920e514fca83e89e4f990fdef442f90345156aa6fea01a2b9be75814aa7d0330353563b6e1bc9679b2601a737e3b8107be16fa21e3b0f2cc5e24f8f5e5bec2b6 debian-9.9.0-armhf-DVD-6.template 5a2d2b7431491aed7fc65fcd195aee7759ad04c491f0d7f335c3f24e7c89e5da debian-9.9.0-armhf-DVD-6.template b516c8e6c2f983e4fc07365165294f47f9ed25b9 debian-9.9.0-armhf-DVD-7.iso 9dc906b419bd56b28127b47e52a41cfa5bd1143f debian-9.9.0-armhf-DVD-7.jigdo 9237216939d13cf3cd48bb09099defcf debian-9.9.0-armhf-DVD-7.iso 9f2ce0ad830668199da017b815ad69a4 debian-9.9.0-armhf-DVD-7.jigdo ea967de6e1240a3d42741fcc7c5cf5defc286ce0cbbcbaa7d8572f8ba26256cabe0ac1e1b1079657b108113c4313cee3cc58d048b26e7cb04f82e175874f3b92 debian-9.9.0-armhf-DVD-7.iso a3221fc76e24c09f6553679a9dbbf490f224c1424672da178f0b76107324bbfa13614097ee359a6b1c455f0d383297b54210efeeaff04c58042924d42c6921ae debian-9.9.0-armhf-DVD-7.jigdo 0c33b888257e5c71d211622f4effd286b99faac2de29dff0f502d76e7391cce9 debian-9.9.0-armhf-DVD-7.iso 3f11090de5a458495a94afcfb039b3bb0e536b070787a599f35d3af19b58079a debian-9.9.0-armhf-DVD-7.jigdo a8562f0ba95dcf0edfd421d787a69c0981302c65 debian-9.9.0-armhf-DVD-7.template 4cfbb67f244935a6a51ad427dc675b51 debian-9.9.0-armhf-DVD-7.template ab831fb6ec5663f491efa90c1ff45e5bf40bbfcc453fc298c54e12bb8eee7c290747afef8585d7c933f761eb32e61e1831b4c35beafd532c03aad4c373590ba2 debian-9.9.0-armhf-DVD-7.template e389e5bd367cb44a4d14356a903168e9c7d8a81c3c3b3f83992e1165793b8107 debian-9.9.0-armhf-DVD-7.template c67475df18889001d5e41dae5355f02e497603a7 debian-9.9.0-armhf-DVD-8.iso 58524210587457fba569f9a30588d420c7dfec58 debian-9.9.0-armhf-DVD-8.jigdo 59d752758e49e9abd034e73f4f2e928f debian-9.9.0-armhf-DVD-8.iso 4386d73394888727a4bb53df55b84da2 debian-9.9.0-armhf-DVD-8.jigdo b3c7b33ed19b8c2c631311fb0745b06868650f0811d76facac6ed9eb70338920f777b23693c814318cb91795415b4030c9f60e69c8fb06a43fa4c030aff6bf3b debian-9.9.0-armhf-DVD-8.iso b4374c46735e0b36162d8d442be03df111069b3f902664d211b5bdc11e652e766e6c18527557a677b3c0f2eb4f96c59e635ef6247d4cf5f291464abcbb92351b debian-9.9.0-armhf-DVD-8.jigdo d868eb2618861c4101ef842b3ce87ac1bcf68c711be32e1f74009aba9ac2480f debian-9.9.0-armhf-DVD-8.iso 9e3a19669cdeb14e5086cef881e2b37985265ce7b97e410d4b7653487546931b debian-9.9.0-armhf-DVD-8.jigdo 560b0968363a4f79d13e6a4cc5747ac69d02a1e3 debian-9.9.0-armhf-DVD-8.template 6b8e35001f79f6711888ccada0648777 debian-9.9.0-armhf-DVD-8.template ccb591090504cce9b113378a803f6d6e213627aa30a68094437f81492b28658a59707ee8355a955c2c4c6ced00074bfc8dcba213cb22d5dde9b5cb3e016c5bf8 debian-9.9.0-armhf-DVD-8.template 5c042757aff0a01a74ec91f84daffc39f294c442b4619aeae79cbe5caf35a74e debian-9.9.0-armhf-DVD-8.template fb75d198af762b95134829e1209ca1b281e66288 debian-9.9.0-armhf-DVD-9.iso 790867a747db5a6f6d7cfda43b82d171eeae6687 debian-9.9.0-armhf-DVD-9.jigdo 42a4321c1584fe395b916d5f4fd3135c debian-9.9.0-armhf-DVD-9.iso 157a3556e0957d6dd0f1a936a0cc0867 debian-9.9.0-armhf-DVD-9.jigdo 7e51506cc472969dc0fad7b96deff9e50b4d25bc0c9a3deba87c57985e69ad7a826ffdce8386b8f19b9441f51b901b52c10a5c0137ca1f3ba9f7f37e9cecbd5c debian-9.9.0-armhf-DVD-9.iso 20f92f147a10550b6a2c91e655706d90e29745262a631cbc096152a45c000ce45aecb398407b7145bca8fbb421208bded086ea33c272d2aac4547ae8271afb6b debian-9.9.0-armhf-DVD-9.jigdo 19f4020d8fe18d077b3b0c1164a54d0ecfabb9c448a56a7caba95c8d5de4fc09 debian-9.9.0-armhf-DVD-9.iso a85bf5360367de3f04a6f35320fee6f4b93c8592c1e27ecb7b1f7b77538d4d08 debian-9.9.0-armhf-DVD-9.jigdo 6dddabdb4831ee31d0d20b1dd09e02ce67dda688 debian-9.9.0-armhf-DVD-9.template 7caaedfc3f427fb489ce3c1c223a0e17 debian-9.9.0-armhf-DVD-9.template fed5a7b7e266348076486babf7d17addb0e2bd9e06299eebebafa6dbb4be64daa1238eff310ad7c0ce7c9f98e7d810ea9ca0da1fbc08fe00fac8c057f1ea6b62 debian-9.9.0-armhf-DVD-9.template 6b53700dcd5924a8b6167f4d17cc3e75c743f8a103d4c868716e6d1ac77351ab debian-9.9.0-armhf-DVD-9.template Sat 27 Apr 13:06:44 UTC 2019: Finished.