Sat 10 Nov 13:41:07 UTC 2018: 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/contrib armhf Packages [49.6 kB] Get:5 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/main/debian-installer armhf Packages [58.3 kB] Get:6 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/main armhf Packages [9,262 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~deb9u3) 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+deb9u4) 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+deb9u6) 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+deb9u5/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 110155074 bytes Adding the rest of the requested packages Now up to 55323767314 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 49906 packages, total size 56505444932 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 49906 packages for armhf Reading in translated package descriptions for main: Done: read 202915 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 --2018-11-10 13:43:34-- 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: 6428234 (6.1M) [application/x-gzip] Saving to: 'release-notes-armhf.tar.gz' 0K .......... .......... .......... .......... .......... 0% 16.2M 0s 50K .......... .......... .......... .......... .......... 1% 17.1M 0s 100K .......... .......... .......... .......... .......... 2% 2.52M 1s 150K .......... .......... .......... .......... .......... 3% 24.7M 1s 200K .......... .......... .......... .......... .......... 3% 17.0M 1s 250K .......... .......... .......... .......... .......... 4% 19.1M 1s 300K .......... .......... .......... .......... .......... 5% 16.8M 1s 350K .......... .......... .......... .......... .......... 6% 27.1M 1s 400K .......... .......... .......... .......... .......... 7% 36.0M 1s 450K .......... .......... .......... .......... .......... 7% 44.6M 0s 500K .......... .......... .......... .......... .......... 8% 43.1M 0s 550K .......... .......... .......... .......... .......... 9% 46.1M 0s 600K .......... .......... .......... .......... .......... 10% 43.8M 0s 650K .......... .......... .......... .......... .......... 11% 43.6M 0s 700K .......... .......... .......... .......... .......... 11% 37.8M 0s 750K .......... .......... .......... .......... .......... 12% 55.0M 0s 800K .......... .......... .......... .......... .......... 13% 29.0M 0s 850K .......... .......... .......... .......... .......... 14% 43.8M 0s 900K .......... .......... .......... .......... .......... 15% 47.5M 0s 950K .......... .......... .......... .......... .......... 15% 41.5M 0s 1000K .......... .......... .......... .......... .......... 16% 44.2M 0s 1050K .......... .......... .......... .......... .......... 17% 40.6M 0s 1100K .......... .......... .......... .......... .......... 18% 48.3M 0s 1150K .......... .......... .......... .......... .......... 19% 42.5M 0s 1200K .......... .......... .......... .......... .......... 19% 35.1M 0s 1250K .......... .......... .......... .......... .......... 20% 45.3M 0s 1300K .......... .......... .......... .......... .......... 21% 45.6M 0s 1350K .......... .......... .......... .......... .......... 22% 36.8M 0s 1400K .......... .......... .......... .......... .......... 23% 44.0M 0s 1450K .......... .......... .......... .......... .......... 23% 41.0M 0s 1500K .......... .......... .......... .......... .......... 24% 45.2M 0s 1550K .......... .......... .......... .......... .......... 25% 44.2M 0s 1600K .......... .......... .......... .......... .......... 26% 33.1M 0s 1650K .......... .......... .......... .......... .......... 27% 3.68M 0s 1700K .......... .......... .......... .......... .......... 27% 36.1M 0s 1750K .......... .......... .......... .......... .......... 28% 31.2M 0s 1800K .......... .......... .......... .......... .......... 29% 38.9M 0s 1850K .......... .......... .......... .......... .......... 30% 39.9M 0s 1900K .......... .......... .......... .......... .......... 31% 38.2M 0s 1950K .......... .......... .......... .......... .......... 31% 40.3M 0s 2000K .......... .......... .......... .......... .......... 32% 31.7M 0s 2050K .......... .......... .......... .......... .......... 33% 44.7M 0s 2100K .......... .......... .......... .......... .......... 34% 43.3M 0s 2150K .......... .......... .......... .......... .......... 35% 44.0M 0s 2200K .......... .......... .......... .......... .......... 35% 44.3M 0s 2250K .......... .......... .......... .......... .......... 36% 48.4M 0s 2300K .......... .......... .......... .......... .......... 37% 35.4M 0s 2350K .......... .......... .......... .......... .......... 38% 38.5M 0s 2400K .......... .......... .......... .......... .......... 39% 34.9M 0s 2450K .......... .......... .......... .......... .......... 39% 46.6M 0s 2500K .......... .......... .......... .......... .......... 40% 39.0M 0s 2550K .......... .......... .......... .......... .......... 41% 43.8M 0s 2600K .......... .......... .......... .......... .......... 42% 42.1M 0s 2650K .......... .......... .......... .......... .......... 43% 45.9M 0s 2700K .......... .......... .......... .......... .......... 43% 46.0M 0s 2750K .......... .......... .......... .......... .......... 44% 41.2M 0s 2800K .......... .......... .......... .......... .......... 45% 33.7M 0s 2850K .......... .......... .......... .......... .......... 46% 46.0M 0s 2900K .......... .......... .......... .......... .......... 46% 45.6M 0s 2950K .......... .......... .......... .......... .......... 47% 46.7M 0s 3000K .......... .......... .......... .......... .......... 48% 43.9M 0s 3050K .......... .......... .......... .......... .......... 49% 36.3M 0s 3100K .......... .......... .......... .......... .......... 50% 40.7M 0s 3150K .......... .......... .......... .......... .......... 50% 49.5M 0s 3200K .......... .......... .......... .......... .......... 51% 32.8M 0s 3250K .......... .......... .......... .......... .......... 52% 47.6M 0s 3300K .......... .......... .......... .......... .......... 53% 44.2M 0s 3350K .......... .......... .......... .......... .......... 54% 46.3M 0s 3400K .......... .......... .......... .......... .......... 54% 44.8M 0s 3450K .......... .......... .......... .......... .......... 55% 45.4M 0s 3500K .......... .......... .......... .......... .......... 56% 43.3M 0s 3550K .......... .......... .......... .......... .......... 57% 44.5M 0s 3600K .......... .......... .......... .......... .......... 58% 25.7M 0s 3650K .......... .......... .......... .......... .......... 58% 41.8M 0s 3700K .......... .......... .......... .......... .......... 59% 49.2M 0s 3750K .......... .......... .......... .......... .......... 60% 46.7M 0s 3800K .......... .......... .......... .......... .......... 61% 41.8M 0s 3850K .......... .......... .......... .......... .......... 62% 44.9M 0s 3900K .......... .......... .......... .......... .......... 62% 15.4M 0s 3950K .......... .......... .......... .......... .......... 63% 15.4M 0s 4000K .......... .......... .......... .......... .......... 64% 12.3M 0s 4050K .......... .......... .......... .......... .......... 65% 13.1M 0s 4100K .......... .......... .......... .......... .......... 66% 18.4M 0s 4150K .......... .......... .......... .......... .......... 66% 47.5M 0s 4200K .......... .......... .......... .......... .......... 67% 43.7M 0s 4250K .......... .......... .......... .......... .......... 68% 47.8M 0s 4300K .......... .......... .......... .......... .......... 69% 46.3M 0s 4350K .......... .......... .......... .......... .......... 70% 45.0M 0s 4400K .......... .......... .......... .......... .......... 70% 34.8M 0s 4450K .......... .......... .......... .......... .......... 71% 45.1M 0s 4500K .......... .......... .......... .......... .......... 72% 44.4M 0s 4550K .......... .......... .......... .......... .......... 73% 48.6M 0s 4600K .......... .......... .......... .......... .......... 74% 36.2M 0s 4650K .......... .......... .......... .......... .......... 74% 46.9M 0s 4700K .......... .......... .......... .......... .......... 75% 45.1M 0s 4750K .......... .......... .......... .......... .......... 76% 47.0M 0s 4800K .......... .......... .......... .......... .......... 77% 36.3M 0s 4850K .......... .......... .......... .......... .......... 78% 44.6M 0s 4900K .......... .......... .......... .......... .......... 78% 48.9M 0s 4950K .......... .......... .......... .......... .......... 79% 41.7M 0s 5000K .......... .......... .......... .......... .......... 80% 45.9M 0s 5050K .......... .......... .......... .......... .......... 81% 38.0M 0s 5100K .......... .......... .......... .......... .......... 82% 56.4M 0s 5150K .......... .......... .......... .......... .......... 82% 46.3M 0s 5200K .......... .......... .......... .......... .......... 83% 35.1M 0s 5250K .......... .......... .......... .......... .......... 84% 48.0M 0s 5300K .......... .......... .......... .......... .......... 85% 48.1M 0s 5350K .......... .......... .......... .......... .......... 86% 5.62M 0s 5400K .......... .......... .......... .......... .......... 86% 33.6M 0s 5450K .......... .......... .......... .......... .......... 87% 34.4M 0s 5500K .......... .......... .......... .......... .......... 88% 32.7M 0s 5550K .......... .......... .......... .......... .......... 89% 32.1M 0s 5600K .......... .......... .......... .......... .......... 90% 25.1M 0s 5650K .......... .......... .......... .......... .......... 90% 27.9M 0s 5700K .......... .......... .......... .......... .......... 91% 34.6M 0s 5750K .......... .......... .......... .......... .......... 92% 25.3M 0s 5800K .......... .......... .......... .......... .......... 93% 55.5M 0s 5850K .......... .......... .......... .......... .......... 93% 46.1M 0s 5900K .......... .......... .......... .......... .......... 94% 49.1M 0s 5950K .......... .......... .......... .......... .......... 95% 46.3M 0s 6000K .......... .......... .......... .......... .......... 96% 35.1M 0s 6050K .......... .......... .......... .......... .......... 97% 47.6M 0s 6100K .......... .......... .......... .......... .......... 97% 47.1M 0s 6150K .......... .......... .......... .......... .......... 98% 34.2M 0s 6200K .......... .......... .......... .......... .......... 99% 43.7M 0s 6250K .......... .......... ....... 100% 64.5M=0.2s 2018-11-10 13:43:35 (29.5 MB/s) - 'release-notes-armhf.tar.gz' saved [6428234/6428234] 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-it 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-fr already exists; not overwritten 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-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 5065 packages, 2265458 blocks, 4639657984 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-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-sk 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 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 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 3288 packages, 2183936 blocks, 4472700928 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-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-sk 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-pt_BR 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-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-sk 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-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-es 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-ja 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-uk 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-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-fi 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-sk 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-sk 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-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-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-sk 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-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-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-ru 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-uk 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-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-fr 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-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-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-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-sk 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-uk 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-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-fi 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-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-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-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-da 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-sk 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-uk 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-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 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-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-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-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-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-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-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-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-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-da 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-sk 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 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-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 2654 packages, 2277174 blocks, 4663652352 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-da 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-pl 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-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 4 filled with 2623 packages, 2227275 blocks, 4561459200 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-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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-ko 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 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-en 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-fr already exists; not overwritten 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-pt_BR 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 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-pl 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 gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-en 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-en 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-en 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-fr 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 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-fr 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 gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-en 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-fr 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. 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-ru already exists; not overwritten 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-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-pt_BR 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 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-cs already exists; not overwritten 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-ko 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 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-sk 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 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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-cs already exists; not overwritten 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-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 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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-pt_BR 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 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-en 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-en 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-es already exists; not overwritten 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-pt_BR 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 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-en 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-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-cs already exists; not overwritten 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-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 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-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. 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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-sk already exists; not overwritten 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-pl 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 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-ja 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 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-pt_BR 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 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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-pl 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 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-fr 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 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-fr 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 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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-pt already exists; not overwritten 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-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 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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-cs already exists; not overwritten 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-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-ko 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 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-fr 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 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-en 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. 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-fr already exists; not overwritten 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-en 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-fr 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 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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-cs already exists; not overwritten 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-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-pt_BR 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 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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-cs already exists; not overwritten 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-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-ko 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 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-fr 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 gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-en 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-en 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-fr 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 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-en 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-en 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-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/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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-zh_CN 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 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-en 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 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-en 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 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-sk already exists; not overwritten 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-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-pt_BR 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 gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-fi 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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-pl 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 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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-cs already exists; not overwritten 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-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-ko 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 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-fr 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 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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-pt_BR 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 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-sk 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. 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-en 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-en 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-en 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-en 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 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-fr 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 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-fr 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 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-fr 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 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-fr already exists; not overwritten 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-pl 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 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-sk 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 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-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/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-en 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-sk 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 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-en 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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-cs already exists; not overwritten 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-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-ko 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 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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-pt_BR 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 gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-en 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-en 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-en 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-en 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-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-uk 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. 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-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5/dists/stretch/main/i18n/Translation-uk 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 2368 packages, 2289916 blocks, 4689747968 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-da 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-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-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-sk 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-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-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-sk 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-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-sk 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-en 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-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-sk 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-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-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-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-it 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-en 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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-pt_BR 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-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-da 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-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-fr 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-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-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-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-uk 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-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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-ko 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-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-uk 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-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-ja 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-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-ko 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-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-cs 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-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-fr 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-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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-pt_BR 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 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-da 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-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6/dists/stretch/main/i18n/Translation-ja 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-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-sk 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 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-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 1745 packages, 2292256 blocks, 4694540288 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-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-fr 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-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD7/dists/stretch/main/i18n/Translation-ko 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 3721 packages, 2235241 blocks, 4577773568 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-en already exists; not overwritten 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-en already exists; not overwritten 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-da 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-en already exists; not overwritten 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-da 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-en already exists; not overwritten 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-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 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-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 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-en already exists; not overwritten 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-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-sk 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 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-en already exists; not overwritten 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-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 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. 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-da 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-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-de 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 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-en 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 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-da 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-en already exists; not overwritten 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-en already exists; not overwritten 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-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-sk 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 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-en already exists; not overwritten 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-da 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-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-de 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 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-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-ja 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 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-sk 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 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-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/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-en already exists; not overwritten 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-en 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 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-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-de 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 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 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-en already exists; not overwritten 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-en 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 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-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-de 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 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-pt_BR 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 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-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. 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-en already exists; not overwritten 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-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 gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten 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-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 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-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 gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten 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-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-pl 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 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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-sk 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 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-da 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-sk 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 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-en already exists; not overwritten 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-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-de 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. 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-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 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-en 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 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-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-pt_BR 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 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-da 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-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-de 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 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-en already exists; not overwritten 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-en already exists; not overwritten 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-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 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-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-ja 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 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-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 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-da 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-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/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-pt_BR 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 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 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-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 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-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-de 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 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-en already exists; not overwritten 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-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 gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten 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-da 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-en 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 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-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/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-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 4552 packages, 2288644 blocks, 4687142912 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-da 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-ja 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-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-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-sk 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-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-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-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-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 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 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 5038 packages, 2279686 blocks, 4668796928 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-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-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-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-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 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-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-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-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-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 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-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-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-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-ja 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-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 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-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 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 8346 packages, 2285319 blocks, 4680333312 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 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 6491 packages, 2193585 blocks, 4492462080 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-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 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 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 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 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 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 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 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 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 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 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 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 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 3421 packages, 2290897 blocks, 4691757056 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 594 packages, 712965 blocks, 1460152320 bytes Finished: 49906 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+deb9u5/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.6.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 10 Nov 13:56:56 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.6.0 armhf 1' -o /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.0-armhf-DVD-1.iso -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.0-armhf-DVD-1.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.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.6.0-armhf-DVD-1.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 2535g 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 : 10342 files added in 1 seconds xorriso : UPDATE : 10342 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.48% done xorriso : UPDATE : 0.86% done, estimate finish Sat Nov 10 14:01:37 2018 xorriso : UPDATE : 1.25% done, estimate finish Sat Nov 10 14:01:30 2018 xorriso : UPDATE : 1.73% done, estimate finish Sat Nov 10 14:01:12 2018 xorriso : UPDATE : 3.53% done, estimate finish Sat Nov 10 13:59:30 2018 xorriso : UPDATE : 5.54% done, estimate finish Sat Nov 10 13:58:53 2018 xorriso : UPDATE : 7.12% done, estimate finish Sat Nov 10 13:58:41 2018 xorriso : UPDATE : 9.41% done, estimate finish Sat Nov 10 13:58:26 2018 xorriso : UPDATE : 11.35% done, estimate finish Sat Nov 10 13:58:20 2018 xorriso : UPDATE : 12.89% done, estimate finish Sat Nov 10 13:58:18 2018 xorriso : UPDATE : 14.72% done, estimate finish Sat Nov 10 13:58:15 2018 xorriso : UPDATE : 16.78% done, estimate finish Sat Nov 10 13:58:01 2018 xorriso : UPDATE : 17.74% done, estimate finish Sat Nov 10 13:58:04 2018 xorriso : UPDATE : 20.94% done, estimate finish Sat Nov 10 13:57:58 2018 xorriso : UPDATE : 22.91% done, estimate finish Sat Nov 10 13:57:58 2018 xorriso : UPDATE : 24.96% done, estimate finish Sat Nov 10 13:57:56 2018 xorriso : UPDATE : 25.33% done, estimate finish Sat Nov 10 13:58:00 2018 xorriso : UPDATE : 29.26% done, estimate finish Sat Nov 10 13:57:55 2018 xorriso : UPDATE : 29.62% done, estimate finish Sat Nov 10 13:57:58 2018 xorriso : UPDATE : 33.55% done, estimate finish Sat Nov 10 13:57:54 2018 xorriso : UPDATE : 35.65% done, estimate finish Sat Nov 10 13:57:53 2018 xorriso : UPDATE : 37.62% done, estimate finish Sat Nov 10 13:57:50 2018 xorriso : UPDATE : 39.70% done, estimate finish Sat Nov 10 13:57:50 2018 xorriso : UPDATE : 41.81% done, estimate finish Sat Nov 10 13:57:50 2018 xorriso : UPDATE : 44.24% done, estimate finish Sat Nov 10 13:57:49 2018 xorriso : UPDATE : 46.31% done, estimate finish Sat Nov 10 13:57:50 2018 xorriso : UPDATE : 48.35% done, estimate finish Sat Nov 10 13:57:50 2018 xorriso : UPDATE : 50.31% done, estimate finish Sat Nov 10 13:57:49 2018 xorriso : UPDATE : 51.74% done, estimate finish Sat Nov 10 13:57:50 2018 xorriso : UPDATE : 54.32% done, estimate finish Sat Nov 10 13:57:49 2018 xorriso : UPDATE : 56.43% done, estimate finish Sat Nov 10 13:57:49 2018 xorriso : UPDATE : 58.32% done, estimate finish Sat Nov 10 13:57:50 2018 xorriso : UPDATE : 60.35% done, estimate finish Sat Nov 10 13:57:50 2018 xorriso : UPDATE : 62.38% done, estimate finish Sat Nov 10 13:57:50 2018 xorriso : UPDATE : 64.34% done, estimate finish Sat Nov 10 13:57:49 2018 xorriso : UPDATE : 66.37% done, estimate finish Sat Nov 10 13:57:49 2018 xorriso : UPDATE : 68.23% done, estimate finish Sat Nov 10 13:57:50 2018 xorriso : UPDATE : 70.47% done, estimate finish Sat Nov 10 13:57:49 2018 xorriso : UPDATE : 72.40% done, estimate finish Sat Nov 10 13:57:49 2018 xorriso : UPDATE : 74.33% done, estimate finish Sat Nov 10 13:57:49 2018 xorriso : UPDATE : 75.93% done, estimate finish Sat Nov 10 13:57:50 2018 xorriso : UPDATE : 77.09% done, estimate finish Sat Nov 10 13:57:51 2018 xorriso : UPDATE : 80.36% done, estimate finish Sat Nov 10 13:57:49 2018 xorriso : UPDATE : 80.36% done, estimate finish Sat Nov 10 13:57:52 2018 xorriso : UPDATE : 80.36% done, estimate finish Sat Nov 10 13:57:53 2018 xorriso : UPDATE : 80.36% done, estimate finish Sat Nov 10 13:57:55 2018 xorriso : UPDATE : 88.43% done, estimate finish Sat Nov 10 13:57:49 2018 xorriso : UPDATE : 88.43% done, estimate finish Sat Nov 10 13:57:51 2018 xorriso : UPDATE : 94.39% done, estimate finish Sat Nov 10 13:57:48 2018 xorriso : UPDATE : 96.43% done xorriso : UPDATE : 98.48% done ISO image produced: 2265459 sectors Written to medium : 2265459 sectors at LBA 0 Writing to 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.0-armhf-DVD-1.iso' completed successfully. Last-minute updates: README.html README.txt Sat 10 Nov 13:57:49 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.6.0 armhf 10' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.0-armhf-DVD-10.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.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 : 14798 files added in 1 seconds xorriso : UPDATE : 14798 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.41% done xorriso : UPDATE : 0.74% done, estimate finish Sat Nov 10 14:02:48 2018 xorriso : UPDATE : 2.62% done, estimate finish Sat Nov 10 13:59:53 2018 xorriso : UPDATE : 4.05% done, estimate finish Sat Nov 10 13:59:34 2018 xorriso : UPDATE : 6.18% done, estimate finish Sat Nov 10 13:59:14 2018 xorriso : UPDATE : 8.39% done, estimate finish Sat Nov 10 13:59:04 2018 xorriso : UPDATE : 8.76% done, estimate finish Sat Nov 10 13:59:13 2018 xorriso : UPDATE : 12.16% done, estimate finish Sat Nov 10 13:58:58 2018 xorriso : UPDATE : 14.27% done, estimate finish Sat Nov 10 13:58:55 2018 xorriso : UPDATE : 16.16% done, estimate finish Sat Nov 10 13:58:53 2018 xorriso : UPDATE : 17.86% done, estimate finish Sat Nov 10 13:58:53 2018 xorriso : UPDATE : 19.87% done, estimate finish Sat Nov 10 13:58:44 2018 xorriso : UPDATE : 21.86% done, estimate finish Sat Nov 10 13:58:43 2018 xorriso : UPDATE : 23.65% done, estimate finish Sat Nov 10 13:58:44 2018 xorriso : UPDATE : 24.50% done, estimate finish Sat Nov 10 13:58:47 2018 xorriso : UPDATE : 25.94% done, estimate finish Sat Nov 10 13:58:47 2018 xorriso : UPDATE : 28.90% done, estimate finish Sat Nov 10 13:58:44 2018 xorriso : UPDATE : 31.09% done, estimate finish Sat Nov 10 13:58:45 2018 xorriso : UPDATE : 32.93% done, estimate finish Sat Nov 10 13:58:44 2018 xorriso : UPDATE : 34.99% done, estimate finish Sat Nov 10 13:58:44 2018 xorriso : UPDATE : 36.73% done, estimate finish Sat Nov 10 13:58:45 2018 xorriso : UPDATE : 38.73% done, estimate finish Sat Nov 10 13:58:44 2018 xorriso : UPDATE : 40.30% done, estimate finish Sat Nov 10 13:58:45 2018 xorriso : UPDATE : 41.72% done, estimate finish Sat Nov 10 13:58:46 2018 xorriso : UPDATE : 43.66% done, estimate finish Sat Nov 10 13:58:46 2018 xorriso : UPDATE : 45.66% done, estimate finish Sat Nov 10 13:58:45 2018 xorriso : UPDATE : 47.47% done, estimate finish Sat Nov 10 13:58:45 2018 xorriso : UPDATE : 49.46% done, estimate finish Sat Nov 10 13:58:45 2018 xorriso : UPDATE : 51.16% done, estimate finish Sat Nov 10 13:58:45 2018 xorriso : UPDATE : 53.26% done, estimate finish Sat Nov 10 13:58:45 2018 xorriso : UPDATE : 54.77% done, estimate finish Sat Nov 10 13:58:45 2018 xorriso : UPDATE : 56.35% done, estimate finish Sat Nov 10 13:58:46 2018 xorriso : UPDATE : 57.46% done, estimate finish Sat Nov 10 13:58:47 2018 xorriso : UPDATE : 60.03% done, estimate finish Sat Nov 10 13:58:46 2018 xorriso : UPDATE : 61.30% done, estimate finish Sat Nov 10 13:58:47 2018 xorriso : UPDATE : 62.68% done, estimate finish Sat Nov 10 13:58:47 2018 xorriso : UPDATE : 65.82% done, estimate finish Sat Nov 10 13:58:45 2018 xorriso : UPDATE : 67.73% done, estimate finish Sat Nov 10 13:58:45 2018 xorriso : UPDATE : 69.69% done, estimate finish Sat Nov 10 13:58:45 2018 xorriso : UPDATE : 71.53% done, estimate finish Sat Nov 10 13:58:45 2018 xorriso : UPDATE : 73.57% done, estimate finish Sat Nov 10 13:58:45 2018 xorriso : UPDATE : 75.41% done, estimate finish Sat Nov 10 13:58:45 2018 xorriso : UPDATE : 77.09% done, estimate finish Sat Nov 10 13:58:45 2018 xorriso : UPDATE : 77.69% done, estimate finish Sat Nov 10 13:58:46 2018 xorriso : UPDATE : 81.25% done, estimate finish Sat Nov 10 13:58:44 2018 xorriso : UPDATE : 83.09% done, estimate finish Sat Nov 10 13:58:44 2018 xorriso : UPDATE : 84.80% done, estimate finish Sat Nov 10 13:58:45 2018 xorriso : UPDATE : 86.57% done, estimate finish Sat Nov 10 13:58:45 2018 xorriso : UPDATE : 88.79% done, estimate finish Sat Nov 10 13:58:44 2018 xorriso : UPDATE : 90.67% done, estimate finish Sat Nov 10 13:58:44 2018 xorriso : UPDATE : 91.56% done, estimate finish Sat Nov 10 13:58:45 2018 xorriso : UPDATE : 94.33% done, estimate finish Sat Nov 10 13:58:44 2018 xorriso : UPDATE : 94.71% done, estimate finish Sat Nov 10 13:58:46 2018 xorriso : UPDATE : 98.29% done xorriso : UPDATE : Thank you for being patient. Working since 55 seconds. ISO image produced: 2285320 sectors Written to medium : 2285320 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 10 Nov 13:58:46 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.6.0 armhf 11' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.0-armhf-DVD-11.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.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 : 11363 files added in 1 seconds xorriso : UPDATE : 11363 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.47% done xorriso : UPDATE : 0.96% done, estimate finish Sat Nov 10 14:02:47 2018 xorriso : UPDATE : 3.82% done, estimate finish Sat Nov 10 14:00:14 2018 xorriso : UPDATE : 5.53% done, estimate finish Sat Nov 10 14:00:05 2018 xorriso : UPDATE : 7.86% done, estimate finish Sat Nov 10 13:59:55 2018 xorriso : UPDATE : 9.80% done, estimate finish Sat Nov 10 13:59:52 2018 xorriso : UPDATE : 11.05% done, estimate finish Sat Nov 10 13:59:53 2018 xorriso : UPDATE : 11.48% done, estimate finish Sat Nov 10 14:00:00 2018 xorriso : UPDATE : 15.74% done, estimate finish Sat Nov 10 13:59:46 2018 xorriso : UPDATE : 17.94% done, estimate finish Sat Nov 10 13:59:45 2018 xorriso : UPDATE : 18.53% done, estimate finish Sat Nov 10 13:59:48 2018 xorriso : UPDATE : 22.00% done, estimate finish Sat Nov 10 13:59:36 2018 xorriso : UPDATE : 24.00% done, estimate finish Sat Nov 10 13:59:36 2018 xorriso : UPDATE : 25.88% done, estimate finish Sat Nov 10 13:59:37 2018 xorriso : UPDATE : 28.27% done, estimate finish Sat Nov 10 13:59:36 2018 xorriso : UPDATE : 30.13% done, estimate finish Sat Nov 10 13:59:36 2018 xorriso : UPDATE : 32.55% done, estimate finish Sat Nov 10 13:59:36 2018 xorriso : UPDATE : 34.16% done, estimate finish Sat Nov 10 13:59:36 2018 xorriso : UPDATE : 35.83% done, estimate finish Sat Nov 10 13:59:38 2018 xorriso : UPDATE : 37.35% done, estimate finish Sat Nov 10 13:59:38 2018 xorriso : UPDATE : 39.28% done, estimate finish Sat Nov 10 13:59:38 2018 xorriso : UPDATE : 40.88% done, estimate finish Sat Nov 10 13:59:40 2018 xorriso : UPDATE : 43.52% done, estimate finish Sat Nov 10 13:59:38 2018 xorriso : UPDATE : 45.52% done, estimate finish Sat Nov 10 13:59:38 2018 xorriso : UPDATE : 46.75% done, estimate finish Sat Nov 10 13:59:39 2018 xorriso : UPDATE : 49.99% done, estimate finish Sat Nov 10 13:59:38 2018 xorriso : UPDATE : 51.38% done, estimate finish Sat Nov 10 13:59:38 2018 xorriso : UPDATE : 52.56% done, estimate finish Sat Nov 10 13:59:39 2018 xorriso : UPDATE : 54.59% done, estimate finish Sat Nov 10 13:59:39 2018 xorriso : UPDATE : 56.53% done, estimate finish Sat Nov 10 13:59:39 2018 xorriso : UPDATE : 57.73% done, estimate finish Sat Nov 10 13:59:40 2018 xorriso : UPDATE : 60.56% done, estimate finish Sat Nov 10 13:59:39 2018 xorriso : UPDATE : 62.34% done, estimate finish Sat Nov 10 13:59:39 2018 xorriso : UPDATE : 64.64% done, estimate finish Sat Nov 10 13:59:38 2018 xorriso : UPDATE : 66.66% done, estimate finish Sat Nov 10 13:59:38 2018 xorriso : UPDATE : 68.30% done, estimate finish Sat Nov 10 13:59:39 2018 xorriso : UPDATE : 70.58% done, estimate finish Sat Nov 10 13:59:38 2018 xorriso : UPDATE : 72.18% done, estimate finish Sat Nov 10 13:59:39 2018 xorriso : UPDATE : 72.18% done, estimate finish Sat Nov 10 13:59:41 2018 xorriso : UPDATE : 76.69% done, estimate finish Sat Nov 10 13:59:38 2018 xorriso : UPDATE : 78.54% done, estimate finish Sat Nov 10 13:59:38 2018 xorriso : UPDATE : 80.67% done, estimate finish Sat Nov 10 13:59:38 2018 xorriso : UPDATE : 82.86% done, estimate finish Sat Nov 10 13:59:38 2018 xorriso : UPDATE : 84.92% done, estimate finish Sat Nov 10 13:59:38 2018 xorriso : UPDATE : 86.76% done, estimate finish Sat Nov 10 13:59:38 2018 xorriso : UPDATE : 88.25% done, estimate finish Sat Nov 10 13:59:38 2018 xorriso : UPDATE : 91.27% done, estimate finish Sat Nov 10 13:59:38 2018 xorriso : UPDATE : 93.01% done, estimate finish Sat Nov 10 13:59:38 2018 xorriso : UPDATE : 94.73% done, estimate finish Sat Nov 10 13:59:38 2018 xorriso : UPDATE : 96.57% done xorriso : UPDATE : 99.40% done ISO image produced: 2193586 sectors Written to medium : 2193586 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 10 Nov 13:59:39 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.6.0 armhf 12' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.0-armhf-DVD-12.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.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 : 5859 files added in 1 seconds xorriso : UPDATE : 5859 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.22% done xorriso : UPDATE : 1.77% done xorriso : UPDATE : 3.73% done, estimate finish Sat Nov 10 14:00:50 2018 xorriso : UPDATE : 5.20% done, estimate finish Sat Nov 10 14:00:49 2018 xorriso : UPDATE : 7.65% done, estimate finish Sat Nov 10 14:00:40 2018 xorriso : UPDATE : 7.95% done, estimate finish Sat Nov 10 14:00:50 2018 xorriso : UPDATE : 11.38% done, estimate finish Sat Nov 10 14:00:38 2018 xorriso : UPDATE : 12.18% done, estimate finish Sat Nov 10 14:00:42 2018 xorriso : UPDATE : 15.38% done, estimate finish Sat Nov 10 14:00:36 2018 xorriso : UPDATE : 16.12% done, estimate finish Sat Nov 10 14:00:39 2018 xorriso : UPDATE : 19.54% done, estimate finish Sat Nov 10 14:00:34 2018 xorriso : UPDATE : 21.17% done, estimate finish Sat Nov 10 14:00:35 2018 xorriso : UPDATE : 23.85% done, estimate finish Sat Nov 10 14:00:29 2018 xorriso : UPDATE : 26.06% done, estimate finish Sat Nov 10 14:00:29 2018 xorriso : UPDATE : 27.93% done, estimate finish Sat Nov 10 14:00:29 2018 xorriso : UPDATE : 30.06% done, estimate finish Sat Nov 10 14:00:30 2018 xorriso : UPDATE : 32.29% done, estimate finish Sat Nov 10 14:00:29 2018 xorriso : UPDATE : 34.44% done, estimate finish Sat Nov 10 14:00:30 2018 xorriso : UPDATE : 36.15% done, estimate finish Sat Nov 10 14:00:30 2018 xorriso : UPDATE : 37.44% done, estimate finish Sat Nov 10 14:00:30 2018 xorriso : UPDATE : 39.93% done, estimate finish Sat Nov 10 14:00:29 2018 xorriso : UPDATE : 41.44% done, estimate finish Sat Nov 10 14:00:31 2018 xorriso : UPDATE : 44.32% done, estimate finish Sat Nov 10 14:00:29 2018 xorriso : UPDATE : 45.94% done, estimate finish Sat Nov 10 14:00:29 2018 xorriso : UPDATE : 46.98% done, estimate finish Sat Nov 10 14:00:31 2018 xorriso : UPDATE : 50.16% done, estimate finish Sat Nov 10 14:00:30 2018 xorriso : UPDATE : 52.14% done, estimate finish Sat Nov 10 14:00:29 2018 xorriso : UPDATE : 53.84% done, estimate finish Sat Nov 10 14:00:30 2018 xorriso : UPDATE : 55.68% done, estimate finish Sat Nov 10 14:00:30 2018 xorriso : UPDATE : 57.81% done, estimate finish Sat Nov 10 14:00:30 2018 xorriso : UPDATE : 57.81% done, estimate finish Sat Nov 10 14:00:32 2018 xorriso : UPDATE : 57.81% done, estimate finish Sat Nov 10 14:00:34 2018 xorriso : UPDATE : 64.04% done, estimate finish Sat Nov 10 14:00:29 2018 xorriso : UPDATE : 65.17% done, estimate finish Sat Nov 10 14:00:31 2018 xorriso : UPDATE : 66.39% done, estimate finish Sat Nov 10 14:00:32 2018 xorriso : UPDATE : 66.39% done, estimate finish Sat Nov 10 14:00:33 2018 xorriso : UPDATE : 71.72% done, estimate finish Sat Nov 10 14:00:30 2018 xorriso : UPDATE : 73.84% done, estimate finish Sat Nov 10 14:00:30 2018 xorriso : UPDATE : 75.86% done, estimate finish Sat Nov 10 14:00:30 2018 xorriso : UPDATE : 77.18% done, estimate finish Sat Nov 10 14:00:30 2018 xorriso : UPDATE : 79.81% done, estimate finish Sat Nov 10 14:00:30 2018 xorriso : UPDATE : 81.94% done, estimate finish Sat Nov 10 14:00:30 2018 xorriso : UPDATE : 83.30% done, estimate finish Sat Nov 10 14:00:30 2018 xorriso : UPDATE : 85.79% done, estimate finish Sat Nov 10 14:00:30 2018 xorriso : UPDATE : 86.82% done, estimate finish Sat Nov 10 14:00:30 2018 xorriso : UPDATE : 89.98% done, estimate finish Sat Nov 10 14:00:29 2018 xorriso : UPDATE : 91.57% done, estimate finish Sat Nov 10 14:00:30 2018 xorriso : UPDATE : 92.58% done, estimate finish Sat Nov 10 14:00:30 2018 xorriso : UPDATE : 96.04% done xorriso : UPDATE : 97.74% done ISO image produced: 2290898 sectors Written to medium : 2290898 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 10 Nov 14:00:30 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.6.0 armhf 13' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.0-armhf-DVD-13.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.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 : 1106 files added in 1 seconds xorriso : UPDATE : 1106 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 : 4.41% done xorriso : UPDATE : 9.23% done xorriso : UPDATE : 17.63% done, estimate finish Sat Nov 10 14:00:47 2018 xorriso : UPDATE : 20.25% done, estimate finish Sat Nov 10 14:00:50 2018 xorriso : UPDATE : 26.78% done, estimate finish Sat Nov 10 14:00:49 2018 xorriso : UPDATE : 26.78% done, estimate finish Sat Nov 10 14:00:53 2018 xorriso : UPDATE : 26.78% done, estimate finish Sat Nov 10 14:00:56 2018 xorriso : UPDATE : 38.53% done, estimate finish Sat Nov 10 14:00:51 2018 xorriso : UPDATE : 51.80% done, estimate finish Sat Nov 10 14:00:48 2018 xorriso : UPDATE : 51.80% done, estimate finish Sat Nov 10 14:00:50 2018 xorriso : UPDATE : 51.80% done, estimate finish Sat Nov 10 14:00:52 2018 xorriso : UPDATE : 77.04% done, estimate finish Sat Nov 10 14:00:46 2018 xorriso : UPDATE : 81.81% done, estimate finish Sat Nov 10 14:00:45 2018 xorriso : UPDATE : 84.44% done, estimate finish Sat Nov 10 14:00:46 2018 xorriso : UPDATE : 96.32% done ISO image produced: 712966 sectors Written to medium : 712966 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 10 Nov 14:00:46 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.6.0 armhf 2' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.0-armhf-DVD-2.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.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 : 5569 files added in 1 seconds xorriso : UPDATE : 5569 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.22% done xorriso : UPDATE : 1.71% done xorriso : UPDATE : 3.51% done, estimate finish Sat Nov 10 14:02:01 2018 xorriso : UPDATE : 5.33% done, estimate finish Sat Nov 10 14:01:55 2018 xorriso : UPDATE : 7.39% done, estimate finish Sat Nov 10 14:01:49 2018 xorriso : UPDATE : 9.65% done, estimate finish Sat Nov 10 14:01:45 2018 xorriso : UPDATE : 11.60% done, estimate finish Sat Nov 10 14:01:44 2018 xorriso : UPDATE : 13.92% done, estimate finish Sat Nov 10 14:01:42 2018 xorriso : UPDATE : 14.72% done, estimate finish Sat Nov 10 14:01:45 2018 xorriso : UPDATE : 18.04% done, estimate finish Sat Nov 10 14:01:40 2018 xorriso : UPDATE : 20.15% done, estimate finish Sat Nov 10 14:01:40 2018 xorriso : UPDATE : 22.27% done, estimate finish Sat Nov 10 14:01:39 2018 xorriso : UPDATE : 24.30% done, estimate finish Sat Nov 10 14:01:35 2018 xorriso : UPDATE : 26.42% done, estimate finish Sat Nov 10 14:01:36 2018 xorriso : UPDATE : 27.28% done, estimate finish Sat Nov 10 14:01:37 2018 xorriso : UPDATE : 30.38% done, estimate finish Sat Nov 10 14:01:36 2018 xorriso : UPDATE : 32.88% done, estimate finish Sat Nov 10 14:01:35 2018 xorriso : UPDATE : 34.94% done, estimate finish Sat Nov 10 14:01:35 2018 xorriso : UPDATE : 37.17% done, estimate finish Sat Nov 10 14:01:34 2018 xorriso : UPDATE : 38.39% done, estimate finish Sat Nov 10 14:01:36 2018 xorriso : UPDATE : 41.32% done, estimate finish Sat Nov 10 14:01:35 2018 xorriso : UPDATE : 43.52% done, estimate finish Sat Nov 10 14:01:35 2018 xorriso : UPDATE : 45.32% done, estimate finish Sat Nov 10 14:01:35 2018 xorriso : UPDATE : 47.27% done, estimate finish Sat Nov 10 14:01:35 2018 xorriso : UPDATE : 49.21% done, estimate finish Sat Nov 10 14:01:35 2018 xorriso : UPDATE : 49.41% done, estimate finish Sat Nov 10 14:01:38 2018 xorriso : UPDATE : 53.58% done, estimate finish Sat Nov 10 14:01:35 2018 xorriso : UPDATE : 55.69% done, estimate finish Sat Nov 10 14:01:35 2018 xorriso : UPDATE : 57.68% done, estimate finish Sat Nov 10 14:01:35 2018 xorriso : UPDATE : 58.75% done, estimate finish Sat Nov 10 14:01:36 2018 xorriso : UPDATE : 62.13% done, estimate finish Sat Nov 10 14:01:35 2018 xorriso : UPDATE : 64.23% done, estimate finish Sat Nov 10 14:01:35 2018 xorriso : UPDATE : 66.22% done, estimate finish Sat Nov 10 14:01:35 2018 xorriso : UPDATE : 67.05% done, estimate finish Sat Nov 10 14:01:36 2018 xorriso : UPDATE : 69.44% done, estimate finish Sat Nov 10 14:01:36 2018 xorriso : UPDATE : 72.48% done, estimate finish Sat Nov 10 14:01:35 2018 xorriso : UPDATE : 74.39% done, estimate finish Sat Nov 10 14:01:35 2018 xorriso : UPDATE : 76.23% done, estimate finish Sat Nov 10 14:01:35 2018 xorriso : UPDATE : 76.23% done, estimate finish Sat Nov 10 14:01:37 2018 xorriso : UPDATE : 82.23% done, estimate finish Sat Nov 10 14:01:34 2018 xorriso : UPDATE : 83.30% done, estimate finish Sat Nov 10 14:01:34 2018 xorriso : UPDATE : 86.12% done, estimate finish Sat Nov 10 14:01:34 2018 xorriso : UPDATE : 89.15% done, estimate finish Sat Nov 10 14:01:33 2018 xorriso : UPDATE : 91.31% done, estimate finish Sat Nov 10 14:01:33 2018 xorriso : UPDATE : 92.75% done, estimate finish Sat Nov 10 14:01:34 2018 xorriso : UPDATE : 96.00% done xorriso : UPDATE : 98.13% done ISO image produced: 2183937 sectors Written to medium : 2183937 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 10 Nov 14:01:34 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.6.0 armhf 3' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.0-armhf-DVD-3.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.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 : 4721 files added in 1 seconds xorriso : UPDATE : 4721 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.05% done xorriso : UPDATE : 0.20% done xorriso : UPDATE : 0.51% done xorriso : UPDATE : 0.51% done, estimate finish Sat Nov 10 14:10:06 2018 xorriso : UPDATE : 0.51% done, estimate finish Sat Nov 10 14:13:23 2018 xorriso : UPDATE : 0.51% done, estimate finish Sat Nov 10 14:16:39 2018 xorriso : UPDATE : 0.51% done, estimate finish Sat Nov 10 14:19:56 2018 xorriso : UPDATE : 4.37% done, estimate finish Sat Nov 10 14:04:06 2018 xorriso : UPDATE : 14.33% done, estimate finish Sat Nov 10 14:02:28 2018 xorriso : UPDATE : 16.34% done, estimate finish Sat Nov 10 14:02:28 2018 xorriso : UPDATE : 18.29% done, estimate finish Sat Nov 10 14:02:27 2018 xorriso : UPDATE : 20.25% done, estimate finish Sat Nov 10 14:02:27 2018 xorriso : UPDATE : 22.16% done, estimate finish Sat Nov 10 14:02:27 2018 xorriso : UPDATE : 24.06% done, estimate finish Sat Nov 10 14:02:27 2018 xorriso : UPDATE : 25.85% done, estimate finish Sat Nov 10 14:02:28 2018 xorriso : UPDATE : 26.72% done, estimate finish Sat Nov 10 14:02:30 2018 xorriso : UPDATE : 30.23% done, estimate finish Sat Nov 10 14:02:27 2018 xorriso : UPDATE : 31.77% done, estimate finish Sat Nov 10 14:02:16 2018 xorriso : UPDATE : 34.22% done, estimate finish Sat Nov 10 14:02:16 2018 xorriso : UPDATE : 36.16% done, estimate finish Sat Nov 10 14:02:17 2018 xorriso : UPDATE : 38.05% done, estimate finish Sat Nov 10 14:02:17 2018 xorriso : UPDATE : 39.61% done, estimate finish Sat Nov 10 14:02:19 2018 xorriso : UPDATE : 42.11% done, estimate finish Sat Nov 10 14:02:19 2018 xorriso : UPDATE : 43.26% done, estimate finish Sat Nov 10 14:02:20 2018 xorriso : UPDATE : 45.95% done, estimate finish Sat Nov 10 14:02:20 2018 xorriso : UPDATE : 47.92% done, estimate finish Sat Nov 10 14:02:21 2018 xorriso : UPDATE : 50.14% done, estimate finish Sat Nov 10 14:02:21 2018 xorriso : UPDATE : 51.35% done, estimate finish Sat Nov 10 14:02:24 2018 xorriso : UPDATE : 53.83% done, estimate finish Sat Nov 10 14:02:24 2018 xorriso : UPDATE : 56.02% done, estimate finish Sat Nov 10 14:02:24 2018 xorriso : UPDATE : 58.19% done, estimate finish Sat Nov 10 14:02:24 2018 xorriso : UPDATE : 60.25% done, estimate finish Sat Nov 10 14:02:23 2018 xorriso : UPDATE : 62.50% done, estimate finish Sat Nov 10 14:02:24 2018 xorriso : UPDATE : 65.10% done, estimate finish Sat Nov 10 14:02:23 2018 xorriso : UPDATE : 67.00% done, estimate finish Sat Nov 10 14:02:23 2018 xorriso : UPDATE : 68.51% done, estimate finish Sat Nov 10 14:02:24 2018 xorriso : UPDATE : 70.60% done, estimate finish Sat Nov 10 14:02:24 2018 xorriso : UPDATE : 72.53% done, estimate finish Sat Nov 10 14:02:23 2018 xorriso : UPDATE : 74.32% done, estimate finish Sat Nov 10 14:02:24 2018 xorriso : UPDATE : 74.32% done, estimate finish Sat Nov 10 14:02:26 2018 xorriso : UPDATE : 74.32% done, estimate finish Sat Nov 10 14:02:28 2018 xorriso : UPDATE : 74.32% done, estimate finish Sat Nov 10 14:02:30 2018 xorriso : UPDATE : 74.32% done, estimate finish Sat Nov 10 14:02:32 2018 xorriso : UPDATE : 85.76% done, estimate finish Sat Nov 10 14:02:23 2018 xorriso : UPDATE : 86.47% done, estimate finish Sat Nov 10 14:02:24 2018 xorriso : UPDATE : 89.90% done, estimate finish Sat Nov 10 14:02:23 2018 xorriso : UPDATE : 90.88% done, estimate finish Sat Nov 10 14:02:24 2018 xorriso : UPDATE : 94.08% done, estimate finish Sat Nov 10 14:02:23 2018 xorriso : UPDATE : 94.27% done, estimate finish Sat Nov 10 14:02:24 2018 xorriso : UPDATE : 98.31% done ISO image produced: 2277175 sectors Written to medium : 2277175 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 10 Nov 14:02:24 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.6.0 armhf 4' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.0-armhf-DVD-4.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.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 : 4746 files added in 1 seconds xorriso : UPDATE : 4746 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.25% done xorriso : UPDATE : 2.04% done xorriso : UPDATE : 4.01% done, estimate finish Sat Nov 10 14:03:32 2018 xorriso : UPDATE : 6.09% done, estimate finish Sat Nov 10 14:03:26 2018 xorriso : UPDATE : 7.18% done, estimate finish Sat Nov 10 14:03:30 2018 xorriso : UPDATE : 10.19% done, estimate finish Sat Nov 10 14:03:21 2018 xorriso : UPDATE : 10.43% done, estimate finish Sat Nov 10 14:03:29 2018 xorriso : UPDATE : 10.43% done, estimate finish Sat Nov 10 14:03:39 2018 xorriso : UPDATE : 15.58% done, estimate finish Sat Nov 10 14:03:20 2018 xorriso : UPDATE : 15.58% done, estimate finish Sat Nov 10 14:03:27 2018 xorriso : UPDATE : 15.58% done, estimate finish Sat Nov 10 14:03:33 2018 xorriso : UPDATE : 15.58% done, estimate finish Sat Nov 10 14:03:39 2018 xorriso : UPDATE : 15.58% done, estimate finish Sat Nov 10 14:03:46 2018 xorriso : UPDATE : 15.58% done, estimate finish Sat Nov 10 14:03:58 2018 xorriso : UPDATE : 15.58% done, estimate finish Sat Nov 10 14:04:06 2018 xorriso : UPDATE : 15.58% done, estimate finish Sat Nov 10 14:04:14 2018 xorriso : UPDATE : 15.58% done, estimate finish Sat Nov 10 14:04:22 2018 xorriso : UPDATE : 15.58% done, estimate finish Sat Nov 10 14:04:30 2018 xorriso : UPDATE : 15.58% done, estimate finish Sat Nov 10 14:04:40 2018 xorriso : UPDATE : 17.43% done, estimate finish Sat Nov 10 14:04:28 2018 xorriso : UPDATE : 41.98% done, estimate finish Sat Nov 10 14:03:12 2018 xorriso : UPDATE : 41.98% done, estimate finish Sat Nov 10 14:03:14 2018 xorriso : UPDATE : 45.92% done, estimate finish Sat Nov 10 14:03:12 2018 xorriso : UPDATE : 48.17% done, estimate finish Sat Nov 10 14:03:06 2018 xorriso : UPDATE : 50.14% done, estimate finish Sat Nov 10 14:03:07 2018 xorriso : UPDATE : 52.06% done, estimate finish Sat Nov 10 14:03:07 2018 xorriso : UPDATE : 54.17% done, estimate finish Sat Nov 10 14:03:09 2018 xorriso : UPDATE : 56.02% done, estimate finish Sat Nov 10 14:03:09 2018 xorriso : UPDATE : 56.55% done, estimate finish Sat Nov 10 14:03:10 2018 xorriso : UPDATE : 60.14% done, estimate finish Sat Nov 10 14:03:10 2018 xorriso : UPDATE : 62.13% done, estimate finish Sat Nov 10 14:03:09 2018 xorriso : UPDATE : 64.19% done, estimate finish Sat Nov 10 14:03:10 2018 xorriso : UPDATE : 66.25% done, estimate finish Sat Nov 10 14:03:10 2018 xorriso : UPDATE : 67.07% done, estimate finish Sat Nov 10 14:03:15 2018 xorriso : UPDATE : 70.06% done, estimate finish Sat Nov 10 14:03:14 2018 xorriso : UPDATE : 72.27% done, estimate finish Sat Nov 10 14:03:13 2018 xorriso : UPDATE : 74.22% done, estimate finish Sat Nov 10 14:03:13 2018 xorriso : UPDATE : 76.38% done, estimate finish Sat Nov 10 14:03:13 2018 xorriso : UPDATE : 78.45% done, estimate finish Sat Nov 10 14:03:13 2018 xorriso : UPDATE : 80.62% done, estimate finish Sat Nov 10 14:03:13 2018 xorriso : UPDATE : 82.59% done, estimate finish Sat Nov 10 14:03:13 2018 xorriso : UPDATE : 84.77% done, estimate finish Sat Nov 10 14:03:13 2018 xorriso : UPDATE : 86.83% done, estimate finish Sat Nov 10 14:03:13 2018 xorriso : UPDATE : 87.65% done, estimate finish Sat Nov 10 14:03:14 2018 xorriso : UPDATE : 91.23% done, estimate finish Sat Nov 10 14:03:12 2018 xorriso : UPDATE : 92.82% done, estimate finish Sat Nov 10 14:03:13 2018 xorriso : UPDATE : 94.74% done, estimate finish Sat Nov 10 14:03:13 2018 xorriso : UPDATE : 94.74% done, estimate finish Sat Nov 10 14:03:14 2018 xorriso : UPDATE : 99.63% done ISO image produced: 2227276 sectors Written to medium : 2227276 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 10 Nov 14:03:14 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.6.0 armhf 5' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.0-armhf-DVD-5.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.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 : 4315 files added in 1 seconds xorriso : UPDATE : 4315 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.27% done xorriso : UPDATE : 1.97% done xorriso : UPDATE : 2.78% done, estimate finish Sat Nov 10 14:04:52 2018 xorriso : UPDATE : 5.19% done, estimate finish Sat Nov 10 14:04:26 2018 xorriso : UPDATE : 8.44% done, estimate finish Sat Nov 10 14:04:11 2018 xorriso : UPDATE : 10.32% done, estimate finish Sat Nov 10 14:04:10 2018 xorriso : UPDATE : 11.87% done, estimate finish Sat Nov 10 14:04:11 2018 xorriso : UPDATE : 13.98% done, estimate finish Sat Nov 10 14:04:10 2018 xorriso : UPDATE : 15.27% done, estimate finish Sat Nov 10 14:04:12 2018 xorriso : UPDATE : 16.95% done, estimate finish Sat Nov 10 14:04:12 2018 xorriso : UPDATE : 16.95% done, estimate finish Sat Nov 10 14:04:18 2018 xorriso : UPDATE : 22.19% done, estimate finish Sat Nov 10 14:04:08 2018 xorriso : UPDATE : 24.15% done, estimate finish Sat Nov 10 14:04:02 2018 xorriso : UPDATE : 24.27% done, estimate finish Sat Nov 10 14:04:07 2018 xorriso : UPDATE : 28.15% done, estimate finish Sat Nov 10 14:04:03 2018 xorriso : UPDATE : 30.34% done, estimate finish Sat Nov 10 14:04:02 2018 xorriso : UPDATE : 32.30% done, estimate finish Sat Nov 10 14:04:03 2018 xorriso : UPDATE : 34.08% done, estimate finish Sat Nov 10 14:04:03 2018 xorriso : UPDATE : 36.54% done, estimate finish Sat Nov 10 14:04:03 2018 xorriso : UPDATE : 38.55% done, estimate finish Sat Nov 10 14:04:03 2018 xorriso : UPDATE : 39.88% done, estimate finish Sat Nov 10 14:04:04 2018 xorriso : UPDATE : 42.52% done, estimate finish Sat Nov 10 14:04:03 2018 xorriso : UPDATE : 44.01% done, estimate finish Sat Nov 10 14:04:05 2018 xorriso : UPDATE : 44.01% done, estimate finish Sat Nov 10 14:04:08 2018 xorriso : UPDATE : 46.08% done, estimate finish Sat Nov 10 14:04:07 2018 xorriso : UPDATE : 50.48% done, estimate finish Sat Nov 10 14:04:04 2018 xorriso : UPDATE : 50.48% done, estimate finish Sat Nov 10 14:04:07 2018 xorriso : UPDATE : 50.48% done, estimate finish Sat Nov 10 14:04:09 2018 xorriso : UPDATE : 56.30% done, estimate finish Sat Nov 10 14:04:04 2018 xorriso : UPDATE : 58.16% done, estimate finish Sat Nov 10 14:04:04 2018 xorriso : UPDATE : 58.16% done, estimate finish Sat Nov 10 14:04:07 2018 xorriso : UPDATE : 58.16% done, estimate finish Sat Nov 10 14:04:09 2018 xorriso : UPDATE : 58.16% done, estimate finish Sat Nov 10 14:04:14 2018 xorriso : UPDATE : 58.16% done, estimate finish Sat Nov 10 14:04:17 2018 xorriso : UPDATE : 69.60% done, estimate finish Sat Nov 10 14:04:03 2018 xorriso : UPDATE : 71.69% done, estimate finish Sat Nov 10 14:04:03 2018 xorriso : UPDATE : 73.49% done, estimate finish Sat Nov 10 14:04:03 2018 xorriso : UPDATE : 75.40% done, estimate finish Sat Nov 10 14:04:03 2018 xorriso : UPDATE : 75.54% done, estimate finish Sat Nov 10 14:04:05 2018 xorriso : UPDATE : 79.58% done, estimate finish Sat Nov 10 14:04:04 2018 xorriso : UPDATE : 81.67% done, estimate finish Sat Nov 10 14:04:03 2018 xorriso : UPDATE : 82.92% done, estimate finish Sat Nov 10 14:04:04 2018 xorriso : UPDATE : 85.36% done, estimate finish Sat Nov 10 14:04:03 2018 xorriso : UPDATE : 87.76% done, estimate finish Sat Nov 10 14:04:02 2018 xorriso : UPDATE : 89.13% done, estimate finish Sat Nov 10 14:04:03 2018 xorriso : UPDATE : 90.40% done, estimate finish Sat Nov 10 14:04:03 2018 xorriso : UPDATE : 90.40% done, estimate finish Sat Nov 10 14:04:05 2018 xorriso : UPDATE : 94.84% done, estimate finish Sat Nov 10 14:04:04 2018 xorriso : UPDATE : 97.70% done xorriso : UPDATE : 99.88% done ISO image produced: 2289917 sectors Written to medium : 2289917 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 10 Nov 14:04:05 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.6.0 armhf 6' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.0-armhf-DVD-6.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.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 : 3203 files added in 1 seconds xorriso : UPDATE : 3203 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.04% done xorriso : UPDATE : 0.70% done xorriso : UPDATE : 2.88% done xorriso : UPDATE : 4.47% done, estimate finish Sat Nov 10 14:05:08 2018 xorriso : UPDATE : 6.72% done, estimate finish Sat Nov 10 14:05:02 2018 xorriso : UPDATE : 9.01% done, estimate finish Sat Nov 10 14:04:59 2018 xorriso : UPDATE : 11.04% done, estimate finish Sat Nov 10 14:04:58 2018 xorriso : UPDATE : 12.14% done, estimate finish Sat Nov 10 14:05:02 2018 xorriso : UPDATE : 12.14% done, estimate finish Sat Nov 10 14:05:10 2018 xorriso : UPDATE : 12.14% done, estimate finish Sat Nov 10 14:05:18 2018 xorriso : UPDATE : 18.42% done, estimate finish Sat Nov 10 14:04:59 2018 xorriso : UPDATE : 21.32% done, estimate finish Sat Nov 10 14:04:56 2018 xorriso : UPDATE : 21.54% done, estimate finish Sat Nov 10 14:05:01 2018 xorriso : UPDATE : 21.97% done, estimate finish Sat Nov 10 14:05:02 2018 xorriso : UPDATE : 27.73% done, estimate finish Sat Nov 10 14:04:53 2018 xorriso : UPDATE : 29.84% done, estimate finish Sat Nov 10 14:04:53 2018 xorriso : UPDATE : 31.85% done, estimate finish Sat Nov 10 14:04:54 2018 xorriso : UPDATE : 31.92% done, estimate finish Sat Nov 10 14:04:56 2018 xorriso : UPDATE : 36.02% done, estimate finish Sat Nov 10 14:04:53 2018 xorriso : UPDATE : 37.90% done, estimate finish Sat Nov 10 14:04:53 2018 xorriso : UPDATE : 39.86% done, estimate finish Sat Nov 10 14:04:54 2018 xorriso : UPDATE : 42.03% done, estimate finish Sat Nov 10 14:04:54 2018 xorriso : UPDATE : 43.55% done, estimate finish Sat Nov 10 14:04:54 2018 xorriso : UPDATE : 46.29% done, estimate finish Sat Nov 10 14:04:51 2018 xorriso : UPDATE : 48.15% done, estimate finish Sat Nov 10 14:04:51 2018 xorriso : UPDATE : 48.15% done, estimate finish Sat Nov 10 14:04:54 2018 xorriso : UPDATE : 48.15% done, estimate finish Sat Nov 10 14:04:57 2018 xorriso : UPDATE : 48.15% done, estimate finish Sat Nov 10 14:05:00 2018 xorriso : UPDATE : 48.15% done, estimate finish Sat Nov 10 14:05:02 2018 xorriso : UPDATE : 48.15% done, estimate finish Sat Nov 10 14:05:05 2018 xorriso : UPDATE : 48.15% done, estimate finish Sat Nov 10 14:05:08 2018 xorriso : UPDATE : 48.15% done, estimate finish Sat Nov 10 14:05:11 2018 xorriso : UPDATE : 61.92% done, estimate finish Sat Nov 10 14:04:56 2018 xorriso : UPDATE : 68.12% done, estimate finish Sat Nov 10 14:04:52 2018 xorriso : UPDATE : 69.96% done, estimate finish Sat Nov 10 14:04:53 2018 xorriso : UPDATE : 71.86% done, estimate finish Sat Nov 10 14:04:53 2018 xorriso : UPDATE : 71.86% done, estimate finish Sat Nov 10 14:04:55 2018 xorriso : UPDATE : 71.86% done, estimate finish Sat Nov 10 14:04:57 2018 xorriso : UPDATE : 78.51% done, estimate finish Sat Nov 10 14:04:53 2018 xorriso : UPDATE : 78.51% done, estimate finish Sat Nov 10 14:04:54 2018 xorriso : UPDATE : 78.51% done, estimate finish Sat Nov 10 14:04:56 2018 xorriso : UPDATE : 78.51% done, estimate finish Sat Nov 10 14:04:57 2018 xorriso : UPDATE : 86.60% done, estimate finish Sat Nov 10 14:04:53 2018 xorriso : UPDATE : 86.60% done, estimate finish Sat Nov 10 14:04:54 2018 xorriso : UPDATE : 86.60% done, estimate finish Sat Nov 10 14:04:56 2018 xorriso : UPDATE : 93.76% done, estimate finish Sat Nov 10 14:04:52 2018 xorriso : UPDATE : 93.76% done, estimate finish Sat Nov 10 14:04:54 2018 xorriso : UPDATE : 96.84% done xorriso : UPDATE : Thank you for being patient. Working since 48 seconds. ISO image produced: 2292257 sectors Written to medium : 2292257 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 10 Nov 14:04:54 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.6.0 armhf 7' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.0-armhf-DVD-7.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.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 : 6696 files added in 1 seconds xorriso : UPDATE : 6696 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. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.27% done xorriso : UPDATE : 1.29% done xorriso : UPDATE : 3.80% done, estimate finish Sat Nov 10 14:06:06 2018 xorriso : UPDATE : 5.35% done, estimate finish Sat Nov 10 14:06:04 2018 xorriso : UPDATE : 6.16% done, estimate finish Sat Nov 10 14:06:11 2018 xorriso : UPDATE : 6.16% done, estimate finish Sat Nov 10 14:06:27 2018 xorriso : UPDATE : 6.16% done, estimate finish Sat Nov 10 14:06:44 2018 xorriso : UPDATE : 7.09% done, estimate finish Sat Nov 10 14:06:44 2018 xorriso : UPDATE : 15.94% done, estimate finish Sat Nov 10 14:05:49 2018 xorriso : UPDATE : 17.92% done, estimate finish Sat Nov 10 14:05:49 2018 xorriso : UPDATE : 19.18% done, estimate finish Sat Nov 10 14:05:50 2018 xorriso : UPDATE : 22.07% done, estimate finish Sat Nov 10 14:05:47 2018 xorriso : UPDATE : 24.16% done, estimate finish Sat Nov 10 14:05:47 2018 xorriso : UPDATE : 26.04% done, estimate finish Sat Nov 10 14:05:44 2018 xorriso : UPDATE : 27.91% done, estimate finish Sat Nov 10 14:05:44 2018 xorriso : UPDATE : 30.32% done, estimate finish Sat Nov 10 14:05:44 2018 xorriso : UPDATE : 32.45% done, estimate finish Sat Nov 10 14:05:44 2018 xorriso : UPDATE : 34.57% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 36.78% done, estimate finish Sat Nov 10 14:05:44 2018 xorriso : UPDATE : 39.01% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 40.34% done, estimate finish Sat Nov 10 14:05:44 2018 xorriso : UPDATE : 43.07% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 45.25% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 47.30% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 49.45% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 51.43% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 53.03% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 53.57% done, estimate finish Sat Nov 10 14:05:45 2018 xorriso : UPDATE : 53.57% done, estimate finish Sat Nov 10 14:05:48 2018 xorriso : UPDATE : 59.82% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 61.88% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 63.99% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 65.10% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 67.67% done, estimate finish Sat Nov 10 14:05:44 2018 xorriso : UPDATE : 70.25% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 72.35% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 74.06% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 76.53% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 78.47% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 80.48% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 82.35% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 84.39% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 86.07% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 89.00% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 90.47% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 92.39% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 95.49% done, estimate finish Sat Nov 10 14:05:43 2018 xorriso : UPDATE : 97.27% done xorriso : UPDATE : 98.30% done ISO image produced: 2235242 sectors Written to medium : 2235242 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 10 Nov 14:05:44 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.6.0 armhf 8' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.0-armhf-DVD-8.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.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 : 8376 files added in 1 seconds xorriso : UPDATE : 8376 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/nxt-firmware_1.29-20120908+dfsg-7_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/ubertooth-firmware_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.18% done xorriso : UPDATE : 0.75% done xorriso : UPDATE : 2.76% done, estimate finish Sat Nov 10 14:07:16 2018 xorriso : UPDATE : 4.58% done, estimate finish Sat Nov 10 14:07:02 2018 xorriso : UPDATE : 6.27% done, estimate finish Sat Nov 10 14:06:57 2018 xorriso : UPDATE : 8.54% done, estimate finish Sat Nov 10 14:06:49 2018 xorriso : UPDATE : 9.31% done, estimate finish Sat Nov 10 14:06:55 2018 xorriso : UPDATE : 10.96% done, estimate finish Sat Nov 10 14:06:54 2018 xorriso : UPDATE : 14.32% done, estimate finish Sat Nov 10 14:06:44 2018 xorriso : UPDATE : 16.66% done, estimate finish Sat Nov 10 14:06:42 2018 xorriso : UPDATE : 18.57% done, estimate finish Sat Nov 10 14:06:42 2018 xorriso : UPDATE : 20.49% done, estimate finish Sat Nov 10 14:06:41 2018 xorriso : UPDATE : 21.81% done, estimate finish Sat Nov 10 14:06:38 2018 xorriso : UPDATE : 21.81% done, estimate finish Sat Nov 10 14:06:43 2018 xorriso : UPDATE : 26.20% done, estimate finish Sat Nov 10 14:06:36 2018 xorriso : UPDATE : 28.98% done, estimate finish Sat Nov 10 14:06:36 2018 xorriso : UPDATE : 31.00% done, estimate finish Sat Nov 10 14:06:35 2018 xorriso : UPDATE : 32.73% done, estimate finish Sat Nov 10 14:06:35 2018 xorriso : UPDATE : 35.11% done, estimate finish Sat Nov 10 14:06:35 2018 xorriso : UPDATE : 36.98% done, estimate finish Sat Nov 10 14:06:35 2018 xorriso : UPDATE : 38.67% done, estimate finish Sat Nov 10 14:06:35 2018 xorriso : UPDATE : 40.73% done, estimate finish Sat Nov 10 14:06:35 2018 xorriso : UPDATE : 42.02% done, estimate finish Sat Nov 10 14:06:36 2018 xorriso : UPDATE : 45.18% done, estimate finish Sat Nov 10 14:06:34 2018 xorriso : UPDATE : 46.66% done, estimate finish Sat Nov 10 14:06:35 2018 xorriso : UPDATE : 48.73% done, estimate finish Sat Nov 10 14:06:35 2018 xorriso : UPDATE : 50.48% done, estimate finish Sat Nov 10 14:06:36 2018 xorriso : UPDATE : 50.48% done, estimate finish Sat Nov 10 14:06:37 2018 xorriso : UPDATE : 54.96% done, estimate finish Sat Nov 10 14:06:35 2018 xorriso : UPDATE : 54.96% done, estimate finish Sat Nov 10 14:06:37 2018 xorriso : UPDATE : 59.75% done, estimate finish Sat Nov 10 14:06:34 2018 xorriso : UPDATE : 61.82% done, estimate finish Sat Nov 10 14:06:35 2018 xorriso : UPDATE : 63.73% done, estimate finish Sat Nov 10 14:06:34 2018 xorriso : UPDATE : 63.98% done, estimate finish Sat Nov 10 14:06:36 2018 xorriso : UPDATE : 67.22% done, estimate finish Sat Nov 10 14:06:35 2018 xorriso : UPDATE : 69.81% done, estimate finish Sat Nov 10 14:06:34 2018 xorriso : UPDATE : 71.26% done, estimate finish Sat Nov 10 14:06:35 2018 xorriso : UPDATE : 73.48% done, estimate finish Sat Nov 10 14:06:34 2018 xorriso : UPDATE : 75.86% done, estimate finish Sat Nov 10 14:06:34 2018 xorriso : UPDATE : 77.70% done, estimate finish Sat Nov 10 14:06:34 2018 xorriso : UPDATE : 79.40% done, estimate finish Sat Nov 10 14:06:35 2018 xorriso : UPDATE : 81.48% done, estimate finish Sat Nov 10 14:06:34 2018 xorriso : UPDATE : 83.57% done, estimate finish Sat Nov 10 14:06:35 2018 xorriso : UPDATE : 85.61% done, estimate finish Sat Nov 10 14:06:35 2018 xorriso : UPDATE : 87.69% done, estimate finish Sat Nov 10 14:06:35 2018 xorriso : UPDATE : 89.40% done, estimate finish Sat Nov 10 14:06:35 2018 xorriso : UPDATE : 89.40% done, estimate finish Sat Nov 10 14:06:36 2018 xorriso : UPDATE : 89.40% done, estimate finish Sat Nov 10 14:06:38 2018 xorriso : UPDATE : 96.34% done xorriso : UPDATE : 97.65% done ISO image produced: 2288645 sectors Written to medium : 2288645 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 10 Nov 14:06:35 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.6.0 armhf 9' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.0-armhf-DVD-9.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.6.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 : 9071 files added in 1 seconds xorriso : UPDATE : 9071 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/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/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.52% done xorriso : UPDATE : 1.94% done, estimate finish Sat Nov 10 14:08:45 2018 xorriso : UPDATE : 3.35% done, estimate finish Sat Nov 10 14:08:21 2018 xorriso : UPDATE : 6.80% done, estimate finish Sat Nov 10 14:07:42 2018 xorriso : UPDATE : 8.95% done, estimate finish Sat Nov 10 14:07:38 2018 xorriso : UPDATE : 8.95% done, estimate finish Sat Nov 10 14:07:49 2018 xorriso : UPDATE : 10.06% done, estimate finish Sat Nov 10 14:07:51 2018 xorriso : UPDATE : 15.17% done, estimate finish Sat Nov 10 14:07:32 2018 xorriso : UPDATE : 16.95% done, estimate finish Sat Nov 10 14:07:32 2018 xorriso : UPDATE : 19.23% done, estimate finish Sat Nov 10 14:07:31 2018 xorriso : UPDATE : 20.45% done, estimate finish Sat Nov 10 14:07:32 2018 xorriso : UPDATE : 22.98% done, estimate finish Sat Nov 10 14:07:25 2018 xorriso : UPDATE : 25.04% done, estimate finish Sat Nov 10 14:07:24 2018 xorriso : UPDATE : 25.04% done, estimate finish Sat Nov 10 14:07:29 2018 xorriso : UPDATE : 25.04% done, estimate finish Sat Nov 10 14:07:33 2018 xorriso : UPDATE : 30.47% done, estimate finish Sat Nov 10 14:07:26 2018 xorriso : UPDATE : 32.82% done, estimate finish Sat Nov 10 14:07:25 2018 xorriso : UPDATE : 36.14% done, estimate finish Sat Nov 10 14:07:24 2018 xorriso : UPDATE : 37.99% done, estimate finish Sat Nov 10 14:07:25 2018 xorriso : UPDATE : 39.81% done, estimate finish Sat Nov 10 14:07:25 2018 xorriso : UPDATE : 41.67% done, estimate finish Sat Nov 10 14:07:25 2018 xorriso : UPDATE : 42.78% done, estimate finish Sat Nov 10 14:07:26 2018 xorriso : UPDATE : 45.67% done, estimate finish Sat Nov 10 14:07:25 2018 xorriso : UPDATE : 47.48% done, estimate finish Sat Nov 10 14:07:25 2018 xorriso : UPDATE : 49.01% done, estimate finish Sat Nov 10 14:07:26 2018 xorriso : UPDATE : 51.22% done, estimate finish Sat Nov 10 14:07:26 2018 xorriso : UPDATE : 53.65% done, estimate finish Sat Nov 10 14:07:25 2018 xorriso : UPDATE : 55.53% done, estimate finish Sat Nov 10 14:07:25 2018 xorriso : UPDATE : 57.34% done, estimate finish Sat Nov 10 14:07:26 2018 xorriso : UPDATE : 59.28% done, estimate finish Sat Nov 10 14:07:26 2018 xorriso : UPDATE : 60.78% done, estimate finish Sat Nov 10 14:07:26 2018 xorriso : UPDATE : 62.67% done, estimate finish Sat Nov 10 14:07:26 2018 xorriso : UPDATE : 64.64% done, estimate finish Sat Nov 10 14:07:26 2018 xorriso : UPDATE : 66.51% done, estimate finish Sat Nov 10 14:07:26 2018 xorriso : UPDATE : 68.37% done, estimate finish Sat Nov 10 14:07:26 2018 xorriso : UPDATE : 69.67% done, estimate finish Sat Nov 10 14:07:27 2018 xorriso : UPDATE : 70.48% done, estimate finish Sat Nov 10 14:07:28 2018 xorriso : UPDATE : 74.38% done, estimate finish Sat Nov 10 14:07:26 2018 xorriso : UPDATE : 76.43% done, estimate finish Sat Nov 10 14:07:26 2018 xorriso : UPDATE : 78.19% done, estimate finish Sat Nov 10 14:07:27 2018 xorriso : UPDATE : 80.22% done, estimate finish Sat Nov 10 14:07:26 2018 xorriso : UPDATE : 82.12% done, estimate finish Sat Nov 10 14:07:27 2018 xorriso : UPDATE : 82.12% done, estimate finish Sat Nov 10 14:07:29 2018 xorriso : UPDATE : 82.12% done, estimate finish Sat Nov 10 14:07:31 2018 xorriso : UPDATE : 82.12% done, estimate finish Sat Nov 10 14:07:33 2018 xorriso : UPDATE : 82.12% done, estimate finish Sat Nov 10 14:07:34 2018 xorriso : UPDATE : 90.87% done, estimate finish Sat Nov 10 14:07:27 2018 xorriso : UPDATE : 93.46% done, estimate finish Sat Nov 10 14:07:27 2018 xorriso : UPDATE : 96.90% done xorriso : UPDATE : 98.78% done ISO image produced: 2279687 sectors Written to medium : 2279687 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 15e6fd8781f29991a63ba2db41c65dad893f926b debian-9.6.0-armhf-DVD-1.iso No Jigdo help for md5, doing it the long way with md5sum 1b2bce3ba27f3e5c81ce57a898832c16 debian-9.6.0-armhf-DVD-1.iso No Jigdo help for sha512, doing it the long way with sha512sum d81ac4bb153e5b6f5162d12540fa38a76e90e5a09551fb4a667d9ecefe5ab086e83ea2160c9574755b593301016da4c14708770bc0acae6d3f91ff8f126627b8 debian-9.6.0-armhf-DVD-1.iso No Jigdo help for sha256, doing it the long way with sha256sum be8a3c98003ad742ff60c4f607dc973d4b361e7a487659b4059916d9d007d51d debian-9.6.0-armhf-DVD-1.iso 9620ecb6d1aec9361cd940cd7d9e96d2adf6528a debian-9.6.0-armhf-DVD-1.jigdo a6a6dc0518e35fd7366a30cf3a75a8f3 debian-9.6.0-armhf-DVD-1.jigdo 69d340999957000fc57bd9c935427f6daeb45ecbd63775500c5eb6de22b91d2fc38402df781dce2f4c1583b8bde999e8191d2c71e055bd2dead12607e7e59311 debian-9.6.0-armhf-DVD-1.jigdo e7fccd29bd99edd9cfb0c269939a3c3a0c2bba0a542dceb5ffa08293b4d9d9fe debian-9.6.0-armhf-DVD-1.jigdo 047e6cc60ed2e2d34dafae9878d8e4777ce2c10e debian-9.6.0-armhf-DVD-1.template a4466dbc203d1eced3a8294e7afd0e1c debian-9.6.0-armhf-DVD-1.template d362681ae929fef31b48d63d1e1256f2f0871d8ed6c451fc0c70d56d0ae8c822484251d724c2571d5f344bc0fa2ee8aa8d4efb88a09396d717d82b9762d1f9a7 debian-9.6.0-armhf-DVD-1.template be36521341f1b1020503050488e2d26cc78b0e214549a1c2a9b2988cabaa6927 debian-9.6.0-armhf-DVD-1.template 78cef6fe221850cfec8853291c020dbed0d539fc debian-9.6.0-armhf-DVD-10.iso 0727eafe74df7ed0ea4d357a248258d906074429 debian-9.6.0-armhf-DVD-10.jigdo 30d809066a320d8a368a5ae55ef7c95b debian-9.6.0-armhf-DVD-10.iso 8894d7113cff1d5ffeadc8f2cd58a0c5 debian-9.6.0-armhf-DVD-10.jigdo a43fbbbf6c370c6607c759168d278a8219ecea6ac1c6146fe496ef973805881bc17f12e5a35236662a71483d8676ca121ed2bfe71f3344f463a3c7f6b0a2f53d debian-9.6.0-armhf-DVD-10.iso 7dd2dc65b3d8a4967a3c2b7132fd893fb6f8f41ef8803eaf4089558153c424e423cb2380b4dab09ab3c2e3708f517ec3ad635a85c3e51907bfd79c91ec60cd79 debian-9.6.0-armhf-DVD-10.jigdo 03a6650f2dc2b258061cb2c8dbd61339f979eedf32ed1cfa78e98cd18790d445 debian-9.6.0-armhf-DVD-10.iso 8fdc04adba115d2d8489d11e5607f6f5d9fd94acfec58fac275099fea9c68115 debian-9.6.0-armhf-DVD-10.jigdo 0a234eca79e458a9fa4a44d14635be36ae1c67f7 debian-9.6.0-armhf-DVD-10.template b15da78a48fb7ae55a6576c0b9d0b218 debian-9.6.0-armhf-DVD-10.template 537256b299a62d47965fe47a8ffb37bd129d5f09d39e23aadd7f906c5ff25c419c8e278d7efeadf1a71f18f00a797fba7018cd788742d4319da3c7962191494c debian-9.6.0-armhf-DVD-10.template a031e8f8fc52c49ad76cb5c7db1d0e4a476aec62ae38814175ee63a5ba5855e6 debian-9.6.0-armhf-DVD-10.template 59d578c34ae43f31dceaaafba0c47a329b3eaec1 debian-9.6.0-armhf-DVD-11.iso a9caab6695b64cda2a0df43be7729ae24e263e93 debian-9.6.0-armhf-DVD-11.jigdo ba63402ad94d12b151e5dd318716eb8a debian-9.6.0-armhf-DVD-11.iso 5ae5e55ecfa0bc60f5828752c27b3379 debian-9.6.0-armhf-DVD-11.jigdo face6c961bbaa3ee50e2eadb3e422bf1237c89b92c1215551047141946d5af3a332bc1e9924dc8ba0e63209def0d29c78320d0ea4ce46e3a0f3dcd3cfd134b81 debian-9.6.0-armhf-DVD-11.iso fba6c468cbb1309fa4f8f57e351630db832bf634bfc98df5eb8e39caffdca093e1bbc721e56377b927d5d2d95518ec84ea559e0513febba6cbefab9d17cc7b64 debian-9.6.0-armhf-DVD-11.jigdo e8c2571c0c337c3eefb211d91af2c528d8fd8452a67eb3556d25c840a3fda2f5 debian-9.6.0-armhf-DVD-11.iso 8f2edc0128f9fdd163098673182fad85b6fbeb7b6b154f4739cb716651a96f8c debian-9.6.0-armhf-DVD-11.jigdo e282a48665b639fe23907b61e72d75668ee25969 debian-9.6.0-armhf-DVD-11.template a51b05747791da48633c70de3a87325b debian-9.6.0-armhf-DVD-11.template 91297d803dc2e45eac72a011c54dce9e29dce4962b19a181a728f4b34941dd8f76c68219e5601e3e2f3a53adb3dc2161961b383af60ceca591047063f138d60b debian-9.6.0-armhf-DVD-11.template 2a5cac5a412e08d3112cdfab991e08f601b3a8961109ea98a074c7f6ebbbf809 debian-9.6.0-armhf-DVD-11.template c1e1e1900de5c0e291d5acdc9ad57efd89bd8476 debian-9.6.0-armhf-DVD-12.iso 5ec4db6f52d8fe6a37855c06104829e0611025d4 debian-9.6.0-armhf-DVD-12.jigdo 9ea5d2560edf89152b7cdf3195c2fd88 debian-9.6.0-armhf-DVD-12.iso e677f7e75ac37e40c0f1d9fa530d4781 debian-9.6.0-armhf-DVD-12.jigdo 165c333603bae485fa6f0149ab50e0f9af3d7a6bb7796d4086f8b35220c8c433413fa58dac95943234af4e14c51fc7eb9d31e458a5f4205ca4dcdb4593e7ac92 debian-9.6.0-armhf-DVD-12.iso 6f76b0fc4ef101c73bb42324939279901ad26278cb046a04fa6bdbf897081ca7a2dcd298acf42e024c1b07c8972132de0c12cc765989031d00dfc17dd41ae44a debian-9.6.0-armhf-DVD-12.jigdo 1a0f2366aa71ac161d8654947bf94399b99ffd65167aca07a4343d83f730e256 debian-9.6.0-armhf-DVD-12.iso 5cd6a034444844946e6061bc24ca12ce17f46cb2c293abd06e75ee9ef16a72de debian-9.6.0-armhf-DVD-12.jigdo 4f509feaf40b076d440f1c84176301990437a8f8 debian-9.6.0-armhf-DVD-12.template 34108da2192e455a6c0e5763745d2a6a debian-9.6.0-armhf-DVD-12.template 8619fd075b2f0d2a48d922eeee8f033b55cc74166bee8ae6fa77d682ac9b535d254b399a27b88156b876c6c51e18729f5f7ee7495a7c100bf05a8af676447a4c debian-9.6.0-armhf-DVD-12.template 76d3532396c7c8b5f01647e6ec829a4586ae4318fc63ee5e3702586a2d641540 debian-9.6.0-armhf-DVD-12.template 2a07035411ef4cc774eb084e99a2d40cc113ac6b debian-9.6.0-armhf-DVD-13.iso 979019bb6aa82c10ba6b272e6e4f1d6d775b3486 debian-9.6.0-armhf-DVD-13.jigdo e9099fd42a2385266a6f0fa1a3536031 debian-9.6.0-armhf-DVD-13.iso eee851d07b1497fe6a4367a87b925203 debian-9.6.0-armhf-DVD-13.jigdo 7a252eba116b28268128c9cb9e7d8372ea014f5461429b225cc03f9f1784db9a992c99d9236ea1f31b33350efa759acaba2f0cd4362c59266ab15e4d771e5cd4 debian-9.6.0-armhf-DVD-13.iso 18763dc8bae43ba3553a549feed6c2299bfeed0c7b254bf46a496ecf5f64df573aba797442271824db3038bad33a481a90ccc6bfa73f6ac305990abe9b5b6ff4 debian-9.6.0-armhf-DVD-13.jigdo fd8fa6ea21be0c75c76e9b77b2e425acb9e901a1b1e3a8b43ca3545b13df8011 debian-9.6.0-armhf-DVD-13.iso 6615886b0e3969c22f394c4e43dd6d63ee2e789c18cf135fe168640f0fab34d3 debian-9.6.0-armhf-DVD-13.jigdo 5d7de68d86506c36c25bcf4ec5aa4a2dad45b39d debian-9.6.0-armhf-DVD-13.template 19298e4213044fc83687a78aa80f8567 debian-9.6.0-armhf-DVD-13.template a99a0499a9f67cf2ce42a9b0fdad6cb437d9ced330f807d51f4548ae04184770e7a0e38fc870ac7ae4e21389a105b4d02fdbfc421eed970ae1269e386e2682fb debian-9.6.0-armhf-DVD-13.template 55f9e95db5d12ec68cf45fe8d771648323fde0ba5052584e2a6878977a9669fb debian-9.6.0-armhf-DVD-13.template 1392df01fddd09288e822287d41ba7c4fa47883a debian-9.6.0-armhf-DVD-2.iso de83bf360dda5a3e167260e74a498eada1836783 debian-9.6.0-armhf-DVD-2.jigdo ea89f6c75448bed1ce572747cd5efdd6 debian-9.6.0-armhf-DVD-2.iso b5d0b54d5e27e794523d1f8056ce4793 debian-9.6.0-armhf-DVD-2.jigdo 726760050aa0a730288ff2a95e4b3ea30986f4e1283e5e35f71e97c32fc29d5f3cc0fdfb9e32938b0198192a69a91eff2d4a2e1792fe0147220a56b16218a8f3 debian-9.6.0-armhf-DVD-2.iso ca8dda3ce06c985f5bba2a58d9757b3425204f72eef50e2ee9e2645764a22bab8c6500771466b76868b02b12e351d283a17c5bb7385a14aedb99565e5168c3a5 debian-9.6.0-armhf-DVD-2.jigdo ca0d0e3385b55c3a4e3cb74982f38fd00283f54df46e22dc6ad7e93060bb67cc debian-9.6.0-armhf-DVD-2.iso 0be2dbaa230ee4f0afdd209a4a11d91a39eb4032ed14bc43c55a817eb17669ca debian-9.6.0-armhf-DVD-2.jigdo b3f908b9d7447ef7dcf16518ba5d7a4f07c479b9 debian-9.6.0-armhf-DVD-2.template 3189bedb5c88eefe8e7c73c9a1362d14 debian-9.6.0-armhf-DVD-2.template dbe31a20dec7b1c84ecb65d91fcaadc047d09bf34d1b9ce244f743173d4c51a50e185983bf1741c8da2d8bbf86e42197888efdfe72cea8ca15fe6a28d2372ba1 debian-9.6.0-armhf-DVD-2.template d44bdc116bc3b74e8af4b550eda2f06374aa840544950f02f8dc2f6dbd46e4b9 debian-9.6.0-armhf-DVD-2.template ba768eaee97a7017f8eda709231038dc8cae132d debian-9.6.0-armhf-DVD-3.iso 05b98aa4a4fb95156095248ea32d2529e84a7983 debian-9.6.0-armhf-DVD-3.jigdo b6b846cfbf02a19be40b50aa976cf7f5 debian-9.6.0-armhf-DVD-3.iso e905882e6e718ce72a9cdcd626294b0a debian-9.6.0-armhf-DVD-3.jigdo 9b71a887faffecc013c64abee0e28bf9f1d6a19462aa2a03ec6cd9bb6baa53113fd6a503b5ac98bf031bcd57db40025f78cba315f42f3f6d011521e2beab2023 debian-9.6.0-armhf-DVD-3.iso da3705f22d3d307f5637631d0920f8bc2143aaedf1aa1229b2699047288a07b8c81db403b44cbe0eaf16b47af818b36f96b9ff7afd157178be3035de9808ca0e debian-9.6.0-armhf-DVD-3.jigdo ae23ac67e1df797e625ccd3d3df555d0f4a77637a95af347bc9ba7d809d603a6 debian-9.6.0-armhf-DVD-3.iso 0c923ab06b9dcedf0288a9fbca9ded0d66b2d63501d73d5593b64afabff1f302 debian-9.6.0-armhf-DVD-3.jigdo 948adc1158389a2d8b9e826a2f39d87468a4402a debian-9.6.0-armhf-DVD-3.template cf17a653ba25d132f153d4f378e9277d debian-9.6.0-armhf-DVD-3.template e6805fe0035b0f675129ca8b2f28822229c80fdd078cc77080ec4091bf1f6b79dbcc8982bde0366196f1fa78e1a2810c22469504c07544abe72d4bcb34d1a763 debian-9.6.0-armhf-DVD-3.template 2240cf54170e7b9d84fb2fffc11091a1014cd53266de918fa4f6a323fe2eb99a debian-9.6.0-armhf-DVD-3.template e10e8bb848f67f22fd627e0fee891732ad6ca78f debian-9.6.0-armhf-DVD-4.iso 301db7821431189d8594b12405daa1ddaaa46c57 debian-9.6.0-armhf-DVD-4.jigdo 30b89dec4463aef4201764fa5d7f3cba debian-9.6.0-armhf-DVD-4.iso 57886e660bb812cc39cec7e784eac63c debian-9.6.0-armhf-DVD-4.jigdo 5813e7b6ccd7816897adeb155dcb328bb89c9f70ca1d1e331d4ed0f11766795e43d07606480aafa8e5f0de720f2f6893f90e0404b712894e0e879b07513875f4 debian-9.6.0-armhf-DVD-4.iso 08d00010cc5c46e5068c94ce11d353ff780dfd221f9263fd3fe93f72f6deaa955395acdb0683d851f79d77e4f016058aea00e6928814627bb13f53ac31936efe debian-9.6.0-armhf-DVD-4.jigdo bcb748189b20eb609d87e1a51ce7df8046c45e94e6f216ae8fdd89e517b48583 debian-9.6.0-armhf-DVD-4.iso e4971bc7f71dc2c73898c9e3ee6589c397a25effef533ff60dc5bf2e8af55daa debian-9.6.0-armhf-DVD-4.jigdo 72893289a3a85000f0ad7131eeafb148b0ba1ce4 debian-9.6.0-armhf-DVD-4.template 722f9924415493996c688d3b3b6627b6 debian-9.6.0-armhf-DVD-4.template 0075fd609047111b0cafdaf943f7881d72d4048cb9495641a3aa12f67b5d4af34b6d53b8d42477d3a23cd04ad293390237f58833b88fb35b46b76ed8b4938c89 debian-9.6.0-armhf-DVD-4.template 46bc627cd4865f7aec1c2b6d4bc7f82fb699122297a6a9dbd7c43e843b3496a4 debian-9.6.0-armhf-DVD-4.template bf83f22c53ec8de20373b28da85d2e5bbd6a4233 debian-9.6.0-armhf-DVD-5.iso 00c39a925d14327c643c99faa4a238d1bf093755 debian-9.6.0-armhf-DVD-5.jigdo 98ffe867c3783c0e5cc6a89483ec4ac2 debian-9.6.0-armhf-DVD-5.iso a6aef61364a3e9e67431c005ec65f83c debian-9.6.0-armhf-DVD-5.jigdo aec5808df2a064750caae78d132128bcf894b1712e585d88191576948e3e3e9f9982254e4dbe02566562c2ce2302fd3e471e201a7cca177ea7ed1d8fcb747902 debian-9.6.0-armhf-DVD-5.iso 5c24fcefc67c4b92ec30fabe1d58ed000c49b55225a9d52423a17207b4b867b867c8b5cc001b462fc4646e574776021796e4b3520c75705065285026863e0eb7 debian-9.6.0-armhf-DVD-5.jigdo 4e6ab9f807069a35c318c749096ddec3046bb097b0c7b0d7d24fb772cd8f1a2d debian-9.6.0-armhf-DVD-5.iso 756743f79c1a8acd3572b1a9ee643e5d569c264841923c356187c0b5863230d8 debian-9.6.0-armhf-DVD-5.jigdo e47c95f77be1cc97c2fd01afc1fb650ad63ee648 debian-9.6.0-armhf-DVD-5.template d71b4afcfcd4429e226bef544d655cad debian-9.6.0-armhf-DVD-5.template fc74b3d54db7e3628064cc02e63cd3d206e64b8280788b9fcb176c5116a79a69f3c9c098552f91898aece7f85888d41246eba843b7d71e1d8f2076b40c40bdd2 debian-9.6.0-armhf-DVD-5.template 8bebefe6d6e858862e2a5358b86ad97940be63704f258d501e03c0f78d9698bc debian-9.6.0-armhf-DVD-5.template 1bdc635e93ed31066cf494594b41b8798ef3ea34 debian-9.6.0-armhf-DVD-6.iso b6b2ef8c1e7d36cc45e5eeb037b2be4b7b8614ec debian-9.6.0-armhf-DVD-6.jigdo a12e39ec753a2df12db18108f694877d debian-9.6.0-armhf-DVD-6.iso afdbc26a5c5f584cbfc8b459835d940e debian-9.6.0-armhf-DVD-6.jigdo e9ce88c13dc816fb392b4d521c3eaaf48e878035e4010193b6752ea613c01e07219ab7f2bda03d0e0c37dfbd68d74d4e6b68a2cf1a9cad45d683d987f95b4212 debian-9.6.0-armhf-DVD-6.iso 57fcc8da4271f1908b4b4ee8bda131584076db546ad478dee4f1855e3ceb3fc7bf3eef77a8ffdd6fb949406da863667e73ba1a0b244489316dac070b3fe5bf68 debian-9.6.0-armhf-DVD-6.jigdo 55253e0a144a21de64545f93ef4e8209b441cc3b90b59b4666d3e6f8bbe93ce9 debian-9.6.0-armhf-DVD-6.iso e56b67c0e60023f64457c82704cff8bbfa00178f24c143d4e3b930382a01742d debian-9.6.0-armhf-DVD-6.jigdo 366bd15ec55f0c0ac99f07419a51ef0f1aa83e19 debian-9.6.0-armhf-DVD-6.template c9fe789be7be48bc3d8faab95aacbe9f debian-9.6.0-armhf-DVD-6.template 2c1f2092669a2c4335c2d32f04c1c3da8c3c063813f3e026be86a0bcb74cd24cc91a32eb6f8430919212c7de766d6bd00a3498bceea84354397db633c6c1426f debian-9.6.0-armhf-DVD-6.template 5784a4ea7ba64fe9a32d544bf1475a4640022b763a13da993f311dbab56644ed debian-9.6.0-armhf-DVD-6.template 3b57602dad17df76c7ade0bfd13dc051098ffcbe debian-9.6.0-armhf-DVD-7.iso 75834d71dec50c7614b8ab24fa37ec97479b9374 debian-9.6.0-armhf-DVD-7.jigdo f1139f8934a9839fd119c2e08a015d7d debian-9.6.0-armhf-DVD-7.iso a22d810b02dc1f0fad37957cb510676d debian-9.6.0-armhf-DVD-7.jigdo 7b03a67056bf8ce0c5a7dbde21093727f66e17a83244e75e4a4ce0de4dd3ce410da0747d510c1a6f426d5579d92045b4381bf3992eb8caef0b6c42cf8671448f debian-9.6.0-armhf-DVD-7.iso a2f968e4dcd0e1fc2b839f70db261d6d703d567cdd7d81cd74d14290da868018fdc8f4bc81c7d85cb8462e8e3b87e2119c0d7ee37127b584116697fa10fa7c30 debian-9.6.0-armhf-DVD-7.jigdo aed7bd393de0da6557cbe2cc4fa4ef84ee912148889484d2ddf7a21e7e1a7493 debian-9.6.0-armhf-DVD-7.iso 1a2ab471b62bf247f3376e17f4178b503f8507b3f7783eb04d5451c22bc6d741 debian-9.6.0-armhf-DVD-7.jigdo 45f30f6d62138995ef497e38adc029ec0faa3687 debian-9.6.0-armhf-DVD-7.template e072fe3702d41ceca5ace287aa81b470 debian-9.6.0-armhf-DVD-7.template cbb7b71a38a790a51a186668fbae4aa7ee11775c718b15a3c40b735b581c49be66e64d948d24673978b04168ba87025c9ef495bc6af0d8a53a656046efacc340 debian-9.6.0-armhf-DVD-7.template da24309b41b09e135e56251e049842d93e99d10a63978002fb461e429dd8f27b debian-9.6.0-armhf-DVD-7.template 287cfef907e7e7cf484be65879b7a9c54149ed41 debian-9.6.0-armhf-DVD-8.iso af1e511012ec8ca2855dfc8b9c48eb20a3bd75b2 debian-9.6.0-armhf-DVD-8.jigdo f1bcdbb4cfe5815416e188f72dce99df debian-9.6.0-armhf-DVD-8.iso d2b3b084021e1219f559f20252229f4b debian-9.6.0-armhf-DVD-8.jigdo 1ee4cba30361a00ce5d34a20d5390c3b1c870854a0f71dc97651fb7dab4605d60e9d4c6ecf06fb8d2929d746fe58c34991f9f5b96a2f7588449a2bdbedab0d65 debian-9.6.0-armhf-DVD-8.iso e9adb471bc90cc39e46414dad6365674bd55921026459c12f461a6c45b474b8427f3b422dd0f014e8a0c10684ad714814ce5896c65c67329311dc7f982dd50a6 debian-9.6.0-armhf-DVD-8.jigdo 57be4eb592b827b698d17c477842af597e14d00b589111a8ee9e4c6236d2c745 debian-9.6.0-armhf-DVD-8.iso 723c0c04ea4c6a9faaa652bcd73d83c8cea76625ecdb2d0155f7a557067c0ab4 debian-9.6.0-armhf-DVD-8.jigdo bc1b85322c124a65541083019b01150480318549 debian-9.6.0-armhf-DVD-8.template 68cf844ba3bae1243ac85fd04d24311b debian-9.6.0-armhf-DVD-8.template 3a0bf0e12d59698070fbd0622774fa1cdf7ff7c18ad9188c468ea65eb61c0cdadfee17b8d58f930b64a848c3c805f754cbe1b5b1a929ff14dd693434d4c4bf81 debian-9.6.0-armhf-DVD-8.template 2507c828868db215fbff2d9e09f45c1dcec88a06feb6920725daf9f6cc032170 debian-9.6.0-armhf-DVD-8.template fcb4bb3121daabc33d86f7b4bd45147cd2cdc323 debian-9.6.0-armhf-DVD-9.iso cfbed15885a6a678380f5e05c2f66a09b0fb9fa1 debian-9.6.0-armhf-DVD-9.jigdo 40b31d2cc2e59b776318f7dd7d9ebecd debian-9.6.0-armhf-DVD-9.iso a77e904ea8d1c8e10a89a28a2ede9a64 debian-9.6.0-armhf-DVD-9.jigdo cf40dd5fc56253898e6ba6f8c737f44c8ac40d05cd5f84ff4d133daeb8caa23f8da2f0b0e2172d22a800371a6b09f38aa6caaa774ca3eacf95cf8b2365d9cbf2 debian-9.6.0-armhf-DVD-9.iso f57a34e734f7097847174715d1f187403024dc235477172ceba7dd1eee8787149fa5a5832ca0f2f76e7f4c4c5394625f092d7f75038ba104bbb344bb64caf49e debian-9.6.0-armhf-DVD-9.jigdo 7974eb6beeb7babf325aa0e94cb14521738179343665e1b49d11cc99f11e364d debian-9.6.0-armhf-DVD-9.iso b10d57dfa49b0c14c14206d723c33f9cb6d1fd7537730e1ce6230b09f2bbf371 debian-9.6.0-armhf-DVD-9.jigdo 7d34e3c76b7d1520396d0c4db7f0fcf28a6eab7b debian-9.6.0-armhf-DVD-9.template 8c346c4e8d2bae9025886dda15880054 debian-9.6.0-armhf-DVD-9.template 8e80c3a36918314555ee77adc72e43c1817e8936aa4424564987eca680ae45f14a33417626622866af7d21a18856cd12c1f2766a7c9b5caffff61c451683fc88 debian-9.6.0-armhf-DVD-9.template 461ae311f3e26ff05580fca529fca1ef7c5511fe08a43e2a8e06ef2f058def00 debian-9.6.0-armhf-DVD-9.template Sat 10 Nov 14:08:21 UTC 2018: Finished.