Sat 16 Feb 14:14:09 UTC 2019: Using CONF from /home/debian-cd/build.stretch/CONF.sh.stretch_release. rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD[1234567890]* rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/tasks rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/*.filelist* rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/packages-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/upgrade-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/md5-check echo "Cleaning the build directory" Cleaning the build directory rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt echo "Updating task files..." Updating task files... mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/tasks echo "- copying task files from 'tasks/stretch/'" - copying task files from 'tasks/stretch/' cp -r /home/debian-cd/build.stretch/debian-cd/tasks/stretch/* /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/tasks echo "- generating dynamic task files" - generating dynamic task files set -e; cd /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/tasks; \ /home/debian-cd/build.stretch/debian-cd/tools/update_tasks; \ /home/debian-cd/build.stretch/debian-cd/tools/generate_di_list; \ /home/debian-cd/build.stretch/debian-cd/tools/generate_di+k_list update_tasks: Using "gnome" as the default desktop, as specified by pool/main/t/tasksel/task-desktop_3.39_all.deb date -u '+%Y%m%d' > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/DATE date -u '+%Y%m%dT%H%M%SZ' --date tomorrow > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/DATE-zulu dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/data/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ; \ fi for ARCH in armhf; do \ echo "Using the provided status file for stretch-$ARCH ..."; \ cp /home/debian-cd/build.stretch/debian-cd/data/stretch/status.$ARCH /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ if [ "$BACKPORTS"x != ""x ] ; then \ echo "Using the provided status file for stretch-backports-$ARCH ..."; \ cp /home/debian-cd/build.stretch/debian-cd/data/stretch/status.$ARCH /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-backports-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ fi; \ done Using the provided status file for stretch-armhf ... make[1]: Entering directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/data/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ; \ fi Generating a fake status file for apt-get and apt-cache... for ARCH in armhf; do \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-$ARCH/apt/preferences.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-backports-$ARCH/apt/preferences.d; \ fi; \ if [ $ARCH = "source" -o "3" = "1" -o "3" = "2" -o "3" = "C" -o "3" = "F" ];then \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-backports-$ARCH/status ; \ fi; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/catz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-$ARCH/Packages.*z* | \ perl -000 -ne 's/^(Package: .*)$/$1\nStatus: install ok installed/m; print if (/^Priority: (required|important|standard)/m or /^Section: base/m);' \ >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ /home/debian-cd/build.stretch/debian-cd/tools/catz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-$ARCH/Packages.*z* | \ perl -000 -ne 's/^(Package: .*)$/$1\nStatus: install ok installed/m; print if (/^Priority: (required|important|standard)/m or /^Section: base/m);' \ >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-backports-$ARCH/status ; \ fi; \ fi; \ done; :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/status # Set up keyring so apt doesn't complain Setting up archive-keyring mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/archive-keyring dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2017.5_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/archive-keyring for ARCH in armhf; do \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-$ARCH/apt/trusted.gpg.d; \ ln -s /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-$ARCH/apt/trusted.gpg.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ ln -s /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ fi; \ done # Updating the apt database for ARCH in armhf; do \ export ARCH=$ARCH; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ done Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Ign:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Get:3 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release.gpg [2,434 B] Get:3 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release.gpg [2,434 B] Get:4 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/main/debian-installer armhf Packages [58.2 kB] Get:5 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/main armhf Packages [9,253 kB] Get:6 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/contrib armhf Packages [49.5 kB] Reading package lists... # If we're doing a build using d-i from sid, we'll need sid sources too if [ ""x = "yes"x ] && \ [ "stretch"x != ""x ] && \ [ "stretch"x != "stretch"x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-source/apt/preferences.d ; \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-source/status ; \ export CODENAME=stretch; \ export ARCH=source; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ fi for ARCH in armhf; do \ export ARCH=$ARCH; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check || make correctstatus; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check || make correctstatus; \ fi; \ done Reading package lists... Building dependency tree... You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: apt-listchanges : Depends: python3-apt (>= 0.7.93) but it is not installed Depends: python3:any (>= 3.5~) base-passwd : Depends: libdebconfclient0 (>= 0.145) but it is not installed bind9-host : Depends: libgeoip1 but it is not installed Depends: libisccfg140 (= 1:9.10.3.dfsg.P4-12.3+deb9u4) but it is not installed bsdmainutils : Depends: libbsd0 (>= 0.2.0) but it is not installed Depends: libncurses5 (>= 6) but it is not installed bsdutils : PreDepends: libsystemd0 but it is not installed dbus : Depends: libapparmor1 (>= 2.8.95) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcap-ng0 but it is not installed Depends: libdbus-1-3 (= 1.10.26-0+deb9u1) but it is not installed Depends: libexpat1 (>= 2.1~beta3) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed debconf-i18n : Depends: liblocale-gettext-perl but it is not installed Depends: libtext-iconv-perl but it is not installed Depends: libtext-wrapi18n-perl but it is not installed Depends: libtext-charwidth-perl but it is not installed gnupg : Depends: gnupg-agent (= 2.1.18-8~deb9u4) but it is not installed Depends: libassuan0 (>= 2.0.1) but it is not installed Depends: libksba8 (>= 1.3.4) but it is not installed iproute2 : Depends: libelf1 (>= 0.131) but it is not installed Depends: libmnl0 (>= 1.0.3-4~) but it is not installed iptables : Depends: libip4tc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libip6tc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libiptc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libxtables12 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libnetfilter-conntrack3 but it is not installed Depends: libnfnetlink0 but it is not installed iputils-ping : Depends: libnettle6 but it is not installed isc-dhcp-client : Depends: libdns-export162 but it is not installed Depends: libisc-export160 but it is not installed libapt-pkg5.0 : Depends: liblz4-1 (>= 0.0~r127) but it is not installed libbind9-140 : Depends: libgeoip1 but it is not installed Depends: libisccfg140 but it is not installed libdns162 : Depends: libgeoip1 but it is not installed libedit2 : Depends: libbsd0 (>= 0.0) but it is not installed Depends: libncurses5 (>= 6) but it is not installed libgnutls30 : Depends: libgmp10 (>= 2:6) but it is not installed Depends: libhogweed4 but it is not installed Depends: libnettle6 but it is not installed libirs141 : Depends: libgeoip1 but it is not installed Depends: libisccfg140 but it is not installed libisc160 : Depends: libgeoip1 but it is not installed libkrad0 : Depends: libverto1 (>= 0.2.4) but it is not installed liblwres141 : Depends: libgeoip1 but it is not installed libp11-kit0 : Depends: libffi6 (>= 3.0.4) but it is not installed libpam-modules : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed libpam-modules-bin : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libpam0g : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libprocps6 : Depends: libsystemd0 (>= 209) but it is not installed libxml2 : Depends: libicu57 (>= 57.1-1~) but it is not installed login : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed passwd : Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libsemanage1 (>= 2.0.3) but it is not installed perl : Depends: libperl5.24 (= 5.24.1-3+deb9u5) but it is not installed procps : Depends: libncurses5 (>= 6) but it is not installed python : Depends: libpython-stdlib (= 2.7.13-2) but it is not installed python-minimal : Depends: python2.7-minimal (>= 2.7.13-1~) but it is not installed python2.7 : Depends: python2.7-minimal (= 2.7.13-2+deb9u3) but it is not installed Depends: libpython2.7-stdlib (= 2.7.13-2+deb9u3) but it is not installed python3-reportbug : Depends: python3:any (>= 3.3.2-2~) Depends: python3-debian but it is not installed Depends: python3-debianbts (>= 1.13) but it is not installed Depends: python3-requests but it is not installed Depends: python3-apt but it is not installed reportbug : Depends: python3:any rsyslog : Depends: libfastjson4 (>= 0.99.3) but it is not installed Depends: liblognorm5 (>= 1.1.2) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed systemd : Depends: libapparmor1 (>= 2.9.0-3+exp2) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcryptsetup4 (>= 2:1.4.3) but it is not installed Depends: libip4tc0 (>= 1.6.0+snapshot20161117) but it is not installed Depends: liblz4-1 (>= 0.0~r127) but it is not installed Depends: libseccomp2 (>= 2.3.1) but it is not installed Depends: libsystemd0 (= 232-25+deb9u8) 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+b2/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 110179674 bytes Adding the rest of the requested packages Now up to 54883282172 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 49886 packages, total size 56514023754 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 49886 packages for armhf Reading in translated package descriptions for main: Done: read 202894 entries for 36 languages Reading in translated package descriptions for contrib: Done: read 310 entries for 1 languages Starting to lay out packages into images: Adding the required directories Generating the image label and volume id Adding .disk/base_components Adding .disk/cd_type Adding udeb/base includes/excludes WARNING: Unable to read UDEB_INCLUDE file /home/debian-cd/build.stretch/debian-cd/data/stretch/armhf_udeb_include WARNING: Unable to read UDEB_EXCLUDE file /home/debian-cd/build.stretch/debian-cd/data/stretch/armhf_udeb_exclude Adding docs to CD1 removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.cn.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.de.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.es.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.fi.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.fr.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.it.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.ja.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.pt_BR.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.sigs.tar.gz' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.ca.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.cs.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.de.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.es.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.fr.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.it.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.ja.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.lt.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.ml.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.pt.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.ro.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.ru.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.sigs.tar.gz' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.sk.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.sv.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.vi.txt' Extracting FAQ on CD1 Adding installtools Downloading most recent release notes for armhf URL transformed to HTTPS due to an HSTS policy --2019-02-16 14:16:31-- 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: 6580414 (6.3M) [application/x-gzip] Saving to: 'release-notes-armhf.tar.gz' 0K .......... .......... .......... .......... .......... 0% 15.0M 0s 50K .......... .......... .......... .......... .......... 1% 14.9M 0s 100K .......... .......... .......... .......... .......... 2% 3.09M 1s 150K .......... .......... .......... .......... .......... 3% 22.5M 1s 200K .......... .......... .......... .......... .......... 3% 21.9M 1s 250K .......... .......... .......... .......... .......... 4% 20.4M 1s 300K .......... .......... .......... .......... .......... 5% 22.9M 1s 350K .......... .......... .......... .......... .......... 6% 22.2M 1s 400K .......... .......... .......... .......... .......... 7% 17.3M 0s 450K .......... .......... .......... .......... .......... 7% 44.7M 0s 500K .......... .......... .......... .......... .......... 8% 36.5M 0s 550K .......... .......... .......... .......... .......... 9% 44.8M 0s 600K .......... .......... .......... .......... .......... 10% 41.8M 0s 650K .......... .......... .......... .......... .......... 10% 44.2M 0s 700K .......... .......... .......... .......... .......... 11% 42.8M 0s 750K .......... .......... .......... .......... .......... 12% 41.2M 0s 800K .......... .......... .......... .......... .......... 13% 30.8M 0s 850K .......... .......... .......... .......... .......... 14% 41.2M 0s 900K .......... .......... .......... .......... .......... 14% 35.1M 0s 950K .......... .......... .......... .......... .......... 15% 43.2M 0s 1000K .......... .......... .......... .......... .......... 16% 41.2M 0s 1050K .......... .......... .......... .......... .......... 17% 44.7M 0s 1100K .......... .......... .......... .......... .......... 17% 44.0M 0s 1150K .......... .......... .......... .......... .......... 18% 38.4M 0s 1200K .......... .......... .......... .......... .......... 19% 35.3M 0s 1250K .......... .......... .......... .......... .......... 20% 41.7M 0s 1300K .......... .......... .......... .......... .......... 21% 44.5M 0s 1350K .......... .......... .......... .......... .......... 21% 41.3M 0s 1400K .......... .......... .......... .......... .......... 22% 39.4M 0s 1450K .......... .......... .......... .......... .......... 23% 44.5M 0s 1500K .......... .......... .......... .......... .......... 24% 42.1M 0s 1550K .......... .......... .......... .......... .......... 24% 42.4M 0s 1600K .......... .......... .......... .......... .......... 25% 34.0M 0s 1650K .......... .......... .......... .......... .......... 26% 43.4M 0s 1700K .......... .......... .......... .......... .......... 27% 41.6M 0s 1750K .......... .......... .......... .......... .......... 28% 43.5M 0s 1800K .......... .......... .......... .......... .......... 28% 40.9M 0s 1850K .......... .......... .......... .......... .......... 29% 43.6M 0s 1900K .......... .......... .......... .......... .......... 30% 42.1M 0s 1950K .......... .......... .......... .......... .......... 31% 43.9M 0s 2000K .......... .......... .......... .......... .......... 31% 32.8M 0s 2050K .......... .......... .......... .......... .......... 32% 43.1M 0s 2100K .......... .......... .......... .......... .......... 33% 45.3M 0s 2150K .......... .......... .......... .......... .......... 34% 42.2M 0s 2200K .......... .......... .......... .......... .......... 35% 42.3M 0s 2250K .......... .......... .......... .......... .......... 35% 41.9M 0s 2300K .......... .......... .......... .......... .......... 36% 43.6M 0s 2350K .......... .......... .......... .......... .......... 37% 37.4M 0s 2400K .......... .......... .......... .......... .......... 38% 32.6M 0s 2450K .......... .......... .......... .......... .......... 38% 42.3M 0s 2500K .......... .......... .......... .......... .......... 39% 45.5M 0s 2550K .......... .......... .......... .......... .......... 40% 39.5M 0s 2600K .......... .......... .......... .......... .......... 41% 42.5M 0s 2650K .......... .......... .......... .......... .......... 42% 44.0M 0s 2700K .......... .......... .......... .......... .......... 42% 41.9M 0s 2750K .......... .......... .......... .......... .......... 43% 43.5M 0s 2800K .......... .......... .......... .......... .......... 44% 32.1M 0s 2850K .......... .......... .......... .......... .......... 45% 44.5M 0s 2900K .......... .......... .......... .......... .......... 45% 33.4M 0s 2950K .......... .......... .......... .......... .......... 46% 45.9M 0s 3000K .......... .......... .......... .......... .......... 47% 40.6M 0s 3050K .......... .......... .......... .......... .......... 48% 40.7M 0s 3100K .......... .......... .......... .......... .......... 49% 36.6M 0s 3150K .......... .......... .......... .......... .......... 49% 44.7M 0s 3200K .......... .......... .......... .......... .......... 50% 31.8M 0s 3250K .......... .......... .......... .......... .......... 51% 44.4M 0s 3300K .......... .......... .......... .......... .......... 52% 42.0M 0s 3350K .......... .......... .......... .......... .......... 52% 35.6M 0s 3400K .......... .......... .......... .......... .......... 53% 45.0M 0s 3450K .......... .......... .......... .......... .......... 54% 40.5M 0s 3500K .......... .......... .......... .......... .......... 55% 37.8M 0s 3550K .......... .......... .......... .......... .......... 56% 41.1M 0s 3600K .......... .......... .......... .......... .......... 56% 33.9M 0s 3650K .......... .......... .......... .......... .......... 57% 44.2M 0s 3700K .......... .......... .......... .......... .......... 58% 36.1M 0s 3750K .......... .......... .......... .......... .......... 59% 51.7M 0s 3800K .......... .......... .......... .......... .......... 59% 32.4M 0s 3850K .......... .......... .......... .......... .......... 60% 44.3M 0s 3900K .......... .......... .......... .......... .......... 61% 43.5M 0s 3950K .......... .......... .......... .......... .......... 62% 42.4M 0s 4000K .......... .......... .......... .......... .......... 63% 30.4M 0s 4050K .......... .......... .......... .......... .......... 63% 34.3M 0s 4100K .......... .......... .......... .......... .......... 64% 34.0M 0s 4150K .......... .......... .......... .......... .......... 65% 42.3M 0s 4200K .......... .......... .......... .......... .......... 66% 40.1M 0s 4250K .......... .......... .......... .......... .......... 66% 46.2M 0s 4300K .......... .......... .......... .......... .......... 67% 43.3M 0s 4350K .......... .......... .......... .......... .......... 68% 28.6M 0s 4400K .......... .......... .......... .......... .......... 69% 56.8M 0s 4450K .......... .......... .......... .......... .......... 70% 37.6M 0s 4500K .......... .......... .......... .......... .......... 70% 43.2M 0s 4550K .......... .......... .......... .......... .......... 71% 45.8M 0s 4600K .......... .......... .......... .......... .......... 72% 40.3M 0s 4650K .......... .......... .......... .......... .......... 73% 38.8M 0s 4700K .......... .......... .......... .......... .......... 73% 46.1M 0s 4750K .......... .......... .......... .......... .......... 74% 44.6M 0s 4800K .......... .......... .......... .......... .......... 75% 34.2M 0s 4850K .......... .......... .......... .......... .......... 76% 41.7M 0s 4900K .......... .......... .......... .......... .......... 77% 44.3M 0s 4950K .......... .......... .......... .......... .......... 77% 41.4M 0s 5000K .......... .......... .......... .......... .......... 78% 42.9M 0s 5050K .......... .......... .......... .......... .......... 79% 45.2M 0s 5100K .......... .......... .......... .......... .......... 80% 42.4M 0s 5150K .......... .......... .......... .......... .......... 80% 43.2M 0s 5200K .......... .......... .......... .......... .......... 81% 32.8M 0s 5250K .......... .......... .......... .......... .......... 82% 42.7M 0s 5300K .......... .......... .......... .......... .......... 83% 43.9M 0s 5350K .......... .......... .......... .......... .......... 84% 41.4M 0s 5400K .......... .......... .......... .......... .......... 84% 42.2M 0s 5450K .......... .......... .......... .......... .......... 85% 43.2M 0s 5500K .......... .......... .......... .......... .......... 86% 20.2M 0s 5550K .......... .......... .......... .......... .......... 87% 130M 0s 5600K .......... .......... .......... .......... .......... 87% 38.8M 0s 5650K .......... .......... .......... .......... .......... 88% 44.2M 0s 5700K .......... .......... .......... .......... .......... 89% 43.9M 0s 5750K .......... .......... .......... .......... .......... 90% 42.3M 0s 5800K .......... .......... .......... .......... .......... 91% 40.6M 0s 5850K .......... .......... .......... .......... .......... 91% 42.5M 0s 5900K .......... .......... .......... .......... .......... 92% 44.7M 0s 5950K .......... .......... .......... .......... .......... 93% 45.8M 0s 6000K .......... .......... .......... .......... .......... 94% 32.9M 0s 6050K .......... .......... .......... .......... .......... 94% 42.6M 0s 6100K .......... .......... .......... .......... .......... 95% 41.2M 0s 6150K .......... .......... .......... .......... .......... 96% 45.0M 0s 6200K .......... .......... .......... .......... .......... 97% 42.2M 0s 6250K .......... .......... .......... .......... .......... 98% 43.5M 0s 6300K .......... .......... .......... .......... .......... 98% 43.4M 0s 6350K .......... .......... .......... .......... .......... 99% 45.1M 0s 6400K .......... .......... ...... 100% 40.0M=0.2s 2019-02-16 14:16:31 (34.8 MB/s) - 'release-notes-armhf.tar.gz' saved [6580414/6580414] 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-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-pt_BR 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-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-ja 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-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-pt 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 gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-es 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-de 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 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-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-ja 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-de 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 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-sk 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-de 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 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-sk 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-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-ru 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 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-pt_BR 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-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-de 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 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-pt_BR 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-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-ru 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 gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-uk 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-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-de 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 gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-sk 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 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-de 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 gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-en already exists; not overwritten 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-sk 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-de 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 gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-sk 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-de 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 gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-en already exists; not overwritten 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-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-sk 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 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-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/dists/stretch/main/i18n/Translation-sk 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 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 5117 packages, 2280233 blocks, 4669917184 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-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD2/dists/stretch/main/i18n/Translation-it 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-da 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 3300 packages, 2183494 blocks, 4471795712 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/contrib/i18n/Translation-en 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-sk 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-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-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it 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-sk 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-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-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-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-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-fr 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-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-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 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-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-pt 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-ja 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-sk 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-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-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-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-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-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-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-pt 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-pt_BR 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-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-es 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-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-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-sk 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-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-da 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-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-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-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-pt 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-pt_BR 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-zh_CN 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-es 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-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-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-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it 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-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-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-pt_BR 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-da 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-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-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-sk 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-ja 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-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-sk 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-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-ru 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-pt_BR 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-cs 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-nl 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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-pt 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-pt_BR 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-zh_CN 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-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten 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-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-de 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-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-pt_BR 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-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-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-es 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-hu 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-sk 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-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-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-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-uk 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-de 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-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-ko 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-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 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-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-pt_BR 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-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-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it 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-sk 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-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-uk 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-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-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-ja 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-es 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-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-ja 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-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-sk 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-ru 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-uk 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-sk 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 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-de 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-pt 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-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-zh_CN 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-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-it 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-sk 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-ja 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-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-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-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-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-ru 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-uk 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-sk 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 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-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 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-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 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-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-sk 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-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-it 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-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3/dists/stretch/main/i18n/Translation-ru 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-pt_BR 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-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-cs 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-sk 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-pt_BR 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-sk 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-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-pt_BR 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-da 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-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-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-pt_BR 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 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-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 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 2634 packages, 2290351 blocks, 4690638848 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-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD4/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD4/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD4/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD4/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD4/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD4/dists/stretch/main/i18n/Translation-da 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 2663 packages, 2208620 blocks, 4523253760 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-de 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-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-pt_BR 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-ja 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-ko 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-sk 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-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-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-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-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-ja 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-ko 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-fr 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-ru 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-pt_BR 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-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-cs 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-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-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-pt_BR 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-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-fr 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 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-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-pt_BR 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/contrib/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-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-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-ru 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-ja 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-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-pt 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-ja 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-es 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 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-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-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-fr 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-ru 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-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-pt_BR 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-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-cs 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-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-fr 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-zh_CN 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-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-ja 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-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-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 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-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-sk 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-ru 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-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-pt_BR 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-cs 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-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-pt 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-pt_BR 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-es 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-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-de 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-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-pl 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-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-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-pl 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 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-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-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-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-fr 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-ja 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-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-ru 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-pt_BR 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-cs 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-es 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-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-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-cs 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-pl 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-fr 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-ja 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-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-pt_BR 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-ja 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-es 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-da 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-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-ru 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-pt_BR 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-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-sk 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-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-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-pl 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-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-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-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-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 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-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-sk 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-pt_BR 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-es 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-pl 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-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-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-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-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-uk 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-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 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-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 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 2442 packages, 2290904 blocks, 4691771392 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-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-da 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 1530 packages, 2185118 blocks, 4475121664 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-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 3694 packages, 2271964 blocks, 4652982272 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-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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-pl 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/contrib/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-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-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 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-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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten 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-sk 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-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-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-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 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-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/contrib/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-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-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 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-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-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-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-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-de 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-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-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-ja 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-es 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-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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8/dists/stretch/main/i18n/Translation-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-fr 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-cs 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-es 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-ru 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-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-ja 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-sk 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-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 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-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 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 4472 packages, 2288522 blocks, 4686893056 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-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-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-es 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-nl 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 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-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9/dists/stretch/main/i18n/Translation-es 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-nl 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 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 5091 packages, 2278598 blocks, 4666568704 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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten 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 7708 packages, 2195747 blocks, 4496889856 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-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten 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-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten 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-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11/dists/stretch/main/i18n/Translation-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 6298 packages, 2283120 blocks, 4675829760 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-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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-pt 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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-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 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-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/contrib/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/contrib/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/contrib/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/contrib/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/contrib/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/contrib/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten 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-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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-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-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-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-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-pt 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-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da 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-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten 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 4287 packages, 2287591 blocks, 4684986368 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 650 packages, 782604 blocks, 1602772992 bytes Finished: 49886 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+b2/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.8.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.stretch/debian-cd/tools/jigdo_cleanup" Generating the armhf iso/jigdo images ... Last-minute updates: README.html README.txt Sat 16 Feb 14:29:36 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 armhf 1' -o /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.0-armhf-DVD-1.iso -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.0-armhf-DVD-1.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.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.8.0-armhf-DVD-1.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 2177g 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 : 10433 files added in 1 seconds xorriso : UPDATE : 10433 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.43% done xorriso : UPDATE : 0.76% done, estimate finish Sat Feb 16 14:34:39 2019 xorriso : UPDATE : 1.10% done, estimate finish Sat Feb 16 14:34:37 2019 xorriso : UPDATE : 1.45% done, estimate finish Sat Feb 16 14:34:35 2019 xorriso : UPDATE : 2.90% done, estimate finish Sat Feb 16 14:32:40 2019 xorriso : UPDATE : 4.81% done, estimate finish Sat Feb 16 14:31:48 2019 xorriso : UPDATE : 6.80% done, estimate finish Sat Feb 16 14:31:25 2019 xorriso : UPDATE : 8.34% done, estimate finish Sat Feb 16 14:31:17 2019 xorriso : UPDATE : 10.22% done, estimate finish Sat Feb 16 14:31:08 2019 xorriso : UPDATE : 12.49% done, estimate finish Sat Feb 16 14:31:00 2019 xorriso : UPDATE : 14.55% done, estimate finish Sat Feb 16 14:30:55 2019 xorriso : UPDATE : 16.69% done, estimate finish Sat Feb 16 14:30:41 2019 xorriso : UPDATE : 17.68% done, estimate finish Sat Feb 16 14:30:44 2019 xorriso : UPDATE : 20.94% done, estimate finish Sat Feb 16 14:30:38 2019 xorriso : UPDATE : 22.86% done, estimate finish Sat Feb 16 14:30:38 2019 xorriso : UPDATE : 25.23% done, estimate finish Sat Feb 16 14:30:36 2019 xorriso : UPDATE : 25.23% done, estimate finish Sat Feb 16 14:30:40 2019 xorriso : UPDATE : 29.49% done, estimate finish Sat Feb 16 14:30:34 2019 xorriso : UPDATE : 30.76% done, estimate finish Sat Feb 16 14:30:35 2019 xorriso : UPDATE : 33.83% done, estimate finish Sat Feb 16 14:30:33 2019 xorriso : UPDATE : 35.68% done, estimate finish Sat Feb 16 14:30:33 2019 xorriso : UPDATE : 37.87% done, estimate finish Sat Feb 16 14:30:30 2019 xorriso : UPDATE : 40.14% done, estimate finish Sat Feb 16 14:30:30 2019 xorriso : UPDATE : 42.39% done, estimate finish Sat Feb 16 14:30:29 2019 xorriso : UPDATE : 44.45% done, estimate finish Sat Feb 16 14:30:30 2019 xorriso : UPDATE : 46.55% done, estimate finish Sat Feb 16 14:30:29 2019 xorriso : UPDATE : 48.73% done, estimate finish Sat Feb 16 14:30:29 2019 xorriso : UPDATE : 50.20% done, estimate finish Sat Feb 16 14:30:30 2019 xorriso : UPDATE : 51.73% done, estimate finish Sat Feb 16 14:30:30 2019 xorriso : UPDATE : 54.12% done, estimate finish Sat Feb 16 14:30:30 2019 xorriso : UPDATE : 56.31% done, estimate finish Sat Feb 16 14:30:29 2019 xorriso : UPDATE : 58.15% done, estimate finish Sat Feb 16 14:30:30 2019 xorriso : UPDATE : 60.38% done, estimate finish Sat Feb 16 14:30:30 2019 xorriso : UPDATE : 62.29% done, estimate finish Sat Feb 16 14:30:30 2019 xorriso : UPDATE : 64.33% done, estimate finish Sat Feb 16 14:30:29 2019 xorriso : UPDATE : 66.54% done, estimate finish Sat Feb 16 14:30:29 2019 xorriso : UPDATE : 68.50% done, estimate finish Sat Feb 16 14:30:30 2019 xorriso : UPDATE : 70.47% done, estimate finish Sat Feb 16 14:30:29 2019 xorriso : UPDATE : 71.10% done, estimate finish Sat Feb 16 14:30:30 2019 xorriso : UPDATE : 71.94% done, estimate finish Sat Feb 16 14:30:32 2019 xorriso : UPDATE : 73.47% done, estimate finish Sat Feb 16 14:30:32 2019 xorriso : UPDATE : 75.09% done, estimate finish Sat Feb 16 14:30:33 2019 xorriso : UPDATE : 77.24% done, estimate finish Sat Feb 16 14:30:33 2019 xorriso : UPDATE : 79.70% done, estimate finish Sat Feb 16 14:30:32 2019 xorriso : UPDATE : 80.48% done, estimate finish Sat Feb 16 14:30:33 2019 xorriso : UPDATE : 80.48% done, estimate finish Sat Feb 16 14:30:35 2019 xorriso : UPDATE : 80.48% done, estimate finish Sat Feb 16 14:30:37 2019 xorriso : UPDATE : 88.50% done, estimate finish Sat Feb 16 14:30:31 2019 xorriso : UPDATE : 88.50% done, estimate finish Sat Feb 16 14:30:32 2019 xorriso : UPDATE : 93.60% done, estimate finish Sat Feb 16 14:30:30 2019 xorriso : UPDATE : 95.90% done, estimate finish Sat Feb 16 14:30:30 2019 xorriso : UPDATE : 97.76% done xorriso : UPDATE : 99.91% done ISO image produced: 2280234 sectors Written to medium : 2280234 sectors at LBA 0 Writing to 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.0-armhf-DVD-1.iso' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 14:30:31 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 armhf 10' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.0-armhf-DVD-10.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.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 : 13732 files added in 1 seconds xorriso : UPDATE : 13732 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.49% done xorriso : UPDATE : 0.99% done, estimate finish Sat Feb 16 14:34:24 2019 xorriso : UPDATE : 2.90% done, estimate finish Sat Feb 16 14:32:26 2019 xorriso : UPDATE : 4.28% done, estimate finish Sat Feb 16 14:32:13 2019 xorriso : UPDATE : 6.92% done, estimate finish Sat Feb 16 14:31:49 2019 xorriso : UPDATE : 8.85% done, estimate finish Sat Feb 16 14:31:43 2019 xorriso : UPDATE : 11.44% done, estimate finish Sat Feb 16 14:31:36 2019 xorriso : UPDATE : 13.55% done, estimate finish Sat Feb 16 14:31:34 2019 xorriso : UPDATE : 15.59% done, estimate finish Sat Feb 16 14:31:32 2019 xorriso : UPDATE : 17.76% done, estimate finish Sat Feb 16 14:31:30 2019 xorriso : UPDATE : 19.76% done, estimate finish Sat Feb 16 14:31:29 2019 xorriso : UPDATE : 21.81% done, estimate finish Sat Feb 16 14:31:22 2019 xorriso : UPDATE : 24.15% done, estimate finish Sat Feb 16 14:31:21 2019 xorriso : UPDATE : 25.06% done, estimate finish Sat Feb 16 14:31:24 2019 xorriso : UPDATE : 28.48% done, estimate finish Sat Feb 16 14:31:21 2019 xorriso : UPDATE : 29.76% done, estimate finish Sat Feb 16 14:31:23 2019 xorriso : UPDATE : 31.87% done, estimate finish Sat Feb 16 14:31:22 2019 xorriso : UPDATE : 33.49% done, estimate finish Sat Feb 16 14:31:22 2019 xorriso : UPDATE : 36.19% done, estimate finish Sat Feb 16 14:31:21 2019 xorriso : UPDATE : 38.13% done, estimate finish Sat Feb 16 14:31:22 2019 xorriso : UPDATE : 39.96% done, estimate finish Sat Feb 16 14:31:22 2019 xorriso : UPDATE : 41.67% done, estimate finish Sat Feb 16 14:31:23 2019 xorriso : UPDATE : 43.78% done, estimate finish Sat Feb 16 14:31:23 2019 xorriso : UPDATE : 46.02% done, estimate finish Sat Feb 16 14:31:22 2019 xorriso : UPDATE : 47.86% done, estimate finish Sat Feb 16 14:31:23 2019 xorriso : UPDATE : 50.38% done, estimate finish Sat Feb 16 14:31:22 2019 xorriso : UPDATE : 52.10% done, estimate finish Sat Feb 16 14:31:22 2019 xorriso : UPDATE : 53.84% done, estimate finish Sat Feb 16 14:31:22 2019 xorriso : UPDATE : 55.63% done, estimate finish Sat Feb 16 14:31:23 2019 xorriso : UPDATE : 56.90% done, estimate finish Sat Feb 16 14:31:24 2019 xorriso : UPDATE : 59.60% done, estimate finish Sat Feb 16 14:31:23 2019 xorriso : UPDATE : 61.66% done, estimate finish Sat Feb 16 14:31:23 2019 xorriso : UPDATE : 62.06% done, estimate finish Sat Feb 16 14:31:25 2019 xorriso : UPDATE : 65.60% done, estimate finish Sat Feb 16 14:31:23 2019 xorriso : UPDATE : 66.99% done, estimate finish Sat Feb 16 14:31:23 2019 xorriso : UPDATE : 69.00% done, estimate finish Sat Feb 16 14:31:23 2019 xorriso : UPDATE : 71.01% done, estimate finish Sat Feb 16 14:31:23 2019 xorriso : UPDATE : 73.10% done, estimate finish Sat Feb 16 14:31:23 2019 xorriso : UPDATE : 75.09% done, estimate finish Sat Feb 16 14:31:24 2019 xorriso : UPDATE : 77.01% done, estimate finish Sat Feb 16 14:31:23 2019 xorriso : UPDATE : 77.35% done, estimate finish Sat Feb 16 14:31:25 2019 xorriso : UPDATE : 81.21% done, estimate finish Sat Feb 16 14:31:23 2019 xorriso : UPDATE : 83.23% done, estimate finish Sat Feb 16 14:31:22 2019 xorriso : UPDATE : 84.77% done, estimate finish Sat Feb 16 14:31:23 2019 xorriso : UPDATE : 86.42% done, estimate finish Sat Feb 16 14:31:23 2019 xorriso : UPDATE : 89.29% done, estimate finish Sat Feb 16 14:31:23 2019 xorriso : UPDATE : 91.34% done, estimate finish Sat Feb 16 14:31:23 2019 xorriso : UPDATE : 93.46% done, estimate finish Sat Feb 16 14:31:23 2019 xorriso : UPDATE : 94.78% done, estimate finish Sat Feb 16 14:31:23 2019 xorriso : UPDATE : 96.48% done xorriso : UPDATE : 99.62% done ISO image produced: 2195748 sectors Written to medium : 2195748 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 14:31:24 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 armhf 11' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.0-armhf-DVD-11.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.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 : 11163 files added in 1 seconds xorriso : UPDATE : 11163 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.45% done xorriso : UPDATE : 0.88% done, estimate finish Sat Feb 16 14:35:59 2019 xorriso : UPDATE : 3.70% done, estimate finish Sat Feb 16 14:32:57 2019 xorriso : UPDATE : 5.80% done, estimate finish Sat Feb 16 14:32:41 2019 xorriso : UPDATE : 7.92% done, estimate finish Sat Feb 16 14:32:33 2019 xorriso : UPDATE : 9.44% done, estimate finish Sat Feb 16 14:32:33 2019 xorriso : UPDATE : 11.86% done, estimate finish Sat Feb 16 14:32:28 2019 xorriso : UPDATE : 11.86% done, estimate finish Sat Feb 16 14:32:36 2019 xorriso : UPDATE : 15.99% done, estimate finish Sat Feb 16 14:32:24 2019 xorriso : UPDATE : 18.31% done, estimate finish Sat Feb 16 14:32:22 2019 xorriso : UPDATE : 19.43% done, estimate finish Sat Feb 16 14:32:24 2019 xorriso : UPDATE : 22.39% done, estimate finish Sat Feb 16 14:32:14 2019 xorriso : UPDATE : 24.40% done, estimate finish Sat Feb 16 14:32:13 2019 xorriso : UPDATE : 26.36% done, estimate finish Sat Feb 16 14:32:13 2019 xorriso : UPDATE : 28.33% done, estimate finish Sat Feb 16 14:32:14 2019 xorriso : UPDATE : 30.50% done, estimate finish Sat Feb 16 14:32:13 2019 xorriso : UPDATE : 32.39% done, estimate finish Sat Feb 16 14:32:14 2019 xorriso : UPDATE : 34.10% done, estimate finish Sat Feb 16 14:32:14 2019 xorriso : UPDATE : 35.73% done, estimate finish Sat Feb 16 14:32:16 2019 xorriso : UPDATE : 37.46% done, estimate finish Sat Feb 16 14:32:16 2019 xorriso : UPDATE : 39.43% done, estimate finish Sat Feb 16 14:32:16 2019 xorriso : UPDATE : 41.61% done, estimate finish Sat Feb 16 14:32:17 2019 xorriso : UPDATE : 43.49% done, estimate finish Sat Feb 16 14:32:17 2019 xorriso : UPDATE : 45.73% done, estimate finish Sat Feb 16 14:32:16 2019 xorriso : UPDATE : 46.34% done, estimate finish Sat Feb 16 14:32:18 2019 xorriso : UPDATE : 49.01% done, estimate finish Sat Feb 16 14:32:17 2019 xorriso : UPDATE : 50.59% done, estimate finish Sat Feb 16 14:32:18 2019 xorriso : UPDATE : 53.73% done, estimate finish Sat Feb 16 14:32:16 2019 xorriso : UPDATE : 55.42% done, estimate finish Sat Feb 16 14:32:16 2019 xorriso : UPDATE : 57.24% done, estimate finish Sat Feb 16 14:32:17 2019 xorriso : UPDATE : 59.09% done, estimate finish Sat Feb 16 14:32:17 2019 xorriso : UPDATE : 60.26% done, estimate finish Sat Feb 16 14:32:18 2019 xorriso : UPDATE : 63.13% done, estimate finish Sat Feb 16 14:32:16 2019 xorriso : UPDATE : 64.55% done, estimate finish Sat Feb 16 14:32:17 2019 xorriso : UPDATE : 67.10% done, estimate finish Sat Feb 16 14:32:16 2019 xorriso : UPDATE : 69.09% done, estimate finish Sat Feb 16 14:32:16 2019 xorriso : UPDATE : 70.60% done, estimate finish Sat Feb 16 14:32:17 2019 xorriso : UPDATE : 73.17% done, estimate finish Sat Feb 16 14:32:16 2019 xorriso : UPDATE : 74.85% done, estimate finish Sat Feb 16 14:32:16 2019 xorriso : UPDATE : 76.30% done, estimate finish Sat Feb 16 14:32:17 2019 xorriso : UPDATE : 76.30% done, estimate finish Sat Feb 16 14:32:18 2019 xorriso : UPDATE : 80.67% done, estimate finish Sat Feb 16 14:32:16 2019 xorriso : UPDATE : 82.89% done, estimate finish Sat Feb 16 14:32:16 2019 xorriso : UPDATE : 84.91% done, estimate finish Sat Feb 16 14:32:16 2019 xorriso : UPDATE : 87.01% done, estimate finish Sat Feb 16 14:32:16 2019 xorriso : UPDATE : 88.98% done, estimate finish Sat Feb 16 14:32:16 2019 xorriso : UPDATE : 89.78% done, estimate finish Sat Feb 16 14:32:17 2019 xorriso : UPDATE : 92.74% done, estimate finish Sat Feb 16 14:32:16 2019 xorriso : UPDATE : 94.39% done, estimate finish Sat Feb 16 14:32:16 2019 xorriso : UPDATE : 97.29% done xorriso : UPDATE : 99.26% done ISO image produced: 2283121 sectors Written to medium : 2283121 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 14:32:17 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 armhf 12' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.0-armhf-DVD-12.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.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 : 7349 files added in 1 seconds xorriso : UPDATE : 7349 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.17% done xorriso : UPDATE : 0.95% done xorriso : UPDATE : 3.22% done, estimate finish Sat Feb 16 14:33:36 2019 xorriso : UPDATE : 5.18% done, estimate finish Sat Feb 16 14:33:26 2019 xorriso : UPDATE : 6.24% done, estimate finish Sat Feb 16 14:33:30 2019 xorriso : UPDATE : 9.17% done, estimate finish Sat Feb 16 14:33:18 2019 xorriso : UPDATE : 11.08% done, estimate finish Sat Feb 16 14:33:17 2019 xorriso : UPDATE : 11.08% done, estimate finish Sat Feb 16 14:33:26 2019 xorriso : UPDATE : 14.94% done, estimate finish Sat Feb 16 14:33:15 2019 xorriso : UPDATE : 14.94% done, estimate finish Sat Feb 16 14:33:22 2019 xorriso : UPDATE : 18.37% done, estimate finish Sat Feb 16 14:33:15 2019 xorriso : UPDATE : 21.08% done, estimate finish Sat Feb 16 14:33:13 2019 xorriso : UPDATE : 23.45% done, estimate finish Sat Feb 16 14:33:07 2019 xorriso : UPDATE : 25.86% done, estimate finish Sat Feb 16 14:33:07 2019 xorriso : UPDATE : 27.75% done, estimate finish Sat Feb 16 14:33:07 2019 xorriso : UPDATE : 29.84% done, estimate finish Sat Feb 16 14:33:08 2019 xorriso : UPDATE : 31.94% done, estimate finish Sat Feb 16 14:33:07 2019 xorriso : UPDATE : 34.07% done, estimate finish Sat Feb 16 14:33:07 2019 xorriso : UPDATE : 35.68% done, estimate finish Sat Feb 16 14:33:08 2019 xorriso : UPDATE : 37.99% done, estimate finish Sat Feb 16 14:33:07 2019 xorriso : UPDATE : 39.76% done, estimate finish Sat Feb 16 14:33:07 2019 xorriso : UPDATE : 41.23% done, estimate finish Sat Feb 16 14:33:08 2019 xorriso : UPDATE : 43.65% done, estimate finish Sat Feb 16 14:33:07 2019 xorriso : UPDATE : 45.62% done, estimate finish Sat Feb 16 14:33:08 2019 xorriso : UPDATE : 47.03% done, estimate finish Sat Feb 16 14:33:09 2019 xorriso : UPDATE : 49.37% done, estimate finish Sat Feb 16 14:33:08 2019 xorriso : UPDATE : 51.05% done, estimate finish Sat Feb 16 14:33:09 2019 xorriso : UPDATE : 53.11% done, estimate finish Sat Feb 16 14:33:09 2019 xorriso : UPDATE : 54.98% done, estimate finish Sat Feb 16 14:33:09 2019 xorriso : UPDATE : 56.14% done, estimate finish Sat Feb 16 14:33:09 2019 xorriso : UPDATE : 56.14% done, estimate finish Sat Feb 16 14:33:12 2019 xorriso : UPDATE : 56.14% done, estimate finish Sat Feb 16 14:33:14 2019 xorriso : UPDATE : 62.56% done, estimate finish Sat Feb 16 14:33:09 2019 xorriso : UPDATE : 64.67% done, estimate finish Sat Feb 16 14:33:09 2019 xorriso : UPDATE : 64.67% done, estimate finish Sat Feb 16 14:33:12 2019 xorriso : UPDATE : 69.32% done, estimate finish Sat Feb 16 14:33:08 2019 xorriso : UPDATE : 71.30% done, estimate finish Sat Feb 16 14:33:08 2019 xorriso : UPDATE : 73.37% done, estimate finish Sat Feb 16 14:33:08 2019 xorriso : UPDATE : 74.74% done, estimate finish Sat Feb 16 14:33:09 2019 xorriso : UPDATE : 76.71% done, estimate finish Sat Feb 16 14:33:08 2019 xorriso : UPDATE : 78.42% done, estimate finish Sat Feb 16 14:33:09 2019 xorriso : UPDATE : 81.15% done, estimate finish Sat Feb 16 14:33:08 2019 xorriso : UPDATE : 83.13% done, estimate finish Sat Feb 16 14:33:08 2019 xorriso : UPDATE : 84.58% done, estimate finish Sat Feb 16 14:33:08 2019 xorriso : UPDATE : 87.32% done, estimate finish Sat Feb 16 14:33:08 2019 xorriso : UPDATE : 89.16% done, estimate finish Sat Feb 16 14:33:08 2019 xorriso : UPDATE : 90.97% done, estimate finish Sat Feb 16 14:33:08 2019 xorriso : UPDATE : 92.81% done, estimate finish Sat Feb 16 14:33:08 2019 xorriso : UPDATE : 95.75% done, estimate finish Sat Feb 16 14:33:08 2019 xorriso : UPDATE : 96.67% done xorriso : UPDATE : 99.45% done ISO image produced: 2287592 sectors Written to medium : 2287592 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 14:33:09 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 armhf 13' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.0-armhf-DVD-13.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.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 : 1101 files added in 1 seconds xorriso : UPDATE : 1101 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.12% done xorriso : UPDATE : 1.52% done xorriso : UPDATE : 9.95% done xorriso : UPDATE : 16.42% done, estimate finish Sat Feb 16 14:33:27 2019 xorriso : UPDATE : 21.97% done, estimate finish Sat Feb 16 14:33:27 2019 xorriso : UPDATE : 24.75% done, estimate finish Sat Feb 16 14:33:29 2019 xorriso : UPDATE : 24.75% done, estimate finish Sat Feb 16 14:33:33 2019 xorriso : UPDATE : 24.75% done, estimate finish Sat Feb 16 14:33:37 2019 xorriso : UPDATE : 35.44% done, estimate finish Sat Feb 16 14:33:32 2019 xorriso : UPDATE : 47.68% done, estimate finish Sat Feb 16 14:33:28 2019 xorriso : UPDATE : 47.68% done, estimate finish Sat Feb 16 14:33:30 2019 xorriso : UPDATE : 47.68% done, estimate finish Sat Feb 16 14:33:32 2019 xorriso : UPDATE : 68.09% done, estimate finish Sat Feb 16 14:33:27 2019 xorriso : UPDATE : 75.56% done, estimate finish Sat Feb 16 14:33:27 2019 xorriso : UPDATE : 78.92% done, estimate finish Sat Feb 16 14:33:26 2019 xorriso : UPDATE : 86.94% done, estimate finish Sat Feb 16 14:33:26 2019 xorriso : UPDATE : 93.67% done xorriso : UPDATE : 99.16% done ISO image produced: 782605 sectors Written to medium : 782605 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 14:33:27 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 armhf 2' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.0-armhf-DVD-2.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.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 : 5592 files added in 1 seconds xorriso : UPDATE : 5592 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.21% done xorriso : UPDATE : 1.55% done xorriso : UPDATE : 3.56% done, estimate finish Sat Feb 16 14:34:38 2019 xorriso : UPDATE : 5.25% done, estimate finish Sat Feb 16 14:34:35 2019 xorriso : UPDATE : 7.37% done, estimate finish Sat Feb 16 14:34:29 2019 xorriso : UPDATE : 9.64% done, estimate finish Sat Feb 16 14:34:25 2019 xorriso : UPDATE : 11.59% done, estimate finish Sat Feb 16 14:34:24 2019 xorriso : UPDATE : 14.24% done, estimate finish Sat Feb 16 14:34:21 2019 xorriso : UPDATE : 14.70% done, estimate finish Sat Feb 16 14:34:26 2019 xorriso : UPDATE : 18.46% done, estimate finish Sat Feb 16 14:34:19 2019 xorriso : UPDATE : 20.61% done, estimate finish Sat Feb 16 14:34:19 2019 xorriso : UPDATE : 22.88% done, estimate finish Sat Feb 16 14:34:18 2019 xorriso : UPDATE : 24.67% done, estimate finish Sat Feb 16 14:34:15 2019 xorriso : UPDATE : 26.85% done, estimate finish Sat Feb 16 14:34:16 2019 xorriso : UPDATE : 27.34% done, estimate finish Sat Feb 16 14:34:18 2019 xorriso : UPDATE : 30.44% done, estimate finish Sat Feb 16 14:34:17 2019 xorriso : UPDATE : 33.20% done, estimate finish Sat Feb 16 14:34:16 2019 xorriso : UPDATE : 35.47% done, estimate finish Sat Feb 16 14:34:15 2019 xorriso : UPDATE : 37.49% done, estimate finish Sat Feb 16 14:34:15 2019 xorriso : UPDATE : 38.46% done, estimate finish Sat Feb 16 14:34:17 2019 xorriso : UPDATE : 41.85% done, estimate finish Sat Feb 16 14:34:15 2019 xorriso : UPDATE : 43.83% done, estimate finish Sat Feb 16 14:34:15 2019 xorriso : UPDATE : 45.72% done, estimate finish Sat Feb 16 14:34:15 2019 xorriso : UPDATE : 47.74% done, estimate finish Sat Feb 16 14:34:15 2019 xorriso : UPDATE : 49.64% done, estimate finish Sat Feb 16 14:34:16 2019 xorriso : UPDATE : 49.84% done, estimate finish Sat Feb 16 14:34:18 2019 xorriso : UPDATE : 54.02% done, estimate finish Sat Feb 16 14:34:16 2019 xorriso : UPDATE : 56.17% done, estimate finish Sat Feb 16 14:34:16 2019 xorriso : UPDATE : 57.74% done, estimate finish Sat Feb 16 14:34:16 2019 xorriso : UPDATE : 59.96% done, estimate finish Sat Feb 16 14:34:16 2019 xorriso : UPDATE : 62.43% done, estimate finish Sat Feb 16 14:34:15 2019 xorriso : UPDATE : 64.36% done, estimate finish Sat Feb 16 14:34:16 2019 xorriso : UPDATE : 66.11% done, estimate finish Sat Feb 16 14:34:16 2019 xorriso : UPDATE : 66.11% done, estimate finish Sat Feb 16 14:34:19 2019 xorriso : UPDATE : 69.32% done, estimate finish Sat Feb 16 14:34:17 2019 xorriso : UPDATE : 72.41% done, estimate finish Sat Feb 16 14:34:16 2019 xorriso : UPDATE : 74.32% done, estimate finish Sat Feb 16 14:34:16 2019 xorriso : UPDATE : 76.16% done, estimate finish Sat Feb 16 14:34:16 2019 xorriso : UPDATE : 76.16% done, estimate finish Sat Feb 16 14:34:18 2019 xorriso : UPDATE : 78.83% done, estimate finish Sat Feb 16 14:34:17 2019 xorriso : UPDATE : 83.23% done, estimate finish Sat Feb 16 14:34:16 2019 xorriso : UPDATE : 86.05% done, estimate finish Sat Feb 16 14:34:15 2019 xorriso : UPDATE : 88.38% done, estimate finish Sat Feb 16 14:34:15 2019 xorriso : UPDATE : 89.08% done, estimate finish Sat Feb 16 14:34:16 2019 xorriso : UPDATE : 92.68% done, estimate finish Sat Feb 16 14:34:15 2019 xorriso : UPDATE : 95.02% done, estimate finish Sat Feb 16 14:34:15 2019 xorriso : UPDATE : 97.27% done xorriso : UPDATE : 99.09% done ISO image produced: 2183495 sectors Written to medium : 2183495 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 14:34:16 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 armhf 3' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.0-armhf-DVD-3.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.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 : 4677 files added in 1 seconds xorriso : UPDATE : 4677 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/alsa-firmware-loaders_1.1.3-1_armhf.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.20% done xorriso : UPDATE : 0.50% done xorriso : UPDATE : 0.50% done, estimate finish Sat Feb 16 14:42:53 2019 xorriso : UPDATE : 0.50% done, estimate finish Sat Feb 16 14:46:12 2019 xorriso : UPDATE : 0.50% done, estimate finish Sat Feb 16 14:49:31 2019 xorriso : UPDATE : 0.50% done, estimate finish Sat Feb 16 14:52:49 2019 xorriso : UPDATE : 13.15% done, estimate finish Sat Feb 16 14:35:07 2019 xorriso : UPDATE : 15.17% done, estimate finish Sat Feb 16 14:35:07 2019 xorriso : UPDATE : 16.97% done, estimate finish Sat Feb 16 14:35:08 2019 xorriso : UPDATE : 18.89% done, estimate finish Sat Feb 16 14:35:08 2019 xorriso : UPDATE : 20.40% done, estimate finish Sat Feb 16 14:35:09 2019 xorriso : UPDATE : 22.95% done, estimate finish Sat Feb 16 14:35:07 2019 xorriso : UPDATE : 25.09% done, estimate finish Sat Feb 16 14:35:07 2019 xorriso : UPDATE : 26.58% done, estimate finish Sat Feb 16 14:35:08 2019 xorriso : UPDATE : 27.80% done, estimate finish Sat Feb 16 14:35:09 2019 xorriso : UPDATE : 30.49% done, estimate finish Sat Feb 16 14:35:08 2019 xorriso : UPDATE : 33.33% done, estimate finish Sat Feb 16 14:35:06 2019 xorriso : UPDATE : 35.26% done, estimate finish Sat Feb 16 14:35:06 2019 xorriso : UPDATE : 37.18% done, estimate finish Sat Feb 16 14:35:06 2019 xorriso : UPDATE : 38.90% done, estimate finish Sat Feb 16 14:35:06 2019 xorriso : UPDATE : 41.14% done, estimate finish Sat Feb 16 14:35:06 2019 xorriso : UPDATE : 42.84% done, estimate finish Sat Feb 16 14:35:06 2019 xorriso : UPDATE : 44.39% done, estimate finish Sat Feb 16 14:35:07 2019 xorriso : UPDATE : 46.97% done, estimate finish Sat Feb 16 14:35:07 2019 xorriso : UPDATE : 48.74% done, estimate finish Sat Feb 16 14:35:07 2019 xorriso : UPDATE : 50.11% done, estimate finish Sat Feb 16 14:35:07 2019 xorriso : UPDATE : 52.43% done, estimate finish Sat Feb 16 14:35:07 2019 xorriso : UPDATE : 54.82% done, estimate finish Sat Feb 16 14:35:07 2019 xorriso : UPDATE : 57.13% done, estimate finish Sat Feb 16 14:35:06 2019 xorriso : UPDATE : 57.71% done, estimate finish Sat Feb 16 14:35:08 2019 xorriso : UPDATE : 61.05% done, estimate finish Sat Feb 16 14:35:06 2019 xorriso : UPDATE : 63.41% done, estimate finish Sat Feb 16 14:35:06 2019 xorriso : UPDATE : 65.42% done, estimate finish Sat Feb 16 14:35:06 2019 xorriso : UPDATE : 67.35% done, estimate finish Sat Feb 16 14:35:06 2019 xorriso : UPDATE : 68.90% done, estimate finish Sat Feb 16 14:35:06 2019 xorriso : UPDATE : 71.10% done, estimate finish Sat Feb 16 14:35:06 2019 xorriso : UPDATE : 72.69% done, estimate finish Sat Feb 16 14:35:06 2019 xorriso : UPDATE : 74.47% done, estimate finish Sat Feb 16 14:35:06 2019 xorriso : UPDATE : 74.47% done, estimate finish Sat Feb 16 14:35:08 2019 xorriso : UPDATE : 74.47% done, estimate finish Sat Feb 16 14:35:11 2019 xorriso : UPDATE : 74.47% done, estimate finish Sat Feb 16 14:35:13 2019 xorriso : UPDATE : 78.39% done, estimate finish Sat Feb 16 14:35:10 2019 xorriso : UPDATE : 86.12% done, estimate finish Sat Feb 16 14:35:05 2019 xorriso : UPDATE : 86.49% done, estimate finish Sat Feb 16 14:35:06 2019 xorriso : UPDATE : 90.45% done, estimate finish Sat Feb 16 14:35:05 2019 xorriso : UPDATE : 90.97% done, estimate finish Sat Feb 16 14:35:06 2019 xorriso : UPDATE : 94.34% done, estimate finish Sat Feb 16 14:35:05 2019 xorriso : UPDATE : 94.34% done, estimate finish Sat Feb 16 14:35:06 2019 xorriso : UPDATE : 98.93% done ISO image produced: 2290352 sectors Written to medium : 2290352 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 14:35:06 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 armhf 4' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.0-armhf-DVD-4.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.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 : 4803 files added in 1 seconds xorriso : UPDATE : 4803 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.21% done xorriso : UPDATE : 1.93% done xorriso : UPDATE : 3.80% done, estimate finish Sat Feb 16 14:36:15 2019 xorriso : UPDATE : 6.06% done, estimate finish Sat Feb 16 14:36:06 2019 xorriso : UPDATE : 6.96% done, estimate finish Sat Feb 16 14:36:13 2019 xorriso : UPDATE : 10.00% done, estimate finish Sat Feb 16 14:36:03 2019 xorriso : UPDATE : 10.22% done, estimate finish Sat Feb 16 14:36:12 2019 xorriso : UPDATE : 10.22% done, estimate finish Sat Feb 16 14:36:21 2019 xorriso : UPDATE : 15.42% done, estimate finish Sat Feb 16 14:36:03 2019 xorriso : UPDATE : 15.42% done, estimate finish Sat Feb 16 14:36:09 2019 xorriso : UPDATE : 15.42% done, estimate finish Sat Feb 16 14:36:15 2019 xorriso : UPDATE : 15.42% done, estimate finish Sat Feb 16 14:36:22 2019 xorriso : UPDATE : 15.42% done, estimate finish Sat Feb 16 14:36:28 2019 xorriso : UPDATE : 15.42% done, estimate finish Sat Feb 16 14:36:40 2019 xorriso : UPDATE : 15.42% done, estimate finish Sat Feb 16 14:36:48 2019 xorriso : UPDATE : 15.42% done, estimate finish Sat Feb 16 14:36:56 2019 xorriso : UPDATE : 15.42% done, estimate finish Sat Feb 16 14:37:04 2019 xorriso : UPDATE : 15.42% done, estimate finish Sat Feb 16 14:37:12 2019 xorriso : UPDATE : 15.68% done, estimate finish Sat Feb 16 14:37:18 2019 xorriso : UPDATE : 39.44% done, estimate finish Sat Feb 16 14:35:55 2019 xorriso : UPDATE : 42.05% done, estimate finish Sat Feb 16 14:35:54 2019 xorriso : UPDATE : 45.98% done, estimate finish Sat Feb 16 14:35:53 2019 xorriso : UPDATE : 48.36% done, estimate finish Sat Feb 16 14:35:52 2019 xorriso : UPDATE : 50.53% done, estimate finish Sat Feb 16 14:35:47 2019 xorriso : UPDATE : 52.24% done, estimate finish Sat Feb 16 14:35:48 2019 xorriso : UPDATE : 54.60% done, estimate finish Sat Feb 16 14:35:48 2019 xorriso : UPDATE : 56.38% done, estimate finish Sat Feb 16 14:35:48 2019 xorriso : UPDATE : 56.61% done, estimate finish Sat Feb 16 14:35:50 2019 xorriso : UPDATE : 60.73% done, estimate finish Sat Feb 16 14:35:50 2019 xorriso : UPDATE : 62.56% done, estimate finish Sat Feb 16 14:35:50 2019 xorriso : UPDATE : 64.41% done, estimate finish Sat Feb 16 14:35:50 2019 xorriso : UPDATE : 66.89% done, estimate finish Sat Feb 16 14:35:51 2019 xorriso : UPDATE : 68.95% done, estimate finish Sat Feb 16 14:35:51 2019 xorriso : UPDATE : 70.51% done, estimate finish Sat Feb 16 14:35:54 2019 xorriso : UPDATE : 73.17% done, estimate finish Sat Feb 16 14:35:54 2019 xorriso : UPDATE : 74.82% done, estimate finish Sat Feb 16 14:35:54 2019 xorriso : UPDATE : 76.82% done, estimate finish Sat Feb 16 14:35:54 2019 xorriso : UPDATE : 78.53% done, estimate finish Sat Feb 16 14:35:54 2019 xorriso : UPDATE : 80.30% done, estimate finish Sat Feb 16 14:35:54 2019 xorriso : UPDATE : 83.11% done, estimate finish Sat Feb 16 14:35:54 2019 xorriso : UPDATE : 85.24% done, estimate finish Sat Feb 16 14:35:54 2019 xorriso : UPDATE : 87.28% done, estimate finish Sat Feb 16 14:35:54 2019 xorriso : UPDATE : 87.79% done, estimate finish Sat Feb 16 14:35:55 2019 xorriso : UPDATE : 91.41% done, estimate finish Sat Feb 16 14:35:54 2019 xorriso : UPDATE : 92.88% done, estimate finish Sat Feb 16 14:35:54 2019 xorriso : UPDATE : 94.82% done, estimate finish Sat Feb 16 14:35:54 2019 xorriso : UPDATE : 97.70% done ISO image produced: 2208621 sectors Written to medium : 2208621 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 14:35:54 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 armhf 5' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.0-armhf-DVD-5.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.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 : 4436 files added in 1 seconds xorriso : UPDATE : 4436 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.25% done xorriso : UPDATE : 1.99% done xorriso : UPDATE : 2.79% done, estimate finish Sat Feb 16 14:37:32 2019 xorriso : UPDATE : 5.20% done, estimate finish Sat Feb 16 14:37:06 2019 xorriso : UPDATE : 8.66% done, estimate finish Sat Feb 16 14:36:49 2019 xorriso : UPDATE : 10.66% done, estimate finish Sat Feb 16 14:36:48 2019 xorriso : UPDATE : 12.64% done, estimate finish Sat Feb 16 14:36:48 2019 xorriso : UPDATE : 14.46% done, estimate finish Sat Feb 16 14:36:48 2019 xorriso : UPDATE : 16.80% done, estimate finish Sat Feb 16 14:36:47 2019 xorriso : UPDATE : 17.46% done, estimate finish Sat Feb 16 14:36:50 2019 xorriso : UPDATE : 20.30% done, estimate finish Sat Feb 16 14:36:48 2019 xorriso : UPDATE : 22.93% done, estimate finish Sat Feb 16 14:36:46 2019 xorriso : UPDATE : 24.81% done, estimate finish Sat Feb 16 14:36:46 2019 xorriso : UPDATE : 24.81% done, estimate finish Sat Feb 16 14:36:46 2019 xorriso : UPDATE : 29.32% done, estimate finish Sat Feb 16 14:36:41 2019 xorriso : UPDATE : 31.38% done, estimate finish Sat Feb 16 14:36:41 2019 xorriso : UPDATE : 32.91% done, estimate finish Sat Feb 16 14:36:41 2019 xorriso : UPDATE : 35.61% done, estimate finish Sat Feb 16 14:36:41 2019 xorriso : UPDATE : 37.69% done, estimate finish Sat Feb 16 14:36:41 2019 xorriso : UPDATE : 39.43% done, estimate finish Sat Feb 16 14:36:41 2019 xorriso : UPDATE : 41.47% done, estimate finish Sat Feb 16 14:36:42 2019 xorriso : UPDATE : 43.23% done, estimate finish Sat Feb 16 14:36:43 2019 xorriso : UPDATE : 43.76% done, estimate finish Sat Feb 16 14:36:44 2019 xorriso : UPDATE : 43.76% done, estimate finish Sat Feb 16 14:36:47 2019 xorriso : UPDATE : 49.60% done, estimate finish Sat Feb 16 14:36:41 2019 xorriso : UPDATE : 50.29% done, estimate finish Sat Feb 16 14:36:43 2019 xorriso : UPDATE : 50.29% done, estimate finish Sat Feb 16 14:36:46 2019 xorriso : UPDATE : 56.11% done, estimate finish Sat Feb 16 14:36:42 2019 xorriso : UPDATE : 57.97% done, estimate finish Sat Feb 16 14:36:43 2019 xorriso : UPDATE : 57.97% done, estimate finish Sat Feb 16 14:36:44 2019 xorriso : UPDATE : 57.97% done, estimate finish Sat Feb 16 14:36:46 2019 xorriso : UPDATE : 57.97% done, estimate finish Sat Feb 16 14:36:48 2019 xorriso : UPDATE : 57.97% done, estimate finish Sat Feb 16 14:36:51 2019 xorriso : UPDATE : 69.34% done, estimate finish Sat Feb 16 14:36:40 2019 xorriso : UPDATE : 71.40% done, estimate finish Sat Feb 16 14:36:40 2019 xorriso : UPDATE : 73.45% done, estimate finish Sat Feb 16 14:36:41 2019 xorriso : UPDATE : 75.05% done, estimate finish Sat Feb 16 14:36:41 2019 xorriso : UPDATE : 77.35% done, estimate finish Sat Feb 16 14:36:41 2019 xorriso : UPDATE : 79.41% done, estimate finish Sat Feb 16 14:36:41 2019 xorriso : UPDATE : 81.53% done, estimate finish Sat Feb 16 14:36:41 2019 xorriso : UPDATE : 82.58% done, estimate finish Sat Feb 16 14:36:42 2019 xorriso : UPDATE : 85.28% done, estimate finish Sat Feb 16 14:36:43 2019 xorriso : UPDATE : 87.56% done, estimate finish Sat Feb 16 14:36:42 2019 xorriso : UPDATE : 89.58% done, estimate finish Sat Feb 16 14:36:43 2019 xorriso : UPDATE : 89.99% done, estimate finish Sat Feb 16 14:36:44 2019 xorriso : UPDATE : 93.74% done, estimate finish Sat Feb 16 14:36:43 2019 xorriso : UPDATE : 94.42% done, estimate finish Sat Feb 16 14:36:43 2019 xorriso : UPDATE : 97.95% done ISO image produced: 2290905 sectors Written to medium : 2290905 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 14:36:43 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 armhf 6' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.0-armhf-DVD-6.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.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 : 2812 files added in 1 seconds xorriso : UPDATE : 2812 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/sigrok-firmware-fx2lafw_0.1.3-1_armhf.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.27% done xorriso : UPDATE : 2.24% done xorriso : UPDATE : 4.53% done, estimate finish Sat Feb 16 14:37:44 2019 xorriso : UPDATE : 6.82% done, estimate finish Sat Feb 16 14:37:38 2019 xorriso : UPDATE : 8.87% done, estimate finish Sat Feb 16 14:37:37 2019 xorriso : UPDATE : 11.06% done, estimate finish Sat Feb 16 14:37:35 2019 xorriso : UPDATE : 11.92% done, estimate finish Sat Feb 16 14:37:40 2019 xorriso : UPDATE : 11.92% done, estimate finish Sat Feb 16 14:37:48 2019 xorriso : UPDATE : 11.92% done, estimate finish Sat Feb 16 14:37:57 2019 xorriso : UPDATE : 18.47% done, estimate finish Sat Feb 16 14:37:36 2019 xorriso : UPDATE : 20.91% done, estimate finish Sat Feb 16 14:37:35 2019 xorriso : UPDATE : 20.91% done, estimate finish Sat Feb 16 14:37:40 2019 xorriso : UPDATE : 26.34% done, estimate finish Sat Feb 16 14:37:29 2019 xorriso : UPDATE : 28.41% done, estimate finish Sat Feb 16 14:37:30 2019 xorriso : UPDATE : 30.56% done, estimate finish Sat Feb 16 14:37:30 2019 xorriso : UPDATE : 31.62% done, estimate finish Sat Feb 16 14:37:32 2019 xorriso : UPDATE : 34.89% done, estimate finish Sat Feb 16 14:37:30 2019 xorriso : UPDATE : 37.06% done, estimate finish Sat Feb 16 14:37:30 2019 xorriso : UPDATE : 38.77% done, estimate finish Sat Feb 16 14:37:30 2019 xorriso : UPDATE : 40.63% done, estimate finish Sat Feb 16 14:37:30 2019 xorriso : UPDATE : 43.57% done, estimate finish Sat Feb 16 14:37:30 2019 xorriso : UPDATE : 45.48% done, estimate finish Sat Feb 16 14:37:30 2019 xorriso : UPDATE : 46.47% done, estimate finish Sat Feb 16 14:37:32 2019 xorriso : UPDATE : 46.47% done, estimate finish Sat Feb 16 14:37:36 2019 xorriso : UPDATE : 46.47% done, estimate finish Sat Feb 16 14:37:38 2019 xorriso : UPDATE : 46.47% done, estimate finish Sat Feb 16 14:37:41 2019 xorriso : UPDATE : 46.47% done, estimate finish Sat Feb 16 14:37:45 2019 xorriso : UPDATE : 46.47% done, estimate finish Sat Feb 16 14:37:48 2019 xorriso : UPDATE : 46.47% done, estimate finish Sat Feb 16 14:37:51 2019 xorriso : UPDATE : 47.52% done, estimate finish Sat Feb 16 14:37:52 2019 xorriso : UPDATE : 66.16% done, estimate finish Sat Feb 16 14:37:29 2019 xorriso : UPDATE : 67.56% done, estimate finish Sat Feb 16 14:37:29 2019 xorriso : UPDATE : 69.76% done, estimate finish Sat Feb 16 14:37:30 2019 xorriso : UPDATE : 71.53% done, estimate finish Sat Feb 16 14:37:29 2019 xorriso : UPDATE : 71.53% done, estimate finish Sat Feb 16 14:37:31 2019 xorriso : UPDATE : 71.53% done, estimate finish Sat Feb 16 14:37:33 2019 xorriso : UPDATE : 78.51% done, estimate finish Sat Feb 16 14:37:30 2019 xorriso : UPDATE : 78.51% done, estimate finish Sat Feb 16 14:37:31 2019 xorriso : UPDATE : 78.51% done, estimate finish Sat Feb 16 14:37:32 2019 xorriso : UPDATE : 78.51% done, estimate finish Sat Feb 16 14:37:34 2019 xorriso : UPDATE : 86.99% done, estimate finish Sat Feb 16 14:37:29 2019 xorriso : UPDATE : 86.99% done, estimate finish Sat Feb 16 14:37:31 2019 xorriso : UPDATE : 86.99% done, estimate finish Sat Feb 16 14:37:33 2019 xorriso : UPDATE : 94.51% done, estimate finish Sat Feb 16 14:37:29 2019 xorriso : UPDATE : 94.51% done, estimate finish Sat Feb 16 14:37:30 2019 xorriso : UPDATE : 99.76% done ISO image produced: 2185119 sectors Written to medium : 2185119 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 14:37:30 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 armhf 7' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.0-armhf-DVD-7.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.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 : 6648 files added in 1 seconds xorriso : UPDATE : 6648 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.23% done xorriso : UPDATE : 1.27% done xorriso : UPDATE : 3.62% done, estimate finish Sat Feb 16 14:38:43 2019 xorriso : UPDATE : 5.33% done, estimate finish Sat Feb 16 14:38:39 2019 xorriso : UPDATE : 6.13% done, estimate finish Sat Feb 16 14:38:46 2019 xorriso : UPDATE : 6.13% done, estimate finish Sat Feb 16 14:39:02 2019 xorriso : UPDATE : 6.13% done, estimate finish Sat Feb 16 14:39:19 2019 xorriso : UPDATE : 13.94% done, estimate finish Sat Feb 16 14:38:25 2019 xorriso : UPDATE : 16.46% done, estimate finish Sat Feb 16 14:38:23 2019 xorriso : UPDATE : 18.48% done, estimate finish Sat Feb 16 14:38:23 2019 xorriso : UPDATE : 20.50% done, estimate finish Sat Feb 16 14:38:23 2019 xorriso : UPDATE : 22.12% done, estimate finish Sat Feb 16 14:38:23 2019 xorriso : UPDATE : 24.22% done, estimate finish Sat Feb 16 14:38:19 2019 xorriso : UPDATE : 26.35% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 28.21% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 30.50% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 32.49% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 34.68% done, estimate finish Sat Feb 16 14:38:19 2019 xorriso : UPDATE : 36.52% done, estimate finish Sat Feb 16 14:38:19 2019 xorriso : UPDATE : 38.77% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 40.77% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 42.68% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 44.72% done, estimate finish Sat Feb 16 14:38:19 2019 xorriso : UPDATE : 46.38% done, estimate finish Sat Feb 16 14:38:21 2019 xorriso : UPDATE : 48.84% done, estimate finish Sat Feb 16 14:38:19 2019 xorriso : UPDATE : 50.72% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 52.49% done, estimate finish Sat Feb 16 14:38:21 2019 xorriso : UPDATE : 52.49% done, estimate finish Sat Feb 16 14:38:23 2019 xorriso : UPDATE : 52.49% done, estimate finish Sat Feb 16 14:38:25 2019 xorriso : UPDATE : 59.19% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 61.19% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 63.18% done, estimate finish Sat Feb 16 14:38:19 2019 xorriso : UPDATE : 64.13% done, estimate finish Sat Feb 16 14:38:21 2019 xorriso : UPDATE : 66.26% done, estimate finish Sat Feb 16 14:38:21 2019 xorriso : UPDATE : 69.33% done, estimate finish Sat Feb 16 14:38:19 2019 xorriso : UPDATE : 71.31% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 73.32% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 75.39% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 77.27% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 79.32% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 81.23% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 83.26% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 84.93% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 87.13% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 89.40% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 90.12% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 93.10% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 95.27% done, estimate finish Sat Feb 16 14:38:20 2019 xorriso : UPDATE : 97.31% done xorriso : UPDATE : 98.33% done ISO image produced: 2271965 sectors Written to medium : 2271965 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 14:38:21 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 armhf 8' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.0-armhf-DVD-8.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.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 : 8252 files added in 1 seconds xorriso : UPDATE : 8252 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/dns323-firmware-tools_0.7.3-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/expeyes-firmware-dev_4.2.1+dfsg-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/nxt-firmware_1.29-20120908+dfsg-7_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. 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.20% done xorriso : UPDATE : 0.81% done xorriso : UPDATE : 2.20% done, estimate finish Sat Feb 16 14:40:20 2019 xorriso : UPDATE : 3.95% done, estimate finish Sat Feb 16 14:39:53 2019 xorriso : UPDATE : 5.82% done, estimate finish Sat Feb 16 14:39:41 2019 xorriso : UPDATE : 6.31% done, estimate finish Sat Feb 16 14:39:51 2019 xorriso : UPDATE : 9.40% done, estimate finish Sat Feb 16 14:39:32 2019 xorriso : UPDATE : 9.45% done, estimate finish Sat Feb 16 14:39:42 2019 xorriso : UPDATE : 13.21% done, estimate finish Sat Feb 16 14:39:27 2019 xorriso : UPDATE : 14.59% done, estimate finish Sat Feb 16 14:39:28 2019 xorriso : UPDATE : 17.00% done, estimate finish Sat Feb 16 14:39:24 2019 xorriso : UPDATE : 19.00% done, estimate finish Sat Feb 16 14:39:23 2019 xorriso : UPDATE : 20.58% done, estimate finish Sat Feb 16 14:39:17 2019 xorriso : UPDATE : 21.90% done, estimate finish Sat Feb 16 14:39:19 2019 xorriso : UPDATE : 21.90% done, estimate finish Sat Feb 16 14:39:24 2019 xorriso : UPDATE : 26.30% done, estimate finish Sat Feb 16 14:39:17 2019 xorriso : UPDATE : 27.57% done, estimate finish Sat Feb 16 14:39:17 2019 xorriso : UPDATE : 30.17% done, estimate finish Sat Feb 16 14:39:17 2019 xorriso : UPDATE : 32.09% done, estimate finish Sat Feb 16 14:39:16 2019 xorriso : UPDATE : 33.28% done, estimate finish Sat Feb 16 14:39:17 2019 xorriso : UPDATE : 35.79% done, estimate finish Sat Feb 16 14:39:16 2019 xorriso : UPDATE : 37.71% done, estimate finish Sat Feb 16 14:39:16 2019 xorriso : UPDATE : 39.45% done, estimate finish Sat Feb 16 14:39:16 2019 xorriso : UPDATE : 41.32% done, estimate finish Sat Feb 16 14:39:16 2019 xorriso : UPDATE : 43.10% done, estimate finish Sat Feb 16 14:39:16 2019 xorriso : UPDATE : 43.88% done, estimate finish Sat Feb 16 14:39:18 2019 xorriso : UPDATE : 46.90% done, estimate finish Sat Feb 16 14:39:17 2019 xorriso : UPDATE : 48.36% done, estimate finish Sat Feb 16 14:39:17 2019 xorriso : UPDATE : 50.52% done, estimate finish Sat Feb 16 14:39:17 2019 xorriso : UPDATE : 52.09% done, estimate finish Sat Feb 16 14:39:17 2019 xorriso : UPDATE : 52.09% done, estimate finish Sat Feb 16 14:39:19 2019 xorriso : UPDATE : 56.56% done, estimate finish Sat Feb 16 14:39:16 2019 xorriso : UPDATE : 56.56% done, estimate finish Sat Feb 16 14:39:18 2019 xorriso : UPDATE : 61.46% done, estimate finish Sat Feb 16 14:39:14 2019 xorriso : UPDATE : 63.47% done, estimate finish Sat Feb 16 14:39:14 2019 xorriso : UPDATE : 65.32% done, estimate finish Sat Feb 16 14:39:15 2019 xorriso : UPDATE : 67.46% done, estimate finish Sat Feb 16 14:39:14 2019 xorriso : UPDATE : 69.35% done, estimate finish Sat Feb 16 14:39:14 2019 xorriso : UPDATE : 71.14% done, estimate finish Sat Feb 16 14:39:14 2019 xorriso : UPDATE : 73.39% done, estimate finish Sat Feb 16 14:39:14 2019 xorriso : UPDATE : 75.44% done, estimate finish Sat Feb 16 14:39:15 2019 xorriso : UPDATE : 77.27% done, estimate finish Sat Feb 16 14:39:14 2019 xorriso : UPDATE : 79.23% done, estimate finish Sat Feb 16 14:39:14 2019 xorriso : UPDATE : 81.27% done, estimate finish Sat Feb 16 14:39:14 2019 xorriso : UPDATE : 83.27% done, estimate finish Sat Feb 16 14:39:14 2019 xorriso : UPDATE : 85.38% done, estimate finish Sat Feb 16 14:39:14 2019 xorriso : UPDATE : 87.45% done, estimate finish Sat Feb 16 14:39:14 2019 xorriso : UPDATE : 89.26% done, estimate finish Sat Feb 16 14:39:14 2019 xorriso : UPDATE : 89.26% done, estimate finish Sat Feb 16 14:39:15 2019 xorriso : UPDATE : 89.26% done, estimate finish Sat Feb 16 14:39:17 2019 xorriso : UPDATE : 96.03% done xorriso : UPDATE : 97.58% done xorriso : UPDATE : 99.96% done ISO image produced: 2288523 sectors Written to medium : 2288523 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 14:39:15 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 armhf 9' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.0-armhf-DVD-9.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.8.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 : 9168 files added in 1 seconds xorriso : UPDATE : 9168 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/bladerf-firmware-fx3_0.2016.06-1+b2_armhf.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/ubertooth-firmware-source_2015.09.R2-4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.19% done xorriso : UPDATE : 0.52% done xorriso : UPDATE : 1.92% done, estimate finish Sat Feb 16 14:41:26 2019 xorriso : UPDATE : 3.33% done, estimate finish Sat Feb 16 14:41:01 2019 xorriso : UPDATE : 6.25% done, estimate finish Sat Feb 16 14:40:28 2019 xorriso : UPDATE : 8.00% done, estimate finish Sat Feb 16 14:40:25 2019 xorriso : UPDATE : 9.35% done, estimate finish Sat Feb 16 14:40:26 2019 xorriso : UPDATE : 9.35% done, estimate finish Sat Feb 16 14:40:36 2019 xorriso : UPDATE : 14.31% done, estimate finish Sat Feb 16 14:40:15 2019 xorriso : UPDATE : 16.16% done, estimate finish Sat Feb 16 14:40:15 2019 xorriso : UPDATE : 18.31% done, estimate finish Sat Feb 16 14:40:13 2019 xorriso : UPDATE : 20.06% done, estimate finish Sat Feb 16 14:40:13 2019 xorriso : UPDATE : 22.34% done, estimate finish Sat Feb 16 14:40:06 2019 xorriso : UPDATE : 24.53% done, estimate finish Sat Feb 16 14:40:05 2019 xorriso : UPDATE : 25.18% done, estimate finish Sat Feb 16 14:40:08 2019 xorriso : UPDATE : 25.18% done, estimate finish Sat Feb 16 14:40:13 2019 xorriso : UPDATE : 30.62% done, estimate finish Sat Feb 16 14:40:06 2019 xorriso : UPDATE : 33.13% done, estimate finish Sat Feb 16 14:40:05 2019 xorriso : UPDATE : 35.27% done, estimate finish Sat Feb 16 14:40:05 2019 xorriso : UPDATE : 37.26% done, estimate finish Sat Feb 16 14:40:05 2019 xorriso : UPDATE : 39.26% done, estimate finish Sat Feb 16 14:40:05 2019 xorriso : UPDATE : 41.03% done, estimate finish Sat Feb 16 14:40:05 2019 xorriso : UPDATE : 43.15% done, estimate finish Sat Feb 16 14:40:05 2019 xorriso : UPDATE : 45.03% done, estimate finish Sat Feb 16 14:40:05 2019 xorriso : UPDATE : 46.96% done, estimate finish Sat Feb 16 14:40:05 2019 xorriso : UPDATE : 48.81% done, estimate finish Sat Feb 16 14:40:06 2019 xorriso : UPDATE : 49.48% done, estimate finish Sat Feb 16 14:40:08 2019 xorriso : UPDATE : 52.53% done, estimate finish Sat Feb 16 14:40:07 2019 xorriso : UPDATE : 53.94% done, estimate finish Sat Feb 16 14:40:07 2019 xorriso : UPDATE : 56.76% done, estimate finish Sat Feb 16 14:40:06 2019 xorriso : UPDATE : 58.66% done, estimate finish Sat Feb 16 14:40:06 2019 xorriso : UPDATE : 60.64% done, estimate finish Sat Feb 16 14:40:06 2019 xorriso : UPDATE : 62.52% done, estimate finish Sat Feb 16 14:40:07 2019 xorriso : UPDATE : 63.42% done, estimate finish Sat Feb 16 14:40:08 2019 xorriso : UPDATE : 65.92% done, estimate finish Sat Feb 16 14:40:07 2019 xorriso : UPDATE : 67.49% done, estimate finish Sat Feb 16 14:40:08 2019 xorriso : UPDATE : 69.64% done, estimate finish Sat Feb 16 14:40:08 2019 xorriso : UPDATE : 69.64% done, estimate finish Sat Feb 16 14:40:10 2019 xorriso : UPDATE : 74.09% done, estimate finish Sat Feb 16 14:40:07 2019 xorriso : UPDATE : 76.09% done, estimate finish Sat Feb 16 14:40:07 2019 xorriso : UPDATE : 78.07% done, estimate finish Sat Feb 16 14:40:07 2019 xorriso : UPDATE : 79.71% done, estimate finish Sat Feb 16 14:40:07 2019 xorriso : UPDATE : 81.15% done, estimate finish Sat Feb 16 14:40:08 2019 xorriso : UPDATE : 81.15% done, estimate finish Sat Feb 16 14:40:10 2019 xorriso : UPDATE : 81.15% done, estimate finish Sat Feb 16 14:40:11 2019 xorriso : UPDATE : 81.15% done, estimate finish Sat Feb 16 14:40:13 2019 xorriso : UPDATE : 81.15% done, estimate finish Sat Feb 16 14:40:15 2019 xorriso : UPDATE : 92.41% done, estimate finish Sat Feb 16 14:40:06 2019 xorriso : UPDATE : 93.05% done, estimate finish Sat Feb 16 14:40:07 2019 xorriso : UPDATE : 96.66% done xorriso : UPDATE : 98.52% done ISO image produced: 2278599 sectors Written to medium : 2278599 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 599d4f4286c0236e1616ac3fd83c80022621963e debian-9.8.0-armhf-DVD-1.iso No Jigdo help for md5, doing it the long way with md5sum 2ba813bb0f8568cae64099c0ce24e166 debian-9.8.0-armhf-DVD-1.iso No Jigdo help for sha512, doing it the long way with sha512sum a82817825c606970568b17ab67b62631086c012309f5cc29f4752cec3994892c30ca62df4a16c4c4fc2f1744be74fc7630ee3ce36a6735ffb405d46b1894fda9 debian-9.8.0-armhf-DVD-1.iso No Jigdo help for sha256, doing it the long way with sha256sum 1cfd06229e6d9766fd9f51d85df09788c92627cc500ce62555366698c8ce4e17 debian-9.8.0-armhf-DVD-1.iso 295467140520570b32ca98c3a71ef081ac8dccdc debian-9.8.0-armhf-DVD-1.jigdo e5b989ece6df8ae8a85fb9ea25c1c4da debian-9.8.0-armhf-DVD-1.jigdo 0cedd609039a4b8c6add246b84705b0a94adb5d08b50647cf532287097ff9cb0c69a440fd20f567b0aad397b60fc2c665ca6b01bd17e4312922a75efbc229165 debian-9.8.0-armhf-DVD-1.jigdo 92416dd72b6b23d30bab9e659a935b90d81ef99aab3448e325fd9f342549bae0 debian-9.8.0-armhf-DVD-1.jigdo b1972ee11f6e59148348bf2d2a1ba6e18926a306 debian-9.8.0-armhf-DVD-1.template 9cc54e3bd8ddb23235f761b2ebbf1ed2 debian-9.8.0-armhf-DVD-1.template 1a4f8c99e2300928ede90a53e3650617c0002db01e0b7a1128eec5fc8ef650b34fb3883785d5b53ac997452c070dcfcc1ba5b7a7b326aede1ef163afeb25f259 debian-9.8.0-armhf-DVD-1.template 55956871e25540c18e0861a1e5730f720a75141d7d9be59fa4b6efa720a8d204 debian-9.8.0-armhf-DVD-1.template 1f61b4252d090bf6e03d9ab276a9f793b1e3d6ce debian-9.8.0-armhf-DVD-10.iso 9c1cebe12efe781f5f9dc3a8d683791001dc2511 debian-9.8.0-armhf-DVD-10.jigdo 702e5624fbb8b6ee0c067181843b7585 debian-9.8.0-armhf-DVD-10.iso b0353d1469f1e08f31a1b63641bf049b debian-9.8.0-armhf-DVD-10.jigdo e0cdd82d3cec89c063896c44ccc08406a2d562d07533b7a047a7a49b57e0f6ce6169c4cfe6b51b48b0f2a56587fc75ce58bed25a3a2e07ab1250710c93a0c502 debian-9.8.0-armhf-DVD-10.iso dd11b5594bdd0105d9c83ef7c4ad77f17043d1d86a903353ffd63c67f87fa9fb1931d388c04cb2c7c1607904bd0327eb3fa75b9c55f7726fadc68775f8f299a9 debian-9.8.0-armhf-DVD-10.jigdo 1acd64e3c8f555663b0cf7461e9800b0f7e393393a4b707fa8f9566c0cdc93cb debian-9.8.0-armhf-DVD-10.iso 833545b29214a571de4199409129c7c1f0bc82012e960893af7f19f89e02bc8b debian-9.8.0-armhf-DVD-10.jigdo 9e7d53b0d89a353612f9b536eb9f7a2397fefca9 debian-9.8.0-armhf-DVD-10.template fe4c3e4aa1adf4bac1d106d2ff8bcc0c debian-9.8.0-armhf-DVD-10.template 5d9ca1b477ab5b92772bad2417e529d635e8be1505a5cdea3223628f8379a3972b995579386d79a5de01d8a6fe4b28bac95ee16f651fb22c63b9b93a015fd529 debian-9.8.0-armhf-DVD-10.template e94a99e3a104bd93e8a596833d24afbc3f5a3bd9f15ab565f1183f1972930381 debian-9.8.0-armhf-DVD-10.template 5e7bfa0901a9667ac569744ddba6ffe0a3c6dc79 debian-9.8.0-armhf-DVD-11.iso ee31fcd884765a47677d8dac6752c4b0d60bbc68 debian-9.8.0-armhf-DVD-11.jigdo c66903a7b8042fb390c1a9f44d14a8fc debian-9.8.0-armhf-DVD-11.iso a2c2ffe82b091e77524de2bc8c6448b2 debian-9.8.0-armhf-DVD-11.jigdo d0b93cf1caaeb2616c5b5c875ba76ce0ebb1848a5b6c656f525f7e78c3614f3dc71fdb35f82fab83ff4cdb0942d044fe338db06fc14a6c684073d8ba4be8e15c debian-9.8.0-armhf-DVD-11.iso 1318e37bc41703696054bd75e28b4ea987640c690ca959baca3a025e5f6af407f5388f00e9fbfae80d1287b845f9db0c5e14757d2b9e2048acf671ece0d60739 debian-9.8.0-armhf-DVD-11.jigdo a5923bb167bce9dcfc840d6bb141bf515337c41d77f1693d5edf0073ed62228d debian-9.8.0-armhf-DVD-11.iso 404447c8051ebb6b62ba243ff60fd2cfc40533a4132f4a0c2da7836f29671c16 debian-9.8.0-armhf-DVD-11.jigdo 6ca6323b4476d028663d1b3b7c4763672173ce21 debian-9.8.0-armhf-DVD-11.template dab4b27737c90d93d8c87738d126fed9 debian-9.8.0-armhf-DVD-11.template b0c5b8915c4e7b1b386ea79f190bcb863b5544ed81bee8c8ad4b6a8cf7df3fb6f60099a612007b855fe15e53852f39491eb96e98b4d5ff3171c0b478d0058ba4 debian-9.8.0-armhf-DVD-11.template ccb45b3678378eab54ec764168135b15f14d8ae9cd13e137e7beade934d505ba debian-9.8.0-armhf-DVD-11.template 5cd8ee4a45142f7945c2b65193902b638280e688 debian-9.8.0-armhf-DVD-12.iso 9f5b7ad200547c477fa1ff9c5d7615e8f6d135aa debian-9.8.0-armhf-DVD-12.jigdo 802387e2b3cabbe840d259fb8058f2ab debian-9.8.0-armhf-DVD-12.iso 2bdfc808fbfbdbc91c725e3da474e5c6 debian-9.8.0-armhf-DVD-12.jigdo a96373a6c2edeef8d43636da6263d9c6e8861e3c8b767e7fec643159d73185389e37e1e7255686f0d4657b9fea431829e421812cd417ea0eca9db497824ddae8 debian-9.8.0-armhf-DVD-12.iso 3bf2627eff317c0077b0972ff955ed30962689f70b1de29e2b1fb1b4df3ed23af518ae5a8e6fa0e138f743b3e660527f5bc45a5611752791ada7003064149525 debian-9.8.0-armhf-DVD-12.jigdo e687c920e9ea544bc82aff675d5e4a1ee78b256f76547369ff1876f119451dcc debian-9.8.0-armhf-DVD-12.iso 7dadaeeae4837a51bce1590c8368e825d1390ee1972aede7ea7b8e4bdf9de6b9 debian-9.8.0-armhf-DVD-12.jigdo a250acfa781427985867c89adeaf96eb078ff4c4 debian-9.8.0-armhf-DVD-12.template a69b69e274b00dbe1ed7b0d3a620fe7f debian-9.8.0-armhf-DVD-12.template b2f32c8a7fcfc1c09d646d3f9fc191df93bfe16ad43f94ca398a66194c906e1c08378a76f96dde5f3f6c080b8a8670952ad1b6b74f6cda7c378e77fc3746f5b4 debian-9.8.0-armhf-DVD-12.template 63cdc78eda8c80ad58e01b12653abebc8e5c3ba2396b5bc22787f07ba13b0be7 debian-9.8.0-armhf-DVD-12.template 08b2ab28e0f347d7f3c93a52d46dc08a2ee3f1c4 debian-9.8.0-armhf-DVD-13.iso ff99efc123f07cd991e399b9d8a5287352382ca5 debian-9.8.0-armhf-DVD-13.jigdo 62363f3436526493eb266ec6015c1960 debian-9.8.0-armhf-DVD-13.iso ee36a901390bfc7a3e7a7870b9b46fdb debian-9.8.0-armhf-DVD-13.jigdo 01ea82165751de8c5d396db790bc427e1eb86027aa450611fc05c8e669a4557fb18a1b5f98185c9e170e99d9632ad34c005f08729a8c67b20691e57e3ead2cc8 debian-9.8.0-armhf-DVD-13.iso 9dbdd70daee38a117b29fc63e8332f5e14c5d1db1e344a3fff38cc44866463bde1de19ed3e925ea1229fb15bbf79e613ffd933351f28ac393d6bc5e60105e2e5 debian-9.8.0-armhf-DVD-13.jigdo 6e9a9c58f9bb802496ebd4b09b1f29abfff6dc0a5fc7e4d7bedb93d379bb77dd debian-9.8.0-armhf-DVD-13.iso 94d5e4f61f53da251104599b4bdc0a122dac79abb62a9f094b97ae82bef094ad debian-9.8.0-armhf-DVD-13.jigdo 076564f6936b478b27155b0f0cc14ac22f6cbc30 debian-9.8.0-armhf-DVD-13.template b3b9cfce27d50f3bc08d75122ed61fe2 debian-9.8.0-armhf-DVD-13.template 95214a24c9e5b6457d51013dd3884913fe89e14466ad4c66f23a99d8ad5757c9e09bdbc06d75ad5c47f03a933592374ece22e7b60e5678e1cd2fb4042ee31df5 debian-9.8.0-armhf-DVD-13.template 1f7e677babb7f906ed3365491e376778d2b512f562356404aa05be12f5aecd15 debian-9.8.0-armhf-DVD-13.template d11f0da270bc023a994d4b25b6e47139ab2bb269 debian-9.8.0-armhf-DVD-2.iso 48bc67c9a3ce3f7e7bb3dbbe5dddbcdcb8d27fce debian-9.8.0-armhf-DVD-2.jigdo 5a177657190ba78a2b6570809927365f debian-9.8.0-armhf-DVD-2.iso 41b8cff09d6749d0d10cf8217bf04049 debian-9.8.0-armhf-DVD-2.jigdo 22f787e9ff09d0f61290fe023dfb1d924f5348bf50f0c775cdb1f794fb2e85c026c1a2830bac4d62c41e43f67e98f139047eee4e1ac1bb58f6d5e55c32817b0d debian-9.8.0-armhf-DVD-2.iso 5169504d7937246f937b2f834915814c639630180098464d5093c0ca929de58a99d2183089651f53901027adc2def18ff46e98441f479e66d62398f398dbfbdb debian-9.8.0-armhf-DVD-2.jigdo 5c80a5be8b2dc4c24be433ac535808e3b8086acf4addb220a3d6aa4ff27e8d4c debian-9.8.0-armhf-DVD-2.iso 5a58499cff2a6dc2a9ccd8173e41542a7dec23f574890d07a6e35a1851461448 debian-9.8.0-armhf-DVD-2.jigdo 8fb87539ae8514c7b56f5089e307ecbb8c098b21 debian-9.8.0-armhf-DVD-2.template 59801b9ec0b5cbf86d305e43bfaa4168 debian-9.8.0-armhf-DVD-2.template 2e29516b55de8b53a857b5015c2b5a241044938594b66b338e606acad7997695a2bf237481001cc9ec209067f0e049bad3400e631b8e1acc7fe24c429cc2e1c6 debian-9.8.0-armhf-DVD-2.template d7f35c154d44dee802a9373544f5f714bf5f52e621c213fc4fd67f9e813dac20 debian-9.8.0-armhf-DVD-2.template 23bae2e55ae647929d20985651e554dbd31c484a debian-9.8.0-armhf-DVD-3.iso cead2100dccfbe2d14ea266d50a0a93aed0fa5f6 debian-9.8.0-armhf-DVD-3.jigdo 5afd6fc99584bb34f5c8d4e9b249bce8 debian-9.8.0-armhf-DVD-3.iso 74499770af3350e280944ca8d9901eb5 debian-9.8.0-armhf-DVD-3.jigdo 7e4dfd375533630ac3c76b1f1bad3adbfe2c76829bd35f6a17c6554844d890b9a236ce2b490ab2f8086d49e716fccb4ba65a09be98da177cc9c3604b0548f54e debian-9.8.0-armhf-DVD-3.iso 706521b96be4ec56062552d53ba9c2a443dea537f99ed5d4e26366d9c20143e3dc8b6a5255d276d9de4a13a69094a3b00e96cb0d6a1ac72afe0b3802c64ac64a debian-9.8.0-armhf-DVD-3.jigdo fc3a5b138c440a1e0ca95c044ab922ed75fb5fedee1c443d8310d102983c0a6c debian-9.8.0-armhf-DVD-3.iso e500f18b70141fbc000d439039818409c04377ac5a838e5c083ec8b0fb03840c debian-9.8.0-armhf-DVD-3.jigdo 8e29929da3bc4f151df8dcaafb01c89fe474a3ef debian-9.8.0-armhf-DVD-3.template 5263417b32e6a4f23ba59f7c62669522 debian-9.8.0-armhf-DVD-3.template 6f409bcfeeda3f18c3bb4cc38803a14d8802103d2077fbd65d1ffc9684098a1229e0d3e9db6651f846c7bc3c54d10a1b1b594414a48e0b929b0588c13f50b768 debian-9.8.0-armhf-DVD-3.template 87513106d419b6028e5b6365f9fa7575031576004ad2e2d7bb6515ec82a9f391 debian-9.8.0-armhf-DVD-3.template 9a19cb506273e3e886506bf68b1606d16789c06f debian-9.8.0-armhf-DVD-4.iso 3e60d5692203f283851491fd1534c05e1d2c00d0 debian-9.8.0-armhf-DVD-4.jigdo 1eab4b77aaeb6f414588d84c1a563977 debian-9.8.0-armhf-DVD-4.iso d13a13343a951a85060b10e212c4163e debian-9.8.0-armhf-DVD-4.jigdo 413c915e242c316b471212be87cd9329ed8b74117fde6957028b860eb628707818e5ca8c635cca5c4ffe99d809fe005440a1215e8f16556d39349342b6ed8511 debian-9.8.0-armhf-DVD-4.iso 9d31d2c1a68d44fac89c8d294c07360ceb428281075d121984b4db08391143da372c9f80b6dd9fde51c31eab1bb86833c179ac8084b5caa35ca6c23af7cde151 debian-9.8.0-armhf-DVD-4.jigdo 8bb6a2025540885acedabaf391009669d0cf12bf16d8ba44482659a64bc1921c debian-9.8.0-armhf-DVD-4.iso 861373332af1af8facbf13a13a10cec29519fb31c19de9fbedabb87f103740a6 debian-9.8.0-armhf-DVD-4.jigdo 074665fba2503e8c97929763066fda267c9a51ea debian-9.8.0-armhf-DVD-4.template 7c32040be985c3dcfb8395a80c923c86 debian-9.8.0-armhf-DVD-4.template c22748315d141c9137ee17e1fd92d0884aff3da415a9376121fc1ec15bf27370edafeeb38e951d9ca50653d073ce58209cc80597d774f6b3cd7f369759940e7e debian-9.8.0-armhf-DVD-4.template dd0e0656c4593cabac3ae3e7a48468da4667b44ceb13f60e394c5bb0dea141eb debian-9.8.0-armhf-DVD-4.template a87a8e51f7d3df743ef68a8cfc20af41c8d108aa debian-9.8.0-armhf-DVD-5.iso 70004b9bc7863563437368100379c582d2483e20 debian-9.8.0-armhf-DVD-5.jigdo 4427c393d6634a60c74736253525583d debian-9.8.0-armhf-DVD-5.iso 2437eb779778278891517ef1235cbdb5 debian-9.8.0-armhf-DVD-5.jigdo cb3e9f96266bcd10106035b31a927ef999f031f3b9f4a0fcb5178d5aa8808e9a2db79a6f00f5d04c72a91835539b6cd59d0e1d314068ac08d498a83431903b7b debian-9.8.0-armhf-DVD-5.iso 4714e65ed1110bce97ecabf2dbac1db132d0f6140f62019b590a889a0c7f1d92db319e546177496665342cb700a56fb7d50ed8b19fa339fc692f5d30f7463ddd debian-9.8.0-armhf-DVD-5.jigdo b58b60343159f41e4a5ad615b810a464ab554718aa4e36227de22cde15f4d177 debian-9.8.0-armhf-DVD-5.iso d64f22186a723ebd8a01d1a56fcc726bbbbafa97b5e63c754ffe3626454d8efb debian-9.8.0-armhf-DVD-5.jigdo c4c622c288073697484cb430a5a62db34d612233 debian-9.8.0-armhf-DVD-5.template 9c1814c007d71e94d5ee425e15125cf7 debian-9.8.0-armhf-DVD-5.template 8091fbb59cca6338865996797820222dc99b68ee1fa6bbff43503ec92f3adbef5f2a25f179d12d738334b18b69949646516f1b8288a56b0d342a407d0db55f1e debian-9.8.0-armhf-DVD-5.template 06ad4f4be64122a0f74abe64bf91b1eb2117a7f537cfe24157d24e703c1c8081 debian-9.8.0-armhf-DVD-5.template a7c527e7ad1f36bd1ecfa718ade90a64dbb6739e debian-9.8.0-armhf-DVD-6.iso f10400bda69d968b7002c0bbd8956de76575f3a3 debian-9.8.0-armhf-DVD-6.jigdo 60fac34f8840f8168af6bd438dffcdd9 debian-9.8.0-armhf-DVD-6.iso f659f70d2db1aaee9ab9af5700391201 debian-9.8.0-armhf-DVD-6.jigdo 8d0cd63595fd355a199de945d5fb68573f2f80fba96ed8465a35eebefa3c69c1314fb8853ee11214a00902803ed67319aa0c8603d7f69780d05ee47622d0ff57 debian-9.8.0-armhf-DVD-6.iso 554e019e01ad10d7e62ebf7ad1b8d2ea0b33368b46ec045b8c0321d74143d4c4d377d978dadaeea1a19f99c598b0741207b21eb26cf43ecc64375d72e7f49af1 debian-9.8.0-armhf-DVD-6.jigdo 033914a20ca28cbad2a0499ad2bb8f40781d66bee33e32fdfdd4d88c2ed93082 debian-9.8.0-armhf-DVD-6.iso 37ed8cce2c9ddd91e22cd51b9860297fe5bc4460f0b8ba682f1b8ffdd5e2bafd debian-9.8.0-armhf-DVD-6.jigdo 6b9e12fe0469a37aabb577f7dc2cac1de4f9cdd5 debian-9.8.0-armhf-DVD-6.template b156584b6bfc490ace50b73ffe42098a debian-9.8.0-armhf-DVD-6.template 1d37596f53f1641c1816d89143970fb3a40ba3e7f3d91ccb2dd2e9def9fcb2a83ca9d753e809cc58f5f829cdcb3054122698eaf9d3b353d8aab4a0ff2f0ee5f7 debian-9.8.0-armhf-DVD-6.template 7c383442f197d4d108151f6c6299ec7589e6e3d23e44569096263395641c2055 debian-9.8.0-armhf-DVD-6.template 2599f04482bd318e2d662140a2df11daac45f5f4 debian-9.8.0-armhf-DVD-7.iso d7b761434d47912b9423b7c2a29f48b6b61e1654 debian-9.8.0-armhf-DVD-7.jigdo c92eb1adbb97ca45960ec2e9ee811d12 debian-9.8.0-armhf-DVD-7.iso 0e4b2da4b798b92bbd77d3811629b2c0 debian-9.8.0-armhf-DVD-7.jigdo 587066f3513a5100530d4d51eacf1885e56daca3242db6933d8d16864b26d44145a50d3a0ac3be7a96be300ccdecfb3beffa662e1525c14685174fda4222f5b8 debian-9.8.0-armhf-DVD-7.iso 96cdbaa01c77d4b0a8e59b3577affe63372551ee112314d6398d63fda608afc48095dd9d58f3c272b42037e3ba7303d952569bbceb433ae1cbca60fad074b70a debian-9.8.0-armhf-DVD-7.jigdo b13fb252cf17751ec31699e032edd95890385c86430a1ab85a953ab85d41e1a8 debian-9.8.0-armhf-DVD-7.iso 95247a26f0453b650f411c07bcadc42f65055b1f4082d0aaa3681173726d1c11 debian-9.8.0-armhf-DVD-7.jigdo 09fa5aa14c8238eb6184558f87bf4f7029fe04f2 debian-9.8.0-armhf-DVD-7.template dbafba8ea15775a61d01861129e495a2 debian-9.8.0-armhf-DVD-7.template e1891cec7d44de8d4fcc34be4bd092c3bea393371bef6142416ab6e11a16593c8fae087baca6c39f5abf509d221e642a32db819e8c44955e04f784009cc9c84b debian-9.8.0-armhf-DVD-7.template b0f28a2dbb5930b7f349ffe59cd0b98d9ba45846335a5b8dc064b0e4bb66f3b4 debian-9.8.0-armhf-DVD-7.template fa25eaf6ea01a5e38418f0243afe2fb4f626fa98 debian-9.8.0-armhf-DVD-8.iso 215aaefeaa94734a0beae17884fb7a67c8dd9936 debian-9.8.0-armhf-DVD-8.jigdo 1e260678febc6c602d42f730f64ac8da debian-9.8.0-armhf-DVD-8.iso 13058396a5fc7d3e188c06d8d975a420 debian-9.8.0-armhf-DVD-8.jigdo 7414f570cfe4a4fb4c3e67043a7ee8391893461454e9ecef433af352070777c55362e69f896eecec3a7e87acecc8fc9917adbb30acbf093fe607ac993d56293a debian-9.8.0-armhf-DVD-8.iso 27bf39d44b91fed54a109f5aa755195673c7d95435acf9c2e9c85720865faf92daa324312a8c58d97439d2e5fca57983514d84b22ecafa669ee5f4a3d60efc51 debian-9.8.0-armhf-DVD-8.jigdo 2385b78838ac53b260153cd1dc740fdbd315b93d925f46c1d6fb5b1266fe19a2 debian-9.8.0-armhf-DVD-8.iso 77c19d275fccf233688550b33a6bf4a12e5b9605e2db68d408f77ddb8077aae8 debian-9.8.0-armhf-DVD-8.jigdo 1a5f5ea602af425bfd8df36d0c9b8424ee29d02a debian-9.8.0-armhf-DVD-8.template 31d578fc31e03d67b8f06037dd7b03f3 debian-9.8.0-armhf-DVD-8.template 878675063d78034498d321395c7fa585d68465d5a086076afd8aa4e73ed917d72b056e8814ed20506eafbfad64ae5e71c8fffc59ef6187a4b5513440630dba89 debian-9.8.0-armhf-DVD-8.template 084c704283570e87379b9c3dfb9d5809ace521d1e7dcb1e23e1ae8a2a4519ea8 debian-9.8.0-armhf-DVD-8.template 26ef9276b8046fd1468efcf2e4476feea625ec06 debian-9.8.0-armhf-DVD-9.iso 54e1ee1f07ca4081d394399bc46a45c35937b3b5 debian-9.8.0-armhf-DVD-9.jigdo 9adf37008d6502da30f82374a01e9238 debian-9.8.0-armhf-DVD-9.iso f1139418419b47343aa119aa93ce4a06 debian-9.8.0-armhf-DVD-9.jigdo c2d1ab6f35c75599a1a96d5ff305e2699d648a0d8f0ae1a3b2d88cf954b713655e2e5dfb216637bcace530cafbcd37491fb7c6b2841a95c71eb5ac03b40b0627 debian-9.8.0-armhf-DVD-9.iso 3eac61aa434007b3409e8dc82d99bdea742b8885d3967ea294975c54ae71e472f734c8d5fb2714b323cdd0701f25326edf7e236bc2af32c3e69175353df5e525 debian-9.8.0-armhf-DVD-9.jigdo abf58c7917a1ccf0473c3df70b5079bac8bee3c6d136ead12c818977f51db4b1 debian-9.8.0-armhf-DVD-9.iso abf158feac6e7ec3da353e45f5b0038296f05c748af191b432453ee0939ff724 debian-9.8.0-armhf-DVD-9.jigdo 6e6446ab094d8818d676a5b0a82422c59a91e3a3 debian-9.8.0-armhf-DVD-9.template ca99e3304a2ebeb5b759b85ca9ef38a2 debian-9.8.0-armhf-DVD-9.template 4845338ce40ae8aaa80e8633acc20d3e2a4076618d77ce02711d1b4253e9005c4091fa0149ac5c4a9ca07b62478d4449a60a32463c058471a79872c9ff9dfb6b debian-9.8.0-armhf-DVD-9.template 94e3a8a9975b2d754223388b24354c559767e77b6ccf7ab09b949e32258b581b debian-9.8.0-armhf-DVD-9.template Sat 16 Feb 14:41:00 UTC 2019: Finished.