Wed 23 Jan 23:50:20 UTC 2019: Using CONF from /home/debian-cd/build.stretch/CONF.sh.stretch_release. rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD[1234567890]* rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/tasks rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/*.filelist* rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/packages-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/upgrade-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/md5-check echo "Cleaning the build directory" Cleaning the build directory rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt echo "Updating task files..." Updating task files... mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/stretch/tasks echo "- generating dynamic task files" - generating dynamic task files set -e; cd /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/stretch/DATE date -u '+%Y%m%dT%H%M%SZ' --date tomorrow > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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 mips; 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/3mips/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/3mips/apt/stretch-backports-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ fi; \ done Using the provided status file for stretch-mips ... 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/3mips/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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 mips; do \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/stretch-$ARCH/apt/preferences.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/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/3mips/apt/stretch-backports-$ARCH/status ; \ fi; \ fi; \ done; :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/status # Set up keyring so apt doesn't complain Setting up archive-keyring mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/archive-keyring for ARCH in mips; do \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/stretch-$ARCH/apt/trusted.gpg.d; \ ln -s /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/stretch-$ARCH/apt/trusted.gpg.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ ln -s /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ fi; \ done # Updating the apt database for ARCH in mips; 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 mips Packages [62.2 kB] Get:5 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/main mips Packages [9,169 kB] Get:6 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/contrib mips Packages [47.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/3mips/apt/stretch-source/apt/preferences.d ; \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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 mips; do \ export ARCH=$ARCH; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check || make correctstatus; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check || make correctstatus; \ fi; \ done Reading package lists... Building dependency tree... You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: apt-listchanges : Depends: python3-apt (>= 0.7.93) but it is not installed Depends: python3:any (>= 3.5~) base-passwd : Depends: libdebconfclient0 (>= 0.145) but it is not installed bind9-host : Depends: libgeoip1 but it is not installed Depends: libisccfg140 (= 1:9.10.3.dfsg.P4-12.3+deb9u4) but it is not installed bsdmainutils : Depends: libbsd0 (>= 0.2.0) but it is not installed Depends: libncurses5 (>= 6) but it is not installed bsdutils : PreDepends: libsystemd0 but it is not installed dbus : Depends: libapparmor1 (>= 2.8.95) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcap-ng0 but it is not installed Depends: libdbus-1-3 (= 1.10.26-0+deb9u1) but it is not installed Depends: libexpat1 (>= 2.1~beta3) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed debconf-i18n : Depends: liblocale-gettext-perl but it is not installed Depends: libtext-iconv-perl but it is not installed Depends: libtext-wrapi18n-perl but it is not installed Depends: libtext-charwidth-perl but it is not installed gnupg : Depends: gnupg-agent (= 2.1.18-8~deb9u3) but it is not installed Depends: libassuan0 (>= 2.0.1) but it is not installed Depends: libksba8 (>= 1.3.4) but it is not installed iproute2 : Depends: libelf1 (>= 0.131) but it is not installed Depends: libmnl0 (>= 1.0.3-4~) but it is not installed iptables : Depends: libip4tc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libip6tc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libiptc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libxtables12 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libnetfilter-conntrack3 but it is not installed Depends: libnfnetlink0 but it is not installed iputils-ping : Depends: libnettle6 but it is not installed isc-dhcp-client : Depends: libdns-export162 but it is not installed Depends: libisc-export160 but it is not installed libapt-pkg5.0 : Depends: liblz4-1 (>= 0.0~r127) but it is not installed libbind9-140 : Depends: libgeoip1 but it is not installed Depends: libisccfg140 but it is not installed libdns162 : Depends: libgeoip1 but it is not installed libedit2 : Depends: libbsd0 (>= 0.0) but it is not installed Depends: libncurses5 (>= 6) but it is not installed libgnutls30 : Depends: libgmp10 (>= 2:6) but it is not installed Depends: libhogweed4 but it is not installed Depends: libnettle6 but it is not installed libirs141 : Depends: libgeoip1 but it is not installed Depends: libisccfg140 but it is not installed libisc160 : Depends: libgeoip1 but it is not installed libkrad0 : Depends: libverto1 (>= 0.2.4) but it is not installed liblwres141 : Depends: libgeoip1 but it is not installed libp11-kit0 : Depends: libffi6 (>= 3.0.4) but it is not installed libpam-modules : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed libpam-modules-bin : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libpam0g : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libprocps6 : Depends: libsystemd0 (>= 209) but it is not installed libxml2 : Depends: libicu57 (>= 57.1-1~) but it is not installed login : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed passwd : Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libsemanage1 (>= 2.0.3) but it is not installed perl : Depends: libperl5.24 (= 5.24.1-3+deb9u4) but it is not installed procps : Depends: libncurses5 (>= 6) but it is not installed python : Depends: libpython-stdlib (= 2.7.13-2) but it is not installed python-minimal : Depends: python2.7-minimal (>= 2.7.13-1~) but it is not installed python2.7 : Depends: python2.7-minimal (= 2.7.13-2+deb9u3) but it is not installed Depends: libpython2.7-stdlib (= 2.7.13-2+deb9u3) but it is not installed python3-reportbug : Depends: python3:any (>= 3.3.2-2~) Depends: python3-debian but it is not installed Depends: python3-debianbts (>= 1.13) but it is not installed Depends: python3-requests but it is not installed Depends: python3-apt but it is not installed reportbug : Depends: python3:any rsyslog : Depends: libfastjson4 (>= 0.99.3) but it is not installed Depends: liblognorm5 (>= 1.1.2) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed systemd : Depends: libapparmor1 (>= 2.9.0-3+exp2) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcryptsetup4 (>= 2:1.4.3) but it is not installed Depends: libip4tc0 (>= 1.6.0+snapshot20161117) but it is not installed Depends: liblz4-1 (>= 0.0~r127) but it is not installed Depends: libseccomp2 (>= 2.3.1) but it is not installed Depends: libsystemd0 (= 232-25+deb9u6) but it is not installed tasksel : Depends: liblocale-gettext-perl but it is not installed util-linux : PreDepends: libsystemd0 but it is not installed vim-common : Depends: xxd but it is not installed wget : Depends: libnettle6 but it is not installed Depends: libpsl5 (>= 0.13.0) but it is not installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). make[2]: Entering directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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 [ "mips" != "source" ] ; then \ for ARCH in mips; 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 [ "mips" != "source" ] ; then \ for ARCH in mips; 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/3mips/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/3mips/apt/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi set -e; \ if [ "mips" != "source" ] ; then \ for ARCH in mips; 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/3mips/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/3mips/apt/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi mips:ca-certificates mips:dh-python mips:dmsetup mips:gnupg-agent mips:libapparmor1 mips:libassuan0 mips:libaudit-common mips:libaudit1 mips:libbsd0 mips:libcap-ng0 mips:libcryptsetup4 mips:libcurl3-gnutls mips:libdbus-1-3 mips:libdebconfclient0 mips:libdevmapper1.02.1 mips:libdns-export162 mips:libelf1 mips:libev4 mips:libexpat1 mips:libfastjson4 mips:libffi6 mips:libgeoip1 mips:libgmp10 mips:libhogweed4 mips:libicu57 mips:libidn2-0 mips:libip4tc0 mips:libip6tc0 mips:libiptc0 mips:libisc-export160 mips:libisccc140 mips:libisccfg140 mips:libksba8 mips:liblocale-gettext-perl mips:liblognorm5 mips:liblz4-1 mips:libmnl0 mips:libmpdec2 mips:libncurses5 mips:libnetfilter-conntrack3 mips:libnettle6 mips:libnfnetlink0 mips:libnghttp2-14 mips:libnpth0 mips:libperl5.24 mips:libpsl5 mips:libpython-stdlib mips:libpython2.7-minimal mips:libpython2.7-stdlib mips:libpython3-stdlib mips:libpython3.5-minimal mips:libpython3.5-stdlib mips:librtmp1 mips:libseccomp2 mips:libsemanage-common mips:libsemanage1 mips:libssh2-1 mips:libsystemd0 mips:libtext-charwidth-perl mips:libtext-iconv-perl mips:libtext-wrapi18n-perl mips:libunistring0 mips:libustr-1.0-1 mips:libverto-libev1 mips:libverto1 mips:libxtables12 mips:openssl mips:pinentry-curses mips:python-apt-common mips:python2.7-minimal mips:python3 mips:python3-apt mips:python3-chardet mips:python3-debian mips:python3-debianbts mips:python3-httplib2 mips:python3-minimal mips:python3-pkg-resources mips:python3-pycurl mips:python3-pysimplesoap mips:python3-requests mips:python3-six mips:python3-urllib3 mips:python3.5 mips:python3.5-minimal mips:xxd for ARCH in mips; 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 "mips" stretch stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mipsel/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-mips/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-mips/20170615+deb9u5/images/MD5SUMS for ARCH in mips; 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/3mips/stretch/md5-check; \ fi; \ done ... building the images; using target(s) "official_images" Building all available jigdos and up to 1 isos for mips 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/3mips/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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 [ "mips" != "source" ] ; then \ for ARCH in mips; 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/3mips/stretch/rawlist; \ else \ echo "mawk" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/rawlist; \ echo "exim4-daemon-light" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/rawlist; \ fi; \ fi if [ ""x != "yes"x ] ; then \ if [ _3 != _1 ]; then \ for ARCH in mips; 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/3mips/debootstrap.tmp \ file:/srv/cdbuilder.debian.org/src/ftp/debian \ 2>/dev/null \ | tr ' ' '\n' > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap-list; \ cat /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap-list >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/rawlist; \ rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/debootstrap.tmp; \ done; \ fi; \ fi for ARCH in mips; 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/3mips/stretch/tasks /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/tasks/Debian-all >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/rawlist; \ fi if [ ""x = "yes"x ] ; then \ awk '/^Package:/ {print $2}' /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/stretch-source/apt-state/lists/*Sources | \ sort -u > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/rawlist; \ fi Generating the complete list of packages to be included in /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list... perl -ne 'chomp; next if /^\s*$/; \ print "$_\n" if not $seen{$_}; $seen{$_}++;' \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/rawlist \ > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list /home/debian-cd/build.stretch/debian-cd/tools/check_backports_packages /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list.backports if [ -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list.backports ]; then mv /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list.backports /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list; fi for ARCH in mips; do \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/sort_deps /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list; \ done Running sort_deps to sort packages for mips: Generating dependency tree with apt-cache depends... Adding standard, required, important and base packages first S/R/I/B packages take 110404478 bytes Adding the rest of the requested packages Now up to 54111959470 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 48752 packages, total size 56065301382 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/3mips/stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/packages; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/merge_package_lists /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt "mips" /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/packages; \ fi if [ ""x = "yes"x ] ; then \ grep ^source /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/packages > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips stretch "mips" "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 mips: Done: Read details of 48752 packages for mips Reading in translated package descriptions for main: Done: read 202915 entries for 36 languages Reading in translated package descriptions for contrib: Done: read 310 entries for 1 languages Starting to lay out packages into images: Adding the required directories Generating the image label and volume id Adding .disk/base_components Adding .disk/cd_type Adding udeb/base includes/excludes WARNING: Unable to read UDEB_EXCLUDE file /home/debian-cd/build.stretch/debian-cd/data/stretch/mips_udeb_exclude Adding docs to CD1 removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.cn.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.de.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.es.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.fi.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.fr.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.it.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.ja.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.pt_BR.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.sigs.tar.gz' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.ca.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.cs.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.de.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.es.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.fr.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.it.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.ja.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.lt.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.ml.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.pt.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.ro.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.ru.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.sigs.tar.gz' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.sk.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.sv.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.vi.txt' Extracting FAQ on CD1 Adding installtools ERROR: package installation-guide-mips not found. Downloading most recent release notes for mips URL transformed to HTTPS due to an HSTS policy --2019-01-23 23:52:39-- https://www.debian.org/releases/stretch/release-notes-mips.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: 6618097 (6.3M) [application/x-gzip] Saving to: 'release-notes-mips.tar.gz' 0K .......... .......... .......... .......... .......... 0% 22.1M 0s 50K .......... .......... .......... .......... .......... 1% 14.5M 0s 100K .......... .......... .......... .......... .......... 2% 2.56M 1s 150K .......... .......... .......... .......... .......... 3% 21.7M 1s 200K .......... .......... .......... .......... .......... 3% 16.5M 1s 250K .......... .......... .......... .......... .......... 4% 19.0M 1s 300K .......... .......... .......... .......... .......... 5% 16.3M 1s 350K .......... .......... .......... .......... .......... 6% 35.1M 1s 400K .......... .......... .......... .......... .......... 6% 25.2M 1s 450K .......... .......... .......... .......... .......... 7% 34.3M 0s 500K .......... .......... .......... .......... .......... 8% 35.4M 0s 550K .......... .......... .......... .......... .......... 9% 38.4M 0s 600K .......... .......... .......... .......... .......... 10% 36.1M 0s 650K .......... .......... .......... .......... .......... 10% 35.2M 0s 700K .......... .......... .......... .......... .......... 11% 37.5M 0s 750K .......... .......... .......... .......... .......... 12% 37.5M 0s 800K .......... .......... .......... .......... .......... 13% 26.8M 0s 850K .......... .......... .......... .......... .......... 13% 33.3M 0s 900K .......... .......... .......... .......... .......... 14% 37.7M 0s 950K .......... .......... .......... .......... .......... 15% 38.2M 0s 1000K .......... .......... .......... .......... .......... 16% 29.7M 0s 1050K .......... .......... .......... .......... .......... 17% 37.8M 0s 1100K .......... .......... .......... .......... .......... 17% 31.9M 0s 1150K .......... .......... .......... .......... .......... 18% 32.6M 0s 1200K .......... .......... .......... .......... .......... 19% 27.7M 0s 1250K .......... .......... .......... .......... .......... 20% 38.0M 0s 1300K .......... .......... .......... .......... .......... 20% 37.4M 0s 1350K .......... .......... .......... .......... .......... 21% 38.3M 0s 1400K .......... .......... .......... .......... .......... 22% 34.3M 0s 1450K .......... .......... .......... .......... .......... 23% 37.8M 0s 1500K .......... .......... .......... .......... .......... 23% 37.5M 0s 1550K .......... .......... .......... .......... .......... 24% 35.5M 0s 1600K .......... .......... .......... .......... .......... 25% 29.1M 0s 1650K .......... .......... .......... .......... .......... 26% 31.5M 0s 1700K .......... .......... .......... .......... .......... 27% 38.2M 0s 1750K .......... .......... .......... .......... .......... 27% 36.5M 0s 1800K .......... .......... .......... .......... .......... 28% 34.1M 0s 1850K .......... .......... .......... .......... .......... 29% 41.0M 0s 1900K .......... .......... .......... .......... .......... 30% 23.9M 0s 1950K .......... .......... .......... .......... .......... 30% 38.9M 0s 2000K .......... .......... .......... .......... .......... 31% 28.4M 0s 2050K .......... .......... .......... .......... .......... 32% 38.0M 0s 2100K .......... .......... .......... .......... .......... 33% 39.5M 0s 2150K .......... .......... .......... .......... .......... 34% 35.9M 0s 2200K .......... .......... .......... .......... .......... 34% 33.5M 0s 2250K .......... .......... .......... .......... .......... 35% 38.1M 0s 2300K .......... .......... .......... .......... .......... 36% 20.7M 0s 2350K .......... .......... .......... .......... .......... 37% 33.9M 0s 2400K .......... .......... .......... .......... .......... 37% 21.4M 0s 2450K .......... .......... .......... .......... .......... 38% 26.2M 0s 2500K .......... .......... .......... .......... .......... 39% 35.3M 0s 2550K .......... .......... .......... .......... .......... 40% 35.2M 0s 2600K .......... .......... .......... .......... .......... 41% 21.2M 0s 2650K .......... .......... .......... .......... .......... 41% 35.7M 0s 2700K .......... .......... .......... .......... .......... 42% 37.8M 0s 2750K .......... .......... .......... .......... .......... 43% 40.3M 0s 2800K .......... .......... .......... .......... .......... 44% 27.0M 0s 2850K .......... .......... .......... .......... .......... 44% 39.2M 0s 2900K .......... .......... .......... .......... .......... 45% 34.5M 0s 2950K .......... .......... .......... .......... .......... 46% 40.0M 0s 3000K .......... .......... .......... .......... .......... 47% 38.1M 0s 3050K .......... .......... .......... .......... .......... 47% 27.6M 0s 3100K .......... .......... .......... .......... .......... 48% 37.8M 0s 3150K .......... .......... .......... .......... .......... 49% 34.7M 0s 3200K .......... .......... .......... .......... .......... 50% 27.0M 0s 3250K .......... .......... .......... .......... .......... 51% 40.7M 0s 3300K .......... .......... .......... .......... .......... 51% 34.2M 0s 3350K .......... .......... .......... .......... .......... 52% 24.2M 0s 3400K .......... .......... .......... .......... .......... 53% 36.1M 0s 3450K .......... .......... .......... .......... .......... 54% 32.1M 0s 3500K .......... .......... .......... .......... .......... 54% 39.1M 0s 3550K .......... .......... .......... .......... .......... 55% 36.3M 0s 3600K .......... .......... .......... .......... .......... 56% 29.0M 0s 3650K .......... .......... .......... .......... .......... 57% 36.8M 0s 3700K .......... .......... .......... .......... .......... 58% 33.1M 0s 3750K .......... .......... .......... .......... .......... 58% 40.8M 0s 3800K .......... .......... .......... .......... .......... 59% 12.1M 0s 3850K .......... .......... .......... .......... .......... 60% 26.6M 0s 3900K .......... .......... .......... .......... .......... 61% 19.6M 0s 3950K .......... .......... .......... .......... .......... 61% 23.6M 0s 4000K .......... .......... .......... .......... .......... 62% 10.3M 0s 4050K .......... .......... .......... .......... .......... 63% 33.0M 0s 4100K .......... .......... .......... .......... .......... 64% 50.4M 0s 4150K .......... .......... .......... .......... .......... 64% 44.2M 0s 4200K .......... .......... .......... .......... .......... 65% 41.5M 0s 4250K .......... .......... .......... .......... .......... 66% 46.9M 0s 4300K .......... .......... .......... .......... .......... 67% 36.9M 0s 4350K .......... .......... .......... .......... .......... 68% 33.2M 0s 4400K .......... .......... .......... .......... .......... 68% 25.9M 0s 4450K .......... .......... .......... .......... .......... 69% 30.0M 0s 4500K .......... .......... .......... .......... .......... 70% 28.6M 0s 4550K .......... .......... .......... .......... .......... 71% 31.4M 0s 4600K .......... .......... .......... .......... .......... 71% 27.7M 0s 4650K .......... .......... .......... .......... .......... 72% 32.7M 0s 4700K .......... .......... .......... .......... .......... 73% 28.1M 0s 4750K .......... .......... .......... .......... .......... 74% 29.0M 0s 4800K .......... .......... .......... .......... .......... 75% 26.8M 0s 4850K .......... .......... .......... .......... .......... 75% 35.7M 0s 4900K .......... .......... .......... .......... .......... 76% 43.7M 0s 4950K .......... .......... .......... .......... .......... 77% 41.9M 0s 5000K .......... .......... .......... .......... .......... 78% 37.1M 0s 5050K .......... .......... .......... .......... .......... 78% 28.5M 0s 5100K .......... .......... .......... .......... .......... 79% 39.2M 0s 5150K .......... .......... .......... .......... .......... 80% 40.2M 0s 5200K .......... .......... .......... .......... .......... 81% 31.0M 0s 5250K .......... .......... .......... .......... .......... 82% 39.3M 0s 5300K .......... .......... .......... .......... .......... 82% 42.9M 0s 5350K .......... .......... .......... .......... .......... 83% 38.9M 0s 5400K .......... .......... .......... .......... .......... 84% 32.1M 0s 5450K .......... .......... .......... .......... .......... 85% 42.2M 0s 5500K .......... .......... .......... .......... .......... 85% 34.2M 0s 5550K .......... .......... .......... .......... .......... 86% 31.1M 0s 5600K .......... .......... .......... .......... .......... 87% 19.7M 0s 5650K .......... .......... .......... .......... .......... 88% 46.7M 0s 5700K .......... .......... .......... .......... .......... 88% 46.5M 0s 5750K .......... .......... .......... .......... .......... 89% 45.8M 0s 5800K .......... .......... .......... .......... .......... 90% 46.0M 0s 5850K .......... .......... .......... .......... .......... 91% 31.9M 0s 5900K .......... .......... .......... .......... .......... 92% 43.3M 0s 5950K .......... .......... .......... .......... .......... 92% 47.5M 0s 6000K .......... .......... .......... .......... .......... 93% 34.4M 0s 6050K .......... .......... .......... .......... .......... 94% 44.5M 0s 6100K .......... .......... .......... .......... .......... 95% 45.0M 0s 6150K .......... .......... .......... .......... .......... 95% 43.9M 0s 6200K .......... .......... .......... .......... .......... 96% 40.5M 0s 6250K .......... .......... .......... .......... .......... 97% 33.8M 0s 6300K .......... .......... .......... .......... .......... 98% 45.6M 0s 6350K .......... .......... .......... .......... .......... 99% 50.0M 0s 6400K .......... .......... .......... .......... .......... 99% 31.6M 0s 6450K .......... .. 100% 237M=0.2s 2019-01-23 23:52:39 (29.0 MB/s) - 'release-notes-mips.tar.gz' saved [6618097/6618097] 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 mips: Running tools/boot/stretch/boot-mips 1 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1 Starting new "mips" 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/3mips/stretch/CD1/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Checking base is installable for mips 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 5126 packages, 2193792 blocks, 4492886016 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 mips: Running tools/boot/stretch/boot-mips 2 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD2 Starting new "mips" 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/3mips/stretch/CD2/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD2/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD2/dists/stretch/main/i18n/Translation-pl already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 2 filled with 3019 packages, 2061105 blocks, 4221143040 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 mips: Running tools/boot/stretch/boot-mips 3 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3 Starting new "mips" 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/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-pl already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-uk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-pl already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3/dists/stretch/main/i18n/Translation-pl already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 3 filled with 2739 packages, 2290129 blocks, 4690184192 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 mips: Running tools/boot/stretch/boot-mips 4 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD4 Starting new "mips" 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/3mips/stretch/CD4/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD4/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD4/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD4/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD4/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD4/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD4/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD4/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD4/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD4/dists/stretch/main/i18n/Translation-pl already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD4/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD4/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD4/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD4/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD4/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD4/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD4/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD4/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD4/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD4/dists/stretch/main/i18n/Translation-pl already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 4 filled with 2466 packages, 2286252 blocks, 4682244096 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 mips: Running tools/boot/stretch/boot-mips 5 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD5 Starting new "mips" 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/3mips/stretch/CD5/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD5/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD5/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD5/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD5/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD5/dists/stretch/main/i18n/Translation-pl already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD5/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD5/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD5/dists/stretch/main/i18n/Translation-pl already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 5 filled with 2695 packages, 2278197 blocks, 4665747456 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 mips: Running tools/boot/stretch/boot-mips 6 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD6 Starting new "mips" 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/3mips/stretch/CD6/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 6 filled with 1550 packages, 2190709 blocks, 4486572032 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 mips: Running tools/boot/stretch/boot-mips 7 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD7 Starting new "mips" 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/3mips/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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 3572 packages, 2262628 blocks, 4633862144 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 mips: Running tools/boot/stretch/boot-mips 8 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8 Starting new "mips" 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/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/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/3mips/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 8 filled with 5020 packages, 2281698 blocks, 4672917504 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 mips: Running tools/boot/stretch/boot-mips 9 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9 Starting new "mips" 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/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 9 filled with 5290 packages, 2285036 blocks, 4679753728 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 mips: Running tools/boot/stretch/boot-mips 10 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10 Starting new "mips" 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/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 10 filled with 7597 packages, 2286267 blocks, 4682274816 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 mips: Running tools/boot/stretch/boot-mips 11 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11 Starting new "mips" 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/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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 5868 packages, 2280177 blocks, 4669802496 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 mips: Running tools/boot/stretch/boot-mips 12 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD12 Starting new "mips" 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/3mips/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 12 filled with 3330 packages, 2217037 blocks, 4540491776 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 mips: Running tools/boot/stretch/boot-mips 13 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD13 Starting new "mips" 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 480 packages, 632543 blocks, 1295448064 bytes Finished: 48752 packages placed /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "mips" stretch stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mipsel/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-mips/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-mips/20170615+deb9u5/images/MD5SUMS for ARCH in mips; 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/3mips/stretch/md5-check; \ fi; \ done /home/debian-cd/build.stretch/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch" "mips" "/srv/cdbuilder.debian.org/dst/deb-cd/out/3mips" "9.7.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 mips iso/jigdo images ... Last-minute updates: README.html README.txt Thu 24 Jan 00:03:46 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.7.0 mips 1' -o /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-DVD-1.iso -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-DVD-1.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-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/3mips/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/3mips/debian-9.7.0-mips-DVD-1.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 2313g 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/3mips/stretch/CD1' xorriso : UPDATE : 8348 files added in 1 seconds xorriso : UPDATE : 8348 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.05% done xorriso : UPDATE : 0.21% done xorriso : UPDATE : 0.56% done xorriso : UPDATE : 1.96% done, estimate finish Thu Jan 24 00:06:00 2019 xorriso : UPDATE : 3.86% done, estimate finish Thu Jan 24 00:05:20 2019 xorriso : UPDATE : 5.89% done, estimate finish Thu Jan 24 00:05:05 2019 xorriso : UPDATE : 7.82% done, estimate finish Thu Jan 24 00:04:59 2019 xorriso : UPDATE : 10.04% done, estimate finish Thu Jan 24 00:04:53 2019 xorriso : UPDATE : 11.96% done, estimate finish Thu Jan 24 00:04:50 2019 xorriso : UPDATE : 14.18% done, estimate finish Thu Jan 24 00:04:48 2019 xorriso : UPDATE : 15.15% done, estimate finish Thu Jan 24 00:04:50 2019 xorriso : UPDATE : 18.38% done, estimate finish Thu Jan 24 00:04:45 2019 xorriso : UPDATE : 20.40% done, estimate finish Thu Jan 24 00:04:44 2019 xorriso : UPDATE : 22.42% done, estimate finish Thu Jan 24 00:04:37 2019 xorriso : UPDATE : 23.12% done, estimate finish Thu Jan 24 00:04:40 2019 xorriso : UPDATE : 26.87% done, estimate finish Thu Jan 24 00:04:36 2019 xorriso : UPDATE : 27.54% done, estimate finish Thu Jan 24 00:04:38 2019 xorriso : UPDATE : 31.38% done, estimate finish Thu Jan 24 00:04:36 2019 xorriso : UPDATE : 33.47% done, estimate finish Thu Jan 24 00:04:36 2019 xorriso : UPDATE : 35.49% done, estimate finish Thu Jan 24 00:04:35 2019 xorriso : UPDATE : 36.93% done, estimate finish Thu Jan 24 00:04:37 2019 xorriso : UPDATE : 39.74% done, estimate finish Thu Jan 24 00:04:36 2019 xorriso : UPDATE : 41.82% done, estimate finish Thu Jan 24 00:04:36 2019 xorriso : UPDATE : 44.36% done, estimate finish Thu Jan 24 00:04:35 2019 xorriso : UPDATE : 46.31% done, estimate finish Thu Jan 24 00:04:35 2019 xorriso : UPDATE : 48.17% done, estimate finish Thu Jan 24 00:04:35 2019 xorriso : UPDATE : 49.77% done, estimate finish Thu Jan 24 00:04:36 2019 xorriso : UPDATE : 51.87% done, estimate finish Thu Jan 24 00:04:36 2019 xorriso : UPDATE : 54.11% done, estimate finish Thu Jan 24 00:04:36 2019 xorriso : UPDATE : 55.94% done, estimate finish Thu Jan 24 00:04:36 2019 xorriso : UPDATE : 58.02% done, estimate finish Thu Jan 24 00:04:36 2019 xorriso : UPDATE : 60.30% done, estimate finish Thu Jan 24 00:04:35 2019 xorriso : UPDATE : 62.18% done, estimate finish Thu Jan 24 00:04:36 2019 xorriso : UPDATE : 63.72% done, estimate finish Thu Jan 24 00:04:37 2019 xorriso : UPDATE : 66.14% done, estimate finish Thu Jan 24 00:04:37 2019 xorriso : UPDATE : 66.35% done, estimate finish Thu Jan 24 00:04:39 2019 xorriso : UPDATE : 67.91% done, estimate finish Thu Jan 24 00:04:39 2019 xorriso : UPDATE : 69.64% done, estimate finish Thu Jan 24 00:04:39 2019 xorriso : UPDATE : 71.51% done, estimate finish Thu Jan 24 00:04:39 2019 xorriso : UPDATE : 73.09% done, estimate finish Thu Jan 24 00:04:40 2019 xorriso : UPDATE : 75.32% done, estimate finish Thu Jan 24 00:04:39 2019 xorriso : UPDATE : 77.88% done, estimate finish Thu Jan 24 00:04:38 2019 xorriso : UPDATE : 78.69% done, estimate finish Thu Jan 24 00:04:39 2019 xorriso : UPDATE : 78.69% done, estimate finish Thu Jan 24 00:04:43 2019 xorriso : UPDATE : 78.69% done, estimate finish Thu Jan 24 00:04:45 2019 xorriso : UPDATE : 87.03% done, estimate finish Thu Jan 24 00:04:37 2019 xorriso : UPDATE : 87.03% done, estimate finish Thu Jan 24 00:04:39 2019 xorriso : UPDATE : 87.03% done, estimate finish Thu Jan 24 00:04:40 2019 xorriso : UPDATE : 93.97% done, estimate finish Thu Jan 24 00:04:36 2019 xorriso : UPDATE : 96.04% done xorriso : UPDATE : 98.04% done xorriso : UPDATE : 100.00% done ISO image produced: 2193793 sectors Written to medium : 2193793 sectors at LBA 0 Writing to 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-DVD-1.iso' completed successfully. Last-minute updates: README.html README.txt Thu 24 Jan 00:04:38 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.7.0 mips 10' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-DVD-10.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-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/3mips/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/3mips/stretch/CD10' xorriso : UPDATE : 13486 files added in 1 seconds xorriso : UPDATE : 13486 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.39% done xorriso : UPDATE : 0.69% done, estimate finish Thu Jan 24 00:09:59 2019 xorriso : UPDATE : 2.48% done, estimate finish Thu Jan 24 00:06:48 2019 xorriso : UPDATE : 4.64% done, estimate finish Thu Jan 24 00:06:10 2019 xorriso : UPDATE : 6.53% done, estimate finish Thu Jan 24 00:05:59 2019 xorriso : UPDATE : 7.60% done, estimate finish Thu Jan 24 00:06:01 2019 xorriso : UPDATE : 10.71% done, estimate finish Thu Jan 24 00:05:47 2019 xorriso : UPDATE : 12.68% done, estimate finish Thu Jan 24 00:05:44 2019 xorriso : UPDATE : 14.22% done, estimate finish Thu Jan 24 00:05:44 2019 xorriso : UPDATE : 16.60% done, estimate finish Thu Jan 24 00:05:41 2019 xorriso : UPDATE : 18.51% done, estimate finish Thu Jan 24 00:05:40 2019 xorriso : UPDATE : 20.39% done, estimate finish Thu Jan 24 00:05:39 2019 xorriso : UPDATE : 21.95% done, estimate finish Thu Jan 24 00:05:32 2019 xorriso : UPDATE : 22.43% done, estimate finish Thu Jan 24 00:05:36 2019 xorriso : UPDATE : 25.26% done, estimate finish Thu Jan 24 00:05:33 2019 xorriso : UPDATE : 27.22% done, estimate finish Thu Jan 24 00:05:33 2019 xorriso : UPDATE : 28.63% done, estimate finish Thu Jan 24 00:05:34 2019 xorriso : UPDATE : 31.00% done, estimate finish Thu Jan 24 00:05:34 2019 xorriso : UPDATE : 32.46% done, estimate finish Thu Jan 24 00:05:34 2019 xorriso : UPDATE : 34.15% done, estimate finish Thu Jan 24 00:05:34 2019 xorriso : UPDATE : 35.35% done, estimate finish Thu Jan 24 00:05:35 2019 xorriso : UPDATE : 37.15% done, estimate finish Thu Jan 24 00:05:35 2019 xorriso : UPDATE : 39.14% done, estimate finish Thu Jan 24 00:05:37 2019 xorriso : UPDATE : 40.65% done, estimate finish Thu Jan 24 00:05:37 2019 xorriso : UPDATE : 43.19% done, estimate finish Thu Jan 24 00:05:36 2019 xorriso : UPDATE : 44.02% done, estimate finish Thu Jan 24 00:05:38 2019 xorriso : UPDATE : 47.08% done, estimate finish Thu Jan 24 00:05:35 2019 xorriso : UPDATE : 48.54% done, estimate finish Thu Jan 24 00:05:36 2019 xorriso : UPDATE : 50.13% done, estimate finish Thu Jan 24 00:05:36 2019 xorriso : UPDATE : 51.63% done, estimate finish Thu Jan 24 00:05:36 2019 xorriso : UPDATE : 53.77% done, estimate finish Thu Jan 24 00:05:36 2019 xorriso : UPDATE : 55.14% done, estimate finish Thu Jan 24 00:05:36 2019 xorriso : UPDATE : 57.82% done, estimate finish Thu Jan 24 00:05:34 2019 xorriso : UPDATE : 57.96% done, estimate finish Thu Jan 24 00:05:37 2019 xorriso : UPDATE : 61.73% done, estimate finish Thu Jan 24 00:05:34 2019 xorriso : UPDATE : 63.06% done, estimate finish Thu Jan 24 00:05:35 2019 xorriso : UPDATE : 65.78% done, estimate finish Thu Jan 24 00:05:34 2019 xorriso : UPDATE : 67.68% done, estimate finish Thu Jan 24 00:05:34 2019 xorriso : UPDATE : 69.58% done, estimate finish Thu Jan 24 00:05:34 2019 xorriso : UPDATE : 71.34% done, estimate finish Thu Jan 24 00:05:34 2019 xorriso : UPDATE : 71.61% done, estimate finish Thu Jan 24 00:05:35 2019 xorriso : UPDATE : 71.61% done, estimate finish Thu Jan 24 00:05:37 2019 xorriso : UPDATE : 77.15% done, estimate finish Thu Jan 24 00:05:33 2019 xorriso : UPDATE : 77.61% done, estimate finish Thu Jan 24 00:05:35 2019 xorriso : UPDATE : 81.25% done, estimate finish Thu Jan 24 00:05:33 2019 xorriso : UPDATE : 83.02% done, estimate finish Thu Jan 24 00:05:33 2019 xorriso : UPDATE : 84.78% done, estimate finish Thu Jan 24 00:05:33 2019 xorriso : UPDATE : 86.64% done, estimate finish Thu Jan 24 00:05:33 2019 xorriso : UPDATE : 88.89% done, estimate finish Thu Jan 24 00:05:33 2019 xorriso : UPDATE : 90.73% done, estimate finish Thu Jan 24 00:05:33 2019 xorriso : UPDATE : 91.70% done, estimate finish Thu Jan 24 00:05:34 2019 xorriso : UPDATE : 94.60% done, estimate finish Thu Jan 24 00:05:33 2019 xorriso : UPDATE : 94.67% done, estimate finish Thu Jan 24 00:05:35 2019 xorriso : UPDATE : 98.33% done ISO image produced: 2286268 sectors Written to medium : 2286268 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Thu 24 Jan 00:05:34 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.7.0 mips 11' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-DVD-11.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-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/3mips/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/3mips/stretch/CD11' xorriso : UPDATE : 10336 files added in 1 seconds xorriso : UPDATE : 10336 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.41% done xorriso : UPDATE : 0.84% done, estimate finish Thu Jan 24 00:10:10 2019 xorriso : UPDATE : 2.95% done, estimate finish Thu Jan 24 00:07:27 2019 xorriso : UPDATE : 5.42% done, estimate finish Thu Jan 24 00:06:55 2019 xorriso : UPDATE : 7.47% done, estimate finish Thu Jan 24 00:06:46 2019 xorriso : UPDATE : 8.70% done, estimate finish Thu Jan 24 00:06:48 2019 xorriso : UPDATE : 11.42% done, estimate finish Thu Jan 24 00:06:39 2019 xorriso : UPDATE : 11.43% done, estimate finish Thu Jan 24 00:06:48 2019 xorriso : UPDATE : 15.56% done, estimate finish Thu Jan 24 00:06:35 2019 xorriso : UPDATE : 17.74% done, estimate finish Thu Jan 24 00:06:33 2019 xorriso : UPDATE : 18.96% done, estimate finish Thu Jan 24 00:06:35 2019 xorriso : UPDATE : 21.95% done, estimate finish Thu Jan 24 00:06:24 2019 xorriso : UPDATE : 24.09% done, estimate finish Thu Jan 24 00:06:24 2019 xorriso : UPDATE : 25.93% done, estimate finish Thu Jan 24 00:06:25 2019 xorriso : UPDATE : 27.88% done, estimate finish Thu Jan 24 00:06:25 2019 xorriso : UPDATE : 29.75% done, estimate finish Thu Jan 24 00:06:25 2019 xorriso : UPDATE : 31.73% done, estimate finish Thu Jan 24 00:06:25 2019 xorriso : UPDATE : 33.65% done, estimate finish Thu Jan 24 00:06:25 2019 xorriso : UPDATE : 35.29% done, estimate finish Thu Jan 24 00:06:25 2019 xorriso : UPDATE : 36.78% done, estimate finish Thu Jan 24 00:06:27 2019 xorriso : UPDATE : 38.79% done, estimate finish Thu Jan 24 00:06:26 2019 xorriso : UPDATE : 39.68% done, estimate finish Thu Jan 24 00:06:30 2019 xorriso : UPDATE : 42.50% done, estimate finish Thu Jan 24 00:06:28 2019 xorriso : UPDATE : 44.77% done, estimate finish Thu Jan 24 00:06:28 2019 xorriso : UPDATE : 46.88% done, estimate finish Thu Jan 24 00:06:27 2019 xorriso : UPDATE : 48.05% done, estimate finish Thu Jan 24 00:06:28 2019 xorriso : UPDATE : 49.36% done, estimate finish Thu Jan 24 00:06:29 2019 xorriso : UPDATE : 52.57% done, estimate finish Thu Jan 24 00:06:27 2019 xorriso : UPDATE : 54.00% done, estimate finish Thu Jan 24 00:06:28 2019 xorriso : UPDATE : 56.16% done, estimate finish Thu Jan 24 00:06:28 2019 xorriso : UPDATE : 57.84% done, estimate finish Thu Jan 24 00:06:28 2019 xorriso : UPDATE : 59.75% done, estimate finish Thu Jan 24 00:06:27 2019 xorriso : UPDATE : 61.26% done, estimate finish Thu Jan 24 00:06:27 2019 xorriso : UPDATE : 63.34% done, estimate finish Thu Jan 24 00:06:27 2019 xorriso : UPDATE : 65.14% done, estimate finish Thu Jan 24 00:06:28 2019 xorriso : UPDATE : 66.92% done, estimate finish Thu Jan 24 00:06:28 2019 xorriso : UPDATE : 68.86% done, estimate finish Thu Jan 24 00:06:28 2019 xorriso : UPDATE : 71.03% done, estimate finish Thu Jan 24 00:06:27 2019 xorriso : UPDATE : 73.27% done, estimate finish Thu Jan 24 00:06:27 2019 xorriso : UPDATE : 74.82% done, estimate finish Thu Jan 24 00:06:27 2019 xorriso : UPDATE : 77.09% done, estimate finish Thu Jan 24 00:06:27 2019 xorriso : UPDATE : 78.90% done, estimate finish Thu Jan 24 00:06:28 2019 xorriso : UPDATE : 80.94% done, estimate finish Thu Jan 24 00:06:27 2019 xorriso : UPDATE : 83.02% done, estimate finish Thu Jan 24 00:06:27 2019 xorriso : UPDATE : 84.98% done, estimate finish Thu Jan 24 00:06:27 2019 xorriso : UPDATE : 86.47% done, estimate finish Thu Jan 24 00:06:28 2019 xorriso : UPDATE : 87.29% done, estimate finish Thu Jan 24 00:06:28 2019 xorriso : UPDATE : 91.07% done, estimate finish Thu Jan 24 00:06:27 2019 xorriso : UPDATE : 91.87% done, estimate finish Thu Jan 24 00:06:28 2019 xorriso : UPDATE : 94.94% done, estimate finish Thu Jan 24 00:06:27 2019 xorriso : UPDATE : 96.66% done xorriso : UPDATE : 98.98% done ISO image produced: 2280178 sectors Written to medium : 2280178 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Thu 24 Jan 00:06:28 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.7.0 mips 12' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-DVD-12.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-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/3mips/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/3mips/stretch/CD12' xorriso : UPDATE : 5703 files added in 1 seconds xorriso : UPDATE : 5703 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.18% done xorriso : UPDATE : 0.87% done xorriso : UPDATE : 3.53% done, estimate finish Thu Jan 24 00:07:40 2019 xorriso : UPDATE : 5.58% done, estimate finish Thu Jan 24 00:07:32 2019 xorriso : UPDATE : 5.76% done, estimate finish Thu Jan 24 00:07:47 2019 xorriso : UPDATE : 9.71% done, estimate finish Thu Jan 24 00:07:26 2019 xorriso : UPDATE : 11.04% done, estimate finish Thu Jan 24 00:07:28 2019 xorriso : UPDATE : 13.72% done, estimate finish Thu Jan 24 00:07:24 2019 xorriso : UPDATE : 15.28% done, estimate finish Thu Jan 24 00:07:25 2019 xorriso : UPDATE : 15.28% done, estimate finish Thu Jan 24 00:07:31 2019 xorriso : UPDATE : 20.49% done, estimate finish Thu Jan 24 00:07:20 2019 xorriso : UPDATE : 21.60% done, estimate finish Thu Jan 24 00:07:22 2019 xorriso : UPDATE : 24.11% done, estimate finish Thu Jan 24 00:07:18 2019 xorriso : UPDATE : 26.56% done, estimate finish Thu Jan 24 00:07:17 2019 xorriso : UPDATE : 28.96% done, estimate finish Thu Jan 24 00:07:16 2019 xorriso : UPDATE : 30.93% done, estimate finish Thu Jan 24 00:07:16 2019 xorriso : UPDATE : 32.90% done, estimate finish Thu Jan 24 00:07:17 2019 xorriso : UPDATE : 34.67% done, estimate finish Thu Jan 24 00:07:17 2019 xorriso : UPDATE : 36.50% done, estimate finish Thu Jan 24 00:07:17 2019 xorriso : UPDATE : 37.78% done, estimate finish Thu Jan 24 00:07:19 2019 xorriso : UPDATE : 39.81% done, estimate finish Thu Jan 24 00:07:18 2019 xorriso : UPDATE : 42.83% done, estimate finish Thu Jan 24 00:07:17 2019 xorriso : UPDATE : 44.03% done, estimate finish Thu Jan 24 00:07:19 2019 xorriso : UPDATE : 45.19% done, estimate finish Thu Jan 24 00:07:20 2019 xorriso : UPDATE : 45.19% done, estimate finish Thu Jan 24 00:07:23 2019 xorriso : UPDATE : 45.19% done, estimate finish Thu Jan 24 00:07:26 2019 xorriso : UPDATE : 51.67% done, estimate finish Thu Jan 24 00:07:19 2019 xorriso : UPDATE : 54.79% done, estimate finish Thu Jan 24 00:07:18 2019 xorriso : UPDATE : 56.85% done, estimate finish Thu Jan 24 00:07:18 2019 xorriso : UPDATE : 58.52% done, estimate finish Thu Jan 24 00:07:18 2019 xorriso : UPDATE : 60.14% done, estimate finish Thu Jan 24 00:07:18 2019 xorriso : UPDATE : 62.04% done, estimate finish Thu Jan 24 00:07:19 2019 xorriso : UPDATE : 63.96% done, estimate finish Thu Jan 24 00:07:19 2019 xorriso : UPDATE : 63.99% done, estimate finish Thu Jan 24 00:07:21 2019 xorriso : UPDATE : 63.99% done, estimate finish Thu Jan 24 00:07:23 2019 xorriso : UPDATE : 70.27% done, estimate finish Thu Jan 24 00:07:18 2019 xorriso : UPDATE : 72.15% done, estimate finish Thu Jan 24 00:07:18 2019 xorriso : UPDATE : 72.42% done, estimate finish Thu Jan 24 00:07:20 2019 xorriso : UPDATE : 76.23% done, estimate finish Thu Jan 24 00:07:18 2019 xorriso : UPDATE : 78.76% done, estimate finish Thu Jan 24 00:07:18 2019 xorriso : UPDATE : 80.55% done, estimate finish Thu Jan 24 00:07:18 2019 xorriso : UPDATE : 82.71% done, estimate finish Thu Jan 24 00:07:18 2019 xorriso : UPDATE : 83.56% done, estimate finish Thu Jan 24 00:07:19 2019 xorriso : UPDATE : 86.27% done, estimate finish Thu Jan 24 00:07:18 2019 xorriso : UPDATE : 88.34% done, estimate finish Thu Jan 24 00:07:18 2019 xorriso : UPDATE : 90.47% done, estimate finish Thu Jan 24 00:07:18 2019 xorriso : UPDATE : 91.93% done, estimate finish Thu Jan 24 00:07:19 2019 xorriso : UPDATE : 93.35% done, estimate finish Thu Jan 24 00:07:19 2019 xorriso : UPDATE : 93.35% done, estimate finish Thu Jan 24 00:07:20 2019 xorriso : UPDATE : 98.37% done ISO image produced: 2217038 sectors Written to medium : 2217038 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Thu 24 Jan 00:07:19 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.7.0 mips 13' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-DVD-13.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-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/3mips/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/3mips/stretch/CD13' xorriso : UPDATE : 832 files added in 1 seconds xorriso : UPDATE : 832 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.74% done xorriso : UPDATE : 12.99% done xorriso : UPDATE : 20.20% done, estimate finish Thu Jan 24 00:07:34 2019 xorriso : UPDATE : 23.23% done, estimate finish Thu Jan 24 00:07:36 2019 xorriso : UPDATE : 23.23% done, estimate finish Thu Jan 24 00:07:40 2019 xorriso : UPDATE : 23.23% done, estimate finish Thu Jan 24 00:07:45 2019 xorriso : UPDATE : 26.00% done, estimate finish Thu Jan 24 00:07:46 2019 xorriso : UPDATE : 51.74% done, estimate finish Thu Jan 24 00:07:35 2019 xorriso : UPDATE : 51.74% done, estimate finish Thu Jan 24 00:07:37 2019 xorriso : UPDATE : 51.74% done, estimate finish Thu Jan 24 00:07:39 2019 xorriso : UPDATE : 76.54% done, estimate finish Thu Jan 24 00:07:34 2019 xorriso : UPDATE : 83.03% done, estimate finish Thu Jan 24 00:07:34 2019 xorriso : UPDATE : 89.06% done xorriso : UPDATE : 96.92% done ISO image produced: 632544 sectors Written to medium : 632544 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Thu 24 Jan 00:07:34 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.7.0 mips 2' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-DVD-2.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-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/3mips/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/3mips/stretch/CD2' xorriso : UPDATE : 5205 files added in 1 seconds xorriso : UPDATE : 5205 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.25% done xorriso : UPDATE : 1.79% done xorriso : UPDATE : 3.62% done, estimate finish Thu Jan 24 00:08:50 2019 xorriso : UPDATE : 5.39% done, estimate finish Thu Jan 24 00:08:44 2019 xorriso : UPDATE : 7.34% done, estimate finish Thu Jan 24 00:08:39 2019 xorriso : UPDATE : 10.23% done, estimate finish Thu Jan 24 00:08:31 2019 xorriso : UPDATE : 12.60% done, estimate finish Thu Jan 24 00:08:28 2019 xorriso : UPDATE : 14.76% done, estimate finish Thu Jan 24 00:08:27 2019 xorriso : UPDATE : 15.05% done, estimate finish Thu Jan 24 00:08:33 2019 xorriso : UPDATE : 19.27% done, estimate finish Thu Jan 24 00:08:25 2019 xorriso : UPDATE : 21.48% done, estimate finish Thu Jan 24 00:08:25 2019 xorriso : UPDATE : 23.57% done, estimate finish Thu Jan 24 00:08:24 2019 xorriso : UPDATE : 25.68% done, estimate finish Thu Jan 24 00:08:21 2019 xorriso : UPDATE : 27.69% done, estimate finish Thu Jan 24 00:08:21 2019 xorriso : UPDATE : 27.69% done, estimate finish Thu Jan 24 00:08:25 2019 xorriso : UPDATE : 30.98% done, estimate finish Thu Jan 24 00:08:22 2019 xorriso : UPDATE : 33.84% done, estimate finish Thu Jan 24 00:08:22 2019 xorriso : UPDATE : 36.40% done, estimate finish Thu Jan 24 00:08:21 2019 xorriso : UPDATE : 38.80% done, estimate finish Thu Jan 24 00:08:21 2019 xorriso : UPDATE : 39.70% done, estimate finish Thu Jan 24 00:08:23 2019 xorriso : UPDATE : 43.25% done, estimate finish Thu Jan 24 00:08:20 2019 xorriso : UPDATE : 45.18% done, estimate finish Thu Jan 24 00:08:21 2019 xorriso : UPDATE : 46.95% done, estimate finish Thu Jan 24 00:08:22 2019 xorriso : UPDATE : 48.78% done, estimate finish Thu Jan 24 00:08:22 2019 xorriso : UPDATE : 49.99% done, estimate finish Thu Jan 24 00:08:23 2019 xorriso : UPDATE : 53.14% done, estimate finish Thu Jan 24 00:08:22 2019 xorriso : UPDATE : 55.19% done, estimate finish Thu Jan 24 00:08:22 2019 xorriso : UPDATE : 57.02% done, estimate finish Thu Jan 24 00:08:22 2019 xorriso : UPDATE : 58.02% done, estimate finish Thu Jan 24 00:08:23 2019 xorriso : UPDATE : 61.28% done, estimate finish Thu Jan 24 00:08:23 2019 xorriso : UPDATE : 63.55% done, estimate finish Thu Jan 24 00:08:22 2019 xorriso : UPDATE : 65.56% done, estimate finish Thu Jan 24 00:08:22 2019 xorriso : UPDATE : 66.38% done, estimate finish Thu Jan 24 00:08:24 2019 xorriso : UPDATE : 69.77% done, estimate finish Thu Jan 24 00:08:22 2019 xorriso : UPDATE : 72.29% done, estimate finish Thu Jan 24 00:08:22 2019 xorriso : UPDATE : 73.91% done, estimate finish Thu Jan 24 00:08:22 2019 xorriso : UPDATE : 76.90% done, estimate finish Thu Jan 24 00:08:21 2019 xorriso : UPDATE : 76.90% done, estimate finish Thu Jan 24 00:08:23 2019 xorriso : UPDATE : 76.90% done, estimate finish Thu Jan 24 00:08:25 2019 xorriso : UPDATE : 83.72% done, estimate finish Thu Jan 24 00:08:21 2019 xorriso : UPDATE : 84.39% done, estimate finish Thu Jan 24 00:08:22 2019 xorriso : UPDATE : 88.28% done, estimate finish Thu Jan 24 00:08:21 2019 xorriso : UPDATE : 89.49% done, estimate finish Thu Jan 24 00:08:21 2019 xorriso : UPDATE : 92.73% done, estimate finish Thu Jan 24 00:08:21 2019 xorriso : UPDATE : 95.28% done xorriso : UPDATE : 97.64% done xorriso : UPDATE : 99.45% done ISO image produced: 2061106 sectors Written to medium : 2061106 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Thu 24 Jan 00:08:22 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.7.0 mips 3' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-DVD-3.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-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/3mips/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/3mips/stretch/CD3' xorriso : UPDATE : 4876 files added in 1 seconds xorriso : UPDATE : 4876 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_mips.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.22% done xorriso : UPDATE : 0.42% done xorriso : UPDATE : 0.42% done, estimate finish Thu Jan 24 00:19:11 2019 xorriso : UPDATE : 0.42% done, estimate finish Thu Jan 24 00:23:10 2019 xorriso : UPDATE : 0.42% done, estimate finish Thu Jan 24 00:27:10 2019 xorriso : UPDATE : 0.42% done, estimate finish Thu Jan 24 00:31:10 2019 xorriso : UPDATE : 13.07% done, estimate finish Thu Jan 24 00:09:14 2019 xorriso : UPDATE : 14.97% done, estimate finish Thu Jan 24 00:09:14 2019 xorriso : UPDATE : 16.82% done, estimate finish Thu Jan 24 00:09:15 2019 xorriso : UPDATE : 18.78% done, estimate finish Thu Jan 24 00:09:14 2019 xorriso : UPDATE : 20.41% done, estimate finish Thu Jan 24 00:09:15 2019 xorriso : UPDATE : 22.36% done, estimate finish Thu Jan 24 00:09:15 2019 xorriso : UPDATE : 24.10% done, estimate finish Thu Jan 24 00:09:16 2019 xorriso : UPDATE : 26.25% done, estimate finish Thu Jan 24 00:09:15 2019 xorriso : UPDATE : 26.70% done, estimate finish Thu Jan 24 00:09:18 2019 xorriso : UPDATE : 30.38% done, estimate finish Thu Jan 24 00:09:15 2019 xorriso : UPDATE : 32.26% done, estimate finish Thu Jan 24 00:09:14 2019 xorriso : UPDATE : 34.29% done, estimate finish Thu Jan 24 00:09:14 2019 xorriso : UPDATE : 36.16% done, estimate finish Thu Jan 24 00:09:14 2019 xorriso : UPDATE : 37.97% done, estimate finish Thu Jan 24 00:09:15 2019 xorriso : UPDATE : 39.70% done, estimate finish Thu Jan 24 00:09:15 2019 xorriso : UPDATE : 41.83% done, estimate finish Thu Jan 24 00:09:14 2019 xorriso : UPDATE : 43.41% done, estimate finish Thu Jan 24 00:09:14 2019 xorriso : UPDATE : 44.95% done, estimate finish Thu Jan 24 00:09:16 2019 xorriso : UPDATE : 47.45% done, estimate finish Thu Jan 24 00:09:14 2019 xorriso : UPDATE : 49.55% done, estimate finish Thu Jan 24 00:09:14 2019 xorriso : UPDATE : 51.13% done, estimate finish Thu Jan 24 00:09:14 2019 xorriso : UPDATE : 52.66% done, estimate finish Thu Jan 24 00:09:15 2019 xorriso : UPDATE : 55.06% done, estimate finish Thu Jan 24 00:09:14 2019 xorriso : UPDATE : 57.37% done, estimate finish Thu Jan 24 00:09:14 2019 xorriso : UPDATE : 57.94% done, estimate finish Thu Jan 24 00:09:15 2019 xorriso : UPDATE : 61.23% done, estimate finish Thu Jan 24 00:09:13 2019 xorriso : UPDATE : 63.61% done, estimate finish Thu Jan 24 00:09:13 2019 xorriso : UPDATE : 65.57% done, estimate finish Thu Jan 24 00:09:14 2019 xorriso : UPDATE : 67.46% done, estimate finish Thu Jan 24 00:09:13 2019 xorriso : UPDATE : 69.23% done, estimate finish Thu Jan 24 00:09:13 2019 xorriso : UPDATE : 71.25% done, estimate finish Thu Jan 24 00:09:13 2019 xorriso : UPDATE : 72.13% done, estimate finish Thu Jan 24 00:09:15 2019 xorriso : UPDATE : 73.91% done, estimate finish Thu Jan 24 00:09:14 2019 xorriso : UPDATE : 73.91% done, estimate finish Thu Jan 24 00:09:16 2019 xorriso : UPDATE : 73.91% done, estimate finish Thu Jan 24 00:09:18 2019 xorriso : UPDATE : 73.91% done, estimate finish Thu Jan 24 00:09:20 2019 xorriso : UPDATE : 77.42% done, estimate finish Thu Jan 24 00:09:18 2019 xorriso : UPDATE : 85.64% done, estimate finish Thu Jan 24 00:09:13 2019 xorriso : UPDATE : 86.31% done, estimate finish Thu Jan 24 00:09:13 2019 xorriso : UPDATE : 90.06% done, estimate finish Thu Jan 24 00:09:12 2019 xorriso : UPDATE : 90.93% done, estimate finish Thu Jan 24 00:09:13 2019 xorriso : UPDATE : 94.12% done, estimate finish Thu Jan 24 00:09:12 2019 xorriso : UPDATE : 94.30% done, estimate finish Thu Jan 24 00:09:13 2019 xorriso : UPDATE : 98.44% done ISO image produced: 2290130 sectors Written to medium : 2290130 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Thu 24 Jan 00:09:13 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.7.0 mips 4' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-DVD-4.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-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/3mips/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/3mips/stretch/CD4' xorriso : UPDATE : 4497 files added in 1 seconds xorriso : UPDATE : 4497 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.04% done xorriso : UPDATE : 0.22% done xorriso : UPDATE : 1.78% done xorriso : UPDATE : 3.48% done, estimate finish Thu Jan 24 00:10:31 2019 xorriso : UPDATE : 5.39% done, estimate finish Thu Jan 24 00:10:23 2019 xorriso : UPDATE : 7.36% done, estimate finish Thu Jan 24 00:10:18 2019 xorriso : UPDATE : 9.14% done, estimate finish Thu Jan 24 00:10:16 2019 xorriso : UPDATE : 9.14% done, estimate finish Thu Jan 24 00:10:27 2019 xorriso : UPDATE : 10.30% done, estimate finish Thu Jan 24 00:10:29 2019 xorriso : UPDATE : 14.16% done, estimate finish Thu Jan 24 00:10:15 2019 xorriso : UPDATE : 14.16% done, estimate finish Thu Jan 24 00:10:22 2019 xorriso : UPDATE : 14.16% done, estimate finish Thu Jan 24 00:10:29 2019 xorriso : UPDATE : 14.16% done, estimate finish Thu Jan 24 00:10:37 2019 xorriso : UPDATE : 14.16% done, estimate finish Thu Jan 24 00:10:47 2019 xorriso : UPDATE : 14.16% done, estimate finish Thu Jan 24 00:10:55 2019 xorriso : UPDATE : 14.16% done, estimate finish Thu Jan 24 00:11:04 2019 xorriso : UPDATE : 14.16% done, estimate finish Thu Jan 24 00:11:13 2019 xorriso : UPDATE : 14.16% done, estimate finish Thu Jan 24 00:11:22 2019 xorriso : UPDATE : 14.16% done, estimate finish Thu Jan 24 00:11:31 2019 xorriso : UPDATE : 17.44% done, estimate finish Thu Jan 24 00:11:07 2019 xorriso : UPDATE : 39.05% done, estimate finish Thu Jan 24 00:10:02 2019 xorriso : UPDATE : 39.88% done, estimate finish Thu Jan 24 00:10:03 2019 xorriso : UPDATE : 43.62% done, estimate finish Thu Jan 24 00:10:02 2019 xorriso : UPDATE : 45.65% done, estimate finish Thu Jan 24 00:09:57 2019 xorriso : UPDATE : 47.73% done, estimate finish Thu Jan 24 00:09:57 2019 xorriso : UPDATE : 49.83% done, estimate finish Thu Jan 24 00:09:56 2019 xorriso : UPDATE : 51.71% done, estimate finish Thu Jan 24 00:09:58 2019 xorriso : UPDATE : 53.18% done, estimate finish Thu Jan 24 00:09:58 2019 xorriso : UPDATE : 53.18% done, estimate finish Thu Jan 24 00:10:01 2019 xorriso : UPDATE : 57.35% done, estimate finish Thu Jan 24 00:09:59 2019 xorriso : UPDATE : 58.69% done, estimate finish Thu Jan 24 00:10:00 2019 xorriso : UPDATE : 61.01% done, estimate finish Thu Jan 24 00:10:00 2019 xorriso : UPDATE : 62.78% done, estimate finish Thu Jan 24 00:10:00 2019 xorriso : UPDATE : 64.45% done, estimate finish Thu Jan 24 00:10:01 2019 xorriso : UPDATE : 65.20% done, estimate finish Thu Jan 24 00:10:06 2019 xorriso : UPDATE : 65.20% done, estimate finish Thu Jan 24 00:10:09 2019 xorriso : UPDATE : 65.20% done, estimate finish Thu Jan 24 00:10:10 2019 xorriso : UPDATE : 65.20% done, estimate finish Thu Jan 24 00:10:13 2019 xorriso : UPDATE : 65.99% done, estimate finish Thu Jan 24 00:10:14 2019 xorriso : UPDATE : 76.78% done, estimate finish Thu Jan 24 00:10:03 2019 xorriso : UPDATE : 78.92% done, estimate finish Thu Jan 24 00:10:03 2019 xorriso : UPDATE : 80.33% done, estimate finish Thu Jan 24 00:10:04 2019 xorriso : UPDATE : 82.97% done, estimate finish Thu Jan 24 00:10:03 2019 xorriso : UPDATE : 84.87% done, estimate finish Thu Jan 24 00:10:03 2019 xorriso : UPDATE : 86.83% done, estimate finish Thu Jan 24 00:10:03 2019 xorriso : UPDATE : 88.09% done, estimate finish Thu Jan 24 00:10:03 2019 xorriso : UPDATE : 88.09% done, estimate finish Thu Jan 24 00:10:05 2019 xorriso : UPDATE : 92.66% done, estimate finish Thu Jan 24 00:10:03 2019 xorriso : UPDATE : 94.81% done, estimate finish Thu Jan 24 00:10:03 2019 xorriso : UPDATE : 95.03% done, estimate finish Thu Jan 24 00:10:04 2019 xorriso : UPDATE : 99.01% done ISO image produced: 2286253 sectors Written to medium : 2286253 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Thu 24 Jan 00:10:04 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.7.0 mips 5' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-DVD-5.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-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/3mips/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/3mips/stretch/CD5' xorriso : UPDATE : 4896 files added in 1 seconds xorriso : UPDATE : 4896 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_mips.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.22% done xorriso : UPDATE : 1.79% done xorriso : UPDATE : 2.97% done, estimate finish Thu Jan 24 00:11:36 2019 xorriso : UPDATE : 5.39% done, estimate finish Thu Jan 24 00:11:14 2019 xorriso : UPDATE : 7.16% done, estimate finish Thu Jan 24 00:11:10 2019 xorriso : UPDATE : 10.31% done, estimate finish Thu Jan 24 00:11:00 2019 xorriso : UPDATE : 12.06% done, estimate finish Thu Jan 24 00:11:00 2019 xorriso : UPDATE : 14.14% done, estimate finish Thu Jan 24 00:10:59 2019 xorriso : UPDATE : 16.07% done, estimate finish Thu Jan 24 00:10:59 2019 xorriso : UPDATE : 18.21% done, estimate finish Thu Jan 24 00:10:58 2019 xorriso : UPDATE : 18.21% done, estimate finish Thu Jan 24 00:11:04 2019 xorriso : UPDATE : 22.75% done, estimate finish Thu Jan 24 00:10:56 2019 xorriso : UPDATE : 24.49% done, estimate finish Thu Jan 24 00:10:52 2019 xorriso : UPDATE : 25.81% done, estimate finish Thu Jan 24 00:10:54 2019 xorriso : UPDATE : 28.87% done, estimate finish Thu Jan 24 00:10:52 2019 xorriso : UPDATE : 30.64% done, estimate finish Thu Jan 24 00:10:52 2019 xorriso : UPDATE : 32.50% done, estimate finish Thu Jan 24 00:10:53 2019 xorriso : UPDATE : 34.19% done, estimate finish Thu Jan 24 00:10:53 2019 xorriso : UPDATE : 36.09% done, estimate finish Thu Jan 24 00:10:53 2019 xorriso : UPDATE : 38.81% done, estimate finish Thu Jan 24 00:10:52 2019 xorriso : UPDATE : 40.40% done, estimate finish Thu Jan 24 00:10:54 2019 xorriso : UPDATE : 40.40% done, estimate finish Thu Jan 24 00:10:56 2019 xorriso : UPDATE : 44.63% done, estimate finish Thu Jan 24 00:10:53 2019 xorriso : UPDATE : 46.84% done, estimate finish Thu Jan 24 00:10:53 2019 xorriso : UPDATE : 48.74% done, estimate finish Thu Jan 24 00:10:54 2019 xorriso : UPDATE : 49.65% done, estimate finish Thu Jan 24 00:10:55 2019 xorriso : UPDATE : 51.86% done, estimate finish Thu Jan 24 00:10:55 2019 xorriso : UPDATE : 51.86% done, estimate finish Thu Jan 24 00:10:57 2019 xorriso : UPDATE : 57.10% done, estimate finish Thu Jan 24 00:10:53 2019 xorriso : UPDATE : 59.01% done, estimate finish Thu Jan 24 00:10:54 2019 xorriso : UPDATE : 59.15% done, estimate finish Thu Jan 24 00:10:56 2019 xorriso : UPDATE : 59.15% done, estimate finish Thu Jan 24 00:10:58 2019 xorriso : UPDATE : 65.00% done, estimate finish Thu Jan 24 00:10:54 2019 xorriso : UPDATE : 67.31% done, estimate finish Thu Jan 24 00:10:54 2019 xorriso : UPDATE : 69.41% done, estimate finish Thu Jan 24 00:10:53 2019 xorriso : UPDATE : 71.03% done, estimate finish Thu Jan 24 00:10:54 2019 xorriso : UPDATE : 72.95% done, estimate finish Thu Jan 24 00:10:54 2019 xorriso : UPDATE : 73.47% done, estimate finish Thu Jan 24 00:10:55 2019 xorriso : UPDATE : 76.82% done, estimate finish Thu Jan 24 00:10:54 2019 xorriso : UPDATE : 78.41% done, estimate finish Thu Jan 24 00:10:54 2019 xorriso : UPDATE : 80.68% done, estimate finish Thu Jan 24 00:10:54 2019 xorriso : UPDATE : 81.74% done, estimate finish Thu Jan 24 00:10:55 2019 xorriso : UPDATE : 84.89% done, estimate finish Thu Jan 24 00:10:54 2019 xorriso : UPDATE : 86.80% done, estimate finish Thu Jan 24 00:10:54 2019 xorriso : UPDATE : 87.92% done, estimate finish Thu Jan 24 00:10:55 2019 xorriso : UPDATE : 90.07% done, estimate finish Thu Jan 24 00:10:55 2019 xorriso : UPDATE : 90.07% done, estimate finish Thu Jan 24 00:10:56 2019 xorriso : UPDATE : 94.56% done, estimate finish Thu Jan 24 00:10:54 2019 xorriso : UPDATE : 97.17% done xorriso : UPDATE : 99.06% done ISO image produced: 2278198 sectors Written to medium : 2278198 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Thu 24 Jan 00:10:55 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.7.0 mips 6' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-DVD-6.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-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/3mips/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/3mips/stretch/CD6' xorriso : UPDATE : 2852 files added in 1 seconds xorriso : UPDATE : 2852 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.28% done xorriso : UPDATE : 2.11% done xorriso : UPDATE : 4.74% done, estimate finish Thu Jan 24 00:11:53 2019 xorriso : UPDATE : 7.01% done, estimate finish Thu Jan 24 00:11:49 2019 xorriso : UPDATE : 9.26% done, estimate finish Thu Jan 24 00:11:47 2019 xorriso : UPDATE : 11.01% done, estimate finish Thu Jan 24 00:11:48 2019 xorriso : UPDATE : 13.47% done, estimate finish Thu Jan 24 00:11:46 2019 xorriso : UPDATE : 13.47% done, estimate finish Thu Jan 24 00:11:53 2019 xorriso : UPDATE : 13.47% done, estimate finish Thu Jan 24 00:12:00 2019 xorriso : UPDATE : 19.86% done, estimate finish Thu Jan 24 00:11:45 2019 xorriso : UPDATE : 21.92% done, estimate finish Thu Jan 24 00:11:45 2019 xorriso : UPDATE : 22.41% done, estimate finish Thu Jan 24 00:11:48 2019 xorriso : UPDATE : 22.41% done, estimate finish Thu Jan 24 00:11:52 2019 xorriso : UPDATE : 27.80% done, estimate finish Thu Jan 24 00:11:43 2019 xorriso : UPDATE : 29.42% done, estimate finish Thu Jan 24 00:11:45 2019 xorriso : UPDATE : 31.61% done, estimate finish Thu Jan 24 00:11:44 2019 xorriso : UPDATE : 33.57% done, estimate finish Thu Jan 24 00:11:44 2019 xorriso : UPDATE : 35.64% done, estimate finish Thu Jan 24 00:11:45 2019 xorriso : UPDATE : 36.25% done, estimate finish Thu Jan 24 00:11:46 2019 xorriso : UPDATE : 38.24% done, estimate finish Thu Jan 24 00:11:46 2019 xorriso : UPDATE : 40.91% done, estimate finish Thu Jan 24 00:11:45 2019 xorriso : UPDATE : 43.48% done, estimate finish Thu Jan 24 00:11:44 2019 xorriso : UPDATE : 45.68% done, estimate finish Thu Jan 24 00:11:42 2019 xorriso : UPDATE : 46.33% done, estimate finish Thu Jan 24 00:11:44 2019 xorriso : UPDATE : 46.33% done, estimate finish Thu Jan 24 00:11:47 2019 xorriso : UPDATE : 46.33% done, estimate finish Thu Jan 24 00:11:50 2019 xorriso : UPDATE : 46.33% done, estimate finish Thu Jan 24 00:11:53 2019 xorriso : UPDATE : 46.33% done, estimate finish Thu Jan 24 00:11:56 2019 xorriso : UPDATE : 46.33% done, estimate finish Thu Jan 24 00:11:59 2019 xorriso : UPDATE : 46.33% done, estimate finish Thu Jan 24 00:12:02 2019 xorriso : UPDATE : 46.33% done, estimate finish Thu Jan 24 00:12:05 2019 xorriso : UPDATE : 65.63% done, estimate finish Thu Jan 24 00:11:42 2019 xorriso : UPDATE : 67.72% done, estimate finish Thu Jan 24 00:11:42 2019 xorriso : UPDATE : 69.87% done, estimate finish Thu Jan 24 00:11:43 2019 xorriso : UPDATE : 71.04% done, estimate finish Thu Jan 24 00:11:44 2019 xorriso : UPDATE : 71.04% done, estimate finish Thu Jan 24 00:11:45 2019 xorriso : UPDATE : 71.04% done, estimate finish Thu Jan 24 00:11:48 2019 xorriso : UPDATE : 78.00% done, estimate finish Thu Jan 24 00:11:43 2019 xorriso : UPDATE : 78.00% done, estimate finish Thu Jan 24 00:11:44 2019 xorriso : UPDATE : 78.00% done, estimate finish Thu Jan 24 00:11:46 2019 xorriso : UPDATE : 78.00% done, estimate finish Thu Jan 24 00:11:48 2019 xorriso : UPDATE : 86.46% done, estimate finish Thu Jan 24 00:11:43 2019 xorriso : UPDATE : 86.46% done, estimate finish Thu Jan 24 00:11:45 2019 xorriso : UPDATE : 86.46% done, estimate finish Thu Jan 24 00:11:46 2019 xorriso : UPDATE : 93.95% done, estimate finish Thu Jan 24 00:11:42 2019 xorriso : UPDATE : 93.95% done, estimate finish Thu Jan 24 00:11:43 2019 xorriso : UPDATE : 99.08% done ISO image produced: 2190710 sectors Written to medium : 2190710 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Thu 24 Jan 00:11:43 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.7.0 mips 7' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-DVD-7.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-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/3mips/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/3mips/stretch/CD7' xorriso : UPDATE : 6456 files added in 1 seconds xorriso : UPDATE : 6456 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.16% done xorriso : UPDATE : 1.08% done xorriso : UPDATE : 2.90% done, estimate finish Thu Jan 24 00:13:10 2019 xorriso : UPDATE : 4.49% done, estimate finish Thu Jan 24 00:13:02 2019 xorriso : UPDATE : 5.29% done, estimate finish Thu Jan 24 00:13:09 2019 xorriso : UPDATE : 5.29% done, estimate finish Thu Jan 24 00:13:28 2019 xorriso : UPDATE : 5.29% done, estimate finish Thu Jan 24 00:13:47 2019 xorriso : UPDATE : 11.80% done, estimate finish Thu Jan 24 00:12:48 2019 xorriso : UPDATE : 15.53% done, estimate finish Thu Jan 24 00:12:39 2019 xorriso : UPDATE : 17.43% done, estimate finish Thu Jan 24 00:12:39 2019 xorriso : UPDATE : 19.55% done, estimate finish Thu Jan 24 00:12:38 2019 xorriso : UPDATE : 21.04% done, estimate finish Thu Jan 24 00:12:39 2019 xorriso : UPDATE : 23.19% done, estimate finish Thu Jan 24 00:12:34 2019 xorriso : UPDATE : 25.62% done, estimate finish Thu Jan 24 00:12:33 2019 xorriso : UPDATE : 27.40% done, estimate finish Thu Jan 24 00:12:33 2019 xorriso : UPDATE : 29.70% done, estimate finish Thu Jan 24 00:12:33 2019 xorriso : UPDATE : 31.88% done, estimate finish Thu Jan 24 00:12:33 2019 xorriso : UPDATE : 34.00% done, estimate finish Thu Jan 24 00:12:33 2019 xorriso : UPDATE : 35.75% done, estimate finish Thu Jan 24 00:12:34 2019 xorriso : UPDATE : 37.94% done, estimate finish Thu Jan 24 00:12:33 2019 xorriso : UPDATE : 39.90% done, estimate finish Thu Jan 24 00:12:33 2019 xorriso : UPDATE : 41.27% done, estimate finish Thu Jan 24 00:12:34 2019 xorriso : UPDATE : 43.24% done, estimate finish Thu Jan 24 00:12:34 2019 xorriso : UPDATE : 45.63% done, estimate finish Thu Jan 24 00:12:33 2019 xorriso : UPDATE : 47.78% done, estimate finish Thu Jan 24 00:12:33 2019 xorriso : UPDATE : 49.50% done, estimate finish Thu Jan 24 00:12:33 2019 xorriso : UPDATE : 51.23% done, estimate finish Thu Jan 24 00:12:34 2019 xorriso : UPDATE : 51.23% done, estimate finish Thu Jan 24 00:12:37 2019 xorriso : UPDATE : 51.23% done, estimate finish Thu Jan 24 00:12:39 2019 xorriso : UPDATE : 57.95% done, estimate finish Thu Jan 24 00:12:33 2019 xorriso : UPDATE : 59.94% done, estimate finish Thu Jan 24 00:12:33 2019 xorriso : UPDATE : 62.09% done, estimate finish Thu Jan 24 00:12:34 2019 xorriso : UPDATE : 62.71% done, estimate finish Thu Jan 24 00:12:35 2019 xorriso : UPDATE : 66.03% done, estimate finish Thu Jan 24 00:12:33 2019 xorriso : UPDATE : 67.57% done, estimate finish Thu Jan 24 00:12:34 2019 xorriso : UPDATE : 69.77% done, estimate finish Thu Jan 24 00:12:33 2019 xorriso : UPDATE : 71.96% done, estimate finish Thu Jan 24 00:12:33 2019 xorriso : UPDATE : 73.63% done, estimate finish Thu Jan 24 00:12:34 2019 xorriso : UPDATE : 75.68% done, estimate finish Thu Jan 24 00:12:34 2019 xorriso : UPDATE : 77.10% done, estimate finish Thu Jan 24 00:12:34 2019 xorriso : UPDATE : 78.90% done, estimate finish Thu Jan 24 00:12:34 2019 xorriso : UPDATE : 81.61% done, estimate finish Thu Jan 24 00:12:34 2019 xorriso : UPDATE : 83.60% done, estimate finish Thu Jan 24 00:12:33 2019 xorriso : UPDATE : 83.88% done, estimate finish Thu Jan 24 00:12:35 2019 xorriso : UPDATE : 83.88% done, estimate finish Thu Jan 24 00:12:37 2019 xorriso : UPDATE : 88.47% done, estimate finish Thu Jan 24 00:12:34 2019 xorriso : UPDATE : 90.72% done, estimate finish Thu Jan 24 00:12:34 2019 xorriso : UPDATE : 94.23% done, estimate finish Thu Jan 24 00:12:33 2019 xorriso : UPDATE : 96.12% done xorriso : UPDATE : 97.33% done xorriso : UPDATE : 98.32% done ISO image produced: 2262629 sectors Written to medium : 2262629 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Thu 24 Jan 00:12:35 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.7.0 mips 8' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-DVD-8.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-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/3mips/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/3mips/stretch/CD8' xorriso : UPDATE : 9197 files added in 1 seconds xorriso : UPDATE : 9197 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.45% done xorriso : UPDATE : 2.05% done, estimate finish Thu Jan 24 00:14:33 2019 xorriso : UPDATE : 3.77% done, estimate finish Thu Jan 24 00:14:06 2019 xorriso : UPDATE : 5.09% done, estimate finish Thu Jan 24 00:14:03 2019 xorriso : UPDATE : 6.82% done, estimate finish Thu Jan 24 00:13:55 2019 xorriso : UPDATE : 6.82% done, estimate finish Thu Jan 24 00:14:10 2019 xorriso : UPDATE : 10.07% done, estimate finish Thu Jan 24 00:13:50 2019 xorriso : UPDATE : 10.07% done, estimate finish Thu Jan 24 00:14:00 2019 xorriso : UPDATE : 14.89% done, estimate finish Thu Jan 24 00:13:39 2019 xorriso : UPDATE : 17.11% done, estimate finish Thu Jan 24 00:13:37 2019 xorriso : UPDATE : 18.86% done, estimate finish Thu Jan 24 00:13:37 2019 xorriso : UPDATE : 20.92% done, estimate finish Thu Jan 24 00:13:30 2019 xorriso : UPDATE : 21.65% done, estimate finish Thu Jan 24 00:13:33 2019 xorriso : UPDATE : 23.29% done, estimate finish Thu Jan 24 00:13:34 2019 xorriso : UPDATE : 26.14% done, estimate finish Thu Jan 24 00:13:31 2019 xorriso : UPDATE : 29.32% done, estimate finish Thu Jan 24 00:13:28 2019 xorriso : UPDATE : 31.09% done, estimate finish Thu Jan 24 00:13:28 2019 xorriso : UPDATE : 33.05% done, estimate finish Thu Jan 24 00:13:29 2019 xorriso : UPDATE : 35.40% done, estimate finish Thu Jan 24 00:13:28 2019 xorriso : UPDATE : 37.35% done, estimate finish Thu Jan 24 00:13:28 2019 xorriso : UPDATE : 39.13% done, estimate finish Thu Jan 24 00:13:29 2019 xorriso : UPDATE : 40.99% done, estimate finish Thu Jan 24 00:13:27 2019 xorriso : UPDATE : 42.58% done, estimate finish Thu Jan 24 00:13:29 2019 xorriso : UPDATE : 44.95% done, estimate finish Thu Jan 24 00:13:28 2019 xorriso : UPDATE : 46.80% done, estimate finish Thu Jan 24 00:13:28 2019 xorriso : UPDATE : 48.12% done, estimate finish Thu Jan 24 00:13:29 2019 xorriso : UPDATE : 50.01% done, estimate finish Thu Jan 24 00:13:29 2019 xorriso : UPDATE : 50.68% done, estimate finish Thu Jan 24 00:13:31 2019 xorriso : UPDATE : 52.25% done, estimate finish Thu Jan 24 00:13:31 2019 xorriso : UPDATE : 53.80% done, estimate finish Thu Jan 24 00:13:31 2019 xorriso : UPDATE : 56.74% done, estimate finish Thu Jan 24 00:13:29 2019 xorriso : UPDATE : 56.74% done, estimate finish Thu Jan 24 00:13:34 2019 xorriso : UPDATE : 62.60% done, estimate finish Thu Jan 24 00:13:28 2019 xorriso : UPDATE : 63.97% done, estimate finish Thu Jan 24 00:13:28 2019 xorriso : UPDATE : 65.78% done, estimate finish Thu Jan 24 00:13:29 2019 xorriso : UPDATE : 67.84% done, estimate finish Thu Jan 24 00:13:28 2019 xorriso : UPDATE : 69.79% done, estimate finish Thu Jan 24 00:13:28 2019 xorriso : UPDATE : 71.69% done, estimate finish Thu Jan 24 00:13:29 2019 xorriso : UPDATE : 73.67% done, estimate finish Thu Jan 24 00:13:28 2019 xorriso : UPDATE : 75.27% done, estimate finish Thu Jan 24 00:13:29 2019 xorriso : UPDATE : 77.49% done, estimate finish Thu Jan 24 00:13:28 2019 xorriso : UPDATE : 79.30% done, estimate finish Thu Jan 24 00:13:28 2019 xorriso : UPDATE : 80.70% done, estimate finish Thu Jan 24 00:13:27 2019 xorriso : UPDATE : 83.18% done, estimate finish Thu Jan 24 00:13:27 2019 xorriso : UPDATE : 85.26% done, estimate finish Thu Jan 24 00:13:28 2019 xorriso : UPDATE : 87.25% done, estimate finish Thu Jan 24 00:13:27 2019 xorriso : UPDATE : 89.31% done, estimate finish Thu Jan 24 00:13:27 2019 xorriso : UPDATE : 90.74% done, estimate finish Thu Jan 24 00:13:28 2019 xorriso : UPDATE : 92.63% done, estimate finish Thu Jan 24 00:13:28 2019 xorriso : UPDATE : 95.07% done, estimate finish Thu Jan 24 00:13:28 2019 xorriso : UPDATE : 97.10% done xorriso : UPDATE : 99.03% done ISO image produced: 2281699 sectors Written to medium : 2281699 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Thu 24 Jan 00:13:29 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.7.0 mips 9' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-DVD-9.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.7.0-mips-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/3mips/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/3mips/stretch/CD9' xorriso : UPDATE : 9534 files added in 1 seconds xorriso : UPDATE : 9534 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_mips.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.41% done xorriso : UPDATE : 1.75% done, estimate finish Thu Jan 24 00:15:47 2019 xorriso : UPDATE : 3.49% done, estimate finish Thu Jan 24 00:15:08 2019 xorriso : UPDATE : 5.81% done, estimate finish Thu Jan 24 00:14:46 2019 xorriso : UPDATE : 7.90% done, estimate finish Thu Jan 24 00:14:38 2019 xorriso : UPDATE : 9.54% done, estimate finish Thu Jan 24 00:14:37 2019 xorriso : UPDATE : 9.54% done, estimate finish Thu Jan 24 00:14:48 2019 xorriso : UPDATE : 12.55% done, estimate finish Thu Jan 24 00:14:37 2019 xorriso : UPDATE : 15.75% done, estimate finish Thu Jan 24 00:14:30 2019 xorriso : UPDATE : 16.75% done, estimate finish Thu Jan 24 00:14:32 2019 xorriso : UPDATE : 18.77% done, estimate finish Thu Jan 24 00:14:31 2019 xorriso : UPDATE : 20.52% done, estimate finish Thu Jan 24 00:14:24 2019 xorriso : UPDATE : 22.63% done, estimate finish Thu Jan 24 00:14:24 2019 xorriso : UPDATE : 24.44% done, estimate finish Thu Jan 24 00:14:24 2019 xorriso : UPDATE : 25.64% done, estimate finish Thu Jan 24 00:14:26 2019 xorriso : UPDATE : 25.64% done, estimate finish Thu Jan 24 00:14:30 2019 xorriso : UPDATE : 31.01% done, estimate finish Thu Jan 24 00:14:22 2019 xorriso : UPDATE : 33.10% done, estimate finish Thu Jan 24 00:14:22 2019 xorriso : UPDATE : 34.01% done, estimate finish Thu Jan 24 00:14:23 2019 xorriso : UPDATE : 36.63% done, estimate finish Thu Jan 24 00:14:22 2019 xorriso : UPDATE : 39.06% done, estimate finish Thu Jan 24 00:14:22 2019 xorriso : UPDATE : 41.10% done, estimate finish Thu Jan 24 00:14:21 2019 xorriso : UPDATE : 42.47% done, estimate finish Thu Jan 24 00:14:22 2019 xorriso : UPDATE : 45.13% done, estimate finish Thu Jan 24 00:14:21 2019 xorriso : UPDATE : 47.16% done, estimate finish Thu Jan 24 00:14:21 2019 xorriso : UPDATE : 48.85% done, estimate finish Thu Jan 24 00:14:22 2019 xorriso : UPDATE : 50.46% done, estimate finish Thu Jan 24 00:14:22 2019 xorriso : UPDATE : 52.48% done, estimate finish Thu Jan 24 00:14:22 2019 xorriso : UPDATE : 53.87% done, estimate finish Thu Jan 24 00:14:23 2019 xorriso : UPDATE : 56.71% done, estimate finish Thu Jan 24 00:14:21 2019 xorriso : UPDATE : 58.23% done, estimate finish Thu Jan 24 00:14:22 2019 xorriso : UPDATE : 60.30% done, estimate finish Thu Jan 24 00:14:23 2019 xorriso : UPDATE : 61.97% done, estimate finish Thu Jan 24 00:14:23 2019 xorriso : UPDATE : 63.61% done, estimate finish Thu Jan 24 00:14:23 2019 xorriso : UPDATE : 65.37% done, estimate finish Thu Jan 24 00:14:23 2019 xorriso : UPDATE : 67.30% done, estimate finish Thu Jan 24 00:14:23 2019 xorriso : UPDATE : 69.20% done, estimate finish Thu Jan 24 00:14:23 2019 xorriso : UPDATE : 70.97% done, estimate finish Thu Jan 24 00:14:23 2019 xorriso : UPDATE : 71.62% done, estimate finish Thu Jan 24 00:14:24 2019 xorriso : UPDATE : 73.13% done, estimate finish Thu Jan 24 00:14:25 2019 xorriso : UPDATE : 73.97% done, estimate finish Thu Jan 24 00:14:26 2019 xorriso : UPDATE : 77.68% done, estimate finish Thu Jan 24 00:14:24 2019 xorriso : UPDATE : 79.86% done, estimate finish Thu Jan 24 00:14:24 2019 xorriso : UPDATE : 81.12% done, estimate finish Thu Jan 24 00:14:24 2019 xorriso : UPDATE : 83.18% done, estimate finish Thu Jan 24 00:14:24 2019 xorriso : UPDATE : 85.22% done, estimate finish Thu Jan 24 00:14:24 2019 xorriso : UPDATE : 85.52% done, estimate finish Thu Jan 24 00:14:25 2019 xorriso : UPDATE : 85.52% done, estimate finish Thu Jan 24 00:14:27 2019 xorriso : UPDATE : 85.52% done, estimate finish Thu Jan 24 00:14:28 2019 xorriso : UPDATE : 93.41% done, estimate finish Thu Jan 24 00:14:23 2019 xorriso : UPDATE : 93.41% done, estimate finish Thu Jan 24 00:14:24 2019 xorriso : UPDATE : 97.54% done xorriso : UPDATE : 99.48% done ISO image produced: 2285037 sectors Written to medium : 2285037 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/3mips No Jigdo help for sha1, doing it the long way with sha1sum 0f7000d3deb5613d3788ec006a2e254569babb9e debian-9.7.0-mips-DVD-1.iso No Jigdo help for md5, doing it the long way with md5sum 1c8cf267b80985858359e92f453438f7 debian-9.7.0-mips-DVD-1.iso No Jigdo help for sha512, doing it the long way with sha512sum 8ba0128200d7815c09e1615214c976a70b1f47c9119ae73089ab579f300b1b79d6ecc68d56e625d5a84cd14dbd789134220ece1549f0eae7c442b27864f447d2 debian-9.7.0-mips-DVD-1.iso No Jigdo help for sha256, doing it the long way with sha256sum ab2c3f107d1b3060977cc149ea7470df055cb58c7571e014493b8ba1f679551a debian-9.7.0-mips-DVD-1.iso c63ec3659e65d046317515df0b0387d6c71044a6 debian-9.7.0-mips-DVD-1.jigdo 50010e96fb70bc5fd68dbab833ff61e9 debian-9.7.0-mips-DVD-1.jigdo 03203b589801f27e2dc7c4ebbf5bf05081d350e932c954f1b54ea3c0a88d520bb3803d8f6b46b6702b564be333e5d5093d3a6ca62564956b24e6ddcc34bfd2ce debian-9.7.0-mips-DVD-1.jigdo 51b2d326c5873539ff734ad667de63cd4e77caf6bd2956cdbb2a774bb6774628 debian-9.7.0-mips-DVD-1.jigdo fca93e3f17efd5fa490e2feebf306d0f721a3805 debian-9.7.0-mips-DVD-1.template 11f9b4dc6a3e9c67918a8168166a157c debian-9.7.0-mips-DVD-1.template e675c91a164460c83097af99479b635ff2b1ec2960e0d9feb84b2a115b9e608f4f94525bf3228c9fdb752c3fc77e5fad074dfb36473fd5aeb975cbe5f9830b99 debian-9.7.0-mips-DVD-1.template 330d7b465106e4941eb28549aabfab3066ef0cf0feb5759c2cf097056f1e6a39 debian-9.7.0-mips-DVD-1.template 83968c330d64108bb16d8e3cfaef40a362f1979b debian-9.7.0-mips-DVD-10.iso 4f95ce1810e72bda688b530b0103543fb50c897b debian-9.7.0-mips-DVD-10.jigdo abc788cc144691f99102575eaab50b25 debian-9.7.0-mips-DVD-10.iso bbbe7be5f4affbfdea781debbf4f01ac debian-9.7.0-mips-DVD-10.jigdo cb0685d2df22b340facf0778e62aac6c8c3e8bc41a5578c35384f91b92142f85a452e0034e7631e46b9465782b886c89441d4aed93e763a61daae224d8f56749 debian-9.7.0-mips-DVD-10.iso 7fb8ef2a55fbd9b0a1e681763f42555a4aec99c128531784d7fef17fc632a987b7f50dc06a681d558d7fcff98f3ed8a3dba305a6cee5c2b778818d4bfafb9c4d debian-9.7.0-mips-DVD-10.jigdo 14f14c4c0992046e6d12525d150fe467804a9242b08d5f1a48da11adc86d2956 debian-9.7.0-mips-DVD-10.iso ca447fae4dd9ed1b48233a0e4991c8d9b669e2f194089efcddac9a1e0144f054 debian-9.7.0-mips-DVD-10.jigdo a306583b985f78f83e2a5ecf19a6842f9d5f1e8e debian-9.7.0-mips-DVD-10.template b3139559568e56c4a1fdf2217a8baeac debian-9.7.0-mips-DVD-10.template a23b9abfbaa96e155d58b76ca2be0e45ae441db49332ba0790e102181b16789b54c641701862b2b6805d1089620f886074d9d2a0c02ce438a5e238cb72ae8137 debian-9.7.0-mips-DVD-10.template 2a940cc66fac0338929c3b098207c15150d0c62409a7a321eae62a646cf69d9e debian-9.7.0-mips-DVD-10.template edbb3a58c04d214947a874fb06b27ff6e6f05a9d debian-9.7.0-mips-DVD-11.iso 5a237094407eb5983e4b438b490efea0512a294e debian-9.7.0-mips-DVD-11.jigdo 52e8995044e6fbc1dd01a276f5fe6545 debian-9.7.0-mips-DVD-11.iso b749d95f4555bb8afb13264c845d547e debian-9.7.0-mips-DVD-11.jigdo 1dbdaef8ccaa64c5c0014bf5706c5fcd04845c934919750d66bf0f6aa10ac3acaf2debf61aa6dc361647d5ae48547fe08ce9942315920f8d62c23b4133160ea9 debian-9.7.0-mips-DVD-11.iso 8fb1ea9a4aea6b43d6215e1ca196b812d2d79de21a9314f9bc8af15426c851d2dbf63b97368227427a8ae24dcc167ff6c6743b097d4b0796cc001b8620bd2c9a debian-9.7.0-mips-DVD-11.jigdo 12526d61220b1683ef371cfaa128bea90f976fcf8d66325276d88fbe04359190 debian-9.7.0-mips-DVD-11.iso ab4caf13a2ce3bf766fd5c1518f7fea3cd7e13b2e31cf0e0d2721ec0782f9009 debian-9.7.0-mips-DVD-11.jigdo dbaa35ab8baecff31e8ab15b551a3d74fdb08dae debian-9.7.0-mips-DVD-11.template 8ef48d449988140de21132398b38405d debian-9.7.0-mips-DVD-11.template f3a49985222f2e571d76dc3899c0d9ac660873b7fde336f17f614c5f48f22c4f8493b50de03dde5d72147d022acaa5a292f5c15569c8efcf3f5d783dbfdcda70 debian-9.7.0-mips-DVD-11.template f31fb20237607966aa45333febf19142b968596be50e7e2b954515c6355fee1f debian-9.7.0-mips-DVD-11.template 8893a833607bbafb348a81fdb497054c4064b378 debian-9.7.0-mips-DVD-12.iso 19385ef7c5680c858f95e243dff144c3f1d74211 debian-9.7.0-mips-DVD-12.jigdo 8391bc30c3a75ee863ad009138652f84 debian-9.7.0-mips-DVD-12.iso e1eebe0aea32ddd6d37568c185734dde debian-9.7.0-mips-DVD-12.jigdo 9b4686c8388b070ae9f271a29f65148d4519c560817f7ad6d9378050c89a7f3436c9b85d64df7927d3856ffb5bcd78b77aef621fa812fb2af8527bd750844670 debian-9.7.0-mips-DVD-12.iso c0fa477505dfac4c0b19ee366db892d000eb5e0a2cdb3bbe544bec48c163e1360cce9cc6562e19e3389c71f99d00e5208478d0e8a5e6e4823dd9a8bd4e146908 debian-9.7.0-mips-DVD-12.jigdo f2b16f3e202e36f06dad2f8fd099d5cb7a75297f8f209eaaf661ffc8837fbf56 debian-9.7.0-mips-DVD-12.iso f37b3ac1ab27e37f819c35852ac01bf085f6c68009a18b286e16d588ee8dc064 debian-9.7.0-mips-DVD-12.jigdo 9dccd3cccd80f49068cac226bcf1ddab0bc47a9c debian-9.7.0-mips-DVD-12.template ae423a79ab5077f0229b769c2759874a debian-9.7.0-mips-DVD-12.template 158125d54c6b8c0516d731d600b31b2707683ad0dee20b47d661097f11ada29fd02b4937d4607df662e6ccfccfd110965ab5691c628d6775db78f640bbae5438 debian-9.7.0-mips-DVD-12.template 956ffef5cbbd7a101c8684cda54c21cb133d29de3485e953ddae1603d6a3b446 debian-9.7.0-mips-DVD-12.template d318fccef54cde173e8939ab4207cb0735cc6a82 debian-9.7.0-mips-DVD-13.iso 3d90cdebae3adbcbaa383974ea69611808962516 debian-9.7.0-mips-DVD-13.jigdo a2bcfdb1631d0cfef3b4709bee825730 debian-9.7.0-mips-DVD-13.iso bbdb01c010916affaccf9c9e392c0e20 debian-9.7.0-mips-DVD-13.jigdo 5d4abfcf2cd57924582dcac1e12ecc32bd866e3c1fc2dbef1f736a390dd148c6f3e699903ad3e594860642caeea0dffb51f5bae6dd91c7c5a9618cad587b9482 debian-9.7.0-mips-DVD-13.iso ad357ecc44656c99bc81d488acf559cd0f205ea148bbf39a8f435c2a7f50ebcddf1b2c1f7a8b3fbb9cf7f6ab30042c5a8e4606de9570a8ecd0df31bfc4b28264 debian-9.7.0-mips-DVD-13.jigdo 0994107f46392569a03e88f7a522ea4d5d246e0d9dbaa090e82b824d6fe8218c debian-9.7.0-mips-DVD-13.iso 21c56fe77f43f1010f56f0f32fbe96d912446ec0756d3e1fcbfe592c9bee06b9 debian-9.7.0-mips-DVD-13.jigdo e48677af794770c825471d0b7a610eb556b4890a debian-9.7.0-mips-DVD-13.template 66f96e4544f8ef1fb1c5b2be7fcd3ac8 debian-9.7.0-mips-DVD-13.template af0c7cbc6aa6be51363f0ffee7b61229b55dc189ed7b879788d30398b073bec97d33e2e8415d94196e0f8f5eadc44d128fc350fd6c03dfdca26d09e1dc5fceca debian-9.7.0-mips-DVD-13.template 965f3f24a0f5cf3cd4e0f5acbe91c087c6a22a7a8df1d3b1d5413f56f693298b debian-9.7.0-mips-DVD-13.template 21f662f99df138457913804d8a21957c1015e056 debian-9.7.0-mips-DVD-2.iso c8e97322dc86fe0bb1add93d0e0f597945478d06 debian-9.7.0-mips-DVD-2.jigdo 9661f506191340f6fd61d956bb3ac934 debian-9.7.0-mips-DVD-2.iso 230c708ce28b95048cb21e0f539701ad debian-9.7.0-mips-DVD-2.jigdo 56b2af4c40a0946f829430b38497e0ab9551d01fb4be441e9e7cfb5817352df54b82ef2e9026cedd90229b5e11887b327b154d82f85a77bba7a8e8252f2c36e8 debian-9.7.0-mips-DVD-2.iso 724bc0b9f07f3a00dec89eead25aee23e89a11c708afe488aa352234acefc830e69e9b46a2a99ee12c8348d75877d105ffc8cb561e9a884bf7ad33893c74960a debian-9.7.0-mips-DVD-2.jigdo cb337fed458f3b5ea7a352da80e372da4db4a4fe45354fbe2f52be55fb253066 debian-9.7.0-mips-DVD-2.iso 942d7be9557ae2707f4af2d1cd6fe9260acc95e71b181b87d233ef1ac8e82a15 debian-9.7.0-mips-DVD-2.jigdo 88c8f9066afc68d51b16e8b3754be6e940e8d177 debian-9.7.0-mips-DVD-2.template 5b749449164a98154e880a87ef2f1a67 debian-9.7.0-mips-DVD-2.template cf6fe1f21546accc4ca74de2d7a3c4b374ca0abecd1536e40624ebebae0767cf09adf213d4059b50a418696e8a97dc20e65548601ee086e1b4543921129553d6 debian-9.7.0-mips-DVD-2.template 29b8f5dd3f1c8c8f2c08adb603de1283674f8836715b897dce6cc1daf83a1d50 debian-9.7.0-mips-DVD-2.template caad8b0ddd068f6121d35774f06f9e77014407e6 debian-9.7.0-mips-DVD-3.iso ecbe895c76545b561445668595b1227b5293f78d debian-9.7.0-mips-DVD-3.jigdo b9cd15225a199d3011b54b3ee17d2418 debian-9.7.0-mips-DVD-3.iso 55958c6065f5e4cb3ee9ef75c4d53295 debian-9.7.0-mips-DVD-3.jigdo 77c0c6b8a75f7d4665890eaa4eb5fb039a927638cd2dfab660e26ae3d484e2d4b184616a0ab5721c9aab41e3a291d88c691bd6b61bec8e4a9933a880d02a029a debian-9.7.0-mips-DVD-3.iso 4dd4c320d7482d0e404afd467953e094daec898d0d20c3a893b991b400917b2413a7970c30fba542938264202d6d2d0c8dfce98ea4f0fd6b9e96e3e2765551df debian-9.7.0-mips-DVD-3.jigdo 68c42c0f3d95967691adb8a8493632dd4cdbd71151665081272147bc1c5207e4 debian-9.7.0-mips-DVD-3.iso 5915a0bf56e122c09ecc5e18e811fdb64d4193ffc453ef7f8a0c38eb5a378b1d debian-9.7.0-mips-DVD-3.jigdo f021b2e8871454b451087d1676c53a995523395e debian-9.7.0-mips-DVD-3.template bcd5e5a5d37ea26bba96611769f583cf debian-9.7.0-mips-DVD-3.template 9a5819c6763a24e53540cbe66c16bbd607d3ebef56521bea8655e7bbd01cbb46a2aa36703f32e19dfcc0d07ebddf1fd4a1fca7ce15451a537cd3de3a1c78e6c2 debian-9.7.0-mips-DVD-3.template 27d96dcbaa044c8ab16ee68597833cd0bfdca92e659e5a461094c54efa9e3f69 debian-9.7.0-mips-DVD-3.template 6d168d022d450393c330c8a2e019549fc4c3fad9 debian-9.7.0-mips-DVD-4.iso f74f3a53381fa8cb044cd8b5461f5ecd1b382f5f debian-9.7.0-mips-DVD-4.jigdo 5a64bbcac047ffd3295f176c1beca7ff debian-9.7.0-mips-DVD-4.iso 8aedac1b2ce85cf40f315b92b120ea52 debian-9.7.0-mips-DVD-4.jigdo 00a8c1c30a79f75a50a275888e7d27d1b9b697fcbf06fa67e5eb429c6cb857cb98864664b24c5b38bd0514e5847ff37db25f5565a0ae313a1176fe94ca17bfc0 debian-9.7.0-mips-DVD-4.iso 8a1fe17fef64272f1dc5320ce81006a03486d2f690c7e29393dbd12cc366339b230136ff53c8a088e30cd5dec8ccac2219174e708c6779d6341af4d467ab3d5a debian-9.7.0-mips-DVD-4.jigdo c8a46a407ce482d2cd4d21d275efc16b0686e65bc8f7fd16803b7d977ed5983b debian-9.7.0-mips-DVD-4.iso 81c636ee05345f6f98c3b8e97ba654301adad851a3b9df019f9b9eab72339ba4 debian-9.7.0-mips-DVD-4.jigdo ab63b444a4a4eaa082504a69962d0e11d6239093 debian-9.7.0-mips-DVD-4.template b251c3fbc3928ddfe22af1302cd3006b debian-9.7.0-mips-DVD-4.template 2bc65057455d12aae4969e2dfbdcad9be39c989ae9da0a6b3a62360b149e7a4fbf541011d08444ed0d661f72dac7175b0fbe1f2bf6d036568f824679e69dbdad debian-9.7.0-mips-DVD-4.template 87b051eaa31eebb7ffe60541beff3fb46b78977ab837b926af275e528ace5133 debian-9.7.0-mips-DVD-4.template 8713064bda1cc4f31c7fe85377838cadb8059b58 debian-9.7.0-mips-DVD-5.iso add99a48bad2debc01448be1c3998fdc04aec39e debian-9.7.0-mips-DVD-5.jigdo c923eb34333072a4137584db3b0096f1 debian-9.7.0-mips-DVD-5.iso f7634d4fab4fea92343a3a7ecc7f6b6c debian-9.7.0-mips-DVD-5.jigdo 89beac59d6e70ee69d1a080f9ab9a660535f299640de7590f4144272fc3e51cdebf3e858a14568a955aff8a4dcf1ffa2d098a7b12c1656b0083d1a430ce30e4d debian-9.7.0-mips-DVD-5.iso 5c71825b4b583796ac052873656dc62cc03b30ba07d4df3cf7d339a7436e74eb6f8618a373e03de359d2200afb6894948df839c2fe306042d63cba4523dd6e19 debian-9.7.0-mips-DVD-5.jigdo 2b2f2f9cdc6615b0b03264dd084a6533af06e9d26a0c7358dc7431a6a4f645eb debian-9.7.0-mips-DVD-5.iso f01ead4fe66c6356e3062fecc9eef4d4e77d4838ad0a95c36b07062ea44998b3 debian-9.7.0-mips-DVD-5.jigdo 666ed6833a2305f29a1ceb778dc2c00391927301 debian-9.7.0-mips-DVD-5.template 98cd458d7bcddbff66954376fb066466 debian-9.7.0-mips-DVD-5.template 3081d66c6b475cd96094437d3889d099a85d2ab8e10ad2a7008b159fbf6d8d3aa8c15887a985067e85baff9e2d75102411e7c3fabb02c3a035e756d5e5b75410 debian-9.7.0-mips-DVD-5.template 2254693bc1f063fbe7d073ceeb31005e872b0594679f11e0ba86b7285adb40b6 debian-9.7.0-mips-DVD-5.template c06f1ec7123faeeb19594522334575f877d09f81 debian-9.7.0-mips-DVD-6.iso dfd2cee6b3692b5e2f1a490193ed15a5e69d3820 debian-9.7.0-mips-DVD-6.jigdo c346299e7a53b151fdadfa42e0b2d090 debian-9.7.0-mips-DVD-6.iso 11c7419d2894da63b52300e056254a9f debian-9.7.0-mips-DVD-6.jigdo f9197cd04733843bf7eac3f44613028beccc6bf71d69e8fd0dbe0b40b2ee8eadccf1df99211287f1e63b770407fd40103fe40ea72345403c0e4f35c2f85ca971 debian-9.7.0-mips-DVD-6.iso 30961c7b565e3c5f8ae1ed3136df78aaa6e5ba1e1e77e00897c1ea0bf74d0c3247da6788b61c610a9b2385d974db88a76862ef84eabc3476756b0adc04906cce debian-9.7.0-mips-DVD-6.jigdo f900d0dde0761714c89a1dd0f146f0831ffa30c56e237a2f594d5ce700c556c3 debian-9.7.0-mips-DVD-6.iso a1ebf3e91c4de4d351b56abb4cc74840eb0add3295c8f1864aeabaa57ac63701 debian-9.7.0-mips-DVD-6.jigdo a6859f0faa458d25298989da182269f1b48289d2 debian-9.7.0-mips-DVD-6.template 47d3d8f266fbeee0a6b84008ba5fbc99 debian-9.7.0-mips-DVD-6.template fff7fa409454e9859f4c8bf270299eeefce3832d2151e8ee0e8e4dad9855299440ec2dccc47182c37a431654e3ed8addf8d7b1f00f934eb2e45c64f90228b35a debian-9.7.0-mips-DVD-6.template 16723fc57183950279fd0231ba2be3100f3bfcd8542e68502443fa19650f5d6f debian-9.7.0-mips-DVD-6.template 4f5a697f3050ab12f4b4c947263229d67a20df0b debian-9.7.0-mips-DVD-7.iso 2266307920ff62afdc11302a59fe6f0f4f882ea6 debian-9.7.0-mips-DVD-7.jigdo d229dce9c25cab541c5ac65b8804545f debian-9.7.0-mips-DVD-7.iso ce0f5d8b0286ee3c54226e798da3ece3 debian-9.7.0-mips-DVD-7.jigdo 6d946af0f9cfe4fda4809aabb91332ba5b8d6a47f30650d13e6597d0d8c0e4198e27f1070d564c9099823281ba22a180eac525d1ae277429d1b4507a8cb0cfd9 debian-9.7.0-mips-DVD-7.iso f1387655b57710dcb01f5762de6ff3421073a70e181fdf80ca8797a999e6b3fcb2069afaa5b392123722bb2f1aa236df41d2200738c7bc79d48af3627852c977 debian-9.7.0-mips-DVD-7.jigdo cd353d990e5210f3fd63099d57429a4d9c608e1ee25334304cd725b7793b03d1 debian-9.7.0-mips-DVD-7.iso ee093b0937ff123f9c5015c78bc077ff29f00852538579268e8d333febad83d9 debian-9.7.0-mips-DVD-7.jigdo b168e75f8333c151005d52fdc53dc9dbb4500add debian-9.7.0-mips-DVD-7.template bf6ee168392fa116ca0068d88034cfe0 debian-9.7.0-mips-DVD-7.template e93edab9b4cdc284ff6166417e0dcd4721825aa03fcd9cfc9ce2437c66d1a06b445e0ea4e7185d911f0685a2a96474f54ee602695542e8f77ea333a7aac4ceda debian-9.7.0-mips-DVD-7.template ba2890052d826ae81923f36f674a60b46e8bd45d95af3cdf475531a1514f987b debian-9.7.0-mips-DVD-7.template f65eab8c1cb0df2b7925b6a8bd5d8d86079c5d34 debian-9.7.0-mips-DVD-8.iso 8ac43dd7632b3c90ac0b29b4c7fb3560d553a564 debian-9.7.0-mips-DVD-8.jigdo eecf52558f410a59ec7d34afd1c03302 debian-9.7.0-mips-DVD-8.iso 7b84ec64ce0c11dab072826476b07527 debian-9.7.0-mips-DVD-8.jigdo 4ce0ce73b095e0ced2ea9efc9bf8b70057f8094220aafec27cb0c534dedda0dc6bdcb4f244b9d166e0a1287f63051dcbcb3150ab4fdb7e610fd21b2f8c54f274 debian-9.7.0-mips-DVD-8.iso d49fe8ba38d6e910c8ecc4ebc3eaf0cefacea8665e65810a66ac3a9d3b660bf1b5dd289a0d12fe177fdc459899e15bd393bfa5b61c7d2846f1e1fcaedcd77b53 debian-9.7.0-mips-DVD-8.jigdo 609ab6359068b7c24768ca44398e1f9ae53ce46fef8db989a700eb851dd39441 debian-9.7.0-mips-DVD-8.iso cd5ed6b2b78cb4eb1ffca3524b153d31f09159145edfdf44118c8547bdd9cbf8 debian-9.7.0-mips-DVD-8.jigdo 587a80d5d4c010a02106833d8486dbb2cba1fbac debian-9.7.0-mips-DVD-8.template 6a49305a9cf3eb24065e583586f99cd2 debian-9.7.0-mips-DVD-8.template c79275eb80276e12177c2e4f046a72761c35f5cd95760c7773159907f15ad9e7b2a14ba42f2630a4f55e0b470c531bd33d70efd9fa2aae2a6377ceba21a493cc debian-9.7.0-mips-DVD-8.template 951d81c6c9b5b7373f7eb6d8dc19b67d537c541660daac032de3ce1d680de1d1 debian-9.7.0-mips-DVD-8.template fbf91e63ce39d6ee0c8d47d2393a83a9baac9d05 debian-9.7.0-mips-DVD-9.iso 8d2f0cb10a532aaf71874892b1500c73a2fe348b debian-9.7.0-mips-DVD-9.jigdo d1e2daeee1ee3599f3463333118f5967 debian-9.7.0-mips-DVD-9.iso 164bb6f176eaac56450454c825839fd6 debian-9.7.0-mips-DVD-9.jigdo 33217849e78396aa5cf7e2d0f67235ef96eb11ecbb7b6aa11b6e874cdbd9b1df1faace003482fbbd8067f3ea27393ceac2de038e008690e98ae6c14b3f7b128d debian-9.7.0-mips-DVD-9.iso 1777de74427cc6cc9403aed0fc9b31dc9a5692fe022a422234c0cbe55be983287e8f9e722a4de5ff4fbbec77ce5a8ea2902965772ac68da4a96e1020e6797a78 debian-9.7.0-mips-DVD-9.jigdo ae9c446efa5ae3db60c2250179970a15076d70d1333009b7895e89df8ae3d8a3 debian-9.7.0-mips-DVD-9.iso 924a74c77a6df5667db301e014f1537c74dae34b44e50f891372504feb10f2df debian-9.7.0-mips-DVD-9.jigdo 10a457fa065cbc3605ac03eaad0f6c09505bd337 debian-9.7.0-mips-DVD-9.template 6ad55b252e8d2fdd64dc227266f6a0ad debian-9.7.0-mips-DVD-9.template 9de5b7d1996c3ea097b196300ec4a29c775d54fcd6569d0b41438f1eed6ad688e229a7e8d15d46b381e59c75ce04c1776098a47fed81192e26c6f268de6ae810 debian-9.7.0-mips-DVD-9.template 0bd6248bd0ba6d42782ba199136bf970dabd92ca56028fa4bc351f1eecb93edf debian-9.7.0-mips-DVD-9.template Thu 24 Jan 00:15:16 UTC 2019: Finished.